Gedi wrote:
(KERNEL32:except/except.c:159) Unhandled exception (KERNEL32:except/except.c:160) Address: (KERNEL32:except/except.c:163) 7c913a83 C:\ReactOS\system32\ntdll.dll CS:EIP 1b:7c913a83 DS 23 ES 23 FS 3b GS 23 EAX: 00660000 EBX: 80000000 ECX: 0065e758 EDX: 00000000 EBP: 0065e788 ESI: 00000000 ESP: 0065e760 EDI: 00660000 EFLAGS: 00000246
I've been talking to Gedi on IRC, and this is what we've determined so far:
according to addr2line, 7c913a83 is: /lib/rtl/heap.c:536
which is: subheap->heap = heap;
the assembly instruction according to his map file is: mov %eax, 0x10(%ebx)
so %ebx here is subheap, which has a value, according to the register dump, of 0x80000000.
Any ideas? I'm clueless :(