Re: [glade--] glade-- crashes in Windows XP
Jaap Versteegh <[email protected]> Wed, 4 Oct 2006 09:29:04 +0000 (UTC)
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Message-ID | <[email protected]> |
Same problem here... 77C178A0 8B 4C 24 04 mov ecx,dword ptr [esp+4] 77C178A4 F7 C1 03 00 00 00 test ecx,3 77C178AA 74 14 je 77C178C0 77C178AC 8A 01 mov al,byte ptr [ecx] 77C178AE 41 inc ecx 77C178AF 84 C0 test al,al 77C178B1 74 40 je 77C178F3 77C178B3 F7 C1 03 00 00 00 test ecx,3 77C178B9 75 F1 jne 77C178AC 77C178BB 05 00 00 00 00 add eax,0 77C178C0 8B 01 mov eax,dword ptr [ecx] <=== (ecx == 0) This is code in msvcrt. Unfortunately no symbols.