AsynchronousTrigger destructor causes crash
Reported by Christopher Stawarz | February 4th, 2015 @ 10:47 AM
Loading, running, and unloading the attached experiment crashes
MWServer. The crash is happening in
~AsynchronousTrigger
: notif->remove()
attempts to lock notifications
, which internally
invokes pthread_mutex_lock
. The latter function
returns EINVAL
, which the enclosing Boost code turns
into an exception.
Comments and changes to this ticket
-
Christopher Stawarz February 12th, 2015 @ 10:03 AM
- State changed from open to resolved
- Assigned user set to Christopher Stawarz
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The core framework and supporting libraries for the MWorks Suite