Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (355 - 357 of 1030)

Ticket Resolution Summary Owner Reporter
#1232 fixed INVALID-MEMORY-ACCESS on x8632 heller2
Description

Calling a undefined function with 3 arguments leads to a CCL::INVALID-MEMORY-ACCESS error. It doesn't seem like that is supposed to happen; I would expect a CCL::UNDEFINED-FUNCTION-CALL error instead:

shell> lx86cl --no-init
Welcome to Clozure Common Lisp Version 1.10-dev-r16189M-trunk (LinuxX8632)!

? (foo 1 2 3)
> Error: Fault during read of memory address #x-5AFA91A6
> While executing: CCL::INDEXED-GPR-MACPTR, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
1 >
#927 fixed If a symbol-macrolet defines the same symbol twice, the compiler should complain Francois-Rene Rideau
Description

Dan Weinreb 2009-01-09 10:59:52 EST We had trouble in a place where a macro of ours expanded into a symbol-macrolet with several clauses, two of which defined the very same symbol. See our Buzilla

http://svn.internal.itasoftware.com/trac/changeset/238504

I don't actually see anywhere in the HyperSpec that says this is illegal, although it also does not say what it would do (which symbol "wins"?).

SBCL flags it as an error.

For the time being, Fare has fixed that macro to check for that error manually.

[NB: ITA Bug 53168]

#619 invalid Image build with save-application() hangs on gc Gary Byers Paul Meurer
Description

An image build with

(ccl::save-application "~/lisp/projects/gc-bug"

:toplevel-function (lambda () (ccl::gc) (#exit 0)) :prepend-kernel "~/lisp/ccl/lx86cl64" :mode #o755)

hangs on (gc). I have tested this with the newest (as of 2009-10-30) code from svn, both in 32 and 64 bit mode, on Linux. -- Paul

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