On Fri, Aug 09, 2002 at 04:04:10PM -0500, Dan Nelson wrote: > > A coredump of this state + gdb "thread apply all bt" might be interesting. > > > > Hmm. Looks like a problem we solve recently, but yours is a bit > > > different. We found that FreeBSD's not-so-thread-safe > > > gethostbyname_r() causes problems for MySQL. So it's best to use > > > --skip-name-resolve when starting it up. Maybe the same bug is > > > somehow triggering this? Seems unlikely, but ya never know... > > FreeBSD doesn't even provide a gethostbyname_r(), so that can't be the > problem :)
Right you are. I mis-spoke. It's MySQL's my_gethostbyname_r() that calls gethostbyname() on FreeBSD. Jeremy -- Jeremy D. Zawodny | Perl, Web, MySQL, Linux Magazine, Yahoo! <[EMAIL PROTECTED]> | http://jeremy.zawodny.com/ --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php