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 544946 - backward compatibility break caused by function semantics change in new 'glib' module
backward compatibility break caused by function semantics change in new 'glib...
Status: RESOLVED FIXED
Product: deskbar-applet
Classification: Deprecated
Component: general
0.8.x
Other All
: Immediate blocker
: ---
Assigned To: Deskbar Applet Maintainer(s)
Deskbar Applet Maintainer(s)
: 545223 545923 546149 547976 548187 550292 550293 550300 550308 550309 550310 550311 550312 550314 550315 550318 550319 550320 550321 550323 550324 550325 550326 550331 550332 550336 550337 550338 550339 550340 550341 550347 550348 550349 550350 550351 550355 550356 550357 550359 550360 550362 550363 550365 550367 550368 550369 550370 550371 550372 550376 550377 550378 550379 550380 550383 550384 550386 550387 550388 550389 550390 550392 550393 550394 550395 550405 550406 550407 550408 550409 550411 550423 550425 550426 550427 550429 550431 550432 550436 550437 550438 550439 550440 550444 550450 550451 550452 550453 550457 550459 550460 550465 550480 550487 550505 550506 550507 550511 550515 550517 550518 550522 550531 550534 550544 550554 550562 550565 550572 550574 550579 550580 550581 550599 550602 550603 550618 550629 550649 550688 550698 550705 550738 550748 550808 550814 550955 550956 552369 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-07-27 09:14 UTC by Florian Steinel
Modified: 2008-09-18 09:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
probable fix (1.85 KB, patch)
2008-08-03 14:29 UTC, Paul Pogonyshev
committed Details | Review

Description Florian Steinel 2008-07-27 09:14:18 UTC
What were you doing when the application crashed?



Distribution: Gentoo Base System release 2.0.0
Gnome Release: 2.23.5 2008-07-26 (Gentoo)
BugBuddy Version: 2.23.5.1

System: Linux 2.6.22-gentoo-r9 #1 Sat Nov 24 20:00:11 CET 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10300000
Selinux: No
Accessibility: Enabled
GTK+ Theme: nimbus
Icon Theme: nimbus

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



----------- .xsession-errors (25 sec old) ---------------------
** (gnome-session:10215): DEBUG: IceProcessMessagesIOError on '0x8088950 [gnome-session-splash 107ddb557271b6f534121714992985066200000102150008]'
** (gnome-session:10215): DEBUG: xsmp_finalize (0x8088950 [gnome-session-splash 107ddb557271b6f534121714992985066200000102150008])
** (gnome-session:10215): DEBUG: Set properties from client '0x80889b0 [nautilus 107ddb557271b6f534121714992981824200000102150003]'
** (gnome-session:10215): DEBUG:   _GSM_Priority = 40
** (gnome-session:10215): DEBUG: Set properties from client '0x80889b0 [nautilus 107ddb557271b6f534121714992981824200000102150003]'
** (gnome-session:10215): DEBUG:   RestartStyleHint = 0
** (nautilus:10289): WARNING **: Unable to add monitor: Nicht unterstützt
** (gnome-session:10215): DEBUG: Set properties from client '0x80889b0 [nautilus 107ddb557271b6f534121714992981824200000102150003]'
** (gnome-session:10215): DEBUG:   _GSM_Priority = 40
** (gnome-session:10215): DEBUG: Set properties from client '0x80889b0 [nautilus 107ddb557271b6f534121714992981824200000102150003]'
** (gnome-session:10215): DEBUG:   RestartStyleHint = 2
** (gnome-panel:10281): WARNING **: panel-applet-frame.c:1270: failed to load applet OAFIID:Deskbar_Applet:
System exception: IDL:Bonobo/GeneralError:1.0 : Kindprozess gab keine Fehlermeldung aus. Ein unbekannter Störfall trat auf
--------------------------------------------------
Traceback (most recent call last):
  • File "/usr/lib/deskbar-applet/deskbar-applet", line 73 in <module>
    gtk.gdk.threads_init()
SystemError: error return without exception set

Comment 1 Götz Waschk 2008-07-29 15:02:51 UTC
*** Bug 545223 has been marked as a duplicate of this bug. ***
Comment 2 Sebastian Pölsterl 2008-07-29 18:29:16 UTC
The error appeared in gtk. Reassigning to pygtk team.
Comment 3 Johan (not receiving bugmail) Dahlin 2008-07-29 19:33:18 UTC
This is not a bug in gtk.gdk.threads_init, since it just does:

    Py_INCREF(Py_None);
    return Py_None;

The bug must be else where in the stack.
Reassigning back to Deskbar, please don't move over bugs to pygobject/pygtk without a test case.
Comment 4 Sebastian Pölsterl 2008-08-03 13:09:34 UTC
*** Bug 545923 has been marked as a duplicate of this bug. ***
Comment 5 Sebastian Pölsterl 2008-08-03 13:20:23 UTC
Still, the only thing I do is call gtk.gdk.threads_init(). What could I do wrong by that? In addition, it works with pygtk 2.12
Comment 6 Paul Pogonyshev 2008-08-03 14:00:28 UTC
Reassigning back to PyGTK.  _Even_ if something is done wrong, threads_init() must not fail with this absolutely unhelpful exception.

Test:

>>> import gobject, gtk
>>> gobject.threads_init()
>>> gtk.gdk.threads_init()
Traceback (most recent call last):
  • File "<stdin>", line 1 in <module>
SystemError: error return without exception set

This is with recent SVN PyGObject and PyGTK.
Comment 7 Paul Pogonyshev 2008-08-03 14:29:21 UTC
Created attachment 115776 [details] [review]
probable fix

The cause is that pyglib_enable_threads() returns gboolean with FALSE meaning failure.  Before, pyg_enable_threads() used to return an int with Python meaning: i.e. 0 means success, -1 failure.  So, this is compatibility break.  Patch reverts this.

We must investigate all functions in new 'glib' module if they behave in backwards-compatible way.
Comment 8 Paul Pogonyshev 2008-08-03 14:47:03 UTC
It seems that other functions are fine.  gboolean pyglib_gerror_exception_check(GError **error) is weird in that it returns an integer (not a boolean value), but at least it is the same as it was in older PyGObject versions.
Comment 9 Gian Mario Tagliaretti 2008-08-03 15:29:39 UTC
Yeah this makes totally sense, Paul I think you can just commit this one, Jdahlin will review anyway and if it's not good reopen the bug.
Comment 10 Paul Pogonyshev 2008-08-03 15:36:10 UTC
Committing the patch then.  I also noticed I forget to change one FALSE to -1, done when committing.

Sending        ChangeLog
Sending        glib/pyglib.c
Sending        glib/pyglib.h
Sending        gobject/gobjectmodule.c
Transmitting file data ....
Committed revision 922.
Comment 11 Johan (not receiving bugmail) Dahlin 2008-08-04 08:07:09 UTC
(In reply to comment #7)
> Created an attachment (id=115776) [edit]
> probable fix
> 
> The cause is that pyglib_enable_threads() returns gboolean with FALSE meaning
> failure.  Before, pyg_enable_threads() used to return an int with Python
> meaning: i.e. 0 means success, -1 failure.  So, this is compatibility break. 
> Patch reverts this.
> 
> We must investigate all functions in new 'glib' module if they behave in
> backwards-compatible way.
> 

No, only the ones which are exported directly in the PyGObject API struct.

Since pyglib_* is not required to keep the compatibility with pyg_* we're allowed to change the name, meaning and return values etc.

0 and -1 is kind of weird for a function returning a 'boolean' result, shouldn't we just fix that and add a smaller wrapper in PyGObject which converts it to the old, expected values?

Comment 12 Paul Pogonyshev 2008-08-04 18:35:42 UTC
Well, it in fact returns an 'int' (now and used to before 'glib' module).  I'd propose to keep the rule that as long as it returns 'gboolean', FALSE means error, but if it returns 'int', then it is a Python-standard code with -1 meaning error.

As long as pyg_enable_threads() remains backward-compatible, it is all fine to me.  E.g. you can, as you propose, have a wrapper translating result between pyglib_enable_threads() and pyg_enable_threads().  But in this case let's make it
'gboolean pyglib_...' and 'int pyg_...', hinting at return value semantics.  More disturbing is pyglib_gerror_exception_check() which claims to return 'gboolean', but return values are 0, -1 or -2...
Comment 13 Johan (not receiving bugmail) Dahlin 2008-08-05 08:51:01 UTC
(In reply to comment #12)
> Well, it in fact returns an 'int' (now and used to before 'glib' module).  I'd
> propose to keep the rule that as long as it returns 'gboolean', FALSE means
> error, but if it returns 'int', then it is a Python-standard code with -1
> meaning error.
> 
> As long as pyg_enable_threads() remains backward-compatible, it is all fine to
> me.  E.g. you can, as you propose, have a wrapper translating result between
> pyglib_enable_threads() and pyg_enable_threads().  But in this case let's make
> it
> 'gboolean pyglib_...' and 'int pyg_...', hinting at return value semantics. 
> More disturbing is pyglib_gerror_exception_check() which claims to return
> 'gboolean', but return values are 0, -1 or -2...

Okay that is a mistake, let's fix that.

Reopening.

Comment 14 Paul Pogonyshev 2008-08-05 18:42:40 UTC
*** Bug 546149 has been marked as a duplicate of this bug. ***
Comment 15 Paul Pogonyshev 2008-08-05 18:52:20 UTC
Maybe better to let this one closed and open a new bug if you want.  This bug is fixed in the sense it doesn't crash anymore.  Remaining part is 'enchancement', not 'blocker'.
Comment 16 Johan (not receiving bugmail) Dahlin 2008-08-06 08:30:10 UTC
2008-08-06  Johan Dahlin  <johan@gnome.org>

    * glib/pyglib.c (pyglib_enable_threads):
    * gobject/gobjectmodule.c (pyg_threads_init),
    (pygobject_enable_threads):
    Add a pygobject_enable_threads wrapper around pyglib_threads_enable
    and return 0/-1 which existing gobject based applications expect.
Comment 17 Sebastian Pölsterl 2008-08-21 17:31:30 UTC
*** Bug 548187 has been marked as a duplicate of this bug. ***
Comment 18 Sebastian Pölsterl 2008-09-02 09:21:18 UTC
*** Bug 550292 has been marked as a duplicate of this bug. ***
Comment 19 Sebastian Pölsterl 2008-09-02 09:21:55 UTC
*** Bug 550293 has been marked as a duplicate of this bug. ***
Comment 20 Sebastian Pölsterl 2008-09-02 09:22:16 UTC
*** Bug 550300 has been marked as a duplicate of this bug. ***
Comment 21 Sebastian Pölsterl 2008-09-02 09:22:28 UTC
*** Bug 550308 has been marked as a duplicate of this bug. ***
Comment 22 Sebastian Pölsterl 2008-09-02 09:22:59 UTC
*** Bug 550309 has been marked as a duplicate of this bug. ***
Comment 23 Sebastian Pölsterl 2008-09-02 09:23:10 UTC
*** Bug 550310 has been marked as a duplicate of this bug. ***
Comment 24 Sebastian Pölsterl 2008-09-02 09:23:35 UTC
*** Bug 550311 has been marked as a duplicate of this bug. ***
Comment 25 Sebastian Pölsterl 2008-09-02 09:23:46 UTC
*** Bug 550312 has been marked as a duplicate of this bug. ***
Comment 26 Sebastian Pölsterl 2008-09-02 09:23:57 UTC
*** Bug 550314 has been marked as a duplicate of this bug. ***
Comment 27 Sebastian Pölsterl 2008-09-02 09:24:06 UTC
*** Bug 550315 has been marked as a duplicate of this bug. ***
Comment 28 Sebastian Pölsterl 2008-09-02 09:24:19 UTC
*** Bug 550318 has been marked as a duplicate of this bug. ***
Comment 29 Sebastian Pölsterl 2008-09-02 09:24:30 UTC
*** Bug 550319 has been marked as a duplicate of this bug. ***
Comment 30 Sebastian Pölsterl 2008-09-02 09:24:43 UTC
*** Bug 550320 has been marked as a duplicate of this bug. ***
Comment 31 Sebastian Pölsterl 2008-09-02 09:24:54 UTC
*** Bug 550321 has been marked as a duplicate of this bug. ***
Comment 32 Sebastian Pölsterl 2008-09-02 09:25:05 UTC
*** Bug 550323 has been marked as a duplicate of this bug. ***
Comment 33 Sebastian Pölsterl 2008-09-02 09:25:20 UTC
*** Bug 550324 has been marked as a duplicate of this bug. ***
Comment 34 Sebastian Pölsterl 2008-09-02 09:25:35 UTC
*** Bug 550325 has been marked as a duplicate of this bug. ***
Comment 35 Sebastian Pölsterl 2008-09-02 09:25:46 UTC
*** Bug 550326 has been marked as a duplicate of this bug. ***
Comment 36 Sebastian Pölsterl 2008-09-02 09:25:58 UTC
*** Bug 550331 has been marked as a duplicate of this bug. ***
Comment 37 Sebastian Pölsterl 2008-09-02 09:26:08 UTC
*** Bug 550332 has been marked as a duplicate of this bug. ***
Comment 38 Sebastian Pölsterl 2008-09-02 09:26:19 UTC
*** Bug 550336 has been marked as a duplicate of this bug. ***
Comment 39 Sebastian Pölsterl 2008-09-02 09:26:31 UTC
*** Bug 550337 has been marked as a duplicate of this bug. ***
Comment 40 Sebastian Pölsterl 2008-09-02 09:26:42 UTC
*** Bug 550338 has been marked as a duplicate of this bug. ***
Comment 41 Sebastian Pölsterl 2008-09-02 09:26:54 UTC
*** Bug 550339 has been marked as a duplicate of this bug. ***
Comment 42 Sebastian Pölsterl 2008-09-02 09:27:07 UTC
*** Bug 550340 has been marked as a duplicate of this bug. ***
Comment 43 Sebastian Pölsterl 2008-09-02 09:27:18 UTC
*** Bug 550341 has been marked as a duplicate of this bug. ***
Comment 44 Sebastian Pölsterl 2008-09-02 09:27:44 UTC
*** Bug 550347 has been marked as a duplicate of this bug. ***
Comment 45 Sebastian Pölsterl 2008-09-02 09:28:08 UTC
*** Bug 550348 has been marked as a duplicate of this bug. ***
Comment 46 Sebastian Pölsterl 2008-09-02 09:28:18 UTC
*** Bug 550349 has been marked as a duplicate of this bug. ***
Comment 47 Sebastian Pölsterl 2008-09-02 09:28:29 UTC
*** Bug 550350 has been marked as a duplicate of this bug. ***
Comment 48 Sebastian Pölsterl 2008-09-02 09:28:44 UTC
*** Bug 550351 has been marked as a duplicate of this bug. ***
Comment 49 Sebastian Pölsterl 2008-09-02 09:28:55 UTC
*** Bug 550355 has been marked as a duplicate of this bug. ***
Comment 50 Sebastian Pölsterl 2008-09-02 09:29:07 UTC
*** Bug 550356 has been marked as a duplicate of this bug. ***
Comment 51 Sebastian Pölsterl 2008-09-02 09:29:18 UTC
*** Bug 550357 has been marked as a duplicate of this bug. ***
Comment 52 Sebastian Pölsterl 2008-09-02 09:29:29 UTC
*** Bug 550359 has been marked as a duplicate of this bug. ***
Comment 53 Sebastian Pölsterl 2008-09-02 09:29:39 UTC
*** Bug 550360 has been marked as a duplicate of this bug. ***
Comment 54 Sebastian Pölsterl 2008-09-02 09:29:50 UTC
*** Bug 550362 has been marked as a duplicate of this bug. ***
Comment 55 Sebastian Pölsterl 2008-09-02 09:30:01 UTC
*** Bug 550363 has been marked as a duplicate of this bug. ***
Comment 56 Sebastian Pölsterl 2008-09-02 09:30:13 UTC
*** Bug 550365 has been marked as a duplicate of this bug. ***
Comment 57 Sebastian Pölsterl 2008-09-02 09:30:24 UTC
*** Bug 550367 has been marked as a duplicate of this bug. ***
Comment 58 Sebastian Pölsterl 2008-09-02 09:30:34 UTC
*** Bug 550368 has been marked as a duplicate of this bug. ***
Comment 59 Sebastian Pölsterl 2008-09-02 09:30:44 UTC
*** Bug 550369 has been marked as a duplicate of this bug. ***
Comment 60 Sebastian Pölsterl 2008-09-02 09:30:55 UTC
*** Bug 550370 has been marked as a duplicate of this bug. ***
Comment 61 Sebastian Pölsterl 2008-09-02 09:31:05 UTC
*** Bug 550371 has been marked as a duplicate of this bug. ***
Comment 62 Sebastian Pölsterl 2008-09-02 09:31:25 UTC
*** Bug 550372 has been marked as a duplicate of this bug. ***
Comment 63 Sebastian Pölsterl 2008-09-02 09:31:36 UTC
*** Bug 550376 has been marked as a duplicate of this bug. ***
Comment 64 Sebastian Pölsterl 2008-09-02 09:31:46 UTC
*** Bug 550377 has been marked as a duplicate of this bug. ***
Comment 65 Sebastian Pölsterl 2008-09-02 09:31:58 UTC
*** Bug 550378 has been marked as a duplicate of this bug. ***
Comment 66 Sebastian Pölsterl 2008-09-02 09:32:30 UTC
*** Bug 550379 has been marked as a duplicate of this bug. ***
Comment 67 Sebastian Pölsterl 2008-09-02 09:32:41 UTC
*** Bug 550380 has been marked as a duplicate of this bug. ***
Comment 68 Sebastian Pölsterl 2008-09-02 09:32:52 UTC
*** Bug 550383 has been marked as a duplicate of this bug. ***
Comment 69 Sebastian Pölsterl 2008-09-02 09:33:02 UTC
*** Bug 550384 has been marked as a duplicate of this bug. ***
Comment 70 Sebastian Pölsterl 2008-09-02 09:33:12 UTC
*** Bug 550386 has been marked as a duplicate of this bug. ***
Comment 71 Sebastian Pölsterl 2008-09-02 09:33:25 UTC
*** Bug 550387 has been marked as a duplicate of this bug. ***
Comment 72 Sebastian Pölsterl 2008-09-02 09:33:35 UTC
*** Bug 550388 has been marked as a duplicate of this bug. ***
Comment 73 Sebastian Pölsterl 2008-09-02 09:33:46 UTC
*** Bug 550389 has been marked as a duplicate of this bug. ***
Comment 74 Sebastian Pölsterl 2008-09-02 09:33:56 UTC
*** Bug 550390 has been marked as a duplicate of this bug. ***
Comment 75 Sebastian Pölsterl 2008-09-02 09:34:06 UTC
*** Bug 550392 has been marked as a duplicate of this bug. ***
Comment 76 Sebastian Pölsterl 2008-09-02 09:34:16 UTC
*** Bug 550393 has been marked as a duplicate of this bug. ***
Comment 77 Sebastian Pölsterl 2008-09-02 09:34:27 UTC
*** Bug 550394 has been marked as a duplicate of this bug. ***
Comment 78 Sebastian Pölsterl 2008-09-02 09:34:39 UTC
*** Bug 550395 has been marked as a duplicate of this bug. ***
Comment 79 Sebastian Pölsterl 2008-09-02 09:34:57 UTC
*** Bug 550405 has been marked as a duplicate of this bug. ***
Comment 80 Sebastian Pölsterl 2008-09-02 09:35:08 UTC
*** Bug 550406 has been marked as a duplicate of this bug. ***
Comment 81 Sebastian Pölsterl 2008-09-02 09:35:17 UTC
*** Bug 550407 has been marked as a duplicate of this bug. ***
Comment 82 Sebastian Pölsterl 2008-09-02 09:35:27 UTC
*** Bug 550408 has been marked as a duplicate of this bug. ***
Comment 83 Sebastian Pölsterl 2008-09-02 09:35:36 UTC
*** Bug 550409 has been marked as a duplicate of this bug. ***
Comment 84 Sebastian Pölsterl 2008-09-02 09:35:46 UTC
*** Bug 550411 has been marked as a duplicate of this bug. ***
Comment 85 Sebastian Pölsterl 2008-09-02 16:17:38 UTC
*** Bug 550423 has been marked as a duplicate of this bug. ***
Comment 86 Sebastian Pölsterl 2008-09-02 16:17:49 UTC
*** Bug 550425 has been marked as a duplicate of this bug. ***
Comment 87 Sebastian Pölsterl 2008-09-02 16:17:59 UTC
*** Bug 550426 has been marked as a duplicate of this bug. ***
Comment 88 Sebastian Pölsterl 2008-09-02 16:18:08 UTC
*** Bug 550427 has been marked as a duplicate of this bug. ***
Comment 89 Sebastian Pölsterl 2008-09-02 16:18:21 UTC
*** Bug 550429 has been marked as a duplicate of this bug. ***
Comment 90 Sebastian Pölsterl 2008-09-02 16:18:31 UTC
*** Bug 550431 has been marked as a duplicate of this bug. ***
Comment 91 Sebastian Pölsterl 2008-09-02 16:18:40 UTC
*** Bug 550432 has been marked as a duplicate of this bug. ***
Comment 92 Sebastian Pölsterl 2008-09-02 16:18:49 UTC
*** Bug 550436 has been marked as a duplicate of this bug. ***
Comment 93 Sebastian Pölsterl 2008-09-02 16:18:59 UTC
*** Bug 550437 has been marked as a duplicate of this bug. ***
Comment 94 Sebastian Pölsterl 2008-09-02 16:19:09 UTC
*** Bug 550438 has been marked as a duplicate of this bug. ***
Comment 95 Sebastian Pölsterl 2008-09-02 16:19:18 UTC
*** Bug 550439 has been marked as a duplicate of this bug. ***
Comment 96 Sebastian Pölsterl 2008-09-02 16:19:35 UTC
*** Bug 550440 has been marked as a duplicate of this bug. ***
Comment 97 Sebastian Pölsterl 2008-09-02 16:19:50 UTC
*** Bug 550444 has been marked as a duplicate of this bug. ***
Comment 98 Sebastian Pölsterl 2008-09-02 16:20:02 UTC
*** Bug 550450 has been marked as a duplicate of this bug. ***
Comment 99 Sebastian Pölsterl 2008-09-02 16:20:14 UTC
*** Bug 550451 has been marked as a duplicate of this bug. ***
Comment 100 Sebastian Pölsterl 2008-09-02 16:20:23 UTC
*** Bug 550452 has been marked as a duplicate of this bug. ***
Comment 101 Sebastian Pölsterl 2008-09-02 16:20:34 UTC
*** Bug 550453 has been marked as a duplicate of this bug. ***
Comment 102 Sebastian Pölsterl 2008-09-02 16:20:45 UTC
*** Bug 550457 has been marked as a duplicate of this bug. ***
Comment 103 Sebastian Pölsterl 2008-09-02 16:20:54 UTC
*** Bug 550459 has been marked as a duplicate of this bug. ***
Comment 104 Sebastian Pölsterl 2008-09-02 16:21:04 UTC
*** Bug 550460 has been marked as a duplicate of this bug. ***
Comment 105 Sebastian Pölsterl 2008-09-02 16:21:14 UTC
*** Bug 550465 has been marked as a duplicate of this bug. ***
Comment 106 Sebastian Pölsterl 2008-09-02 16:21:25 UTC
*** Bug 550480 has been marked as a duplicate of this bug. ***
Comment 107 Sebastian Pölsterl 2008-09-02 16:21:35 UTC
*** Bug 550487 has been marked as a duplicate of this bug. ***
Comment 108 Sebastian Pölsterl 2008-09-02 16:21:51 UTC
*** Bug 550505 has been marked as a duplicate of this bug. ***
Comment 109 Sebastian Pölsterl 2008-09-02 16:24:11 UTC
*** Bug 550506 has been marked as a duplicate of this bug. ***
Comment 110 Sebastian Pölsterl 2008-09-02 16:24:20 UTC
*** Bug 550507 has been marked as a duplicate of this bug. ***
Comment 111 André Klapper 2008-09-02 21:43:27 UTC
*** Bug 547976 has been marked as a duplicate of this bug. ***
Comment 112 André Klapper 2008-09-02 21:43:31 UTC
*** Bug 550517 has been marked as a duplicate of this bug. ***
Comment 113 André Klapper 2008-09-02 21:43:34 UTC
*** Bug 550518 has been marked as a duplicate of this bug. ***
Comment 114 André Klapper 2008-09-02 21:43:36 UTC
*** Bug 550522 has been marked as a duplicate of this bug. ***
Comment 115 André Klapper 2008-09-02 21:43:39 UTC
*** Bug 550554 has been marked as a duplicate of this bug. ***
Comment 116 André Klapper 2008-09-02 21:43:41 UTC
*** Bug 550534 has been marked as a duplicate of this bug. ***
Comment 117 André Klapper 2008-09-02 21:43:44 UTC
*** Bug 550515 has been marked as a duplicate of this bug. ***
Comment 118 André Klapper 2008-09-02 21:43:46 UTC
*** Bug 550511 has been marked as a duplicate of this bug. ***
Comment 119 André Klapper 2008-09-02 21:43:48 UTC
*** Bug 550531 has been marked as a duplicate of this bug. ***
Comment 120 André Klapper 2008-09-02 21:43:51 UTC
*** Bug 550544 has been marked as a duplicate of this bug. ***
Comment 121 André Klapper 2008-09-03 13:22:35 UTC
*** Bug 550562 has been marked as a duplicate of this bug. ***
Comment 122 André Klapper 2008-09-03 13:22:49 UTC
*** Bug 550565 has been marked as a duplicate of this bug. ***
Comment 123 André Klapper 2008-09-03 13:23:01 UTC
*** Bug 550572 has been marked as a duplicate of this bug. ***
Comment 124 André Klapper 2008-09-03 13:23:12 UTC
*** Bug 550574 has been marked as a duplicate of this bug. ***
Comment 125 André Klapper 2008-09-03 13:23:21 UTC
*** Bug 550579 has been marked as a duplicate of this bug. ***
Comment 126 André Klapper 2008-09-03 13:23:31 UTC
*** Bug 550580 has been marked as a duplicate of this bug. ***
Comment 127 André Klapper 2008-09-03 13:23:42 UTC
*** Bug 550581 has been marked as a duplicate of this bug. ***
Comment 128 André Klapper 2008-09-03 13:23:53 UTC
*** Bug 550599 has been marked as a duplicate of this bug. ***
Comment 129 André Klapper 2008-09-03 13:24:08 UTC
*** Bug 550649 has been marked as a duplicate of this bug. ***
Comment 130 André Klapper 2008-09-03 13:24:20 UTC
*** Bug 550629 has been marked as a duplicate of this bug. ***
Comment 131 André Klapper 2008-09-03 13:24:25 UTC
*** Bug 550618 has been marked as a duplicate of this bug. ***
Comment 132 André Klapper 2008-09-03 13:24:32 UTC
*** Bug 550602 has been marked as a duplicate of this bug. ***
Comment 133 André Klapper 2008-09-03 14:25:38 UTC
*** Bug 550603 has been marked as a duplicate of this bug. ***
Comment 134 André Klapper 2008-09-03 18:32:24 UTC
*** Bug 550688 has been marked as a duplicate of this bug. ***
Comment 135 André Klapper 2008-09-03 18:32:35 UTC
*** Bug 550698 has been marked as a duplicate of this bug. ***
Comment 136 André Klapper 2008-09-03 18:33:05 UTC
*** Bug 550705 has been marked as a duplicate of this bug. ***
Comment 137 Pascal Terjan 2008-09-03 21:34:05 UTC
*** Bug 550738 has been marked as a duplicate of this bug. ***
Comment 138 André Klapper 2008-09-03 23:11:56 UTC
*** Bug 550748 has been marked as a duplicate of this bug. ***
Comment 139 André Klapper 2008-09-04 15:58:15 UTC
*** Bug 550808 has been marked as a duplicate of this bug. ***
Comment 140 André Klapper 2008-09-04 16:02:26 UTC
*** Bug 550814 has been marked as a duplicate of this bug. ***
Comment 141 Susana 2008-09-05 20:12:03 UTC
*** Bug 550956 has been marked as a duplicate of this bug. ***
Comment 142 Susana 2008-09-05 20:12:13 UTC
*** Bug 550955 has been marked as a duplicate of this bug. ***
Comment 143 Sebastian Pölsterl 2008-09-18 09:40:42 UTC
*** Bug 552369 has been marked as a duplicate of this bug. ***