Alessandro Polverini wrote:
On Tue, 2002-10-15 at 22:22, Thomas Dodd wrote:
[... big snip ...]
On Tue, 2002-10-15 at 16:46, Jakub Jelinek wrote:
Can you send me a gdb backtrace where the abort happens?
Here is what I get:
What machine is this on?
I started the same thing after I posted on my 800 MHz athlon
and it's still running.
[...]
/usr/lib/kchart.so 453b8000-453bc000
/lib/libBrokenLocale.so.1 453bc000-453c0000
/usr/lib/libqthreads.so.0 41146000-4114a000
I've made it to the actual prelinking stage now.
lines of "Prelinking /foo/bar".
(It's now finished after ~22min with "exited normally")
I missed the start of this. Did you modify
/etc/prelink.conf ?
Program received signal SIGABRT, Aborted.
0x0809e991 in kill ()
(gdb) bt
#0 0x0809e991 in kill ()
#1 0x0809e82b in raise ()
#2 0x08086a61 in abort ()
#3 0x0805bf2b in layout_libs ()
#4 0x0805c418 in main ()
#5 0x08080cd2 in __libc_start_main ()
Nice detailed result form you. Not much from gdb.
Jakub, any way to get more details?
Am I misreading this?
layout_libs() -> abort() -> raise() -> kill()
nothing says why abort was called though,
other than the SIGABRT message.
-Thomas