https://bugs.winehq.org/show_bug.cgi?id=55245 Bug ID: 55245 Summary: ntdll:om - The 32-bit test_all_kernel_objects() gets an access violation on the w8 VM Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs(a)winehq.org Reporter: fgouget(a)codeweavers.com ntdll:om - The 32-bit test_all_kernel_objects() gets an access violation on Windows 8: om.c:553: Test failed: 751: NtCreateSymbolicLinkObject failed c0000005 om.c:565: Test failed: 751: NtCreateSymbolicLinkObject failed c0000005 om.c:553: Test failed: 752: NtCreateSymbolicLinkObject failed c0000005 om.c:565: Test failed: 752: NtCreateSymbolicLinkObject failed c0000005 See https://test.winehq.org/data/patterns.html#ntdll:om Where c0000005 == STATUS_ACCESS_VIOLATION This started on 2023-07-10 which corresponds to the GitLab CI switch to Debian 12 for builds which means it is caused by the commit below: commit 5799e89f15b5584f186dcc2fd24b98e0a7bd6c10 Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Jul 10 17:18:49 2023 +0200 gitlab: Upgrade the Debian image to bookworm. However unlike other failures related to that switch, this one only happens on the 32-bit Windows 8 VM, aka w8. So running the same 32-bit binary on the 64-bit Windows 8 VM, aka w864, produces no failure. -- 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.