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 549300 - brasero crashed with signal 5 in IA__g_return_if_fail_warning()
brasero crashed with signal 5 in IA__g_return_if_fail_warning()
Status: RESOLVED NOTABUG
Product: brasero
Classification: Applications
Component: general
0.8.0
Other Linux
: Normal critical
: 0.8
Assigned To: Brasero maintainer(s)
Brasero maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2008-08-25 13:35 UTC by Pedro Villavicencio
Modified: 2009-02-02 10:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pedro Villavicencio 2008-08-25 13:35:40 UTC
this report has been filed here:

https://bugs.edge.launchpad.net/ubuntu/+source/brasero/+bug/260259

"Dragging a file from the side panel to a data project."

".

Thread 1 (process 14076)

  • #0 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #1 g_log
    from /usr/lib/libglib-2.0.so.0
  • #2 g_return_if_fail_warning
    from /usr/lib/libglib-2.0.so.0
  • #3 gtk_drag_begin_internal
    at /build/buildd/gtk+2.0-2.13.6/gtk/gtkdnd.c line 2363
  • #4 egg_tree_multi_drag_motion_event
    at eggtreemultidnd.c line 321
  • #5 _gtk_marshal_BOOLEAN__ENUM_BOOLEAN
    at /build/buildd/gtk+2.0-2.13.6/gtk/gtkmarshalers.c line 209
  • #6 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #7 ??
    from /usr/lib/libgobject-2.0.so.0
  • #8 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #9 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #10 _gtk_widget_get_aux_info
    at /build/buildd/gtk+2.0-2.13.6/gtk/gtkwidget.c line 8446
  • #11 gtk_list_store_finalize
    at /build/buildd/gtk+2.0-2.13.6/gtk/gtkliststore.c line 404
  • #12 IA__gtk_main_do_event
    at /build/buildd/gtk+2.0-2.13.6/gtk/gtkmain.c line 1365
  • #13 gdk_event_dispatch
    at /build/buildd/gtk+2.0-2.13.6/gdk/x11/gdkevents-x11.c line 2365
  • #14 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #15 ??
    from /usr/lib/libglib-2.0.so.0
  • #16 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #17 IA__gtk_main_do_event
    at /build/buildd/gtk+2.0-2.13.6/gtk/gtkmain.c line 1344
  • #18 main
    at main.c line 856

Thanks,
Comment 1 Philippe Rouquier 2008-08-25 19:09:13 UTC
Thanks for the report.
brasero crashed here because it run with --g-fatal-warnings.
Now that warning can be reproduced and is known to me; it's due to the little hack used to have multiple DND. Until GTK+ allows/properly implements multi DND from GtkTreeView, there is nothing I can do sorry. Just stay away from --g-fatal-warnings ;).
Comment 2 Philippe Rouquier 2009-02-02 10:29:28 UTC
Just for the record, that warning has been fixed.