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 359251 - qstring, match_obj = match TypeError: unpack non-sequence
qstring, match_obj = match TypeError: unpack non-sequence
Status: RESOLVED OBSOLETE
Product: deskbar-applet
Classification: Deprecated
Component: general
2.16.x
Other All
: Urgent critical
: ---
Assigned To: Mikkel Kamstrup Erlandsen
Deskbar Applet Maintainer(s)
: 359252 359591 359666 360469 360560 361123 361164 361291 361677 361693 361750 362258 362315 363921 363922 363926 364057 365087 365163 365215 365795 365856 366029 366053 366513 366517 370276 370748 373212 374634 375807 377669 383794 386271 386737 387507 394875 395057 396454 397923 400937 403048 405010 408159 411318 411426 430504 430763 430765 434504 437978 446566 461344 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-10-03 12:01 UTC by cpauquez
Modified: 2007-07-29 13:02 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Debugging aid/workaround (1.06 KB, patch)
2006-10-18 13:19 UTC, Rob Bradford
none Details | Review

Description cpauquez 2006-10-03 12:01:37 UTC
What were you doing when the application crashed?



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

Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0
CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0

Traceback (most recent call last):
  • File "/usr/lib/python2.4/site-packages/deskbar/ui/cuemiac/CuemiacTreeView.py", line 292 in __get_match_icon_for_cell
    qstring, match_obj = match
TypeError: unpack non-sequence

Comment 1 Karsten Bräckelmann 2006-10-03 13:09:23 UTC
*** Bug 359252 has been marked as a duplicate of this bug. ***
Comment 2 Karsten Bräckelmann 2006-10-03 13:10:35 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 355687 ***
Comment 3 Karsten Bräckelmann 2006-10-04 13:35:25 UTC
*** Bug 359591 has been marked as a duplicate of this bug. ***
Comment 4 Elijah Newren 2006-10-04 18:32:17 UTC
*** Bug 359666 has been marked as a duplicate of this bug. ***
Comment 5 Elijah Newren 2006-10-07 19:31:41 UTC
*** Bug 360469 has been marked as a duplicate of this bug. ***
Comment 6 Karsten Bräckelmann 2006-10-10 12:30:52 UTC
*** Bug 361123 has been marked as a duplicate of this bug. ***
Comment 7 Karsten Bräckelmann 2006-10-10 15:50:51 UTC
*** Bug 361164 has been marked as a duplicate of this bug. ***
Comment 8 Mikkel Kamstrup Erlandsen 2006-10-10 16:33:47 UTC
This bug is not a dupe of bug 355687 although it may look like it. I need a way to reproduce this...
Comment 9 Mikkel Kamstrup Erlandsen 2006-10-10 16:34:04 UTC
*** Bug 361123 has been marked as a duplicate of this bug. ***
Comment 10 Mikkel Kamstrup Erlandsen 2006-10-10 16:35:13 UTC
Marking needinfo
Comment 11 Karsten Bräckelmann 2006-10-10 22:37:55 UTC
*** Bug 361291 has been marked as a duplicate of this bug. ***
Comment 12 Karsten Bräckelmann 2006-10-11 03:12:26 UTC
Quote from bug 361291 comment 2:


It seems that error occurs when deskbar has button layout and History option
enabled.

I clean my history and disable History option. The error disappears, i can't
reproduce it anymore.

I have Ubuntu Edgy Eft Beta, may be my deskbar history references to some
uninstalled applications. By example, I had tomcat5 in Dapper Drake... now I
have tomcat5.5.

Couple weeks ago, I tried execute xchat from deskbar. Xchat was not installed
in my box that time... however, i could see a mistaken xchat reference in
history and it was the first error...

I hope this information about deskbar history option be useful.
Comment 13 Mikkel Kamstrup Erlandsen 2006-10-11 05:16:12 UTC
Ok. Thanks Karsten and cpauquez.

Technical stuff, You've been warned:
It strikes me that it might just be some specific handler returning a non-pair as match. Maybe this happens in the history handler under some circumstances, maybe other handlers too... Anyway, I'll look a bit into this...
Comment 14 Mikkel Kamstrup Erlandsen 2006-10-11 19:06:11 UTC
Just a technical status update: Handlers returning non-pairs is not the problem. It works fine if they do, we account for such behavior elsewhere.
Comment 15 Karsten Bräckelmann 2006-10-12 17:39:55 UTC
*** Bug 361750 has been marked as a duplicate of this bug. ***
Comment 16 Karsten Bräckelmann 2006-10-12 18:39:23 UTC
*** Bug 361677 has been marked as a duplicate of this bug. ***
Comment 17 Karsten Bräckelmann 2006-10-12 18:47:15 UTC
*** Bug 361693 has been marked as a duplicate of this bug. ***
Comment 18 Karsten Bräckelmann 2006-10-15 01:10:01 UTC
*** Bug 362258 has been marked as a duplicate of this bug. ***
Comment 19 André Klapper 2006-10-15 09:42:49 UTC
*** Bug 362315 has been marked as a duplicate of this bug. ***
Comment 20 Raphael Slinckx 2006-10-18 11:49:59 UTC
Mikkel: have you any idea ? I would like to release a fix for this one, given the number of dupes..

Comment 21 Raphael Slinckx 2006-10-18 12:01:55 UTC
I cannot reproduce. If someone can provide me the exact steps to get this error it will be appreciated
Comment 22 Rob Bradford 2006-10-18 13:19:08 UTC
Created attachment 74948 [details] [review]
Debugging aid/workaround

Patch to aid the debugging of this in the future.
Comment 23 André Klapper 2006-10-21 14:59:29 UTC
*** Bug 363926 has been marked as a duplicate of this bug. ***
Comment 24 André Klapper 2006-10-21 14:59:35 UTC
*** Bug 363922 has been marked as a duplicate of this bug. ***
Comment 25 André Klapper 2006-10-21 14:59:41 UTC
*** Bug 363921 has been marked as a duplicate of this bug. ***
Comment 26 Karsten Bräckelmann 2006-10-22 03:07:49 UTC
*** Bug 364057 has been marked as a duplicate of this bug. ***
Comment 27 Karsten Bräckelmann 2006-10-25 19:27:18 UTC
*** Bug 365087 has been marked as a duplicate of this bug. ***
Comment 28 André Klapper 2006-10-26 10:07:45 UTC
*** Bug 365215 has been marked as a duplicate of this bug. ***
Comment 29 André Klapper 2006-10-26 10:14:32 UTC
*** Bug 365163 has been marked as a duplicate of this bug. ***
Comment 30 Karsten Bräckelmann 2006-10-27 16:30:26 UTC
*** Bug 365795 has been marked as a duplicate of this bug. ***
Comment 31 Rob Bradford 2006-10-27 18:02:24 UTC
*** Bug 360560 has been marked as a duplicate of this bug. ***
Comment 32 Rob Bradford 2006-10-27 18:03:03 UTC
*** Bug 365856 has been marked as a duplicate of this bug. ***
Comment 33 Karsten Bräckelmann 2006-10-28 01:50:06 UTC
*** Bug 366029 has been marked as a duplicate of this bug. ***
Comment 34 Karsten Bräckelmann 2006-10-28 03:02:45 UTC
*** Bug 366053 has been marked as a duplicate of this bug. ***
Comment 35 Flavio daCosta 2006-10-28 05:22:41 UTC
I applied Debugging aid patch id=74948 but have not had a single crash since clearing history.
Comment 36 Karsten Bräckelmann 2006-10-28 22:11:40 UTC
*** Bug 366513 has been marked as a duplicate of this bug. ***
Comment 37 Karsten Bräckelmann 2006-10-28 22:12:30 UTC
*** Bug 366517 has been marked as a duplicate of this bug. ***
Comment 38 Raphael Slinckx 2006-10-30 00:23:25 UTC
I applied the workaround in 2.16 and HEAD. I removed the debugging Exception, since it will annoy users heavily and generate 100's of bug buddy reports anywy. I print an error in the console if this cause some weird behavior so we get the debug nonethelss
Comment 39 Flavio daCosta 2006-11-01 19:31:41 UTC
FWIW: This issue came up again (this time I had the patch installed)  Once again, it went away when i cleared the history.  BugBuddy output below:


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

Memory status: size: 0 vsize: 0 resident: 0 share: 0 rss: 0 rss_rlim: 0
CPU usage: start_time: 0 rtime: 0 utime: 0 stime: 0 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 0

Traceback (most recent call last):
  • File "/usr/lib/python2.4/site-packages/deskbar/ui/cuemiac/CuemiacTreeView.py", line 294 in __get_match_icon_for_cell
    raise Exception ("Match object of unexpected type: %s", match.__class__)
Exception: ('Match object of unexpected type: %s', <type 'NoneType'>)

Comment 40 Raphael Slinckx 2006-11-01 19:43:23 UTC
Cool, so we know this is caused by history, and the thing returns None for some reasons. Reopening !
Comment 41 Karsten Bräckelmann 2006-11-04 00:48:47 UTC
*** Bug 370276 has been marked as a duplicate of this bug. ***
Comment 42 Susana 2006-11-05 10:20:48 UTC
*** Bug 370748 has been marked as a duplicate of this bug. ***
Comment 43 André Klapper 2006-11-07 01:23:20 UTC
29 duplicates in the last 30 days, gnome 2.16.x blocker.

raphael, any progress?
Comment 44 Libu 2006-11-10 01:59:46 UTC
*** Bug 373212 has been marked as a duplicate of this bug. ***
Comment 45 Susana 2006-11-13 14:30:47 UTC
*** Bug 374634 has been marked as a duplicate of this bug. ***
Comment 46 André Klapper 2006-11-16 10:29:07 UTC
*** Bug 375807 has been marked as a duplicate of this bug. ***
Comment 47 Raphael Slinckx 2006-11-20 13:15:43 UTC
I still cannot reproduce, and no-one gave me a way to reproduce this easily. In the meantime i have a workaround that suppress the error window, but this suppress only the symptom, not the cause.
Comment 48 André Klapper 2006-11-21 13:58:14 UTC
*** Bug 377669 has been marked as a duplicate of this bug. ***
Comment 49 Susana 2006-12-08 18:35:13 UTC
*** Bug 383794 has been marked as a duplicate of this bug. ***
Comment 50 Susana 2006-12-16 16:05:55 UTC
*** Bug 386271 has been marked as a duplicate of this bug. ***
Comment 51 Susana 2006-12-17 16:50:23 UTC
*** Bug 386737 has been marked as a duplicate of this bug. ***
Comment 52 Raphael Slinckx 2007-01-07 17:00:37 UTC
*** Bug 387507 has been marked as a duplicate of this bug. ***
Comment 53 André Klapper 2007-01-17 02:16:23 UTC
4 duplicates within the last 30 days => removing gnome-target milestone, does not seem to be important enough to me.
Comment 54 palfrey 2007-01-22 16:32:10 UTC
*** Bug 397923 has been marked as a duplicate of this bug. ***
Comment 55 palfrey 2007-01-22 16:32:16 UTC
*** Bug 394875 has been marked as a duplicate of this bug. ***
Comment 56 palfrey 2007-01-22 16:35:18 UTC
*** Bug 395057 has been marked as a duplicate of this bug. ***
Comment 57 palfrey 2007-01-27 00:13:24 UTC
*** Bug 400937 has been marked as a duplicate of this bug. ***
Comment 58 palfrey 2007-01-27 00:13:42 UTC
*** Bug 396454 has been marked as a duplicate of this bug. ***
Comment 59 palfrey 2007-02-01 12:53:49 UTC
*** Bug 403048 has been marked as a duplicate of this bug. ***
Comment 60 palfrey 2007-02-06 17:35:05 UTC
*** Bug 405010 has been marked as a duplicate of this bug. ***
Comment 61 palfrey 2007-02-16 01:09:39 UTC
*** Bug 408159 has been marked as a duplicate of this bug. ***
Comment 62 Susana 2007-02-23 19:12:03 UTC
*** Bug 411318 has been marked as a duplicate of this bug. ***
Comment 63 Pedro Villavicencio 2007-02-24 01:32:29 UTC
*** Bug 411426 has been marked as a duplicate of this bug. ***
Comment 64 Susana 2007-04-22 13:50:55 UTC
*** Bug 430504 has been marked as a duplicate of this bug. ***
Comment 65 Susana 2007-04-22 14:27:17 UTC
*** Bug 430763 has been marked as a duplicate of this bug. ***
Comment 66 Susana 2007-04-22 14:27:37 UTC
*** Bug 430765 has been marked as a duplicate of this bug. ***
Comment 67 palfrey 2007-05-01 23:43:49 UTC
*** Bug 434504 has been marked as a duplicate of this bug. ***
Comment 68 palfrey 2007-05-19 21:19:56 UTC
*** Bug 437978 has been marked as a duplicate of this bug. ***
Comment 69 palfrey 2007-06-29 11:38:40 UTC
*** Bug 446566 has been marked as a duplicate of this bug. ***
Comment 70 Vincent Untz 2007-07-21 22:15:51 UTC
Raphael tells me it should be fixed now. Please reopen if it happens with deskbar >= 2.18.0.
Comment 71 Iestyn Pryce 2007-07-29 13:02:30 UTC
*** Bug 461344 has been marked as a duplicate of this bug. ***