[Bug 53466] New: kernel32:sync sometimes crashes with STATUS_RESOURCE_NOT_OWNED on Windows

WineHQ Bugzilla wine-bugs at winehq.org
Sun Jul 31 12:39:40 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=53466

            Bug ID: 53466
           Summary: kernel32:sync sometimes crashes with
                    STATUS_RESOURCE_NOT_OWNED on Windows
           Product: Wine
           Version: unspecified
          Hardware: x86-64
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: kernel32
          Assignee: wine-bugs at winehq.org
          Reporter: fgouget at codeweavers.com

kernel32:sync sometimes crashes with STATUS_RESOURCE_NOT_OWNED on Windows:

kernel32:sync start dlls/kernel32/tests/sync.c
sync.c:596: memory resource notifications not supported
07bc:sync: unhandled exception c0000264 at 00007FFDCF54D1B0

https://test.winehq.org/data/patterns.html#kernel32:sync

This happens on all Windows versions, from Windows 7 to Windows 10 21H2.

kernel32:sync also crashed once due to a stack overflow (2022-07-27
w10pro64-hi-u8-64):

kernel32:sync start dlls/kernel32/tests/sync.c
sync.c:596: memory resource notifications not supported
kernel32:sync:16a8 done (-1073740791) in 2s

Where -1073740791 == 0xc0000409 == STATUS_STACK_BUFFER_OVERRUN.
It's not clear if these two are related.

-- 
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.



More information about the wine-bugs mailing list