Changes between Version 1 and Version 2 of Ticket #12606, comment 7


Ignore:
Timestamp:
Oct 17, 2018, 5:47:47 AM (6 years ago)
Author:
smallstepforman

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12606, comment 7

    v1 v2  
    1818}
    1919
    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.
     20When 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.
    2121
    2222Scenario #3
     
    2424The following stack trace is produced (which seems similar to the original reported error)
    2525
    26 BPrivate::SharedBUfferList::Lock() segment violation.
     26BPrivate::SharedBufferList::Lock() segment violation.
    2727
    2828BPrivate::SharedBufferList::RequestBuffer()
     
    4141
    4242Scenario #4
    43 Get rid of BSoundPlayer, and all crashes disappear.
     43Get rid of calls to new/delete BSoundPlayer, and all crashes disappear.