Changes between Version 1 and Version 2 of Ticket #12606, comment 7
- Timestamp:
- Oct 17, 2018, 5:47:47 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12606, comment 7
v1 v2 18 18 } 19 19 20 I will get an unrelated memory trampoline crash, and typically KDL on my XHCI unstable box. the exact memory trampoline varies with code size. There are code sizes which do not crash, but eventually adding unrelated code will trigger this bug.20 When the application EXITS, I will get an unrelated memory trampoline crash (and typically KDL on my XHCI unstable box). the exact memory trampoline varies with code size. If I'm lucky, there are code sizes which do not crash, but eventually adding unrelated code will trigger this bug. 21 21 22 22 Scenario #3 … … 24 24 The following stack trace is produced (which seems similar to the original reported error) 25 25 26 BPrivate::SharedB UfferList::Lock() segment violation.26 BPrivate::SharedBufferList::Lock() segment violation. 27 27 28 28 BPrivate::SharedBufferList::RequestBuffer() … … 41 41 42 42 Scenario #4 43 Get rid of BSoundPlayer, and all crashes disappear.43 Get rid of calls to new/delete BSoundPlayer, and all crashes disappear.