Date: Mon, 03 Feb 2003 16:19:50 +0100 From: =?ISO-8859-1?Q?Jonas_B=FClow?= <jonas@servicefactory.se> To: freebsd-stable@freebsd.org Subject: libc_r seems to be broken in 4.7-STABLE as of Jan 27 Message-ID: <3E3E8896.10003@servicefactory.se>
next in thread | raw e-mail | index | archive | help
Hi, There seems to be a problem in libc_r causing processes to hang (spinning) during startup of the process. It happens when the box is very busy. I got the back trace below using gcore on such a spinning process. The process consumed like 70% CPU. Has this been seen before? What more can I do to help solve the problem? The is a diskless box without swap. It's likely it went out of memory. (gdb) bt #0 0x280c5660 in _thread_sig_handle_pending () from /usr/lib/libc_r.so.4 #1 0x280c50eb in _thread_sig_handler () from /usr/lib/libc_r.so.4 #2 0xbfbfffac in ?? () #3 0x281000f8 in _thread_leave_cancellation_point () from /usr/lib/libc_r.so.4 #4 0x28100445 in _thread_leave_cancellation_point () from /usr/lib/libc_r.so.4 #5 0x28100b5d in malloc () from /usr/lib/libc_r.so.4 #6 0x280cbbd4 in _thread_init () from /usr/lib/libc_r.so.4 #7 0x2810157c in _thread_init_invoker::_thread_init_invoker () from /usr/lib/libc_r.so.4 #8 0x281015b5 in _thread_init_invoker::_thread_init_invoker () from /usr/lib/libc_r.so.4 #9 0x281015de in _thread_init_invoker::_thread_init_invoker () from /usr/lib/libc_r.so.4 #10 0x2810160c in _thread_init_invoker::_thread_init_invoker () from /usr/lib/libc_r.so.4 #11 0x28088caa in _init () from /usr/lib/libc_r.so.4 #12 0x2804f978 in _rtld () from /usr/libexec/ld-elf.so.1 /jonas 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?3E3E8896.10003>