OoO En cette nuit nuageuse du mardi 20 juillet 2004, vers 01:49,
Michel D�nzer <[EMAIL PROTECTED]> disait:
>> > call LoaderPrintSymbol(0xXXXXXXXX)
>>
>> > and look up the output at the end of the server log?
Attaching to program: /usr/X11R6/bin/X, process 5442
0x0ff56dd8 in ?? ()
(gdb) continue
Continuing.
Program received signal SIGSEGV, Segmentation fault.
0x1012999c in ?? ()
(gdb) call LoaderPrintSymbol(0x1012999c)
No symbol table is loaded. Use the "file" command.
(gdb) continue
Continuing.
Program received signal SIGABRT, Aborted.
0x0feb2aa0 in ?? ()
(gdb) call LoaderPrintSymbol(0x0feb2aa0)
No symbol table is loaded. Use the "file" command.
--
Use data arrays to avoid repetitive control sequences.
- The Elements of Programming Style (Kernighan & Plaugher)