[Bug 333608] Re: deskbar-applet crashed with SIGSEGV in PyType_IsSubtype()

2009-04-09 Thread Dimitry Andric
Looks like comment #32 here: http://bugzilla.gnome.org/show_bug.cgi?id=577649#c32 and its followups seem to fix the problem. When I remove the inheritance of gobject in GnomeURLopener, the crash goes away. There is a more complete patch at http://bugzilla.gnome.org/attachment.cgi?id=132271&action

[Bug 333608] Re: deskbar-applet crashed with SIGSEGV in PyType_IsSubtype()

2009-04-09 Thread Dimitry Andric
Here's a hopefully useful stack trace: GNU gdb 6.8-debian Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted

[Bug 204850] Re: gnome-settings-daemon crashed with SIGSEGV in gsd_mouse_manager_start()

2008-08-25 Thread Dimitry Andric
Yes, that BadWindow error is indeed the next error. You can duct-tape- fix it using your patch, or by simply disabling the gnome-settings- daemon keyboard plugin (using gconf-editor). The BadWindow error is researched in bug 199245, bug 254671, and possibly others (even http://bugzilla.gnome.org/s

[Bug 199245] Re: gnome-settings-daemon crash opening any window: "BadWindow" X error under Xvnc

2008-08-25 Thread Dimitry Andric
Okay, I've done some serious digging, and it looks like a window is created (in my case it's mostly gnome-screensaver), but it disappears *before* the CreateNotify goes out. This is because gnome-screensaver complains that it's already running, and immediately quits. Thus it doesn't seem to call

[Bug 199245] Re: gnome-settings-daemon crash opening any window: "BadWindow" X error under Xvnc

2008-08-25 Thread Dimitry Andric
I have approximately the same crash here. It looks like the gsd- keyboard-xkb filter gets a CreateWindow notification event, but the window id isn't valid anymore (maybe the window already disappeared?), for an unknown reason. When the xklavier engine tries to get the Window's title property, it g

[Bug 146946] Re: Gnome settings daemon randomly does not work

2008-08-25 Thread Dimitry Andric
Sorry for the pollution, I've filed my story under bug 204850 here: https://bugs.launchpad.net/ubuntu/+source/gnome-settings- daemon/+bug/204850/comments/9 -- Gnome settings daemon randomly does not work https://bugs.launchpad.net/bugs/146946 You received this bug notification because you are a m

[Bug 204850] Re: gnome-settings-daemon crashed with SIGSEGV in gsd_mouse_manager_start()

2008-08-25 Thread Dimitry Andric
I'm having precisely the same problem as the people in this bug report, and almost exactly the same backtrace. :) I downloaded the debug symbols, and this is what I got: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7f1966f937a0 (LWP 19394)] set_touchpad_enabled (sta

[Bug 146946] Re: Gnome settings daemon randomly does not work

2008-08-24 Thread Dimitry Andric
Well, since set_touchpad_enabled() and other functions that were introduced by 08_extra_touchpad_options.patch also didn't contain any #ifdef HAVE_XINPUT sections, I thought it would be a bit overkill. It all depends on whether the extra_touchpad_options code will be sent upstream later. If that'

[Bug 146946] Re: Gnome settings daemon randomly does not work

2008-08-23 Thread Dimitry Andric
Sorry, that patch contains a typo... That'll teach me to test compilation before uploading. ;) Revised patch attached. ** Attachment added: "Fix segfault in plugins/mouse/gsd-mouse-manager.c:set_touchpad_enabled() (rev 2)" http://launchpadlibrarian.net/17041631/09_extra_touchpad_options_fix

[Bug 146946] Re: Gnome settings daemon randomly does not work

2008-08-23 Thread Dimitry Andric
I'm having precisely the same problem as BruceBeare, and almost exactly the same backtrace. :) I downloaded the debug symbols, and this is what I got: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7f1966f937a0 (LWP 19394)] set_touchpad_enabled (state=) at gsd-mouse-m