On Wed, 14 Feb 2001, Tuukka Toivonen wrote:
> On Tue, 13 Feb 2001, Alexandru Mustatea wrote:
> Don't worry, it's ok... but where .ro is anyway?
.ro is Romania, in Central (Eastern?) Europe, south of Ukraine,
east of Hungary, north of Bulgaria and west of the Black Sea and
Moldavia. The capital is Bucharest.
> > Every time I start lyx, it crashes after displaying the main
> > window and just before displaying the graphical logo. I've tried both
Someone suggested that it might be a xforms problem, so I realized
that I forgot to mention that I use xforms-0.88-3 from the rpm at
sylvan.com.
These are the outputs of gdb. The rpms are taken from sylvan.com
and all the binaries are the default ones which come with RedHat
6.2. Usually, I don't compile anything (just imagine, on my 5 years old
486!).
1.1.5fix1 (stripped) says:
Program received signal SIGSEGV, Segmentation fault.
0x8287dc4 in ?? ()
When backtraced, it says:
#0 0x8287dc4 in ?? ()
#1 0x402395ea in XFreeFont () from /usr/X11R6/lib/libX11.so.6
#2 0x40081d46 in fl_set_font_name () from /usr/X11R6/lib/libforms.so.0.88
#3 0x80bfc4a in LyXGUI::init () at ../../gcc/cp/exception.cc:343
#4 0x80c26d2 in LyX::LyX () at ../../gcc/cp/exception.cc:343
#5 0x80ef3db in main () at ../../gcc/cp/exception.cc:343
#6 0x401249cb in __libc_start_main (main=0x80ef2e0 <main>, argc=1,
argv=0xbffffb54, init=0x804da10 <_init>, fini=0x81aed8c <_fini>,
rtld_fini=0x4000ae60 <_dl_fini>, stack_end=0xbffffb4c)
at ../sysdeps/generic/libc-start.c:92
1.1.6fix1 (stripped) says:
Program received signal SIGSEGV, Segmentation fault.
0x83042a4 in ?? ()
When backtraced, it says:
#0 0x83042a4 in ?? ()
#1 0x4024c5ea in XFreeFont () from /usr/X11R6/lib/libX11.so.6
#2 0x40081d46 in fl_set_font_name () from /usr/X11R6/lib/libforms.so.0.88
#3 0x80bb3fa in fl_set_button ()
#4 0x80bd7ed in fl_set_button ()
#5 0x80e97d7 in fl_set_button ()
#6 0x401379cb in __libc_start_main (main=0x80e96f0 <fl_set_button+629640>,
argc=1, argv=0xbffffb54, init=0x804df38 <_init>, fini=0x821b84c <_fini>,
rtld_fini=0x4000ae60 <_dl_fini>, stack_end=0xbffffb4c)
at ../sysdeps/generic/libc-start.c:92
1.1.6fix1 (not stripped, lyxgdb) says:
Program received signal SIGSEGV, Segmentation fault.
0x839f664 in ?? ()
When backtraced, it says:
#0 0x839f664 in ?? ()
#1 0x4024c5ea in XFreeFont () from /usr/X11R6/lib/libX11.so.6
#2 0x40081d46 in fl_set_font_name () from /usr/X11R6/lib/libforms.so.0.88
#3 0x80b5082 in LyXGUI::init (this=0x8385530) at lyx_gui.C:205
#4 0x80b792d in LyX::LyX (this=0xbffffac4, argc=0xbffffb10, argv=0xbffffb54)
at ../src/lyx_main.C:107
#5 0x80e7bdb in main (argc=1, argv=0xbffffb54) at ../src/main.C:40
Now, can anyone of you figure out what the problem is? I am not a
programmer, so I didn't know what else to ask gdb. If you need more
information, and if you would find the output of 0.12 useful, please mail
me. Thank you.
A. M.