Re: Branch crashes

2009-07-28 Thread Jürgen Spitzmüller
Pavel Sanda wrote: >> i dont use any desktop manager. but kde-base/kdelibs are installed >> (3.5.9-r4). i can try to ugrade to 3.5.10-r6. > > hmm isnt the version 3.5.x supposed to be used only for kde 3? > kdelibs-4.x are not installed here... Qt 4 uses the kimgio library for EPS handling if kd

Re: Branch crashes

2009-07-27 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > Also in branch then ? Yes. Jürgen

Re: Branch crashes

2009-07-27 Thread Vincent van Ravesteijn
Jürgen Spitzmüller schreef: Jürgen Spitzmüller wrote: It did happen with Qt4.5.0 debug; not with Qt4.5.1 debug; not with Qt4.5.1 release; but it does with Qt4.5.2 release ?!? The strange thing is: I use Qt 5.4.2 as well, and I do not get the crash. Even stranger, now I do.

Re: Branch crashes

2009-07-26 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > > It did happen with Qt4.5.0 debug; not with Qt4.5.1 debug; not with > > Qt4.5.1 release; but it does with Qt4.5.2 release ?!? > > The strange thing is: I use Qt 5.4.2 as well, and I do not get the crash. Even stranger, now I do. > > Juergen, maybe I should apply the p

Re: Branch crashes

2009-07-26 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > I just downloaded the 1.6.3 installer with Qt4.5.2 and I get a crash too. > > It did happen with Qt4.5.0 debug; not with Qt4.5.1 debug; not with > Qt4.5.1 release; but it does with Qt4.5.2 release ?!? The strange thing is: I use Qt 5.4.2 as well, and I do not get th

Re: Branch crashes

2009-07-26 Thread Vincent van Ravesteijn
Pavel Sanda schreef: Vincent van Ravesteijn wrote: Juergen, maybe I should apply the patch you didn't like anyway ? 174 // see bug #5957: http://www.lyx.org/trac/ticket/5957 175 if (params.scale == 50) 176 scale += 0.0001; i think this should be ap

Re: Branch crashes

2009-07-26 Thread Pavel Sanda
Vincent van Ravesteijn wrote: > Juergen, maybe I should apply the patch you didn't like anyway ? > > 174 // see bug #5957: http://www.lyx.org/trac/ticket/5957 175 > if (params.scale == 50) 176 scale += 0.0001; i think this should be applied; if it was only 4.5.

Re: Branch crashes

2009-07-26 Thread Vincent van Ravesteijn
Jürgen Spitzmüller schreef: Vincent van Ravesteijn wrote: Vincent van Ravesteijn wrote: Does it help if you remove the "lyxscale 50" ? indeed, thats the cause. i thought this was happening only in 4.5.0? pavel me too.. Are you sure you are compiling/using 4.

Re: Branch crashes

2009-07-26 Thread Pavel Sanda
Vincent van Ravesteijn wrote: >> indeed, thats the cause. i thought this was happening only in 4.5.0? >> pavel >> > me too.. Are you sure you are compiling/using 4.5.2 for all your > lyx-versions/branches/git-checkouts etc. ? another strange thing is that i would bet that i used this document

Re: Branch crashes

2009-07-26 Thread Pavel Sanda
Pavel Sanda wrote: > > Additionally, the kimgio library might be to blame. Which KDE version do > > you > > have installed? I have KDE 4.3 RC3 installed here, your file loads fine, > > and I > > get these messages on the console: > > i dont use any desktop manager. but kde-base/kdelibs are ins

Re: Branch crashes

2009-07-26 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > Vincent van Ravesteijn wrote: > > > Vincent van Ravesteijn wrote: > > > > > > > > >> Does it help if you remove the "lyxscale 50" ? > > >> > > > > > > indeed, thats the cause. i thought this was happening only in 4.5.0? > > > pavel > > > > > > > me too.. Are you

Re: Branch crashes

2009-07-26 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > > Vincent van Ravesteijn wrote: > > > > > >> Does it help if you remove the "lyxscale 50" ? > >> > > > > indeed, thats the cause. i thought this was happening only in 4.5.0? > > pavel > > > > me too.. Are you sure you are compiling/using 4.5.2 for all your >

Re: Branch crashes

2009-07-26 Thread Vincent van Ravesteijn
Pavel Sanda schreef: Vincent van Ravesteijn wrote: Does it help if you remove the "lyxscale 50" ? indeed, thats the cause. i thought this was happening only in 4.5.0? pavel me too.. Are you sure you are compiling/using 4.5.2 for all your lyx-versions/branches/git-checkouts etc. ?

Re: Branch crashes

2009-07-26 Thread Pavel Sanda
Vincent van Ravesteijn wrote: > Does it help if you remove the "lyxscale 50" ? indeed, thats the cause. i thought this was happening only in 4.5.0? pavel

Re: Branch crashes

2009-07-26 Thread Vincent van Ravesteijn
Pavel Sanda schreef: Vincent van Ravesteijn wrote: #24 std::fill_n<__gnu_cxx::__normal_iteratorstd::allocator > >, unsigned int, int> (__first= {_M_current = 0x8d26860}, __n=266, __val...@0xbfaef4d8) at /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h:618

Re: Branch crashes

2009-07-26 Thread Pavel Sanda
Vincent van Ravesteijn wrote: >> #24 std::fill_n<__gnu_cxx::__normal_iterator> std::allocator > >, unsigned int, int> (__first= >> {_M_current = 0x8d26860}, __n=266, __val...@0xbfaef4d8) >> at >> /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_algobase.h:618 >> > From her

Re: Branch crashes

2009-07-26 Thread Vincent van Ravesteijn
Pavel Sanda schreef: Pavel Sanda wrote: Pavel Sanda wrote: hi, i get regular crashes with branch lately. just scrolling with mouse wheel through the document without single touch on the keyboard. it crashes so often that i have problem to produce some example file ;) once it

Re: Branch crashes

2009-07-26 Thread Pavel Sanda
Pavel Sanda wrote: > Pavel Sanda wrote: > > hi, > > i get regular crashes with branch lately. just scrolling with mouse > > wheel through the document without single touch on the keyboard. > > it crashes so often that i have problem to produce some example file ;) > once it get frozen and kill

Re: Branch crashes

2009-07-26 Thread Pavel Sanda
Pavel Sanda wrote: > hi, > i get regular crashes with branch lately. just scrolling with mouse > wheel through the document without single touch on the keyboard. it crashes so often that i have problem to produce some example file ;) once it get frozen and killing lead to this backtrace: [Swi