From owner-freebsd-current Fri Feb 2 11:36: 5 2001 Delivered-To: freebsd-current@freebsd.org Received: from magnesium.net (toxic.magnesium.net [207.154.84.15]) by hub.freebsd.org (Postfix) with SMTP id 69F2037B491 for ; Fri, 2 Feb 2001 11:35:47 -0800 (PST) Received: (qmail 42522 invoked by uid 1142); 2 Feb 2001 19:35:44 -0000 Date: 2 Feb 2001 11:35:44 -0800 Date: Fri, 2 Feb 2001 11:35:38 -0800 From: Jason Evans To: Mike Heffner Cc: FreeBSD-current Subject: Re: program hangs in thread scheduler Message-ID: <20010202113538.Q17900@canonware.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from mheffner@vt.edu on Thu, Feb 01, 2001 at 02:08:54PM -0500 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Feb 01, 2001 at 02:08:54PM -0500, Mike Heffner wrote: > > Is this a problem with the thread scheduler or is this somehow related to the > application? > > (gdb) bt > #0 0x284d74cc in poll () from /usr/lib/libc.so.5 > #1 0x2848ce74 in thread_kern_poll (wait_reqd=1) > at /usr/src/lib/libc_r/uthread/uthread_kern.c:833 > #2 0x2848c7c9 in _thread_kern_scheduler () > at /usr/src/lib/libc_r/uthread/uthread_kern.c:481 > #3 0xd0d0d0d0 in ?? () > #4 0x282a66cc in g_main_run (loop=0x8167b40) at gmain.c:935 > #5 0x281c6047 in gtk_main () from /usr/X11R6/lib/libgtk12.so.2 > #6 0x80590f1 in main (argc=1, argv=0xbfbffb9c) at aim.c:610 > #7 0x80576f9 in _start (arguments=0xbfbffc80 "gaim") > at /usr/src/lib/csu/i386-elf/crt1.c:96 This stack trace looks more or less okay to me. The problem is probably in the application rather than in libc_r. Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message