Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2003 23:10:32 +0800
From:      leafy <leafy@leafy.idv.tw>
To:        freebsd-current@FreeBSD.ORG
Subject:   Re: gcc3.2.2 import might have trashed ld-elf.so.1
Message-ID:  <20030216151032.GA887@leafy.idv.tw>
In-Reply-To: <20030216062852.GA17038@leafy.idv.tw>
References:  <20030215180924.GA6102@leafy.idv.tw> <20030216002018.44231799.kabaev@bellatlantic.net> <20030216062852.GA17038@leafy.idv.tw>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Feb 16, 2003 at 02:28:52PM +0800, leafy wrote:
> /usr/X11R6/bin/uic -i htmlpageinfo.h ./htmlpageinfo.ui
> 
In my attemp to 'truss' the above line, I get a truss.core instead. backtrace as follows:

Core was generated by `truss'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libc.so.5...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libc.so.5
Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols found)...
done.
Loaded symbols for /usr/libexec/ld-elf.so.1
#0  0x280bf8b3 in kill () from /usr/lib/libc.so.5
(gdb) backtrace
#0  0x280bf8b3 in kill () from /usr/lib/libc.so.5
#1  0x0804932c in free ()
#2  0x08048d15 in free ()
(gdb)


-- 
"Without the userland, the kernel is useless."
                                     --inspired by The Tao of Programming

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030216151032.GA887>