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 112329 - [0.6.2] gst-compprep seg faults because of aasink
[0.6.2] gst-compprep seg faults because of aasink
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.6.1
Other Linux
: Normal critical
: 0.6.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-05-05 20:30 UTC by David Schleef
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix (1.88 KB, patch)
2003-05-05 21:32 UTC, David Schleef
none Details | Review

Description David Schleef 2003-05-05 20:30:27 UTC
When running gst-compprep, it occasionally seg faults randomly.  When I run
inside electric fence, it consistently fails:

  • #0 gst_aasink_get_type
    from /usr/lib/gstreamer-0.6/libgstaasink.so
  • #1 gst_aasink_get_type
    from /usr/lib/gstreamer-0.6/libgstaasink.so
  • #2 g_type_free_instance
    from /usr/lib/libgobject-2.0.so.0
  • #3 g_type_class_ref
    from /usr/lib/libgobject-2.0.so.0
  • #4 g_object_newv
    from /usr/lib/libgobject-2.0.so.0
  • #5 g_object_new_valist
    from /usr/lib/libgobject-2.0.so.0
  • #6 g_object_new
    from /usr/lib/libgobject-2.0.so.0
  • #7 gst_element_factory_create
    from /usr/lib/libgstreamer-0.6.so.0
  • #8 main
  • #9 __libc_start_main
    from /lib/libc.so.6


I'll recompile with debugging enabled some time soon.
Comment 1 David Schleef 2003-05-05 21:00:16 UTC
symbols...


  • #0 gst_aasink_dither_get_type
    at gstaasink.c line 167
  • #0 gst_aasink_dither_get_type
    at gstaasink.c line 167
  • #1 gst_aasink_class_init
    at gstaasink.c line 196
  • #2 g_type_free_instance
    from /usr/lib/libgobject-2.0.so.0
  • #3 g_type_class_ref
    from /usr/lib/libgobject-2.0.so.0
  • #4 g_object_newv
    from /usr/lib/libgobject-2.0.so.0
  • #5 g_object_new_valist
    from /usr/lib/libgobject-2.0.so.0
  • #6 g_object_new
    from /usr/lib/libgobject-2.0.so.0
  • #7 gst_element_factory_create
    from /usr/lib/libgstreamer-0.6.so.0
  • #8 main
  • #9 __libc_start_main
    from /lib/libc.so.6

Comment 2 David Schleef 2003-05-05 21:32:08 UTC
Created attachment 16280 [details] [review]
fix