GNOME Bugzilla – Bug 693790
Crash in videotestsrc while prerolling
Last modified: 2013-02-15 20:44:44 UTC
I suffer strange crash in videotestsrc, it's obviously somewhere inside Orc optimization. The pipeline is plain: gst-launch-1.0 videotestsrc ! fakesink gdb log is attached.
Created attachment 236041 [details] GDB log and backtrace
Can you describe the ARM system you're using? Also, please attach the output of orc-bugreport.
Yes, sorry for missing necessary details. It's Raspberry Pi's ARM1176JZF-S. Here's org-bugreport output: pi@raspberrypi ~ $ orc-bugreport Orc 0.4.16 - integrated testing tool Active backend: arm L1 cache: 0 L2 cache: 0 L3 cache: 0 Family/Model/Stepping: 0/0/0 CPU name: unknown Compiler options: Opcode test: No errors detected. Do I have to start it at certain moment when the application is crashed? Also, the bug is 100% reproducible for me, so if it would be needed to gather some more information, I can do it.
I've also opened other reports on various elements: https://bugzilla.gnome.org/show_bug.cgi?id=693860 https://bugzilla.gnome.org/show_bug.cgi?id=693862 Didn't want to flood a bugzilla, but I think those issues could help to detect the problem as it seems that it's some similar problems.
That's probably bug #684399 too *** This bug has been marked as a duplicate of bug 684399 ***
Can confirm that this is fixed in Orc from git. But unfortunately two other bugs mentioned are still there.
It's cool that it's fixed in git. slomo: Why is this a dup of #684399? That doesn't seem likely.
(In reply to comment #7) > slomo: Why is this a dup of #684399? That doesn't seem likely. Because that was the exact same situation (RPi, videotestsrc, that pipeline, that backtrace) where I saw #684399 and for which I wrote the patch :)