GNOME Bugzilla – Bug 145338
[PATCH] Fix a bus error in the optimal scheduler
Last modified: 2004-12-22 21:47:04 UTC
When starting a new game in monkey-bubble 0.3.2 with malloc debugging enabled in FreeBSD, gstreamer crashes on SIGBUS in the optimal scheduler.
+ Trace 47307
The problem looks to be triggered by the fact that when group->num_elements is 0, group is unref'd, but that is made apparent to the original calling function. With the attached patch, the crash is fixed. I hope this is the right solution.
Created attachment 29177 [details] [review] Fix bus error in optimal scheduler
correct fix, commited, closing.