Custom Query (1030 matches)
Results (688 - 690 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #311 | fixed | can't execute-selection that ends in a comment | ||
| Description |
From openmcl-devel: At 6/10/2008 01:54 AM, Rich Sutton wrote: in the ide, bring up a listener. then make a buffer that ends with a comment, say a new buffer with just a ; in it. finally, select the contents of the buffer and invoke execute-selection. your listener will disappear. otherwise appears to be harmless. applies to multi-line comments too -- i ran into this because i had a bunch of test code commented out at the end of some file i was working on. |
|||
| #1055 | fixed | can't use files that have backslashes in their names | ||
| Description |
Create a file /tmp/test/ Welcome to Clozure Common Lisp Version 1.9-dev-r15596 (DarwinX8664)! ? (probe-file "/tmp/test/\\\\") #P"/private/tmp/test/" ? (native-translated-namestring "\\\\") "" ? Perhaps ccl::namestring-unquote needs to get a little smarter. |
|||
| #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
|
|||
