Date: Fri, 07 Jan 2000 08:26:16 -0800 From: Dennis Glatting <dennis.glatting@software-munitions.com> To: freebsd-stable@freebsd.org Subject: Question about GDB and threads Message-ID: <387613A8.A71D376B@software-munitions.com>
next in thread | raw e-mail | index | archive | help
Is there a tutorial on how to use GDB in a threaded app under 3.4? It appears that GDB doesn't handle threads very well and I am assuming the problem is me. Also, there seems to be a thread related problem somewhere in gethostbyname() in 3.4 even when using the libraries directly from BIND 8.2.2-P5. What is happening is a timeout is occurring in the DNS lookup but the library never returns. It would be handy of the libraries supported gethostbyname_r() where you pass a host struct (the one in bind 8.2.2-P5 merly calls gethostbyname()). -dpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?387613A8.A71D376B>