Displaying 6 results from an estimated 6 matches for "virtualfree".
Did you mean:
virtualfile
2001 Mar 25
1
Debuginfo for: Not enough system resources to create window
...008f
Call ntdll.343: RtlDeleteCriticalSection(61ed7308) ret=61ed6619 fs=008f
Ret ntdll.343: RtlDeleteCriticalSection() retval=00000000 ret=61ed6619 fs=008f
Call kernel32.844: TlsFree(00000000) ret=61ed5cc3 fs=008f
Ret kernel32.844: TlsFree() retval=00000001 ret=61ed5cc3 fs=008f
Call kernel32.872: VirtualFree(41180000,00010000,00004000) ret=61ed5db5 fs=008f
Ret kernel32.872: VirtualFree() retval=00000001 ret=61ed5db5 fs=008f
Call kernel32.872: VirtualFree(41180000,00000000,00008000) ret=61ed5dc3 fs=008f
Ret kernel32.872: VirtualFree() retval=00000001 ret=61ed5dc3 fs=008f
Call kernel32.872: VirtualFree...
2001 Dec 08
1
LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]
Hi Pavel,
Right, my app also crashes in a different place under winedbg, although
it crashes in the same winedbg place under gdb.
I took a closer look at wine --winver nt40 --debugmsg +all.
I found something interesting. If I search for queue_exception, I find
that there is an exception raised before the LoadOEMCall, about
328klines in:
0806d398:Call
2009 Apr 22
0
ActiveX error when running an application(VB6 based)
...ction() retval=00000000 ret=66003cef
0009:Call ntdll.RtlDeleteCriticalSection(6610d118) ret=66003cf8
0009:Ret ntdll.RtlDeleteCriticalSection() retval=00000000 ret=66003cf8
0009:Call KERNEL32.TlsFree(00000005) ret=66003cac
0009:Ret KERNEL32.TlsFree() retval=00000001 ret=66003cac
0009:Call KERNEL32.VirtualFree(00d80000,00000000,00008000) ret=66003d86
0009:Ret KERNEL32.VirtualFree() retval=00000001 ret=66003d86
0009:Call KERNEL32.HeapDestroy(00c70000) ret=66003d9c
0009:Ret KERNEL32.HeapDestroy() retval=00000001 ret=66003d9c
0009:Ret PE DLL (proc=0x66001ad8,module=0x66000000
L"MSVBVM60.DLL",re...
2009 Apr 22
0
wine-users Digest, Vol 45, Issue 102
...ction() retval=00000000 ret=66003cef
0009:Call ntdll.RtlDeleteCriticalSection(6610d118) ret=66003cf8
0009:Ret ntdll.RtlDeleteCriticalSection() retval=00000000 ret=66003cf8
0009:Call KERNEL32.TlsFree(00000005) ret=66003cac
0009:Ret KERNEL32.TlsFree() retval=00000001 ret=66003cac
0009:Call KERNEL32.VirtualFree(00d80000,00000000,00008000) ret=66003d86
0009:Ret KERNEL32.VirtualFree() retval=00000001 ret=66003d86
0009:Call KERNEL32.HeapDestroy(00c70000) ret=66003d9c
0009:Ret KERNEL32.HeapDestroy() retval=00000001 ret=66003d9c
0009:Ret PE DLL (proc=0x66001ad8,module=0x66000000
L"MSVBVM60.DLL",re...
2016 Feb 19
0
Wine release 1.9.4
...: Add additional tests for CompareStringA.
opengl32: Ensure extension tables generated by make_opengl contain earliest GL_VERSION for each function.
kernel32/tests: Add test to show that CompareStringW aborts on first non-matching character.
kernel32/tests: Add a test to show that VirtualFree fails with type MEM_FREE.
kernel32/tests: Ensure VirtualAlloc tests do not depend on previous memory allocations.
ntdll/tests: Fix flags passed to VirtualFree in exception tests.
kernel32/tests: Fix flags passed to VirtualFree in multiple tests.
ntoskrnl.exe: Fix calling con...
2007 Oct 09
5
Playing with ReadFileScatter()
Hi all,
Looking at the IO.readlines source in io.c, it looks to me like they
grab 8k chunks, split on the input record separator, and buffer accordingly.
Since it looks like ReadFileScatter() does some of that work
automatically (in page file sized chunks), I thought I''d give it a try.
Here''s what I''ve got, but it doesn''t work. I have an incorrect parameter