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 - [EMAIL PROTECTED]; [EMAIL PROTECTED] http://www.cimlogic.com.au/
CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message