https://bugs.winehq.org/show_bug.cgi?id=57669 --- Comment #5 from Alexandre Julliard <julliard(a)winehq.org> --- What app are you running? It looks like a pointer truncation bug in the parent process: 028c:0290:trace:virtual:NtAllocateVirtualMemory 0x60 (nil) 0000020e 1000 00000004 02b4:02b8:trace:virtual:NtAllocateVirtualMemory 0xffffffffffffffff (nil) 0000020e 1000 00000004 02b4:02b8:trace:virtual:map_view got mem in reserved area 0x7ffffe320000-0x7ffffe321000 02b4:02b8:trace:virtual:dump_view View: 0x7ffffe320000 - 0x7ffffe320fff (valloc) 02b4:02b8:trace:virtual:dump_view 0x7ffffe320000 - 0x7ffffe320fff c-rw- 028c:0290:trace:virtual:NtQueryVirtualMemory (0x60, 0xfe320000, info_class=0, 0x51e6f4, 28, 0x51e6f0) The 0x7ffffe320000 pointer is truncated. Is the parent a 32-bit process? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.