From owner-freebsd-questions Wed Jan 21 19:20:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA02010 for questions-outgoing; Wed, 21 Jan 1998 19:20:50 -0800 (PST) (envelope-from owner-freebsd-questions@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 TAA01999 for ; Wed, 21 Jan 1998 19:20:44 -0800 (PST) (envelope-from dmm125@bellatlantic.net) Received: from myname.my.domain (client201-122-41.bellatlantic.net [151.201.122.41]) by iconmail.bellatlantic.net (IConNet Sendmail) with SMTP id WAA12211 for ; Wed, 21 Jan 1998 22:20:44 -0500 (EST) Newsgroups: comp.unix.bsd.freebsd.misc Date: Wed, 21 Jan 1998 22:18:57 +0000 (GMT) From: Donn Miller X-Sender: dmm125@myname.my.domain To: questions@FreeBSD.ORG Subject: seg-faults with wine980118 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk believe this problem is specific to FreeBSD. When I try to run the latest wine (980118) I get segmentation faults with no or any arguments. It's been seg-faulting like crazy. Here is a sample of my debugging output: Core was generated by `wine'. Program terminated with signal 11, Segmentation fault. 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 0x158edb in NtCurrentTeb () at sysdeps.c:114 114 __asm__( ".byte 0x64\n\tmovl (%1),%0" (gdb) I'm posting this in the hopes that someone else has a solution before I go about solving it. Any suggestions? Thanks Donn