Re: Very frequent crashes in 1.6.1 (with loss of work)

2009-03-09 Thread Richard Heck
rgheck wrote: Van Damme Michael wrote: I have downloaded version 1.6.2svn (from the svn server) and tried it, but the problem remains. Is is quick enough to reproduce (or you comuputer fast enough) to run Lyx under valgrind until you hit the problem? James I've never used valg

Re: Very frequent crashes in 1.6.1 (with loss of work)

2009-03-08 Thread Steve Litt
On Sunday 08 March 2009 11:48:57 am James Mansion wrote: > Van Damme Michael wrote: > > I have downloaded version 1.6.2svn (from the svn server) and tried it, > > but the problem remains. > > Is is quick enough to reproduce (or you comuputer fast enough) to run > Lyx under valgrind until you hit th

Re: Very frequent crashes in 1.6.1 (with loss of work)

2009-03-08 Thread rgheck
Van Damme Michael wrote: I have downloaded version 1.6.2svn (from the svn server) and tried it, but the problem remains. Is is quick enough to reproduce (or you comuputer fast enough) to run Lyx under valgrind until you hit the problem? James I've never used valgrind, but it

Re: Very frequent crashes in 1.6.1 (with loss of work)

2009-03-08 Thread James Mansion
Van Damme Michael wrote: I have downloaded version 1.6.2svn (from the svn server) and tried it, but the problem remains. Is is quick enough to reproduce (or you comuputer fast enough) to run Lyx under valgrind until you hit the problem? James

Re: Very frequent crashes in 1.6.1 (with loss of work)

2009-03-08 Thread Pavel Sanda
Van Damme Michael wrote: > since I like lyx I will invest time to try to find out which package is the > cause. please do then. it could help in the similar cases too... pavel

Re: Very frequent crashes in 1.6.1 (with loss of work)

2009-03-07 Thread Van Damme Michael
Pavel and Steve, thanks for your helpful comments. >maybe. but there are striking similarities - lyx input frozen, no cpu load, bt >points somewhere >in between qt<->xorg, libxcb used; (in this we enter there through >QInputContext::reset()). It's true that there are many similarities. There a

Re: Very frequent crashes in 1.6.1 (with loss of work)

2009-03-07 Thread Stefano Franchi
On Saturday 07 March 2009 15:30:19 Pavel Sanda wrote: > Van Damme Michael wrote: > > Thank you for your reply. > > I've compiled lyx-1.6.1 in debug mode (using the latest stable source > > available on the lyx site) and ran it under gdb. Once locked-up, I > > interrupted it in gdb and got the follo

Re: Very frequent crashes in 1.6.1 (with loss of work)

2009-03-07 Thread Steve Litt
On Saturday 07 March 2009 06:28:34 pm Van Damme Michael wrote: > On fedora, libxcb is in a separate package, but it has never been updated > (the installed version is the one that came with fedora 10 originally). I > have downgraded myx xorg packages to the previously installed version, but > that

Re: Re: Very frequent crashes in 1.6.1 (with loss of work)

2009-03-07 Thread Pavel Sanda
Van Damme Michael wrote: > >> #0 0x00943416 in __kernel_vsyscall () > >> #1 0x006a83d1 in select () from /lib/libc.so.6 > >> #2 0x00911295 in ?? () from /usr/lib/libxcb.so.1 > >> #3 0x0091293f in xcb_wait_for_event () from /usr/lib/libxcb.so.1 > > > >ahh i have seen this backtrace > >i gues

Re: Very frequent crashes in 1.6.1 (with loss of work)

2009-03-07 Thread Pavel Sanda
Pavel Sanda wrote: > Van Damme Michael wrote: > > > > Thank you for your reply. > > I've compiled lyx-1.6.1 in debug mode (using the latest stable source > > available on the lyx site) and ran it under gdb. Once locked-up, I > > interrupted it in gdb and got the following backtrace: > > > #0 0

Re: Very frequent crashes in 1.6.1 (with loss of work)

2009-03-07 Thread Pavel Sanda
Van Damme Michael wrote: > > Thank you for your reply. > I've compiled lyx-1.6.1 in debug mode (using the latest stable source > available on the lyx site) and ran it under gdb. Once locked-up, I > interrupted it in gdb and got the following backtrace: > #0 0x00943416 in __kernel_vsyscall () >

Re: Very frequent crashes in 1.6.1 (with loss of work)

2009-03-07 Thread Van Damme Michael
Thank you for your reply. I've compiled lyx-1.6.1 in debug mode (using the latest stable source available on the lyx site) and ran it under gdb. Once locked-up, I interrupted it in gdb and got the following backtrace: #0 0x00943416 in __kernel_vsyscall () #1 0x006a83d1 in select () from /lib/

Re: Very frequent crashes in 1.6.1 (with loss of work)

2009-03-07 Thread Pavel Sanda
Van Damme Michael wrote: > If anyone has any suggestions I would be very grateful. from the list you gave i would try what happen if you downgrade xorg-* and also libpng could be related. qt upgrade didnt happen? the last resort is to compile lyx in debug mode, run it under gdb and provide us bac