GNOME Bugzilla – Bug 134583
Race on gst_pad_link_free
Last modified: 2004-12-22 21:47:04 UTC
When calling gst_pad_try_set_caps multilple times (user dragging the corner of the player window) on a slow machine (my ppc laptop) i guess that a second call to gst_pad_try_set_caps overlap a current pad unlinking and somehow fucks up the links... I have the following backtrace : Program received signal SIGSEGV, Segmentation fault.
+ Trace 44248
Thread 32771 (LWP 19635)
You can clearly see here that the argument passed to gst_pad_link_free is invalid. On a very fast machine i never manage to trigger that bug.
Are you sure this isn't/wasn't caused by some overlapping try_set_caps calls?
Yeah i found the race already... Closing the bug.