http://bugs.winehq.org/show_bug.cgi?id=4078
Summary: memory allocation fails Product: Wine Version: 20050930 Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-user AssignedTo: wine-bugs@winehq.org ReportedBy: dhazeghi@yahoo.com
Greetings,
my first wine bug, so please let me know if I've missed something obvious, or forgot crucial info. Trying to run windows console app, I get a series of fixmes, and then a memory allocation failure (in the program). Under winedbg, I get a "first chance exception" and stack dump where it dies. Interestingly, if I adjust the parameters downward to 155k, so the program uses less memory, there's no crash.
Any ideas? Log is as follows:
$ winedbg qpi.exe 160k WineDbg starting on pid 0xa err:wineconsole:WCUSER_SetFont wrong font In 32 bit mode. start_process () at /tmp/wine-0.9.3/dlls/kernel/../../include/winternl.h:1692 0x7fd26721 start_process+0x101 [/tmp/wine-0.9.3/dlls/kernel/../../include/winternl.h:1692] in kernel32: jmp 0x7fd26710 start_process+0xf0 [/tmp/wine-0.9.3/dlls/kernel/process.c:994] in kernel32 1692 static inline void WINAPI DbgBreakPoint(void) { __asm__ __volatile__("int3"); } Wine-dbg>fixme:process:SetProcessShutdownParameters (00000280, 00000001): partial stub. fixme:process:SetProcessWorkingSetSize (0xffffffff,928587776,928587776): stub - harmless fixme:heap:RtlCompactHeap stub fixme:heap:RtlCompactHeap stub First chance exception: 0x00000001 in 32-bit code (0x7fcf84a3). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033 EIP:7fcf84a3 ESP:7fc9f604 EBP:7fc9f660 EFLAGS:00000202( - 00 - - I1) EAX:7fce1d31 EBX:7fdbe08c ECX:00000000 EDX:00000010 ESI:7fc9f698 EDI:7fc9f628 Stack dump: 0x7fc9f604: 00000001 00000001 00000000 7fcf8410 0x7fc9f614: 00000004 00000001 00086180 000355ad 0x7fc9f624: 0014439c 7fe1b090 00000001 b76b72e0 0x7fc9f634: 7beabce1 7beabbda 00000000 7fc9f6a8 0x7fc9f644: 7fe1b090 00000002 7fe1b0c0 0042e27e 0x7fc9f654: 00000005 7fc9f688 00000002 0014439c Backtrace: =>1 0x7fcf84a3 RaiseException(code=0x1, flags=0xc0000025, nbargs=0x4, args=0x7fc9f688) [except.c:86] in kernel32 (0x7fcf84a3) 0x7fcf84a3 RaiseException+0x93 [except.c:86] in kernel32: subl $4,%esp Unable to open file 'except.c' Wine-dbg>WineDbg terminated on pid 0xa