Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 1998 17:20:15 -0400 (EDT)
From:      Luoqi Chen <luoqi@chen.ml.org>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Cc:        current@FreeBSD.ORG, emulation@FreeBSD.ORG
Subject:   i386/6219: Don't drink and drive -- wine crashed -current
Message-ID:  <199804052120.RAA01394@chen.ml.org>

next in thread | raw e-mail | index | archive | help

>Number:         6219
>Category:       i386
>Synopsis:       wine causes system crash
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr  5 14:30:08 PDT 1998
>Last-Modified:
>Originator:     Luoqi Chen
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	FreeBSD sabrina.chen.ml.org 3.0-CURRENT FreeBSD 3.0-CURRENT #24: Tue Mar 24 02:48:22 EST 1998    luoqi@sabrina.chen.ml.org:/usr/src/sys/compile/SABRINA  i386
	With kernel option USER_LDT defined to support wine.


>Description:

	After an insuccessful execution of a win32 binary (missing dll),
	wine crashed the system. DDB showed trap 12 code 0 at
		doreti_pop_es:
			popl	%es
	The value to be popped was 0x27. No stack trace available and
	unable to generate a dump -- system hang at "Syncing disks"
	message.

>How-To-Repeat:

	Pick a win32 binary that would fail because of a missing dll,
	run it with wine, but make sure you specify the FULL pathname
	of the binary (e.g. wine /tmp/Ssreader.exe). You will see
	messages like these:
Warning: could not load Windows DLL 'COMCTL32.dll', using built-in module.
Module oledlg.dll not found
LoadModule: can't load 'Ssreader.exe', error=0
wine: can't exec 'Ssreader.exe': error=0
	Then the system traps to DDB.

>Fix:
	

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804052120.RAA01394>