Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#40570 - [totem] crashes in cogl after playing a radio stream for a while
Attached to Project:
Arch Linux
Opened by Lubosz Sarnecki (lubosz) - Tuesday, 27 May 2014, 13:44 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 28 May 2014, 21:26 GMT
Opened by Lubosz Sarnecki (lubosz) - Tuesday, 27 May 2014, 13:44 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 28 May 2014, 21:26 GMT
|
DetailsDescription:
Totem crashes. After running it in gdb and wainting, I got following backtrace. Program received signal SIGSEGV, Segmentation fault. 0x00007ffff46d0ded in ?? () from /usr/lib/libcogl.so.20 (gdb) bt #0 0x00007ffff46d0ded in ?? () from /usr/lib/libcogl.so.20 #1 0x00007ffff46d1af9 in ?? () from /usr/lib/libcogl.so.20 #2 0x00007ffff46d1f0c in ?? () from /usr/lib/libcogl.so.20 #3 0x00007ffff46d24f9 in ?? () from /usr/lib/libcogl.so.20 #4 0x00007ffff46c0ab4 in ?? () from /usr/lib/libcogl.so.20 #5 0x00007ffff63ab3c8 in g_list_foreach () from /usr/lib/libglib-2.0.so.0 #6 0x00007ffff46bdaef in ?? () from /usr/lib/libcogl.so.20 #7 0x00007ffff469f1ef in ?? () from /usr/lib/libcogl.so.20 #8 0x00007ffff469c454 in ?? () from /usr/lib/libcogl.so.20 #9 0x00007ffff46b5b01 in ?? () from /usr/lib/libcogl.so.20 #10 0x00007ffff469a7d6 in ?? () from /usr/lib/libcogl.so.20 #11 0x00007ffff46d4e0e in ?? () from /usr/lib/libcogl.so.20 #12 0x00007ffff46d4be4 in ?? () from /usr/lib/libcogl.so.20 #13 0x00007ffff46d4a79 in ?? () from /usr/lib/libcogl.so.20 #14 0x00007ffff46d5f9b in ?? () from /usr/lib/libcogl.so.20 #15 0x00007ffff46aa0b8 in cogl_flush () from /usr/lib/libcogl.so.20 #16 0x00007ffff46d995a in cogl_onscreen_swap_buffers_with_damage () from /usr/lib/libcogl.so.20 #17 0x00007ffff495c817 in ?? () from /usr/lib/libclutter-1.0.so.0 #18 0x00007ffff49c5167 in ?? () from /usr/lib/libclutter-1.0.so.0 #19 0x00007ffff49ab5c8 in ?? () from /usr/lib/libclutter-1.0.so.0 #20 0x00007ffff63aeb84 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #21 0x00007ffff63aedc8 in ?? () from /usr/lib/libglib-2.0.so.0 #22 0x00007ffff63aee6c in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #23 0x00007ffff69604cc in g_application_run () from /usr/lib/libgio-2.0.so.0 #24 0x0000000000402195 in main () Additional info: I was using gstreamer from git and the arch version. Sometimes the crash occurs as early as starting totem (without a stream) and right after the stream played for 1 second. * totem 3.12.1-1 * gstreamer-git 1.3.1.1.15515.7e60572-1 and gstreamer 1.2.4-1 Steps to reproduce: * Open a radio stream in totem * Wait (or try often, it happens early sometimes) |
This task depends upon
Comment by Jan de Groot (JGC) -
Tuesday, 27 May 2014, 21:51 GMT
Please try cogl 1.18.0-2.
Comment by Lubosz Sarnecki (lubosz) -
Wednesday, 28 May 2014, 19:25 GMT
Didn't crash since the update. Thanks.