Custom Query (1030 matches)
Results (355 - 357 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1232 | fixed | INVALID-MEMORY-ACCESS on x8632 | ||
| 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 | ||
| 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 | ||
| Description |
An image build with (ccl::save-application "~/lisp/projects/gc-bug"
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 |
|||
