Changes between Initial Version and Version 1 of Ticket #12606, comment 7
- Timestamp:
- Oct 16, 2018, 5:50:38 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12606, comment 7
initial v1 1 I'm working on a video editor for Haiku, and I experience a similar error, with a segment violation due to BSoundPlayer inclusion. First the relevant stack trace: 2 1 I'm working on a video editor for Haiku, and I experience a similar error, with a segment violation due to BSoundPlayer inclusion. First some scenarios: 3 2 4 3 … … 26 25 27 26 BPrivate::SharedBUfferList::Lock() segment violation. 27 28 28 BPrivate::SharedBufferList::RequestBuffer() 29 29 30 BBufferGroup::RequestBuffer() 31 30 32 BPrivate::SoundPlayNode::FillNextBuffer() 33 31 34 BPrivate::SoundPlayNode::SendNewBuffer() 35 32 36 BPrivate::SoundPlayNode::HandleEvent() 37 33 38 BMediaEventLooper::DispatchEvent 39 34 40 ... 35 41