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 578959 - brasero crashed with SIGSEGV in g_closure_invoke()
brasero crashed with SIGSEGV in g_closure_invoke()
Status: RESOLVED FIXED
Product: brasero
Classification: Applications
Component: general
unspecified
Other Linux
: High critical
: ---
Assigned To: Brasero maintainer(s)
Brasero maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2009-04-14 18:42 UTC by Pedro Villavicencio
Modified: 2009-05-07 18:39 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description Pedro Villavicencio 2009-04-14 18:42:12 UTC
this report has been filed here:


https://bugs.edge.launchpad.net/ubuntu/+source/gtk+2.0/+bug/360671

".

Thread 1 (process 5382)

  • #0 brasero_data_disc_clipboard_targets_cb
    at brasero-data-disc.c line 419
  • #1 selection_clear_event_cb
    at /build/buildd/gtk+2.0-2.16.1/gtk/gtkclipboard.c line 348
  • #2 make_clipboard_widget
    at /build/buildd/gtk+2.0-2.16.1/gtk/gtkclipboard.c line 376
  • #3 _gtk_marshal_VOID__BOXED_UINT_UINT
    at /build/buildd/gtk+2.0-2.16.1/gtk/gtkmarshalers.c line 1514
  • #4 IA__g_closure_invoke
    at /build/buildd/glib2.0-2.20.1/gobject/gclosure.c line 767
  • #5 signal_emit_unlocked_R
    at /build/buildd/glib2.0-2.20.1/gobject/gsignal.c line 3247
  • #6 IA__g_signal_emit_valist
    at /build/buildd/glib2.0-2.20.1/gobject/gsignal.c line 2980
  • #7 IA__g_signal_emit_by_name
    at /build/buildd/glib2.0-2.20.1/gobject/gsignal.c line 3074
  • #8 gtk_selection_incr_timeout
    at /build/buildd/gtk+2.0-2.16.1/gtk/gtkselection.c line 2626
  • #9 gtk_selection_retrieval_timeout
    at /build/buildd/gtk+2.0-2.16.1/gtk/gtkselection.c line 2872
  • #10 _gtk_marshal_BOOLEAN__ENUM
    at /build/buildd/gtk+2.0-2.16.1/gtk/gtkmarshalers.c line 152
  • #11 g_type_class_meta_marshal
    at /build/buildd/glib2.0-2.20.1/gobject/gclosure.c line 878
  • #12 IA__g_closure_invoke
    at /build/buildd/glib2.0-2.20.1/gobject/gclosure.c line 767
  • #13 signal_emit_unlocked_R
    at /build/buildd/glib2.0-2.20.1/gobject/gsignal.c line 3285
  • #14 IA__g_signal_emit_valist
    at /build/buildd/glib2.0-2.20.1/gobject/gsignal.c line 2990
  • #15 IA__g_signal_emit
    at /build/buildd/glib2.0-2.20.1/gobject/gsignal.c line 3037
  • #16 do_screen_change
    at /build/buildd/gtk+2.0-2.16.1/gtk/gtkwidget.c line 6163
  • #17 IA__gtk_main_do_event
    at /build/buildd/gtk+2.0-2.16.1/gtk/gtkmain.c line 1647
  • #18 ??
    from /usr/lib/libgdk-x11-2.0.so.0
  • #19 IA__g_main_context_dispatch
    at /build/buildd/glib2.0-2.20.1/glib/gmain.c line 1814
  • #20 g_main_context_iterate
    at /build/buildd/glib2.0-2.20.1/glib/gmain.c line 2448
  • #21 IA__g_main_loop_run
    at /build/buildd/glib2.0-2.20.1/glib/gmain.c line 2656
  • #22 IA__gtk_main_iteration_do
    at /build/buildd/gtk+2.0-2.16.1/gtk/gtkmain.c line 1310
  • #23 main
    at main.c line 476

Comment 1 Christian Persch 2009-04-14 20:21:59 UTC
Why did you file this against gtk+? It's clearly a bug in the app.

Thread 1 (process 5382)

  • #0 brasero_data_disc_clipboard_targets_cb
    at brasero-data-disc.c line 419

Note n_atoms == -1, atoms == NULL, and look at the brasero code:

        iter = atoms;
        while (n_atoms) {
                target = gdk_atom_name (*iter); // CRASH HERE

Comment 2 Philippe Rouquier 2009-05-07 18:39:12 UTC
Thanks for the report and how to fix it. That was indeed stupid of me to overlook the fact that n_atoms could be negative.
This is now fixed in master and that will be ported to 2.26 soon.