Displaying 2 results from an estimated 2 matches for "wine_mmap_is_in_reserved_area".
2005 Jan 13
3
Wine and FreeBSD
...pulldown menus if more
than one office app is running).
Unfortunately, it seems that the new version breaks everything.
Further pottering around found...
HEAP_CreateSystemHeap() calls
MapViewOfFileEx() which calls
NtMapViewOfSection() which calls
map_view() which
attempts a normal allocation - wine_mmap_is_in_reserved_area() == 0
calling wine_anon_mmap()
The returned pointer is valid so wine_anon_mmap() succeeds BUT the returned
ptr != base and so the function returns STATUS_CONFLICTING_ADDRESSES which
returns up the chain and the heap allocation fails.
On my system base being requested is 0x80000000 and ptr bein...
2004 Dec 02
1
Microsoft Office XP Install problems on wine
...ome/gerald/Desktop/wine-20041201/programs/msiexec/msiexec.c:616] in msiexec
(0x0064fe9c)
11 0x00c43163 __wine_exe_main+0x163 in msiexec (0x0064ff2c)
12 0x004bc91b start_process+0xc3(arg=0x0)
[/home/gerald/Desktop/wine-20041201/dlls/kernel/process.c:1046] in kernel32
(0x0064fff4)
13 0x0013862d wine_mmap_is_in_reserved_area+0x65(addr=0x0, size=0x0)
[/home/gerald/Desktop/wine-20041201/libs/wine/mmap.c:466] in libwine.so.1
(0x00000000)
0x00e674ca MSI_RecordGetFieldCount+0x6
[/home/gerald/Desktop/wine-20041201/dlls/msi/record.c:102] in msi: movl
0x18(%eax),%eax
102 return rec->count;