Re: Crash when moving full-width glyphs across lines

2019-12-19 Thread Kirill Chibisov
I was able to capture the stack trace under gdb. However you should probably use the following command in it to repro the issue. `set disable-randomization off` The issue happens quite randomly, however the important thing is exit code from bash (139). So there's something with memory access, I g

Re: Crash when moving full-width glyphs across lines

2019-12-16 Thread Kirill Chibisov
On Dec 16, Greg Wooledge wrote: > On Mon, Dec 16, 2019 at 04:37:28PM +0100, Christian Dürr wrote: > > Repeat-By: > > Paste `https://こんにち` into bash and add whitespace before it until it is > > in the next line. Then start deleting that whitespace until it is on the > > previous line aga