kernelbase: Do not start the debugger if SEM_NOGPFAULTERRORBOX is set.
Merged
kernelbase: Do not start the debugger if SEM_NOGPFAULTERRORBOX is set.
zfigura/wine:mr2
into
master
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
added 68 commits
-
37d71415...8568848b - 67 commits from branch
wine:master
- 7d988b2e - kernelbase: Do not start the debugger if SEM_NOGPFAULTERRORBOX is set.
-
37d71415...8568848b - 67 commits from branch
mentioned in merge request !4567 (closed)
Not sure if this is stalled because it's not convincing enough, but if it helps, the debugger check is not merely conjecture. Disassembly around the crashing site is:
4d97fd: 68 e8 13 19 01 pushl $0x11913e8 4d9802: e8 c9 98 51 00 call 9f30d0 4d9807: 83 c4 04 add $0x4, %esp 4d980a: a0 90 01 00 00 mov 0x190, %al
where 0x11913e8 points to a string "Causing exception to test for debugger..", and 0x9f30d0 is presumably some sort of logging function.
added 193 commits
-
7d988b2e...1134834b - 192 commits from branch
wine:master
- ab6b175d - kernelbase: Do not start the debugger if SEM_NOGPFAULTERRORBOX is set.
-
7d988b2e...1134834b - 192 commits from branch
added 1 commit
- 05c4dcf6 - kernelbase: Do not start the debugger if SEM_NOGPFAULTERRORBOX is set.
added 53 commits
-
05c4dcf6...8653ed03 - 52 commits from branch
wine:master
- 61b88ebd - kernelbase: Do not start the debugger if SEM_NOGPFAULTERRORBOX is set.
-
05c4dcf6...8653ed03 - 52 commits from branch
Please register or sign in to reply