From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 8 17:50:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34E3E1065675 for ; Thu, 8 May 2008 17:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1454F8FC13 for ; Thu, 8 May 2008 17:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m48Ho025048495 for ; Thu, 8 May 2008 17:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m48Ho0o0048494; Thu, 8 May 2008 17:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 8 May 2008 17:50:00 GMT Resent-Message-Id: <200805081750.m48Ho0o0048494@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Gilbert Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A267B1065679 for ; Thu, 8 May 2008 17:41:00 +0000 (UTC) (envelope-from dgilbert@daveg.ca) Received: from ox.eicat.ca (ox.eicat.ca [66.96.30.35]) by mx1.freebsd.org (Postfix) with ESMTP id 00E738FD3A for ; Thu, 8 May 2008 17:40:59 +0000 (UTC) (envelope-from dgilbert@daveg.ca) Received: by ox.eicat.ca (Postfix, from userid 66) id A8AD9BE8A; Thu, 8 May 2008 13:40:58 -0400 (EDT) Received: by canoe.dclg.ca (Postfix, from userid 101) id 1E87D1645; Thu, 8 May 2008 13:40:58 -0400 (EDT) Message-Id: <20080508174058.1E87D1645@canoe.dclg.ca> Date: Thu, 8 May 2008 13:40:58 -0400 (EDT) From: David Gilbert To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/123526: Wine crashes (even winecfg) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Gilbert List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2008 17:50:01 -0000 >Number: 123526 >Category: ports >Synopsis: Wine crashes (even winecfg) >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 08 17:50:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: David Gilbert >Release: FreeBSD 7.0-STABLE i386 >Organization: DaveG.ca >Environment: System: FreeBSD canoe.dclg.ca 7.0-STABLE FreeBSD 7.0-STABLE #1: Thu May 8 11:55:48 EDT 2008 dgilbert@canoe.dclg.ca:/canoe/32/usr/obj/canoe/32/usr/src/sys/CANOE32 i386 I've tried this on 7.0-RELEASE-p1 and on 7.0-STABLE. Same results on either. >Description: Wine and even more specifically (or easy to replicate) winecfg crashes. [2:9:309]dgilbert@canoe:~/.wine> winecfg Segmentation fault: 11 (core dumped) [2:11:311]dgilbert@canoe:~/.wine> gdb wine-pthread wine-pthread.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols found)... Core was generated by `wine-pthread'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/local/lib/libwine.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libwine.so.1 Reading symbols from /lib/libthr.so.3...(no debugging symbols found)...done. Loaded symbols for /lib/libthr.so.3 Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done. Loaded symbols for /lib/libc.so.7 Reading symbols from /usr/local/lib/wine/ntdll.dll.so...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/wine/ntdll.dll.so Reading symbols from /lib/libm.so.5...(no debugging symbols found)...done. Loaded symbols for /lib/libm.so.5 Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x7e1e7161 in thread_init () from /usr/local/lib/wine/ntdll.dll.so [New Thread 0x7c003100 (LWP 100233)] (gdb) bt #0 0x7e1e7161 in thread_init () from /usr/local/lib/wine/ntdll.dll.so #1 0x7e1c38a8 in __wine_process_init () from /usr/local/lib/wine/ntdll.dll.so #2 0x7df3bd84 in wine_init () from /usr/local/lib/libwine.so.1 #3 0x7df571eb in wine_casemap_upper () from /usr/local/lib/libwine.so.1 #4 0x7fbfe108 in ?? () #5 0x00000400 in ?? () #6 0x00000000 in ?? () #7 0x00000001 in ?? () #8 0x7df03419 in ?? () from /libexec/ld-elf.so.1 #9 0x7c008060 in ?? () #10 0x00000000 in ?? () #11 0x7df30200 in ?? () #12 0x7fbfe108 in ?? () #13 0x7fbfe6d0 in ?? () #14 0x7bf0134c in pthread_functions () #15 0x7fbfe518 in ?? () #16 0x00000003 in ?? () #17 0x7c009070 in ?? () #18 0x7c00908d in ?? () #19 0x0000000a in ?? () #20 0x00000000 in ?? () #21 0x7fbfe108 in ?? () #22 0x7fbfe6d0 in ?? () #23 0x7bf0134c in pthread_functions () #24 0x7fbfe518 in ?? () #25 0x7bf0125d in main () >How-To-Repeat: run winecfg >Fix: Not known. >Release-Note: >Audit-Trail: >Unformatted: