Date: Thu, 12 Aug 1999 18:58:39 +1000 (EST) From: John Birrell <jb@cimlogic.com.au> To: tim@desert.net (Thimble Smith) Cc: freebsd-current@FreeBSD.ORG (FreeBSD-current List) Subject: Re: Bus error in isatty() from /usr/lib/libc.so.3 Message-ID: <199908120858.SAA11622@cimlogic.com.au> In-Reply-To: <19990811221242.B70843@desert.net> from Thimble Smith at "Aug 11, 1999 10:12:42 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Thimble Smith wrote: > Hello. I have a reproducable problem which gdb says is ending up at > 0x2818d862 in isatty() from /usr/lib/libc.so.3. A full back trace is > below. If this is a problem in FreeBSD, I'm very glad to do any > experiments that might be helpful. If it's a problem somewhere else, > any pointers on what I might do next would be great. [...] > #1 0x2818db22 in isatty () from /usr/lib/libc.so.3 > #2 0x2818e1de in malloc () from /usr/lib/libc.so.3 > #3 0x28236e88 in _thread_fd_table_init () from /usr/lib/libc_r.so.4 > #4 0x28238056 in _thread_fd_lock_debug () from /usr/lib/libc_r.so.4 You are linking against both libc _and_ libc_r. "Don't do that!" -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 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?199908120858.SAA11622>