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:   Don't drink and drive -- wine crashed -current
Message-ID:  <199804052120.RAA01394@chen.ml.org>

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

>Submitter-Id:   current-users
>Originator:     Luoqi Chen
>Organization:
>Confidential:   no
>Synopsis:       wine causes system crash
>Severity:       critical
>Priority:       high
>Category:       i386
>Release:        FreeBSD 3.0-CURRENT i386
>Class:          sw-bug
>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: 
	


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-emulation" 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>