Fwd: Bug 1790: crashes due to pseudo-multithreading

2005-02-11 Thread Andreas Vox
Hi! I include some correspondence with John which didn't make it to the list. John writes: Von: Andreas Vox [EMAIL PROTECTED] Datum: 11. Februar 2005 02:18:22 MEZ An: John Levon [EMAIL PROTECTED] Betreff: Re: Bug 1790: crashes due to pseudo-multithreading Am 11.02.2005 um 01:43 schrieb John

Re: Fwd: Bug 1790: crashes due to pseudo-multithreading

2005-02-11 Thread Martin Vermeer
On Fri, 2005-02-11 at 13:06, Andreas Vox wrote: Hi! I include some correspondence with John which didn't make it to the list. John writes: Von: Andreas Vox [EMAIL PROTECTED] Datum: 11. Februar 2005 02:18:22 MEZ An: John Levon [EMAIL PROTECTED] Betreff: Re: Bug 1790: crashes due

Fwd: Bug 1790: crashes due to pseudo-multithreading

2005-02-11 Thread Andreas Vox
Hi! I include some correspondence with John which didn't make it to the list. John writes: Von: Andreas Vox <[EMAIL PROTECTED]> Datum: 11. Februar 2005 02:18:22 MEZ An: John Levon <[EMAIL PROTECTED]> Betreff: Re: Bug 1790: crashes due to pseudo-multithreading Am 11.02.2005 um 01:43

Re: Fwd: Bug 1790: crashes due to pseudo-multithreading

2005-02-11 Thread Martin Vermeer
t; An: John Levon <[EMAIL PROTECTED]> > >> Betreff: Re: Bug 1790: crashes due to pseudo-multithreading > >> > >> > >> Am 11.02.2005 um 01:43 schrieb John Levon: > >>> Please check overlapping windows with your WM, and flickling back and > >

Bug 1790: crashes due to pseudo-multithreading

2005-02-10 Thread Andreas Vox
Hi all! I did some research about the crash in handleCompletedProcesses(); see Bugzilla for complete results. I think the culprit is the call to sync_events() in LyXView::showCursor(). The comment says that it is needed for hiding the cursor correctly, but I commented this line out and I

Re: Bug 1790: crashes due to pseudo-multithreading

2005-02-10 Thread John Levon
On Fri, Feb 11, 2005 at 12:56:26AM +0100, Andreas Vox wrote: I think the culprit is the call to sync_events() in LyXView::showCursor(). The comment says that it is needed for hiding the cursor correctly, but I commented this line out and I couldn't see any difference, except that there were

Bug 1790: crashes due to pseudo-multithreading

2005-02-10 Thread Andreas Vox
Hi all! I did some research about the crash in handleCompletedProcesses(); see Bugzilla for complete results. I think the culprit is the call to sync_events() in LyXView::showCursor(). The comment says that it is needed for hiding the cursor correctly, but I commented this line out and I

Re: Bug 1790: crashes due to pseudo-multithreading

2005-02-10 Thread John Levon
On Fri, Feb 11, 2005 at 12:56:26AM +0100, Andreas Vox wrote: > I think the culprit is the call to sync_events() in > LyXView::showCursor(). The comment says that it is needed for hiding > the cursor correctly, but I commented this line out and I couldn't see > any difference, except that there