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 125479 - .dat file that crashes X/gnome
.dat file that crashes X/gnome
Status: RESOLVED DUPLICATE of bug 123249
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.6.3
Other Linux
: Normal critical
: 0.6.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-10-25 14:19 UTC by earthworm
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.1/2.2


Attachments
this file crashes gnome/X11 via gst-thumbnailer (371 bytes, text/plain)
2003-10-25 14:20 UTC, earthworm
Details

Description earthworm 2003-10-25 14:19:26 UTC
.dat file that crashes X/gnome

if i browse a directory with this file, gst-thumbnailer crashes gnome, i
think it might be trying a HUGE malloc or something because i can hear my
PC churning away, X becomes totally unresponsive.

the dat file resposible is a data file format of my own that details
polygons for a 3d program. obviously your thumbnailer thinks its some sort
of video and can't tell that it isn't one.
Comment 1 earthworm 2003-10-25 14:20:23 UTC
Created attachment 20934 [details]
this file crashes gnome/X11 via gst-thumbnailer
Comment 2 David Schleef 2003-10-31 03:33:52 UTC
This appears to be related:

gst-launch  filesrc location=file.dat ! spider ! colorspace ! xvideosink

fails with:

  • #0 memcpy
    from /lib/libc.so.6
  • #1 gst_buffer_span
    at gstbuffer.c line 407
  • #2 gst_buffer_merge
    at gstbuffer.c line 328
  • #3 gst_spider_identity_sink_loop_type_finding
    at gstspideridentity.c line 458
  • #4 loop_group_schedule_function
    at gstoptimalscheduler.c line 1041
  • #5 schedule_group
    at gstoptimalscheduler.c line 888
  • #6 gst_opt_scheduler_schedule_run_queue
    at gstoptimalscheduler.c line 921
  • #7 schedule_chain
    at gstoptimalscheduler.c line 968
  • #8 gst_opt_scheduler_iterate
    at gstoptimalscheduler.c line 2124
  • #9 gst_scheduler_iterate
    at gstscheduler.c line 732
  • #10 gst_bin_iterate_func
    at gstbin.c line 903
  • #11 gst_bin_iterate
    at gstbin.c line 948
  • #12 idle_func
    at gst-launch.c line 27
  • #13 g_timeout_add
    from /usr/lib/libglib-2.0.so.0
  • #14 unblock_source
    from /usr/lib/libglib-2.0.so.0
  • #15 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #16 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #17 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #18 gst_main
    at gst.c line 694
  • #19 main
    at gst-launch.c line 263

Comment 3 David Schleef 2003-10-31 04:04:45 UTC

*** This bug has been marked as a duplicate of 123249 ***