strange msvcrt crash

Alexandre Julliard julliard at winehq.com
Mon Apr 16 16:28:00 CDT 2001


Andreas Mohr <a.mohr at mailto.de> writes:

> Call msvcrt.mktime(405b614c) ret=5f40e3b3 tid=08066638
> Ret  msvcrt.mktime() retval=3adae6b2 ret=5f40e3b3 tid=08066638
> trace:seh:EXC_RtlRaiseException code=c0000005 flags=0
> trace:seh:EXC_CallHandler calling handler at 0x5f493fcb code=c0000005 flags=0
> Call ntdll.RtlRaiseException(404a4aa8) ret=405e1056 tid=08066638
> trace:seh:EXC_RtlRaiseException code=80000100 flags=1
> trace:seh:EXC_CallHandler calling handler at 0x4005ca10 code=80000100 flags=1

80000100 is EXCEPTION_WINE_STUB; the app probably called a stub from
the exception handler of the first seg fault (and then called the same
stub from the handler of the stub exception, etc.)  The debugger
should be able to tell you more about it.

-- 
Alexandre Julliard
julliard at winehq.com




More information about the wine-devel mailing list