From owner-freebsd-hackers Wed Feb 4 11:49:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA23717 for hackers-outgoing; Wed, 4 Feb 1998 11:49:54 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from iconmail.bellatlantic.net (iconmail.bellatlantic.net [199.173.162.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA23682 for ; Wed, 4 Feb 1998 11:49:41 -0800 (PST) (envelope-from dmm125@bellatlantic.net) Received: from myname.my.domain (client201-122-21.bellatlantic.net [151.201.122.21]) by iconmail.bellatlantic.net (IConNet Sendmail) with SMTP id OAA04120 for ; Wed, 4 Feb 1998 14:46:28 -0500 (EST) Newsgroups: comp.emulators.ms-windows.wine Date: Wed, 4 Feb 1998 14:44:32 +0000 (GMT) From: Donn Miller X-Sender: dmm125@myname.my.domain To: hackers@FreeBSD.ORG Subject: latest wine && seg-faults on freebsd Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe hackers" I just compiled the latest wine (wine980201) and it compiled great, except that I got seg-faults and dropped core every time I tried to run it. So then I compiled with the -g flag and debugged it. Here is the output of gdb: Reading symbols from /usr/libexec/ld.so...done. Reading symbols from /usr/X11R6/lib/libXpm.so.4.10...done. Reading symbols from /usr/X11R6/lib/libSM.so.6.0...done. Reading symbols from /usr/X11R6/lib/libICE.so.6.3...done. Reading symbols from /usr/X11R6/lib/libXext.so.6.3...done. Reading symbols from /usr/X11R6/lib/libX11.so.6.1...done. Reading symbols from /usr/lib/libm.so.2.0...done. Reading symbols from /usr/lib/libc.so.3.0...done. #0 0x1be651 in NtCurrentTeb () at sysdeps.c:140 140 __asm__( ".byte 0x64\n\tmovl (%1),%0" (gdb) I compiled this ``straight out of the box'' instead of using FreeBSD's port collection and was interested in hearing from the person doing the latest ports to FreeBSD on what he/she did to correct this. I guessing that it has something to do with threading (not X-windows threads but libc). Donn