[Bug 47871] New: gameux:gameexplorer crashes randomly
https://bugs.winehq.org/show_bug.cgi?id=47871 Bug ID: 47871 Summary: gameux:gameexplorer crashes randomly Product: Wine Version: 4.17 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: gameux Assignee: wine-bugs(a)winehq.org Reporter: fgouget(a)codeweavers.com gameux:gameexplorer crashes randomly on Windows 8 and 10: gameexplorer.c:633: prepared EXE path: L"C:\\Users\\winetest\\AppData\\Local\\Temp\\wct" gameux:gameexplorer:0940 done (-1073741819) in 1s Test failed: crash (c0000005) Every line with a 'mixed' result is a date when the test crashed: https://test.winehq.org/data/tests/gameux:gameexplorer.html Unfortunately there is no backtrace but the last visible trace is in test_install_uninstall_game() which is the last function to be called. So that narrows down the range where the test crashes. The crash happens in both 32 and 64 bit tests on the following configurations: * cw-rx460-32 *real hardware* machine running Windows 8.1 * w8 and w8adm both Windows 8.1 TestBot VMs, the former running with elevated privileges and the latter just in an administrator account. * w1064v1507 a Windows 10 1507 TestBot VM (elevetated privileges). -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47871 François Gouget <fgouget(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47871 --- Comment #1 from François Gouget <fgouget(a)codeweavers.com> --- Some of the crashes look like this: gameexplorer.c:98: prepared EXE path: L"C:\\Users\\winetest\\Documents\\tests" gameux:gameexplorer:0428 done (-1073740791) in 0s Test failed: crash (c0000409) Where 0xc0000409 == STATUS_STACK_BUFFER_OVERRUN. So both types of crashes probably have the same source: memory corruption. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47871 --- Comment #2 from François Gouget <fgouget(a)codeweavers.com> --- And now it crashes with 0xe06d7363 == EXCEPTION_WINE_CXX_EXCEPTION: gameexplorer.c:98: prepared EXE path: L"C:\\Users\\winetest\\Documents\\tests" gameux:gameexplorer:0e08 done (-529697949) in 0s Test failed: crash (e06d7363) -- 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.
participants (1)
-
WineHQ Bugzilla