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 357627 - [swfdec] crash trying to run a .swf presentation
[swfdec] crash trying to run a .swf presentation
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.3
Other All
: High critical
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 358347 361728 361821 370693 370981 371379 371971 372266 372267 376150 376821 381634 385255 387620 390344 391070 391528 392652 393178 397855 397947 398823 400667 402485 407081 407092 420720 422607 425163 427979 428685 430202 430591 431127 435441 439062 440311 460857 469997 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-09-25 14:56 UTC by yanivabir
Modified: 2007-09-01 19:21 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
.swf that made totem crash (944.12 KB, video/swf)
2006-09-26 11:31 UTC, yanivabir
Details

Description yanivabir 2006-09-25 14:56:43 UTC
Version: 2.16.1

What were you doing when the application crashed?
Trying to run a .swf presentation. I have flashplugin-nonfree installed.


Distribution: Ubuntu 6.10 (edgy)
Gnome Release: 2.16.0 2006-09-04 (Ubuntu)
BugBuddy Version: 2.16.0

Memory status: size: 97107968 vsize: 0 resident: 97107968 share: 0 rss: 24133632 rss_rlim: 0
CPU usage: start_time: 1159196153 rtime: 0 utime: 274 stime: 0 cutime:250 cstime: 0 timeout: 24 it_real_value: 0 frequency: 11

Backtrace was generated from '/usr/bin/totem'

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1226250576 (LWP 4758)]
[New Thread -1283556448 (LWP 4771)]
[New Thread -1275163744 (LWP 4770)]
[New Thread -1266676832 (LWP 4769)]
[New Thread -1251464288 (LWP 4764)]
[New Thread -1242993760 (LWP 4763)]
0xffffe410 in __kernel_vsyscall ()

Thread 2 (Thread -1283556448 (LWP 4771))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 gnome_gtk_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 __kernel_vsyscall
  • #5 *__GI_raise
    from /lib/tls/i686/cmov/libc.so.6
  • #6 *__GI_abort
    from /lib/tls/i686/cmov/libc.so.6
  • #7 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #8 g_log
    from /usr/lib/libglib-2.0.so.0
  • #9 g_assert_warning
    from /usr/lib/libglib-2.0.so.0
  • #10 swfdec_bits_get_u16
    from /usr/lib/libswfdec-0.3.so.0
  • #11 swfdec_decoder_get_tag_func
    from /usr/lib/libswfdec-0.3.so.0
  • #12 swfdec_decoder_parse
    from /usr/lib/libswfdec-0.3.so.0
  • #13 gst_swfdecbuffer_get_type
    from /usr/lib/gstreamer-0.10/libgstswfdec.so
  • #14 gst_pad_alloc_buffer
    from /usr/lib/libgstreamer-0.10.so.0
  • #15 gst_pad_push
    from /usr/lib/libgstreamer-0.10.so.0
  • #16 gst_type_find_element_get_type
    from /usr/lib/gstreamer-0.10/libgstcoreelements.so
  • #17 gst_pad_alloc_buffer
    from /usr/lib/libgstreamer-0.10.so.0
  • #18 gst_pad_push
    from /usr/lib/libgstreamer-0.10.so.0
  • #19 _gst_format_initialize
    from /usr/lib/libgstreamer-0.10.so.0
  • #20 gst_pad_alloc_buffer
    from /usr/lib/libgstreamer-0.10.so.0
  • #21 gst_pad_push
    from /usr/lib/libgstreamer-0.10.so.0
  • #22 gst_base_src_get_type
    from /usr/lib/libgstbase-0.10.so.0
  • #23 gst_task_set_lock
    from /usr/lib/libgstreamer-0.10.so.0
  • #24 g_thread_pool_push
    from /usr/lib/libglib-2.0.so.0
  • #25 g_thread_create_full
    from /usr/lib/libglib-2.0.so.0
  • #26 start_thread
    from /lib/tls/i686/cmov/libpthread.so.0
  • #27 clone
    from /lib/tls/i686/cmov/libc.so.6

Comment 1 Tim-Philipp Müller 2006-09-25 16:14:43 UTC
Could you make the .swf file available to us (ie. upload it somewhere) or show us where to find it by any chance?

Comment 2 yanivabir 2006-09-26 11:31:55 UTC
Created attachment 73421 [details]
.swf that made totem crash

This is a presentation in Hebrew created in Microsoft Powerpoint, and exported to a .swf file with OpenOffice.org, it made Totem crash.
Comment 3 Tim-Philipp Müller 2006-09-26 15:49:35 UTC
Thanks, confirming bug with libswfdec 0.3.6 (Ubuntu edgy/x86), happens with swf-player as well.

Forwarded to libswfdec bugzilla:

  https://bugzilla.comedi.org/cgi-bin/bugzilla/show_bug.cgi?id=233
Comment 4 Karsten Bräckelmann 2006-09-29 17:43:41 UTC
*** Bug 358347 has been marked as a duplicate of this bug. ***
Comment 5 Karsten Bräckelmann 2006-10-12 17:42:25 UTC
*** Bug 361728 has been marked as a duplicate of this bug. ***
Comment 6 Karsten Bräckelmann 2006-10-12 22:54:50 UTC
*** Bug 361821 has been marked as a duplicate of this bug. ***
Comment 7 Jan Arne Petersen 2006-11-04 20:40:53 UTC
*** Bug 370693 has been marked as a duplicate of this bug. ***
Comment 8 Karsten Bräckelmann 2006-11-05 17:09:47 UTC
*** Bug 370981 has been marked as a duplicate of this bug. ***
Comment 9 Karsten Bräckelmann 2006-11-06 14:15:12 UTC
*** Bug 371379 has been marked as a duplicate of this bug. ***
Comment 10 Jan Arne Petersen 2006-11-07 17:19:12 UTC
*** Bug 371971 has been marked as a duplicate of this bug. ***
Comment 11 Jan Arne Petersen 2006-11-08 00:14:13 UTC
*** Bug 372266 has been marked as a duplicate of this bug. ***
Comment 12 Karsten Bräckelmann 2006-11-08 02:10:55 UTC
*** Bug 372267 has been marked as a duplicate of this bug. ***
Comment 13 Jan Arne Petersen 2006-11-18 21:35:13 UTC
*** Bug 376150 has been marked as a duplicate of this bug. ***
Comment 14 André Klapper 2006-11-19 00:48:49 UTC
*** Bug 376821 has been marked as a duplicate of this bug. ***
Comment 15 André Klapper 2006-12-03 00:48:13 UTC
*** Bug 381634 has been marked as a duplicate of this bug. ***
Comment 16 Jens Granseuer 2006-12-13 21:34:03 UTC
*** Bug 385255 has been marked as a duplicate of this bug. ***
Comment 17 Jens Granseuer 2006-12-19 23:09:41 UTC
*** Bug 387620 has been marked as a duplicate of this bug. ***
Comment 18 Susana 2006-12-30 20:37:46 UTC
*** Bug 390344 has been marked as a duplicate of this bug. ***
Comment 19 Susana 2006-12-30 20:38:09 UTC
*** Bug 391070 has been marked as a duplicate of this bug. ***
Comment 20 Pascal Terjan 2007-01-02 13:53:46 UTC
*** Bug 391528 has been marked as a duplicate of this bug. ***
Comment 21 Jonathon Jongsma 2007-01-04 18:57:51 UTC
*** Bug 392652 has been marked as a duplicate of this bug. ***
Comment 22 Jens Granseuer 2007-01-06 15:47:19 UTC
*** Bug 393178 has been marked as a duplicate of this bug. ***
Comment 23 Jens Granseuer 2007-01-18 20:37:54 UTC
*** Bug 397855 has been marked as a duplicate of this bug. ***
Comment 24 Jens Granseuer 2007-01-18 20:47:25 UTC
*** Bug 397947 has been marked as a duplicate of this bug. ***
Comment 25 palfrey 2007-01-20 21:41:58 UTC
*** Bug 398823 has been marked as a duplicate of this bug. ***
Comment 26 Bruno Boaventura 2007-01-25 23:45:26 UTC
*** Bug 400667 has been marked as a duplicate of this bug. ***
Comment 27 Teppo Turtiainen 2007-01-31 17:04:23 UTC
*** Bug 402485 has been marked as a duplicate of this bug. ***
Comment 28 Susana 2007-02-12 23:11:15 UTC
*** Bug 407081 has been marked as a duplicate of this bug. ***
Comment 29 Susana 2007-02-12 23:14:45 UTC
*** Bug 407092 has been marked as a duplicate of this bug. ***
Comment 30 Philip Withnall 2007-03-25 13:06:54 UTC
*** Bug 420720 has been marked as a duplicate of this bug. ***
Comment 31 Philip Withnall 2007-03-25 14:54:09 UTC
*** Bug 422607 has been marked as a duplicate of this bug. ***
Comment 32 Philip Withnall 2007-04-03 15:11:12 UTC
*** Bug 425163 has been marked as a duplicate of this bug. ***
Comment 33 Philip Withnall 2007-04-09 20:30:35 UTC
*** Bug 427979 has been marked as a duplicate of this bug. ***
Comment 34 Philip Withnall 2007-04-11 19:51:26 UTC
*** Bug 428685 has been marked as a duplicate of this bug. ***
Comment 35 palfrey 2007-04-16 15:18:53 UTC
*** Bug 430202 has been marked as a duplicate of this bug. ***
Comment 36 Philip Withnall 2007-04-22 20:11:56 UTC
*** Bug 430591 has been marked as a duplicate of this bug. ***
Comment 37 Philip Withnall 2007-04-27 18:59:58 UTC
*** Bug 431127 has been marked as a duplicate of this bug. ***
Comment 38 palfrey 2007-05-03 13:28:12 UTC
*** Bug 435441 has been marked as a duplicate of this bug. ***
Comment 39 palfrey 2007-05-21 23:26:33 UTC
*** Bug 440311 has been marked as a duplicate of this bug. ***
Comment 40 palfrey 2007-05-25 13:28:48 UTC
*** Bug 439062 has been marked as a duplicate of this bug. ***
Comment 41 Iestyn Pryce 2007-07-27 08:45:57 UTC
*** Bug 460857 has been marked as a duplicate of this bug. ***
Comment 42 Philip Withnall 2007-09-01 19:21:37 UTC
*** Bug 469997 has been marked as a duplicate of this bug. ***