GNOME Bugzilla – Bug 767384
segment fault with g_slice_alloc
Last modified: 2016-06-14 05:59:34 UTC
Created attachment 329371 [details] gdb bt I got segment fault sometimes with g_alice_alloc the gdb bt please see the attachment,thanks
This usually means that a memory corruption happened before that already. What exactly are you running to get into that, which GStreamer versions, which pipeline / application on which file? How can we reproduce it, does it always happen? It could also help to run the application in valgrind to see if anything suspicious is reported before the crash.
gst-validate-launcher -M /mnt/gst-validate --generate-media-info -t validate.file.playback.change_state_intensive.vorbis_vp8_1_webm the file attached on bug 767384 It happens sometimes. If you need more info please tell me, Thanks
Can you run in valgrind (-v on gst-validate-launcher IIRC) and check what it complains about? It seems to work fine here too with 1.8.2 and GIT master. On which platform and Linux distro is this?
fixed in another bugs.Thanks for Sebastian Dröge (slomo)