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-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 in LyXFunc::dispatch ()
#7  0x08104b22 in LyXFunc::verboseDispatch ()
#8  0x08104a67 in LyXFunc::verboseDispatch ()
#9  0x082879f0 in Menubar::Pimpl::MenuCallback ()
#10 0x082815e9 in C_Menubar_Pimpl_MenuCallback ()
#11 0x4003c973 in fl_object_qread () from /usr/lib/libforms.so.0.88
#12 0x40049f11 in fl_check_forms () from /usr/lib/libforms.so.0.88
#13 0x0828091d in GUIRunTime::runTime ()
#14 0x080f1c50 in LyXGUI::runTime ()
#15 0x080f27ff in LyX::LyX ()
#16 0x081382bd in main ()
#17 0x40219306 in __libc_start_main (main=0x8138160 , argc=1,
ubp_av=0xb9c4, init=0x804f5c4 <_init>, fini=0x838c8ac <_fini>,
rtld_fini=0x4000d2fc <_dl_fini>, stack_end=0xb9bc)
at ../sysdeps/generic/libc-start.c:129  

On Tue, 16 Jul 2002, Jean-Marc Lasgouttes wrote:

> 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 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 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 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 else up on my system.  1.1.6fix4 opens docs without 
crashing.

Any more suggestions?

Thanks for your help,
Nathan

 > do you have a layout-dir with the different files in your
> lyx-homedir ~/.lyx/layouts?
> 
> if so and they are not speciell one, then delete them all.
> 
> Otherwise insert in the file stdclass.inc a line
> DefaultStyle Standard
> 
> Herbert
> 
> 
> 




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 an old document or start 
> a new document I get the following message


do you have a layout-dir with the different files in your
lyx-homedir ~/.lyx/layouts?

if so and they are not speciell one, then delete them all.

Otherwise insert in the file stdclass.inc a line
DefaultStyle Standard

Herbert


-- 
http://www.lyx.org/help/




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 start 
a new document I get the following message

lyx: SIGSEGV signal caught
Sorry, you have found a bug in LyX. Please read the bug-reporting 
instructions i
n Help->Introduction and send us a bug report, if necessary. Thanks !
Bye.
Aborted (core dumped)

Any suggestions?

thanks,
Nathan