From owner-freebsd-stable Mon Feb 28 22:17: 7 2000 Delivered-To: freebsd-stable@freebsd.org Received: from smtp7.atl.mindspring.net (smtp7.atl.mindspring.net [207.69.128.51]) by hub.freebsd.org (Postfix) with ESMTP id 204FB37BA99 for ; Mon, 28 Feb 2000 22:17:03 -0800 (PST) (envelope-from igiveup@ix.netcom.com) Received: from ix.netcom.com (user-2ini9ja.dialup.mindspring.com [165.121.38.106]) by smtp7.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id BAA32445; Tue, 29 Feb 2000 01:16:56 -0500 (EST) Message-ID: <38BB6455.328AE081@ix.netcom.com> Date: Mon, 28 Feb 2000 22:16:53 -0800 From: Ben Speirs X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: John Polstra Cc: stable@freebsd.org Subject: Re: problem with /usr/src/libexec/rtld-elf/lockdflt.c:55 References: <200002022143.NAA89098@vashon.polstra.com> <38B85437.5F4C0298@ix.netcom.com> <200002290106.RAA60932@vashon.polstra.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Polstra wrote: > If you could find the core file and use gdb to get a stack trace, > that would help me a lot. > > John Thanks John, I noticed your feedback to Don. He and I are probably running a similar build of wine, although I'm still on FreeBSD-STABLE. Here is my backtrace just in case you still need it. #0 0x28058598 in kill () from /usr/libexec/ld-elf.so.1 #1 0x280581bc in abort () from /usr/libexec/ld-elf.so.1 #2 0x28050539 in lockdflt_acquire () from /usr/libexec/ld-elf.so.1 #3 0x2804e595 in _rtld_bind () from /usr/libexec/ld-elf.so.1 #4 0x2804e07d in _rtld_bind_start () from /usr/libexec/ld-elf.so.1 #5 0x2842a67c in SYSDEPS_StartThread (teb=0x28df0000) at sysdeps.c:132 #6 0x0 in ?? () This does not happen every time, only sporadically. I think it has something to with the wineserver stuff. The reason I say that is that I noticed that occurs more often when I start a second application while one is already running, or when I start two applications at the same time. I am willing to try any patches you might come up with, although it might be a little tough to debug since the errors are so inconsistent. Hope that helps. -- -Ben Speirs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message