Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (178 - 180 of 1030)

Ticket Resolution Summary Owner Reporter
#738 duplicate No text in definitions dialog (windows) gz
Description

In the IDE on windows, meta-. on, e.g. print-object. A dialog titled "Definitions of PRINT-OBJECTS" comes up, but it has no visible text.

#774 duplicate ccl 1.5 sigseg when launched via make on x86_64 Pascal Bourguignon
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
#801 duplicate Problem with socket-error? Mike Travers
Description

The code for socket-error in l1-sockets.lisp passes several arguments to (make-condition 'socket-error ...) that the class apparently doesn't support, such as :situation.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.