Custom Query (1030 matches)
Results (430 - 432 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #776 | fixed | crash on 64-bit windows | ||
| Description |
Evaluating the following form in a trunk lisp (r14424) dumps us into the kernel debugger. (exp (+ (log most-positive-single-float) 100)) |
|||
| #775 | fixed | freebsd test suite failures | ||
| Description |
The freebsd ports have a few test failures: 32 bit: 6 out of 21863 total tests failed: CL-TEST::FUNCALL.ERROR.1, CL-TEST::FUNCALL.ERROR.2, CL-TEST::FUNCALL.ERROR.3, CL-TEST::EXP.ERROR.6, CL-TEST::EXP.ERROR.7, CL-TEST::LISTEN.7. see: http://setf.clozure.com:8010/builders/freebsdx8632/builds/1/steps/shell_3/logs/stdio 64-bit: 1 out of 21869 total tests failed: CL-TEST::LISTEN.7. see: http://setf.clozure.com:8010/builders/freebsdx8664/builds/1/steps/shell_3/logs/stdio |
|||
| #774 | duplicate | ccl 1.5 sigseg when launched via make on x86_64 | ||
| Description |
On gentoo, with ccl from dev-lisp/clozurecl-1.5, when running ccl from make, it cores dump on sigseg immediately, but when I run the same command in the shell, it succeeds. The difference in env output doesn't seem significative. I join a tarball with the executable and the core dump. [pjb@kuiper :0.0 lisp]$ uname -a
Linux kuiper 2.6.34-xen-r3-kvm-nvidia-joy-c7 #3 SMP Fri Oct 8 12:01:59 CEST 2010 x86_64 Intel(R) Core(TM) i7 CPU 950 @ 3.07GHz GenuineIntel GNU/Linux
[pjb@kuiper :0.0 lisp]$ make ccl
;;;;;;======================================================================
;;;; Compiling with Clozure Common Lisp
/bin/sh: line 4: 11107 Segmentation fault (core dumped) LC_CTYPE=en_US.UTF-8 ccl --quiet --no-init --eval '(DECLAIM (OPTIMIZE (SAFETY 3) (DEBUG 3) (SPEED 0) (SPACE 0)))' --eval '(load "compile.lisp")' --eval '(ccl:quit)'
make: *** [ccl] Error 139
[pjb@kuiper :0.0 lisp]$ env > ccl-environment-in-emacs-shell
[pjb@kuiper :0.0 lisp]$ LC_CTYPE=en_US.UTF-8 ccl --quiet --no-init --eval '(DECLAIM (OPTIMIZE (SAFETY 3) (DEBUG 3) (SPEED 0) (SPACE 0)))' --eval '(load "compile.lisp")' --eval '(ccl:quit)' > success
(ccl:quit)
[pjb@kuiper :0.0 lisp]$ echo $?
0
[pjb@kuiper :0.0 lisp]$ for f in ccl-environment-in-* ; do sort -o ${f}.sorted $f ; done
[pjb@kuiper :0.0 lisp]$ diff *.sorted
66a67,68
> MAKEFLAGS=
> MAKELEVEL=1
67a70
> MFLAGS=
77d79
< OLDPWD=/home/pjb
82d83
< PS1=`period-cookie`[\u@\h $DISPLAY \W]\$
93c94
< SHLVL=6
---
> SHLVL=7
|
|||
