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

Branch crashes

2009-07-26 Thread Pavel Sanda
hi, i get regular crashes with branch lately. just scrolling with mouse wheel through the document without single touch on the keyboard. when i try to backtrace it i just get useless things like Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb6e37700 (LWP 25974)] 0xb7

Re: LyX (trunk + branch) crashes on click to "outline"

2009-07-14 Thread Kornel Benko
Am Tuesday 14 July 2009 schrieb Kornel Benko: > This is crazy: As soon as I insert debug messages and recompile, it starts to > function again. Maybe erroneous QT? > I am using QT-version 4.3.1-23.6. > Even calling lyx without any debug messages, lyx crashes on this system. Whats more, it does n

Re: LyX (trunk + branch) crashes on click to "outline"

2009-07-14 Thread Kornel Benko
Am Dienstag 14 Juli 2009 schrieb Jean-Marc Lasgouttes: > Le 14 juil. 09 à 18:45, Kornel Benko a écrit : > > Am Dienstag 14 Juli 2009 schrieb Jean-Marc Lasgouttes: > > > I guess we output uninitialized variables in the LYXERR call. Did > > > > you > > > > > run with any -dbg flag? > > > > I do, > >

Re: LyX (trunk + branch) crashes on click to "outline"

2009-07-14 Thread Andre Poenitz
On Tue, Jul 14, 2009 at 08:42:36AM +0200, Kornel Benko wrote: > Am Tuesday 14 July 2009 schrieb Kornel Benko: > > Hi, this is on OpenSuSE 10.3 64 bit. > > > > as soon as I click to see the outliner lyx crashes. Don't know when it > > first happenned, but > > it used to function 6 weeks ago. > >

Re: LyX (trunk + branch) crashes on click to "outline"

2009-07-14 Thread Jean-Marc Lasgouttes
Le 14 juil. 09 à 18:45, Kornel Benko a écrit : Am Dienstag 14 Juli 2009 schrieb Jean-Marc Lasgouttes: > I guess we output uninitialized variables in the LYXERR call. Did you > run with any -dbg flag? I do, info,init,key,gui,lyxserver,mathed,font,graphics,locale I wonder, if that could explai

Re: LyX (trunk + branch) crashes on click to "outline"

2009-07-14 Thread Kornel Benko
Am Dienstag 14 Juli 2009 schrieb Jean-Marc Lasgouttes: > I guess we output uninitialized variables in the LYXERR call. Did you > run with any -dbg flag? I do, info,init,key,gui,lyxserver,mathed,font,graphics,locale I wonder, if that could explain, why the crash vanishes, when I add more

Re: LyX (trunk + branch) crashes on click to "outline"

2009-07-14 Thread Jean-Marc Lasgouttes
Le 14 juil. 09 à 14:50, Kornel Benko a écrit : Ok, I send you the full log (compressed) There are several entries that are probably real bugs (but harmless?) related to ==14288== Use of uninitialised value of size 8 ==14288==at 0x62F2FB1: (within /usr/lib64/libstdc++.so.6.0.9) ==14288==

Re: LyX (trunk + branch) crashes on click to "outline"

2009-07-14 Thread Kornel Benko
Am Tuesday 14 July 2009 schrieb Jean-Marc Lasgouttes: > Le 14 juil. 09 à 13:38, Kornel Benko a écrit : > >> Does valgrind have anything to say about it? > > > > It does, but on a core-dump I would expect some not freed memory. > > (This is branch1.6) > > > > ==13263== > > ==13263== IN SUMMARY: 527

Re: LyX (trunk + branch) crashes on click to "outline"

2009-07-14 Thread Jean-Marc Lasgouttes
Le 14 juil. 09 à 13:38, Kornel Benko a écrit : Does valgrind have anything to say about it? It does, but on a core-dump I would expect some not freed memory. (This is branch1.6) ==13263== ==13263== IN SUMMARY: 527 errors from 17 contexts (suppressed: 77 from 4) What interests me more are t

Re: LyX (trunk + branch) crashes on click to "outline"

2009-07-14 Thread Kornel Benko
Am Tuesday 14 July 2009 schrieb Jean-Marc Lasgouttes: > Le 14 juil. 09 à 08:42, Kornel Benko a écrit : > > Am Tuesday 14 July 2009 schrieb Kornel Benko: > >> Hi, this is on OpenSuSE 10.3 64 bit. > >> > >> as soon as I click to see the outliner lyx crashes. Don't know when > >> it first happenned,

Re: LyX (trunk + branch) crashes on click to "outline"

2009-07-14 Thread Kornel Benko
Am Tuesday 14 July 2009 schrieb Pavel Sanda: > Kornel Benko wrote: > > This is crazy: As soon as I insert debug messages and recompile, it starts > > to function again. Maybe erroneous QT? > > I am using QT-version 4.3.1-23.6. > > isnt it connected to cmake only builds? Yes. :( > pavel >

Re: LyX (trunk + branch) crashes on click to "outline"

2009-07-14 Thread Jean-Marc Lasgouttes
Le 14 juil. 09 à 08:42, Kornel Benko a écrit : Am Tuesday 14 July 2009 schrieb Kornel Benko: Hi, this is on OpenSuSE 10.3 64 bit. as soon as I click to see the outliner lyx crashes. Don't know when it first happenned, but it used to function 6 weeks ago. This is crazy: As soon as I insert

Re: LyX (trunk + branch) crashes on click to "outline"

2009-07-14 Thread Pavel Sanda
Kornel Benko wrote: > This is crazy: As soon as I insert debug messages and recompile, it starts to > function again. Maybe erroneous QT? > I am using QT-version 4.3.1-23.6. isnt it connected to cmake only builds? pavel

Re: LyX (trunk + branch) crashes on click to "outline"

2009-07-13 Thread Kornel Benko
Am Tuesday 14 July 2009 schrieb Jürgen Spitzmüller: > Kornel Benko wrote: > > as soon as I click to see the outliner lyx crashes. Don't know when it > > first happenned, but it used to function 6 weeks ago. > > Is this a specific document, or can you reproduce it generally (e.g. with the > User G

RE: LyX (trunk + branch) crashes on click to "outline"

2009-07-13 Thread Vincent van Ravesteijn - TNW
>> Hi, this is on OpenSuSE 10.3 64 bit. >> >> as soon as I click to see the outliner lyx crashes. >> Don't know when it first happenned, but it used to >> function 6 weeks ago. > >This is crazy: As soon as I insert debug messages and >recompile, it starts to function again. I've heard such a thi

Re: LyX (trunk + branch) crashes on click to "outline"

2009-07-13 Thread Kornel Benko
Am Tuesday 14 July 2009 schrieb Kornel Benko: > Hi, this is on OpenSuSE 10.3 64 bit. > > as soon as I click to see the outliner lyx crashes. Don't know when it first > happenned, but > it used to function 6 weeks ago. This is crazy: As soon as I insert debug messages and recompile, it starts to

Re: LyX (trunk + branch) crashes on click to "outline"

2009-07-13 Thread Jürgen Spitzmüller
Kornel Benko wrote: > as soon as I click to see the outliner lyx crashes. Don't know when it > first happenned, but it used to function 6 weeks ago. Is this a specific document, or can you reproduce it generally (e.g. with the User Guide)? Jürgen

LyX (trunk + branch) crashes on click to "outline"

2009-07-13 Thread Kornel Benko
Hi, this is on OpenSuSE 10.3 64 bit. as soon as I click to see the outliner lyx crashes. Don't know when it first happenned, but it used to function 6 weeks ago. started gdb with: gdb /usr/local/lyx2.0/bin/lyx r -userdir /usr2/kornel/.lyx2 -sysdir /usr/local/lyx2.0 -dbg info,init,key,gui,lyxser

Re: Lyx/branch crashes during exit.

2007-09-12 Thread Enrico Forestieri
On Wed, Sep 12, 2007 at 06:05:44PM +0200, Juergen Spitzmueller wrote: > Enrico Forestieri wrote: > > > So, Jürgen? > > This is not an area where I feel very much at home, but I guess you are, so > I just trust you. Put it in. The fontconfig docs state that "There is a default configuration which

Re: Lyx/branch crashes during exit.

2007-09-12 Thread Juergen Spitzmueller
Enrico Forestieri wrote: > So, Jürgen? This is not an area where I feel very much at home, but I guess you are, so I just trust you. Put it in. Jürgen

Re: Lyx/branch crashes during exit.

2007-09-12 Thread Enrico Forestieri
On Wed, Sep 12, 2007 at 09:24:09AM -0500, Bo Peng wrote: > > The attached patch should solve the problem. As the added fonts are > > application specific, fontconfig should do the cleanup for us, even > > if the docs say nothing to this end. > > I tested this patch against the branch and I can con

Re: Lyx/branch crashes during exit.

2007-09-12 Thread Bo Peng
> The attached patch should solve the problem. As the added fonts are > application specific, fontconfig should do the cleanup for us, even > if the docs say nothing to this end. I tested this patch against the branch and I can confirm that it fixes the crash. You should explain to Jurgen what thi

Re: Lyx/branch crashes during exit.

2007-09-12 Thread Enrico Forestieri
On Wed, Sep 12, 2007 at 01:00:02AM -0500, Bo Peng wrote: > > I will compile with gcc 4 and try again. > > Gcc4 + Qt 422 crashes. > > Gcc4 + Qt 4.0 (or 4.11? not sure) does not. Because that code is only compiled in for Qt >= 4.2 > Have not tested Gcc 3 + Qt 4.0, but it is likely a Qt 422 proble

Re: Lyx/branch crashes during exit.

2007-09-11 Thread Bo Peng
> I will compile with gcc 4 and try again. Gcc4 + Qt 422 crashes. Gcc4 + Qt 4.0 (or 4.11? not sure) does not. Have not tested Gcc 3 + Qt 4.0, but it is likely a Qt 422 problem. Bo

Re: Lyx/branch crashes during exit.

2007-09-11 Thread Bo Peng
> I should have said, using Qt 4.2.1, so this code is being compiled. Then this might be another gcc 3 / signals problem. :-) I will compile with gcc 4 and try again. Bo

Re: Lyx/branch crashes during exit.

2007-09-11 Thread Darren Freeman
On Tue, 2007-09-11 at 22:50 -0500, Bo Peng wrote: > #2 points to > GuiFontLoader::~GuiFontLoader() > { > #if QT_VERSION >= 0x040200 > for (int i = 0 ; i < num_math_fonts; ++i) { > if (fontID[i] >= 0) > QFontDatabase::removeApplicationFont(fontID[i]); >

Re: Lyx/branch crashes during exit.

2007-09-11 Thread Darren Freeman
On Tue, 2007-09-11 at 22:50 -0500, Bo Peng wrote: > On linux, simply start and quit lyx. r20206 didn't do this. I just built r20235 and tried. Sorry but following your procedure I don't get a crash. OpenSUSE 10.2. Have fun, Darren

Lyx/branch crashes during exit.

2007-09-11 Thread Bo Peng
On linux, simply start and quit lyx. Backtrace: #0 0x003412512838 in FcConfigSetFonts () from /usr/lib64/libfontconfig.so.1 #1 0x002a95c67267 in QFontDatabase::removeApplicationFont (handle=0) at text/qfontdatabase_x11.cpp:1959 #2 0x0086a7a6 in ~GuiFontLoader (this=0xf13