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 458063 - crash in Sudoku: undoing tracker clearing
crash in Sudoku: undoing tracker clearing
Status: RESOLVED DUPLICATE of bug 430893
Product: gnome-games-superseded
Classification: Deprecated
Component: gnome-sudoku
unspecified
Other All
: High critical
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2007-07-18 18:55 UTC by rickc
Modified: 2007-07-18 20:32 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description rickc 2007-07-18 18:55:19 UTC
What were you doing when the application crashed?
undoing tracker clearing


Distribution: Ubuntu 7.04 (feisty)
Gnome Release: 2.18.1 2007-04-10 (Ubuntu)
BugBuddy Version: 2.18.1

System: Linux 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 70200000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Human
Icon Theme: Human

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 (4566394 sec old) ---------------------
process 25263: The last reference on a connection was dropped without closing the connection. This is a bug in an application. See dbus_connection_unref() documentation for details.
Most likely, the application was supposed to call dbus_connection_close(), since this is a private connection.
CalDAV Eplugin starting up ...
(evolution-2.10:955): evolution-mail-WARNING **: ignored this junk plugin: not enabled or we have already loaded one
(evolution-2.10:955): e-utils-WARNING **: Plugin 'Spamassassin junk plugin' failed to load hook 'org.gnome.evolution.mail.junk:1.0'
** (evolution-2.10:955): DEBUG: mailto URL command: evolution %s
** (evolution-2.10:955): DEBUG: mailto URL program: evolution
libnm_glib_nm_state_cb: dbus returned an error.
  (org.freedesktop.DBus.Error.ServiceUnknown) The name org.freedesktop.NetworkManager was not provided by any .service files
(evolution-2.10:955): camel-WARNING **: camel_exception_get_id called with NULL parameter.
(evolution-2.10:955): camel-WARNING **: camel_exception_get_id called with NULL parameter.
--------------------------------------------------
Traceback (most recent call last):
  • File "/usr/lib/python2.5/site-packages/gnome_sudoku/gtk_goodies/Undo.py", line 281 in undo
    self[index].inverse()
  • File "/usr/lib/python2.5/site-packages/gnome_sudoku/gtk_goodies/Undo.py", line 54 in inverse
    u.perform()
  • File "/usr/lib/python2.5/site-packages/gnome_sudoku/gtk_goodies/Undo.py", line 43 in perform
    self.action(*self.action_args)
  • File "/usr/lib/python2.5/site-packages/gnome_sudoku/gnome_sudoku.py", line 955 in <lambda>
    lambda *args: [self.main_ui.gsd.add_value(*entry) for entry in self.main_ui.cleared.pop()],
  • File "/usr/lib/python2.5/site-packages/gnome_sudoku/gsudoku.py", line 1109 in add_value
    self.grid.add(x,y,val,True)
  • File "/usr/lib/python2.5/site-packages/gnome_sudoku/sudoku.py", line 549 in add
    SudokuGrid.add(self,x,y,val,*args,**kwargs)
  • File "/usr/lib/python2.5/site-packages/gnome_sudoku/sudoku.py", line 126 in add
    raise ConflictError(TYPE_COLUMN,(x,y),val)
ConflictError: (1, (0, 8), 4)

Comment 1 Thomas Andersen 2007-07-18 20:32:43 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 430893 ***