Marc Aurele La France wrote: > > On Thu, 24 Jan 2002, Phillip B. Bruce wrote: > > > When ever I run XFree86 -configure or xf86config > > the X server crashes. I get the following error: > > > Fatal Server Error: > > Caught signall . Server Aborting: > > > I have attached the XFree86.8.log. > > > My Configuration is as followed: > > OS: Solaris 2.8 10/00 patches current: kernel 108529-12 > > > Sony PCG-FXA32 > > ATI RAGE Mobility-M1 8 MB Graphics > > 128 MB Ram > > 15 GB Disk > > 15" TFT XGA LCD Screen > > 900 Mhz AMD Duron > > > XFree86 version 4.2.0 > > > I seen where the Symbol tables were still unresolve. I did have > > LD_LIBRARY_PATH configure for /usr/lib:/usr/local/lib paths. > > OK. I'll fix those. In the meantime, these messages can be ignored. > > > Suggestions would be appreciated here. > > I need to know where the signal is occurring. To do that, please ensure > gdb is installed on this system. Pick it up from Sun's freeware site if > necessary. As root, generate a core file of the crash. Then, again as > root, do > > script /tmp/tsi.log > gdb /usr/X11R6/bin/XFree86 <where.the.core.file.is> > bt > > Then, still in gdb, > > call LoaderPrintSymbol(address) > > ... for every "address" bt reports as "??". Please send me /tmp/tsi.log > > Thanks. > > Marc. > > +----------------------------------+-----------------------------------+ > | Marc Aurele La France | work: 1-780-492-9310 | > | Computing and Network Services | fax: 1-780-492-1729 | > | 352 General Services Building | email: [EMAIL PROTECTED] | > | University of Alberta +-----------------------------------+ > | Edmonton, Alberta | | > | T6G 2H1 | Standard disclaimers apply | > | CANADA | | > +----------------------------------+-----------------------------------+ > XFree86 Core Team member. ATI driver and X server internals. > > _______________________________________________ > Newbie mailing list > [EMAIL PROTECTED] > *** To unsubscribe , or change message options, see: > http://XFree86.Org/mailman/listinfo/newbie Marc,
I've seen where I've made some mistake in the gdb. SO I made a second version of tsi.log. Would appreciate feedback on this. -- ************************************************************ *** Phillip B. Bruce *** *** http://pbbruce.home.mindspring.com *** *** [EMAIL PROTECTED] *** *** *** *** "Have you ever noticed? Anybody going slower than *** *** you is an idiot, and anyone going faster than you *** *** is a maniac." - George Carlin *** ************************************************************
Script started on Thu Jan 24 11:05:27 2002 # gdb file core core: ELF 32-bit LSB core file 80386 Version 1, from 'XFree86' # gdb ./XFree86 pwd /usr/X11R6 # gdb ./XFree core ./core bin/XFree86 ./core GNU gdb 5.0 Copyright 2000 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-pc-solaris2.8"... (no debugging symbols found)... Core was generated by `X :8 +accessx -allowMouseOpenFail -xf86config //XF86Config.new'. Program terminated with signal 6, Abort. Reading symbols from /usr/lib/libsocket.so.1...(no debugging symbols found)... done. Loaded symbols for /usr/lib/libsocket.so.1 Reading symbols from /usr/lib/libnsl.so.1...(no debugging symbols found)... done. Loaded symbols for /usr/lib/libnsl.so.1 Reading symbols from /usr/lib/libm.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libm.so.1 Reading symbols from /usr/lib/libdl.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libdl.so.1 Reading symbols from /usr/lib/libc.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libc.so.1 Reading symbols from /usr/lib/libmp.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libmp.so.2 #0 0xdfbd7fac in _libc_kill () from /usr/lib/libc.so.1 (gdb) bt #0 0xdfbd7fac in _libc_kill () from /usr/lib/libc.so.1 #1 0xdfb9b8ce in raise () from /usr/lib/libc.so.1 #2 0xdfb8bcc0 in abort () from /usr/lib/libc.so.1 #3 0x804c9d5 in ddxGiveUp () #4 0x80b1924 in AbortServer () #5 0x80b2c9b in FatalError () #6 0x805e27d in xf86SigHandler () #7 0xdfb8a3c9 in sigacthandler () from /usr/lib/libc.so.1 #8 <signal handler called> #9 0xdfb7d021 in strlen () from /usr/lib/libc.so.1 #10 0xdfbaebe3 in vsnprintf () from /usr/lib/libc.so.1 #11 0x80601b5 in VWrite () #12 0x80603fb in xf86DrvMsgVerb () #13 0x80657c1 in PrintModeline () #14 0x8065980 in xf86PrintModes () #15 0x85bb0fa in ?? () #16 0x804be4a in InitOutput () #17 0x809ca9c in main () #18 0x804b4d1 in _start () (gdb) call l LoaderPRint rintSymbol(address) No symbol table is loaded. Use the "file" command. (gdb) Quit (gdb) quit # script done on Thu Jan 24 11:07:19 2002
