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

2010-09-15 Thread Bug Watch Updater
** Changed in: deskbar-applet Importance: Unknown = Critical -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

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

2009-10-13 Thread nikolay botev
I no longer see this problem on karmic beta -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

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

2009-05-13 Thread Bug Watch Updater
** Changed in: deskbar-applet Status: New = Fix Released -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

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

2009-04-09 Thread Vassily Gavrilyak
It's already fixed upstream. see http://bugzilla.gnome.org/show_bug.cgi?id=577649 -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[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

[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 http://gnu.org/licenses/gpl.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted

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

2009-04-09 Thread Vassily Gavrilyak
Locations are not different, patch must be applied to source package, not installed files. It works for me too, as I noted at upstream comments. -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are

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

2009-04-07 Thread Sebastian Pölsterl
Could anybody who wants to help finding the exact cause of this bug please follow the instructions in the upstream bug tracker at http://bugzilla.gnome.org/show_bug.cgi?id=577649#c23 -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received

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

2009-04-06 Thread Sebastien Bacher
** Changed in: deskbar-applet (Ubuntu) Status: Incomplete = Triaged ** Also affects: deskbar-applet via http://bugzilla.gnome.org/show_bug.cgi?id=577649 Importance: Unknown Status: Unknown -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype()

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

2009-04-06 Thread Vassily Gavrilyak
I installed python-dbg package, run deskbar-applet -w from dash and have more detailed stacktrace. ** Attachment added: Detailed stacktrace with python-dbg http://launchpadlibrarian.net/24860027/deskbar_stacktrace_dbg.txt -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype()

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

2009-04-06 Thread Vassily Gavrilyak
In my previous stacktrace there was /usr/lib/deskbar- applet/modules-2.20-compatible/twitter.pyc. After removing /usr/lib /deskbar-applet/modules-2.20-compatible/twitter.py and /usr/lib/deskbar- applet/modules-2.20-compatible/twitter.pyc everything works -- deskbar-applet crashed with SIGSEGV in

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

2009-04-06 Thread Vassily Gavrilyak
More information. deskbar-applet works when launching from terminal and adding to panel, but it crashes when launching from Run - (alt-F2). I tried to run in with Alt-F2 in gdb and got the same stackrace. Does anybody know what is the difference between console launch and Run? Maybe some

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

2009-04-06 Thread Vassily Gavrilyak
With latest updates of python etc. deskbar-applet crashed again on my laptop, but works on another, where it didn't work before. So it works either on this laptop or on another, not on both. But running deskbar from command line as /usr/lib/deskbar-applet/deskbar-applet and then adding it to

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

2009-04-06 Thread Bug Watch Updater
** Changed in: deskbar-applet Status: Unknown = New -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

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

2009-04-06 Thread nikolay botev
removing twitter.py* from /usr/lib/deskbar- applet/modules-2.20-compatible fixed the problem for me as well -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs, which is

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

2009-04-05 Thread Sebastian Pölsterl
This bug is also upstream at http://bugzilla.gnome.org/show_bug.cgi?id=577649 Telling from the stacktrace it seems to be a problem in pygobject. ** Bug watch added: GNOME Bug Tracker #577649 http://bugzilla.gnome.org/show_bug.cgi?id=577649 -- deskbar-applet crashed with SIGSEGV in

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

2009-04-03 Thread Mehul J. Rajput
same with me... deleting folder allows deskbar to be added but when you click on it, deskbar crashes. -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs, which is

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

2009-04-01 Thread Vassily Gavrilyak
Same with me, only removing the folder helped. But is doesn't help on another laptop with the same Jaunty 64 version. -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs,

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

2009-03-31 Thread Sidimar Carniel
only making the removal as mentioned above don't solve the problem.It removed the directory, but rather the application quits unexpectedly. -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a

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

2009-03-31 Thread Sebastien Bacher
could you try to figure what in the config trigger the issue? -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

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

2009-03-31 Thread Photon
In my case it didn't help to remove any of the files or folders inside of ~/.local/share/desktop-applet or all of them. The only thing that helped was to remove the whole folder. Really strange... -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608

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

2009-03-28 Thread Martin Heitzer
Fixed for me with package deskbar-applet 2.26.0-0ubuntu1. -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

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

2009-03-28 Thread Kjetil Thuen
I was seeing this with 2.26.0-0ubuntu1, but if I move away my ~/.local/share/desktop-applet, it will start. If I put my old copy back in, it crashes on startup again. This box was just upgraded from intrepid to jaunty. The only thing in ~/.local/share/desktop-applet/ is the history file and an

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

2009-03-28 Thread Photon
I can confirm this. I've Jaunty since Alpha3 and removing ~/.local/share /desktop-applet/ solves the problem, too. -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs, which

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

2009-03-27 Thread nikolay botev
I filed bug 349391 which looks exactly like this bug but I believe is different. The bug here, I joined while testing jaunty on my laptop (nvidia graphics with propr. driver) The new bug presents the same problem, but on my desktop, after i upgraded it from 810 to 904 beta and installed fglrx

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

2009-03-27 Thread nikolay botev
here is THIS bug's error log line (note the different ip from the above message which relates to my new bug 349391) Mar 13 23:51:04 nikolay-laptop kernel: [ 83.726969] deskbar- applet[4699]: segfault at 101 ip 00467c05 sp 7fff651e1318 error 4 in python2.6[40+215000] --

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

2009-03-26 Thread MBecker
Still crashes for me. Everytime I try to add the deskbar applet to the gnome panel. Python 2.6.1, Ubuntu 9.04, amd64 -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs,

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

2009-03-26 Thread MBecker
Still crashes for me. Everytime I try to add the deskbar applet to the gnome panel. Python 2.6.1, Ubuntu 9.04, amd64 -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs,

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

2009-03-21 Thread Photon
Which version do you guys use? I'm still experiecing this problem with 2.26.0-0ubuntu1 (jaunty). -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

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

2009-03-19 Thread wios
fixed with today's update (for me) -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

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

2009-03-19 Thread Łukasz Jernaś
Still crashes for me. -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

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

2009-03-19 Thread wiflye81
Also fixed for me with yesterday update (even with tracker lib) -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

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

2009-03-19 Thread nikolay botev
also fixed for me after updating python and deskbar packages -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

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

2009-03-18 Thread Marc HEBRARD
Same here. -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

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

2009-03-10 Thread Tarin Mahmood
I have this problem to and I am unable to add the deskbar to panel. -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

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

2009-03-09 Thread Sebastien Bacher
do you get the issue every time? -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

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

2009-03-09 Thread wios
every time i want to add it to the panel the error message occurs and deskbar quits deskbar has quit unexpectedly -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs, which

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

2009-03-09 Thread naskopopov
the same situation here wios wrote: every time i want to add it to the panel the error message occurs and deskbar quits deskbar has quit unexpectedly -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification

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

2009-03-09 Thread wiflye81
Same here -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

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

2009-03-09 Thread Yks
the same situation and here On Mon, Mar 9, 2009 at 2:08 PM, wiflye81 wifly...@gmail.com wrote: Same here -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a direct subscriber of the bug.

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

2009-03-09 Thread nikolay botev
I get the issue every single time -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

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

2009-03-01 Thread Timothy Palpant
Is this due to python updating to 2.6? -- deskbar-applet crashed with SIGSEGV in PyType_IsSubtype() https://bugs.launchpad.net/bugs/333608 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

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

2009-03-01 Thread nikolay botev
Here is a coredump for this exact same problem. See bug 336507 for details - the Disassembly and Stacktrace there match the ones here exactly. ** Attachment added: core dump from 336507 duplicate report http://launchpadlibrarian.net/23278379/CoreDump.gz -- deskbar-applet crashed with SIGSEGV

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

2009-02-26 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please try to obtain a backtrace following the instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload the backtrace (as an attachment) to the bug report. This will greatly help us in tracking down