Displaying 7 results from an estimated 7 matches for "isbadwriteptr".
2012 Jun 04
2
[LLVMdev] probleam about ThreadLocalImpl of llvm
...warranty" for details.
This GDB was configured as "i686-pc-mingw32"...
(gdb) set args -n -e arm_hello
(gdb) run
Starting program: C:/msys/1.0/opt/skyeye/bin/skyeye.exe -n -e arm_hello
[New thread 1696.0xec]
Program received signal SIGSEGV, Segmentation fault.
0x7c809f42 in KERNEL32!IsBadWritePtr () from
C:\WINDOWS\system32\kernel32.dll
(gdb) bt
#0 0x7c809f42 in KERNEL32!IsBadWritePtr ()
from C:\WINDOWS\system32\kernel32.dll
#1 0x00000001 in ?? ()
#2 0xbaadf00d in ?? ()
#3 0x0002020b in ?? ()
#4 0x0022f904 in ?? ()
#5 0x0022f8b4 in ?? ()
#6 0x7c9301c0 in ntdll!RtlAppendStringToStr...
2012 Jun 04
0
[LLVMdev] probleam about ThreadLocalImpl of llvm
...GDB was configured as "i686-pc-mingw32"...
> (gdb) set args -n -e arm_hello
> (gdb) run
> Starting program: C:/msys/1.0/opt/skyeye/bin/skyeye.exe -n -e arm_hello
> [New thread 1696.0xec]
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x7c809f42 in KERNEL32!IsBadWritePtr () from C:\WINDOWS\system32\kernel32.dll
> (gdb) bt
> #0 0x7c809f42 in KERNEL32!IsBadWritePtr ()
> from C:\WINDOWS\system32\kernel32.dll
> #1 0x00000001 in ?? ()
> #2 0xbaadf00d in ?? ()
> #3 0x0002020b in ?? ()
> #4 0x0022f904 in ?? ()
> #5 0x0022f8b4 in ?? ()
> #6 0x7c9...
2001 May 09
0
Unhandled page fault on read access - Ref - Wine and game The Realm
...copious log files.
I get the following:
Call user32.425: MessageBoxA(00000000,4044481c "Unhandled page fault on read access to 0x0000000c at address 0x1270128f.\nDo you "...,400e8873 "Error",00000014) ret=400ca5a6 fs=008f
Before that are some lines like:
Call kernel32.586: IsBadWritePtr(405564a0,00000001)
ret=7ff363d9 fs=008f Ret kernel32.586: IsBadWritePtr() retval=00000000 ret=7ff363d9 fs=008f
Is there a specific --debugmsg class+channel to give me a more meaningfull output from the problem?
These log files I've managed to create are huge. I think I was using +all or trace...
2012 Jan 09
4
"timeGetTimeā function in winmm.dll
Dear Forum,
I installed MetaTrader 4 with wine it is up and running everything works well, the best performers is with the new wine 1.3.
BUT if I run some EA Experts Advisors I get on two of it problems and the application crashes.
The EA`s with crashes have custom .dll (FCS300.dll) and I try to debug this errors.
Code:
0028:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7d7984a2
0028:Ret
2001 Jul 12
0
BadMatch on X_CreateCursor (cvs 010712)
...a7df8:Call KERNEL.5: LOCALALLOC(0x0040,0x0010) ret=0597:001f ds=133f
080a7df8:Ret KERNEL.5: LOCALALLOC() retval=0x0508 ret=0597:001f ds=133f
080a7df8:Call USER.236: GETCAPTURE() ret=0547:1152 ds=01ef
080a7df8:Ret USER.236: GETCAPTURE() retval=0x2274 ret=0547:1152 ds=01ef
080a7df8:Call KERNEL.335: ISBADWRITEPTR(0x145f0d63,0x0008) ret=0d87:5890
ds=0d9f
080a7df8:Ret KERNEL.335: ISBADWRITEPTR() retval=0x0000 ret=0d87:5890
ds=0d9f
080a7df8:Call KERNEL.334: ISBADREADPTR(0x145f0d63,0x0008) ret=0d87:58a1
ds=0d9f
080a7df8:Ret KERNEL.334: ISBADREADPTR() retval=0x0000 ret=0d87:58a1
ds=0d9f
080a7df8:Call USER.135:...
2010 Jan 22
0
Wine release 1.1.37
...ntdll/tests: Report skip when time conversion functions are not available.
ntdll/tests: Re-enable a commented virtual memory test.
ntdll/tests: Report appropriate skips for information tests.
kernel32/tests: Add tests for IsBadReadPtr.
kernel32/tests: Add more tests for IsBadWritePtr.
kernel32/tests: Add tests for IsBadCodePtr.
mapi32/tests: Report skips for unavailable property functions.
mapi32/tests: Report skips for unavailable utility functions.
mapi32/tests: Report skip for MAPIGetDefaultMalloc.
mapi32/tests: Fix the PropCopyMore tests and ad...
2007 Oct 12
0
Wine release 0.9.47
...x IDirectSoundBuffer_GetPosition.
winmm: Set default sound driver to alsa,oss,coreaudio.
dsound: Release buffer before reopening when buffer is too small.
wineoss: Remove useless fixme shown on initialisation.
Marcus Meissner (8):
kernel32: Test IsBadReadPtr/ IsBadCodePtr / IsBadWritePtr.
mpr: Initialize lpwSystem.
pdh: Removed superflous NULL ptr check.
d3d9/tests: Initialize shader to NULL.
setupapi: Use correct parameter in pointer init.
advpack: Handle localized C:\Program Files.
crypt32/tests: Fixed buffer overflow in encode test.
imm3...