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 532868 - gstreamer-properties crashed with SIGSEGV in g_list_length()
gstreamer-properties crashed with SIGSEGV in g_list_length()
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.18
Other Linux
: Normal critical
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-13 01:23 UTC by Pedro Villavicencio
Modified: 2010-04-29 20:08 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Pedro Villavicencio 2008-05-13 01:23:46 UTC
this report has been filed here:

https://bugs.edge.launchpad.net/ubuntu/+source/gnome-media/+bug/216502

"I was running lastfm and started tuxpaint when this crash occurred."

".

Thread 1 (process 20460)

  • #0 IA__g_list_length
    at /build/buildd/glib2.0-2.16.3/glib/glist.c line 767
  • #1 gst_v4l2_probe_get_values
    at gstv4l2object.c line 172
  • #2 update_from_option
    at gstreamer-properties.c line 247
  • #3 IA__g_closure_invoke
    at /build/buildd/glib2.0-2.16.3/gobject/gclosure.c line 490
  • #4 signal_emit_unlocked_R
    at /build/buildd/glib2.0-2.16.3/gobject/gsignal.c line 2440
  • #5 IA__g_signal_emit_valist
    at /build/buildd/glib2.0-2.16.3/gobject/gsignal.c line 2199
  • #6 IA__g_signal_emit
    at /build/buildd/glib2.0-2.16.3/gobject/gsignal.c line 2243
  • #7 gtk_option_menu_update_contents
    at /build/buildd/gtk+2.0-2.12.9/gtk/gtkoptionmenu.c line 705
  • #8 IA__g_closure_invoke
    at /build/buildd/glib2.0-2.16.3/gobject/gclosure.c line 490
  • #9 signal_emit_unlocked_R
    at /build/buildd/glib2.0-2.16.3/gobject/gsignal.c line 2510
  • #10 IA__g_signal_emit_valist
    at /build/buildd/glib2.0-2.16.3/gobject/gsignal.c line 2199
  • #11 IA__g_signal_emit
    at /build/buildd/glib2.0-2.16.3/gobject/gsignal.c line 2243
  • #12 IA__gtk_menu_shell_activate_item
    at /build/buildd/gtk+2.0-2.12.9/gtk/gtkmenushell.c line 1154
  • #13 gtk_menu_shell_button_release
    at /build/buildd/gtk+2.0-2.12.9/gtk/gtkmenushell.c line 674
  • #14 _gtk_marshal_BOOLEAN__BOXED
    at /build/buildd/gtk+2.0-2.12.9/gtk/gtkmarshalers.c line 84
  • #15 IA__g_closure_invoke
    at /build/buildd/glib2.0-2.16.3/gobject/gclosure.c line 490
  • #16 signal_emit_unlocked_R
    at /build/buildd/glib2.0-2.16.3/gobject/gsignal.c line 2478
  • #17 IA__g_signal_emit_valist
    at /build/buildd/glib2.0-2.16.3/gobject/gsignal.c line 2209
  • #18 IA__g_signal_emit
    at /build/buildd/glib2.0-2.16.3/gobject/gsignal.c line 2243
  • #19 gtk_widget_event_internal
    at /build/buildd/gtk+2.0-2.12.9/gtk/gtkwidget.c line 4678
  • #20 IA__gtk_propagate_event
    at /build/buildd/gtk+2.0-2.12.9/gtk/gtkmain.c line 2336
  • #21 IA__gtk_main_do_event
    at /build/buildd/gtk+2.0-2.12.9/gtk/gtkmain.c line 1556
  • #22 gdk_event_dispatch
    at /build/buildd/gtk+2.0-2.12.9/gdk/x11/gdkevents-x11.c line 2351
  • #23 IA__g_main_context_dispatch
    at /build/buildd/glib2.0-2.16.3/glib/gmain.c line 2009
  • #24 g_main_context_iterate
    at /build/buildd/glib2.0-2.16.3/glib/gmain.c line 2642
  • #25 IA__g_main_loop_run
    at /build/buildd/glib2.0-2.16.3/glib/gmain.c line 2850
  • #26 IA__gtk_main
    at /build/buildd/gtk+2.0-2.12.9/gtk/gtkmain.c line 1163
  • #27 main
    at gstreamer-properties.c line 664

Comment 1 Marc-Andre Lureau 2008-06-02 17:43:36 UTC
update_from_option () seems to be problematic...
Comment 2 Marc-Andre Lureau 2008-09-01 17:44:29 UTC
I don't see any problem in the gnome-media code. Maybe two instance of the same v4lsrc causes crashes. 

Reassigning
Comment 3 Wim Taymans 2009-12-21 11:31:26 UTC
needs more info..
Comment 4 Pedro Villavicencio 2009-12-21 14:10:47 UTC
i'd be glad to ask to the reporter on ubuntu about that info, what else is needed? Thanks!.
Comment 5 Tobias Mueller 2010-03-30 18:14:35 UTC
Reopening as I can't see any open question.
Comment 6 Tim-Philipp Müller 2010-03-30 22:39:45 UTC
I have no idea what's going on here. The issue sounds vaguely familiar though, I wonder if we fixed something somewhere at some point.

Better stacktrace here: http://launchpadlibrarian.net/13385508/ThreadStacktrace.txt


Questions:

 - is/was this reproducable? (Or was it a one-off crash?)

 - does this still happen with newer versions of GNOME/GStreamer?

 - if yes, could you get us a valgrind log?
Comment 7 Tim-Philipp Müller 2010-04-29 20:08:57 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!