After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 693790 - Crash in videotestsrc while prerolling
Crash in videotestsrc while prerolling
Status: RESOLVED DUPLICATE of bug 684399
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-02-14 12:36 UTC by Alexey Chernov
Modified: 2013-02-15 20:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GDB log and backtrace (3.39 KB, application/octet-stream)
2013-02-14 12:37 UTC, Alexey Chernov
Details

Description Alexey Chernov 2013-02-14 12:36:32 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.
Comment 1 Alexey Chernov 2013-02-14 12:37:21 UTC
Created attachment 236041 [details]
GDB log and backtrace
Comment 2 David Schleef 2013-02-14 20:00:42 UTC
Can you describe the ARM system you're using?  Also, please attach the output of orc-bugreport.
Comment 3 Alexey Chernov 2013-02-15 06:58:15 UTC
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.
Comment 4 Alexey Chernov 2013-02-15 07:56:17 UTC
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.
Comment 5 Sebastian Dröge (slomo) 2013-02-15 09:15:56 UTC
That's probably bug #684399 too

*** This bug has been marked as a duplicate of bug 684399 ***
Comment 6 Alexey Chernov 2013-02-15 16:38:52 UTC
Can confirm that this is fixed in Orc from git. But unfortunately two other bugs mentioned are still there.
Comment 7 David Schleef 2013-02-15 19:59:15 UTC
It's cool that it's fixed in git.

slomo: Why is this a dup of #684399?  That doesn't seem likely.
Comment 8 Sebastian Dröge (slomo) 2013-02-15 20:44:44 UTC
(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 :)