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 359335 - crash in Deskbar: I think this is related ...
crash in Deskbar: I think this is related ...
Status: RESOLVED FIXED
Product: pygtk
Classification: Bindings
Component: gtk
2.10.x
Other All
: High critical
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
: 359347 359355 359359 359371 359382 359408 359416 359420 359421 359450 359452 359480 359637 359652 360031 360810 364221 370142 370341 371797 372884 405971 416952 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-10-03 18:08 UTC by sorosj
Modified: 2007-03-11 13:54 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description sorosj 2006-10-03 18:08:49 UTC
What were you doing when the application crashed?
I think this is related to the update of some python modules, but deskbar is unusable right now.
ps.:the gnome logout is unusable, and deskbar was my only way of logging out safely....'till now :(


Distribution: Ubuntu 6.10 (edgy)
Gnome Release: 2.16.1 2006-10-02 (Ubuntu)
BugBuddy Version: 2.16.0

Memory status: size: 71667712 vsize: 0 resident: 71667712 share: 0 rss: 39079936 rss_rlim: 0
CPU usage: start_time: 1159898821 rtime: 0 utime: 342 stime: 0 cutime:320 cstime: 0 timeout: 22 it_real_value: 0 frequency: 0

Backtrace was generated from '/usr/libexec/deskbar-applet'

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1208793424 (LWP 10168)]
[New Thread -1244566624 (LWP 10171)]
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread -1208793424 (LWP 10168))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 gnome_gtk_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 PyObject_Malloc
  • #5 init_gobject
    from /var/lib/python-support/python2.4/gtk-2.0/gobject/_gobject.so
  • #6 init_gtk
    from /var/lib/python-support/python2.4/gtk-2.0/gtk/_gtk.so
  • #7 PyEval_EvalFrame
  • #8 PyEval_EvalCodeEx
  • #9 PyClassMethod_New
  • #10 PyObject_Call
  • #11 PyClass_IsSubclass
  • #12 PyObject_Call
  • #13 PyEval_CallObjectWithKeywords
  • #14 PyInstance_New
  • #15 PyObject_Call
  • #16 PyEval_EvalFrame
  • #17 PyEval_EvalCodeEx
  • #18 PyClassMethod_New
  • #19 PyObject_Call
  • #20 PyClass_IsSubclass
  • #21 PyObject_Call
  • #22 PyType_GenericAlloc
  • #23 PyObject_GetIter
  • #24 PyEval_EvalFrame
  • #25 PyEval_EvalCodeEx
  • #26 PyEval_EvalFrame
  • #27 PyEval_EvalCodeEx
  • #28 PyClassMethod_New
  • #29 PyObject_Call
  • #30 PyClass_IsSubclass
  • #31 PyObject_Call
  • #32 PyEval_CallObjectWithKeywords
  • #33 PyObject_CallObject
  • #34 init_gobject
    from /var/lib/python-support/python2.4/gtk-2.0/gobject/_gobject.so
  • #35 g_source_get_current_time
    from /usr/lib/libglib-2.0.so.0
  • #36 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #37 g_main_context_check
    from /usr/lib/libglib-2.0.so.0
  • #38 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #39 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #40 bonobo_generic_factory_main_timeout
    from /usr/lib/libbonobo-2.so.0
  • #41 bonobo_generic_factory_main
    from /usr/lib/libbonobo-2.so.0
  • #42 panel_applet_factory_main_closure
    from /usr/lib/libpanel-applet-2.so.0
  • #43 initgnomeapplet
    from /usr/lib/python2.4/site-packages/gtk-2.0/gnomeapplet.so
  • #44 PyEval_EvalFrame
  • #45 PyEval_EvalCodeEx
  • #46 PyEval_EvalCode
  • #47 PyRun_FileExFlags
  • #48 PyRun_SimpleFileExFlags
  • #49 Py_Main
  • #50 main
  • #0 __kernel_vsyscall

Comment 1 Flavien Bridault 2006-10-03 19:41:35 UTC
I had big troubles with deskbar-applet this morning after I update gnome to 2.16.1. I just noticed that pygtk released a new version since this morning, 2.10.3, and now all is fine.
Maybe your problem also comes from the buggy pygtk 2.10.2 ?
Comment 2 Flavien Bridault 2006-10-03 19:43:04 UTC
By the way a lot of reported bugs today should come from this... ;-)
Comment 3 Karsten Bräckelmann 2006-10-03 20:26:18 UTC
*** Bug 359355 has been marked as a duplicate of this bug. ***
Comment 4 Sebastien Bacher 2006-10-03 22:19:46 UTC
That's a pygtk 2.10.2 bug already fixed with pygtk 2.10.3
Comment 5 Sebastien Bacher 2006-10-03 23:01:01 UTC
*** Bug 359421 has been marked as a duplicate of this bug. ***
Comment 6 Sebastien Bacher 2006-10-03 23:01:15 UTC
*** Bug 359420 has been marked as a duplicate of this bug. ***
Comment 7 Sebastien Bacher 2006-10-03 23:01:55 UTC
*** Bug 359408 has been marked as a duplicate of this bug. ***
Comment 8 Elijah Newren 2006-10-03 23:36:09 UTC
*** Bug 359450 has been marked as a duplicate of this bug. ***
Comment 9 Elijah Newren 2006-10-03 23:40:42 UTC
*** Bug 359452 has been marked as a duplicate of this bug. ***
Comment 10 Elijah Newren 2006-10-04 02:55:49 UTC
*** Bug 359480 has been marked as a duplicate of this bug. ***
Comment 11 Elijah Newren 2006-10-04 16:25:01 UTC
*** Bug 359637 has been marked as a duplicate of this bug. ***
Comment 12 Elijah Newren 2006-10-04 17:57:58 UTC
*** Bug 359652 has been marked as a duplicate of this bug. ***
Comment 13 Elijah Newren 2006-10-05 22:31:48 UTC
*** Bug 360031 has been marked as a duplicate of this bug. ***
Comment 14 Rob Bradford 2006-10-14 15:48:47 UTC
*** Bug 359371 has been marked as a duplicate of this bug. ***
Comment 15 Rob Bradford 2006-10-14 15:52:05 UTC
*** Bug 360810 has been marked as a duplicate of this bug. ***
Comment 16 Rob Bradford 2006-10-14 15:53:01 UTC
*** Bug 359347 has been marked as a duplicate of this bug. ***
Comment 17 Rob Bradford 2006-10-14 15:53:54 UTC
*** Bug 359359 has been marked as a duplicate of this bug. ***
Comment 18 Rob Bradford 2006-10-14 15:54:37 UTC
*** Bug 359382 has been marked as a duplicate of this bug. ***
Comment 19 Rob Bradford 2006-10-14 15:55:29 UTC
*** Bug 359416 has been marked as a duplicate of this bug. ***
Comment 20 Rob Bradford 2006-10-27 18:15:51 UTC
*** Bug 364221 has been marked as a duplicate of this bug. ***
Comment 21 André Klapper 2006-11-03 18:55:28 UTC
*** Bug 370142 has been marked as a duplicate of this bug. ***
Comment 22 André Klapper 2006-11-04 10:45:30 UTC
*** Bug 370341 has been marked as a duplicate of this bug. ***
Comment 23 André Klapper 2006-11-07 16:08:33 UTC
*** Bug 371797 has been marked as a duplicate of this bug. ***
Comment 24 André Klapper 2006-11-09 19:45:51 UTC
*** Bug 372884 has been marked as a duplicate of this bug. ***
Comment 25 André Klapper 2007-02-10 15:46:55 UTC
*** Bug 405971 has been marked as a duplicate of this bug. ***
Comment 26 palfrey 2007-03-11 13:54:52 UTC
*** Bug 416952 has been marked as a duplicate of this bug. ***