Date: Mon, 23 Feb 1998 18:56:26 +0100 From: pb@fasterix.freenix.org (Pierre Beyssac) To: luoqi@watermarkgroup.com (Luoqi Chen) Cc: emulation@FreeBSD.ORG Subject: Re: wine 980215 Message-ID: <19980223185626.WA28827@@> In-Reply-To: <9802182006.AA12541@watermarkgroup.com>; from Luoqi Chen on Feb 18, 1998 15:06:08 -0400 References: <9802182006.AA12541@watermarkgroup.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Luoqi Chen writes:
> Here's the patch. The diff was taken against win980201, I don't have the
> most recent wine980215.
Great! It works like a charm with wine980201...
It segfaults with wine980215, apparently at the same place it did
before (apparently nothing has changed in sysdeps.c between 980201
and 980215) :-(
Program received signal SIGSEGV, Segmentation fault.
0x162765 in NtCurrentTeb () at ./sysdeps.c:139
139 __asm__( ".byte 0x64\n\tmovl (%1),%0"
(gdb) where
#0 0x162765 in NtCurrentTeb () at ./sysdeps.c:139
#1 0x1627bc in THREAD_Current () at ./thread.c:68
#2 0x162d3c in GetCurrentThreadId () at ./thread.c:344
#3 0x15f4b9 in EnterCriticalSection (crit=0x20340070) at ./critsection.c:161
#4 0x88057 in HeapLock (heap=540278784) at ./heap.c:1100
#5 0x87aef in HeapAlloc (heap=540278784, flags=0, size=16) at ./heap.c:885
#6 0x15f2a2 in InitializeCriticalSection (crit=0x20450070)
at ./critsection.c:69
#7 0x879a6 in HeapCreate (flags=16777216, initialSize=0, maxSize=0)
at ./heap.c:837
#8 0x160ded in PROCESS_Init () at ./process.c:214
#9 0x3c8f7 in main (argc=2, argv=0xefbfd7e0) at ./main.c:64
(gdb) info registers
eax 0x27 39
ecx 0x18 24
edx 0x1f 31
ebx 0x20340000 540278784
esp 0xefbfd6a8 0xefbfd6a8
ebp 0xefbfd6a8 0xefbfd6a8
esi 0x10 16
edi 0x20340070 540278896
eip 0x162765 0x162765
eflags 0x10283 66179
cs 0x1f 31
ss 0x27 39
ds 0x201e0027 538837031
es 0xf4360027 -197787609
fs 0x1f 31
gs 0x27 39
--
Pierre Beyssac pb@fasterix.frmug.org pb@fasterix.freenix.org
{Free,Net,Open}BSD, Linux : il y a moins bien, mais c'est plus cher
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
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?19980223185626.WA28827>
