Re: crash on opening document

2002-07-17 Thread thomas schönhoff
gdb ./lyx (gdb) run [load the file] ...crash... (gdb) bt JMarc Hello, maybe it should be a problem having xforms-0.88 installed instead of a 0.89 version !? Did you try to run LyX with 0.89-3, runs fine here without any gotchas on RH7.2 box Thomas

Re: crash on opening document

2002-07-17 Thread thomas schönhoff
gdb ./lyx (gdb) run [load the file] ...crash... (gdb) bt JMarc Hello, maybe it should be a problem having xforms-0.88 installed instead of a 0.89 version !? Did you try to run LyX with 0.89-3, runs fine here without any gotchas on RH7.2 box Thomas

Re: crash on opening document

2002-07-17 Thread thomas schönhoff
>>gdb ./lyx >>(gdb) run >>[load the file] >>...crash... >>(gdb) bt >> >>JMarc >> >> > Hello, maybe it should be a problem having xforms-0.88 installed instead of a 0.89 version !? Did you try to run LyX with 0.89-3, runs fine here without any gotchas on RH7.2 box Thomas

crash on opening document

2002-07-16 Thread Nathan Becker
Hi, I just upgraded from lyx-1.6fix2 to 1.2.0. I'm running on Redhat 7.0. I compiled from sources using the xforms 0.88 glibc library. Everything compiles and installs fine. When I run lyx the main screen appears with no problem. But as soon as I try to either open an old document or

Re: crash on opening document

2002-07-16 Thread Herbert Voss
Nathan Becker wrote: I just upgraded from lyx-1.6fix2 to 1.2.0. I'm running on Redhat 7.0. I compiled from sources using the xforms 0.88 glibc library. Everything compiles and installs fine. When I run lyx the main screen appears with no problem. But as soon as I try to either open

Re: crash on opening document

2002-07-16 Thread Nathan Becker
Hi Herbert, I deleted the entire .lyx directory and let lyx rebuild it fresh. This didn't fix it. I also looked in stdclass.inc in /usr/local/share/lyx/layouts but the line you said to add is already there. I tried compiling and reinstalling 1.1.6fix4 just in case I've screwed something

Re: crash on opening document

2002-07-16 Thread Herbert Voss
Nathan Becker wrote: Any more suggestions? can you send the lyx-file as private mail? Herbert -- http://www.lyx.org/help/

Re: crash on opening document

2002-07-16 Thread Jean-Marc Lasgouttes
Nathan Becker wrote: Hi Herbert, I deleted the entire .lyx directory and let lyx rebuild it fresh. This didn't fix it. Could you try to get a backtrace? Something like gdb ./lyx (gdb) run [load the file] ...crash... (gdb) bt JMarc

Re: crash on opening document

2002-07-16 Thread Nathan Becker
Yes here it is: #0 0x082f3792 in atexit (func=0x82eb7f0 __tcf_0) at atexit.c:32 #1 0x082e1bc2 in CreateBufferTmpDir () #2 0x080a1996 in Buffer::Buffer () #3 0x080c1547 in BufferStorage::newBuffer () #4 0x080c4efb in BufferList::newFile () #5 0x0810ff73 in LyXFunc::menuNew () #6 0x0810773e

crash on opening document

2002-07-16 Thread Nathan Becker
Hi, I just upgraded from lyx-1.6fix2 to 1.2.0. I'm running on Redhat 7.0. I compiled from sources using the xforms 0.88 glibc library. Everything compiles and installs fine. When I run lyx the main screen appears with no problem. But as soon as I try to either open an old document or

Re: crash on opening document

2002-07-16 Thread Herbert Voss
Nathan Becker wrote: I just upgraded from lyx-1.6fix2 to 1.2.0. I'm running on Redhat 7.0. I compiled from sources using the xforms 0.88 glibc library. Everything compiles and installs fine. When I run lyx the main screen appears with no problem. But as soon as I try to either open

Re: crash on opening document

2002-07-16 Thread Nathan Becker
Hi Herbert, I deleted the entire .lyx directory and let lyx rebuild it fresh. This didn't fix it. I also looked in stdclass.inc in /usr/local/share/lyx/layouts but the line you said to add is already there. I tried compiling and reinstalling 1.1.6fix4 just in case I've screwed something

Re: crash on opening document

2002-07-16 Thread Herbert Voss
Nathan Becker wrote: Any more suggestions? can you send the lyx-file as private mail? Herbert -- http://www.lyx.org/help/

Re: crash on opening document

2002-07-16 Thread Jean-Marc Lasgouttes
Nathan Becker wrote: Hi Herbert, I deleted the entire .lyx directory and let lyx rebuild it fresh. This didn't fix it. Could you try to get a backtrace? Something like gdb ./lyx (gdb) run [load the file] ...crash... (gdb) bt JMarc

Re: crash on opening document

2002-07-16 Thread Nathan Becker
Yes here it is: #0 0x082f3792 in atexit (func=0x82eb7f0 __tcf_0) at atexit.c:32 #1 0x082e1bc2 in CreateBufferTmpDir () #2 0x080a1996 in Buffer::Buffer () #3 0x080c1547 in BufferStorage::newBuffer () #4 0x080c4efb in BufferList::newFile () #5 0x0810ff73 in LyXFunc::menuNew () #6 0x0810773e

crash on opening document

2002-07-16 Thread Nathan Becker
Hi, I just upgraded from lyx-1.6fix2 to 1.2.0. I'm running on Redhat 7.0. I compiled from sources using the xforms 0.88 glibc library. Everything compiles and installs fine. When I run lyx the main screen appears with no problem. But as soon as I try to either open an old document or

Re: crash on opening document

2002-07-16 Thread Herbert Voss
Nathan Becker wrote: > I just upgraded from lyx-1.6fix2 to 1.2.0. I'm running on Redhat 7.0. I > compiled from sources using the xforms 0.88 glibc library. Everything > compiles and installs fine. When I run lyx the main screen appears with > no problem. But as soon as I try to either

Re: crash on opening document

2002-07-16 Thread Nathan Becker
Hi Herbert, I deleted the entire .lyx directory and let lyx rebuild it fresh. This didn't fix it. I also looked in stdclass.inc in /usr/local/share/lyx/layouts but the line you said to add is already there. I tried compiling and reinstalling 1.1.6fix4 just in case I've screwed something

Re: crash on opening document

2002-07-16 Thread Herbert Voss
Nathan Becker wrote: > Any more suggestions? can you send the lyx-file as private mail? Herbert -- http://www.lyx.org/help/

Re: crash on opening document

2002-07-16 Thread Jean-Marc Lasgouttes
Nathan Becker wrote: > Hi Herbert, > > I deleted the entire .lyx directory and let lyx rebuild it fresh. This > didn't fix it. Could you try to get a backtrace? Something like gdb ./lyx (gdb) run [load the file] ...crash... (gdb) bt JMarc

Re: crash on opening document

2002-07-16 Thread Nathan Becker
Yes here it is: #0 0x082f3792 in atexit (func=0x82eb7f0 <__tcf_0>) at atexit.c:32 #1 0x082e1bc2 in CreateBufferTmpDir () #2 0x080a1996 in Buffer::Buffer () #3 0x080c1547 in BufferStorage::newBuffer () #4 0x080c4efb in BufferList::newFile () #5 0x0810ff73 in LyXFunc::menuNew () #6