GNOME Bugzilla – Bug 720344
segfault playing music over http (gst_message_set_buffering_stats)
Last modified: 2015-03-25 06:21:52 UTC
While playing some music from some http-source (using a playbin element), I hit a segfault. I haven't been able to reproduce it, hopefully this help (it seems we're getting NULL message, which GST_MESSAGE_TYPE tries to dereference. [Thread 0x7fffc1ffa700 (LWP 26229) exited] (player:31387): GStreamer-CRITICAL **: gst_message_new_buffering: assertion 'percent >= 0 && percent <= 100' failed Program received signal SIGSEGV, Segmentation fault.
+ Trace 232914
Thread 140737297782528 (LWP 2300)
This can only happen if the percentage is lower than 0, higher than 100 is already checked and clipped then to 100. Lower than 0 can only happen due to overflows when calculating the percentage based on the rate estimation if I didn't miss anything. Hard to say what exactly the problem here is without seeing debug logs or having a way to reproduce.
Haven't seen this in a loooong time, so am going to close this.