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 664911 - crash in FreeCell: attemtping to move card ...
crash in FreeCell: attemtping to move card ...
Status: RESOLVED DUPLICATE of bug 649730
Product: aisleriot
Classification: Other
Component: Zwischenlager
3.2.x
Other All
: Normal critical
: ---
Assigned To: aisleriot-maint
aisleriot-maint
Depends on:
Blocks:
 
 
Reported: 2011-11-27 12:42 UTC by tabell221
Modified: 2011-11-27 12:45 UTC
See Also:
GNOME target: ---
GNOME version: 3.1/3.2



Description tabell221 2011-11-27 12:42:26 UTC
Version: 3.2.1

What were you doing when the application crashed?
attemtping to move card in freecell, other sol games ok


Distribution: openSUSE 12.1 (x86_64)
Gnome Release: 3.2.1 (null) (SUSE)
BugBuddy Version: 2.32.0

System: Linux 3.1.0-1.2-desktop #1 SMP PREEMPT Thu Nov 3 14:45:45 UTC 2011 (187dde0) x86_64
X Vendor: The X.Org Foundation
X Vendor Release: 11004000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Clearlooks
Icon Theme: gnome
GTK+ Modules: gnomesegvhandler, canberra-gtk-module

Memory status: size: 345890816 vsize: 345890816 resident: 35840000 share: 13864960 rss: 35840000 rss_rlim: 18446744073709551615
CPU usage: start_time: 1322397654 rtime: 59 utime: 55 stime: 4 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/sol'

[Thread debugging using libthread_db enabled]
[New Thread 0x7f8c4ac1c700 (LWP 6410)]
[New Thread 0x7f8c4b41d700 (LWP 6409)]
0x00007f8c5a171423 in poll () from /lib64/libc.so.6
A debugging session is active.

	Inferior 1 [process 6408] will be detached.

Quit anyway? (y or n) [answered Y; input not from terminal]
Variation: freecell.scm
Scheme error:
	(#f Unbound variable: ~S ($expt) #f)
Scheme tag:
	unbound-variable

Backtrace:
In ice-9/boot-9.scm:
 170: 11 [catch #t #<catch-closure 8becc0> ...]
In unknown file:
   ?: 10 [catch-closure]
In ice-9/boot-9.scm:
 170: 9 [catch #t #<catch-closure fffb20> ...]
In unknown file:
   ?: 8 [catch-closure]
In ice-9/eval.scm:
 362: 7 [eval # #]
 350: 6 [eval # #]
 350: 5 [eval # #]
 349: 4 [eval # #]
 356: 3 [eval #<memoized $expt> (10 (#) 9 . #<directory # 838090>)]
In unknown file:
   ?: 2 [memoize-variable-access! #<memoized $expt> #<directory # 838090>]
In ice-9/boot-9.scm:
 115: 1 [#<procedure 803b90 at ice-9/boot-9.scm:110:6 (thrown-k . args)> unbound-variable ...]
In unknown file:
   ?: 0 [catch-closure unbound-variable #f "Unbound variable: ~S" ($expt) #f]


Deck State:
	Slot 0
		(Empty)
	Slot 1
		(Empty)
	Slot 2
		(Empty)
	Slot 3
		(Empty)
	Slot 4
		(Empty)
	Slot 5
		(Empty)
	Slot 6
		(Empty)
	Slot 7
		(Empty)
	Slot 8
		(0 9 #t) ,(3 4 #t) ,(1 1 #t)
 ,(1 4 #t) ,(2 8 #t) ,(0 5 #t)
	Slot 9
		(3 7 #t) ,(0 13 #t) ,(1 11 #t)
 ,(2 7 #t) ,(1 6 #t) ,(0 6 #t)
	Slot 10
		(2 5 #t) ,(0 1 #t) ,(1 10 #t)
 ,(2 6 #t) ,(1 3 #t) ,(2 1 #t)
	Slot 11
		(2 2 #t) ,(2 4 #t) ,(2 10 #t)
 ,(3 13 #t) ,(1 12 #t) ,(3 1 #t)
	Slot 12
		(3 10 #t) ,(2 12 #t) ,(1 13 #t)
 ,(0 11 #t) ,(1 7 #t) ,(1 8 #t)
	Slot 13
		(3 11 #t) ,(3 12 #t) ,(3 3 #t)
 ,(0 2 #t) ,(0 7 #t) ,(0 8 #t)
	Slot 14
		(0 10 #t) ,(3 5 #t) ,(1 5 #t)
 ,(2 11 #t) ,(3 9 #t) ,(2 13 #t)
	Slot 15
		(1 2 #t) ,(3 2 #t) ,(0 3 #t)
 ,(3 8 #t) ,(0 12 #t) ,(2 3 #t)


----------- .xsession-errors (250 sec old) ---------------------
" 
Launched ok, pid = 6335
** (process:6335): DEBUG: NP_Initialize
** (process:6335): DEBUG: NP_Initialize succeeded
** (process:6335): DEBUG: NP_Initialize
** (process:6335): DEBUG: NP_Initialize succeeded
ERROR: Invalid browser function table. Some functionality may be restricted.
** (<unknown>:6335): DEBUG: NP_Initialize
** (<unknown>:6335): DEBUG: NP_Initialize succeeded
(<unknown>:6335): GnomeShellBrowserPlugin-DEBUG: plugin loaded
** (<unknown>:6335): DEBUG: NP_Initialize
** (<unknown>:6335): DEBUG: NP_Initialize succeeded
java version "1.6.0_22"
OpenJDK Runtime Environment (IcedTea6 1.10.4) (suse-1.2-x86_64)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)
--------------------------------------------------
Comment 1 Christian Persch 2011-11-27 12:45:13 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.

*** This bug has been marked as a duplicate of bug 649730 ***