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 415084 - crash in Main Menu Editor: Dragging a launcher from...
crash in Main Menu Editor: Dragging a launcher from...
Status: RESOLVED INCOMPLETE
Product: alacarte
Classification: Applications
Component: general
0.10.x
Other All
: High critical
: ---
Assigned To: Alacarte Maintainer(s)
Alacarte Maintainer(s)
: 416367 420263 446630 468175 473303 490484 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-03-05 21:26 UTC by smclean
Modified: 2008-02-19 06:02 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description smclean 2007-03-05 21:26:29 UTC
Version: 0.10.2

What were you doing when the application crashed?
Dragging a launcher from a nautilus folder in to the "Items" view of alacarte to add it to my menu.


Distribution: Gentoo Base System release 1.12.9
Gnome Release: 2.16.3 2007-02-05 (Gentoo)
BugBuddy Version: 2.16.1

System: Linux 2.6.17.7 #1 Tue Jul 25 17:13:25 PDT 2006 x86_64
X Vendor: The X.Org Foundation
X Vendor Release: 70200000
Selinux: No
Accessibility: Disabled

Memory status: size: 183218176 vsize: 183218176 resident: 31776768 share: 16601088 rss: 31776768 rss_rlim: -1
CPU usage: start_time: 1173129751 rtime: 244 utime: 220 stime: 24 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/alacarte'

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 46931686670576 (LWP 21351)]
0x00002aaf2218cb64 in waitpid () from /lib/libpthread.so.0

Thread 1 (Thread 46931686670576 (LWP 21351))

  • #0 waitpid
    from /lib/libpthread.so.0
  • #1 ??
    from /usr/lib/libgnomeui-2.so.0
  • #2 <signal handler called>
  • #3 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #4 gtk_tree_model_foreach
    from /usr/lib/libgtk-x11-2.0.so.0
  • #5 ??
    from /usr/lib64/python2.4/site-packages/gtk-2.0/gtk/_gtk.so
  • #6 PyEval_EvalFrame
    from /usr/lib/libpython2.4.so.1.0
  • #7 PyEval_EvalCodeEx
    from /usr/lib/libpython2.4.so.1.0
  • #8 ??
    from /usr/lib/libpython2.4.so.1.0
  • #9 PyObject_Call
    from /usr/lib/libpython2.4.so.1.0
  • #10 ??
    from /usr/lib/libpython2.4.so.1.0
  • #11 PyObject_Call
    from /usr/lib/libpython2.4.so.1.0
  • #12 PyEval_CallObjectWithKeywords
    from /usr/lib/libpython2.4.so.1.0
  • #13 ??
    from /usr/lib64/python2.4/site-packages/gtk-2.0/gobject/_gobject.so
  • #14 ??
    from /usr/lib/libglib-2.0.so.0
  • #15 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #16 ??
    from /usr/lib/libglib-2.0.so.0
  • #17 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #18 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #19 ??
    from /usr/lib64/python2.4/site-packages/gtk-2.0/gtk/_gtk.so
  • #20 PyEval_EvalFrame
    from /usr/lib/libpython2.4.so.1.0
  • #21 PyEval_EvalFrame
    from /usr/lib/libpython2.4.so.1.0
  • #22 PyEval_EvalFrame
    from /usr/lib/libpython2.4.so.1.0
  • #23 PyEval_EvalCodeEx
    from /usr/lib/libpython2.4.so.1.0
  • #24 PyEval_EvalCode
    from /usr/lib/libpython2.4.so.1.0
  • #25 ??
    from /usr/lib/libpython2.4.so.1.0
  • #26 PyRun_SimpleFileExFlags
    from /usr/lib/libpython2.4.so.1.0
  • #27 Py_Main
    from /usr/lib/libpython2.4.so.1.0
  • #28 __libc_start_main
    from /lib/libc.so.6
  • #29 _start
  • #0 waitpid
    from /lib/libpthread.so.0


----------- .xsession-errors (1824658 sec old) ---------------------
(SWT:9703): Gtk-CRITICAL **: gtk_widget_show: assertion `GTK_IS_WIDGET (widget)' failed
(SWT:9703): GLib-GObject-CRITICAL **: g_object_get_data: assertion `G_IS_OBJECT (object)' failed
(SWT:9703): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed
(SWT:9703): GLib-GObject-WARNING **: instance with invalid (NULL) class pointer
(SWT:9703): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(SWT:9703): GLib-GObject-CRITICAL **: g_object_set_data: assertion `G_IS_OBJECT (object)' failed
(SWT:9703): GLib-GObject-WA
...Too much output, ignoring rest...
--------------------------------------------------
Comment 1 Pedro Villavicencio 2007-03-09 12:31:41 UTC
*** Bug 416367 has been marked as a duplicate of this bug. ***
Comment 2 Travis Watkins 2007-03-09 14:59:29 UTC
Please try this with the 0.11.x versions of alacarte.
Comment 3 Timm F. Gloger 2007-03-20 20:26:07 UTC
Thanks for taking the time to report this bug.
Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Comment 4 Jens Granseuer 2007-03-20 20:28:49 UTC
*** Bug 420263 has been marked as a duplicate of this bug. ***
Comment 5 palfrey 2007-06-12 15:56:48 UTC
*** Bug 446630 has been marked as a duplicate of this bug. ***
Comment 6 Cosimo Cecchi 2007-09-10 23:02:30 UTC
*** Bug 468175 has been marked as a duplicate of this bug. ***
Comment 7 Cosimo Cecchi 2007-09-10 23:05:24 UTC
*** Bug 473303 has been marked as a duplicate of this bug. ***
Comment 8 Susana 2007-10-28 23:09:23 UTC
*** Bug 490484 has been marked as a duplicate of this bug. ***
Comment 9 Travis Watkins 2008-02-19 06:02:48 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!