https://bugs.winehq.org/show_bug.cgi?id=54095
Bug ID: 54095 Summary: quartz:filtermapper sometimes crashes on exit in Wine Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: quartz Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
quartz:filtermapper sometimes crashes on exit in Wine:
quartz:filtermapper start dlls/quartz/tests/filtermapper.c 0c18:filtermapper: 251 tests executed (0 marked as todo, 0 as flaky, 0 failures), 0 skipped. quartz:filtermapper:0c18 done (-1073741819) in 0s 94B
See https://test.winehq.org/data/patterns.html#quartz:filtermapper
Where -1073741819 == 0xc0000005
The crash is pretty rare: one per month on average but there are some two months stretches with no crash.
What's interesting is that the invalid memory access happens after the main process has printed the 'test summary' line, which means the crash happened on exit. So it must be caused by previous memory corruption.
Also MR!1703 got a timeout on exit which is probably the same underlying issue:
quartz:filtermapper start dlls/quartz/tests/filtermapper.c 0af0:filtermapper: 253 tests executed (0 marked as todo, 0 as flaky, 0 failures), 0 skipped. quartz:filtermapper:0af0 done (258) in 120s 94B
https://bugs.winehq.org/show_bug.cgi?id=54095
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=54095
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com Resolution|--- |DUPLICATE Status|NEW |RESOLVED
--- Comment #1 from Zeb Figura z.figura12@gmail.com --- I think it's fair to assume this is 55283.
*** This bug has been marked as a duplicate of bug 55283 ***
https://bugs.winehq.org/show_bug.cgi?id=54095
--- Comment #2 from Zeb Figura z.figura12@gmail.com --- (In reply to Zeb Figura from comment #1)
I think it's fair to assume this is 55283.
*** This bug has been marked as a duplicate of bug 55283 ***
Sorry, wrong bug. I meant to say this is 52213.
*** This bug has been marked as a duplicate of bug 52213 ***
https://bugs.winehq.org/show_bug.cgi?id=54095
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Duplicate.