Em Qua 31 Jul 2002 07:05, you wrote:
> >>>>> "Carlos" == Carlos Arroyo Junior <[EMAIL PROTECTED]> writes:
>
> Carlos> When I run lyx I get the following error: "lyx: SIGSEGV signal
> Carlos> caught Sorry, you have found a bug in LyX. Please read the
> Carlos> bug-reporting instructions in Help->Introduction and send us a
> Carlos> bug report, if necessary. Thanks ! Bye. Aborted"
>
> Carlos> I am using lyx 1.2 from
> Carlos> http://www.alpha-centauri.fr/opensource/ and Slackware 8.1
>
> Can you obtain a gdb backtrace? Something like
>
> gdb ./lyx
> (gdb) run
> [make it crash]
> (gdb) bt
>
> JMarc

My backtrace(lyx version1.2): 
-------------------------------------------------------------------------------------------------
Program received signal SIGSEGV, Segmentation fault.
0x401f0e67 in XFindOnExtensionList () from /usr/X11R6/lib/libX11.so.6
(gdb) bt
#0  0x401f0e67 in XFindOnExtensionList () from /usr/X11R6/lib/libX11.so.6
#1  0x401eb216 in _XF86BigfontFreeFontMetrics ()
   from /usr/X11R6/lib/libX11.so.6
#2  0x401ea63f in XFreeFont () from /usr/X11R6/lib/libX11.so.6
#3  0x40055d84 in fl_set_font_name () from /usr/X11R6/lib/libforms.so.0.89
#4  0x08100297 in queue<int, deque<int, allocator<int>, 0> >::~queue ()
#5  0x08100e2a in queue<int, deque<int, allocator<int>, 0> >::~queue ()
#6  0x0814aab6 in basic_string<char, string_char_traits<char>, 
__default_alloc_template<true, 0> >::find ()
#7  0x402c517d in __libc_start_main (
    main=0x814a960 <basic_string<char, string_char_traits<char>, 
__default_alloc_template<true, 0> >::find(char const *, unsigned int, 
unsigned int) const+132544>, argc=1, ubp_av=0xbffff874, init=0x804f748 
<_init>, fini=0x8329470 <_fini>,
    rtld_fini=0x4000a534 <_dl_fini>, stack_end=0xbffff86c)
    at ../sysdeps/generic/libc-start.c:129
(gdb)

---------------------------------------------------------------------------------------



This is the backtrace of lyx version 1.1.6:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 2813)]
0x40109e67 in XFindOnExtensionList () from /usr/X11R6/lib/libX11.so.6
Current language:  auto; currently c
(gdb)
(gdb) bt
#0  0x40109e67 in XFindOnExtensionList () from /usr/X11R6/lib/libX11.so.6
#1  0x40104216 in _XF86BigfontFreeFontMetrics () from 
/usr/X11R6/lib/libX11.so.6
#2  0x4010363f in XFreeFont () from /usr/X11R6/lib/libX11.so.6
#3  0x4004ed06 in fl_set_font_name () from /usr/X11R6/lib/libforms.so.0.88
#4  0x080dcc3f in LyXGUI::init (this=0x8307f08) at lyx_gui.C:201
#5  0x080df9f9 in LyX::LyX (this=0xbffff7b0, argc=0xbffff7d4, argv=0xbffff834) 
at ../src/lyx_main.C:107
#6  0x08122827 in main (argc=1, argv=0xbffff834) at ../src/main.C:40
#7  0x4022817d in __libc_start_main (main=0x8122680 <main>, argc=1, 
ubp_av=0xbffff834, init=0x804e584 <_init>, fini=0x828d424 <_fini>,
    rtld_fini=0x4000a534 <_dl_fini>, stack_end=0xbffff82c) at 
../sysdeps/generic/libc-start.c:129
(gdb) break
Breakpoint 1 at 0x40109e67


Reply via email to