Bug#293939: #293939 joe in html mode segfaults

2006-02-27 Thread Jarno Elonen
> This patch would still apply to 3.3, but I can't seem to reproduce the bug. Well, this patch almost certainly isn't the *correct* way to fix the bug, so if you could reproduce the crash in 3.1 but not in 3.3, I think it's safe to assume the bug's been fixed. I actually intended the patch more

Bug#293939: #293939 joe in html mode segfaults

2006-02-25 Thread Josip Rodin
On Sun, Jul 10, 2005 at 06:49:35PM +0300, Jarno Elonen wrote: > I don't really understand the internals of JOE, but it looks like > the crash occurs because the editor tries to remove a > corrupt/non-existent/orphaned link from a doubly linked list in > b.c line 334 (using the deque_f macro from q

Bug#293939: #293939 joe in html mode segfaults

2005-07-10 Thread Jarno Elonen
I don't really understand the internals of JOE, but it looks like the crash occurs because the editor tries to remove a corrupt/non-existent/orphaned link from a doubly linked list in b.c line 334 (using the deque_f macro from queue.h on line 29). This quick fix prevents the segfault but might le