From owner-freebsd-stable Mon Mar 11 10:53: 4 2002 Delivered-To: freebsd-stable@freebsd.org Received: from hercules.icarz.com (ns1.icarz.com [207.99.22.7]) by hub.freebsd.org (Postfix) with ESMTP id 22E7137B402 for ; Mon, 11 Mar 2002 10:52:58 -0800 (PST) Received: from newken (dhcp104.icarz.com [207.99.22.104]) by hercules.icarz.com (8.11.6/8.10.1) with SMTP id g2BIqvx22754 for ; Mon, 11 Mar 2002 13:52:57 -0500 (EST) Message-ID: <050001c1c92d$f7081d60$681663cf@icarz.com> From: "Ken Menzel" To: Subject: Threads problem in 4.5 and -stable Date: Mon, 11 Mar 2002 13:52:59 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I upgraded one of my servers from a Dec 12th, 2001 FreeBSD 4 stable to RELENG_4_5 and mysql now crashes on a thread create at startup. I tried recompiling mysql, but I get the same crash. Does anyone have any ideas on why this happens or how I can fix it? It happens to me on RELENG_4 as of last week also. Here is a trace from GDB, (gdb) r Starting program: /usr/local/libexec/mysqld Fatal error 'Can't create gc thread' at line ? in file /usr/src/lib/libc_r/uthread/uthread_create.c (errno = ?) Program received signal SIGABRT, Aborted. 0x883d1b30 in kill () from /usr/lib/libc_r.so.4 (gdb) bt #0 0x883d1b30 in kill () from /usr/lib/libc_r.so.4 #1 0x8841c16a in abort () from /usr/lib/libc_r.so.4 #2 0x883e87a6 in _thread_exit () from /usr/lib/libc_r.so.4 #3 0x883a8f51 in pthread_create () from /usr/lib/libc_r.so.4 #4 0x8072954 in start_signal_handler () at mysqld.cc:1362 #5 0x80736e5 in main (argc=17, argv=0x8395228) at mysqld.cc:1905 (gdb) Thanks for any suggestions, Ken ----------------------------------------------------- Ken Menzel ICQ# 9325188 www.icarz.com kenm@icarz.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message