Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (541 - 543 of 1030)

Ticket Resolution Summary Owner Reporter
#697 invalid Misleading error message on "package unknown" Marco Antoniotti
Description

The following shows a problem that I noticed.

The condition signalled seems ok (SIMPLE-READER-ERROR) but the associated message does not mention the fact that the problem is the unknown package.

Incidentally I would create a special PACKAGE-NOT-FOUND-READER condition for this specific error.

paniscia:~ marcoxa$ ccl
AM I BEING LOADED?
Welcome to Clozure Common Lisp Version 1.5-r13651  (DarwinX8632)!
? (ignore-errors (read))
foo::bar

NIL
#<CCL::SIMPLE-READER-ERROR #xC47489E>
? > Error: Unbound variable: BAR
> While executing: CCL::TOPLEVEL-EVAL, in process listener(1).
> Type :GO to continue, :POP to abort, :R for a list of available restarts.
> If continued: Retry getting the value of BAR.
> Type :? for other options.
1 > :pop

Marco

#698 fixed premature package checking in reader Gary Byers gz
Description

See ticket:697#comment:2

#701 fixed kernel crash in 64 bit trunk build under 64 bit linux while gc'ing after creating large vector Kalman Reti
Description

I just checked all active tickets and didn't see any report like this. I also updated to the trunk and rebuilt to make sure this bug still exists there.

(setq *print-array* nil)

(setq foo (make-array 1000000000))

(length foo)

(setq foo nil)

1

2

3

4

(gc)

(the extra expressions/values were to get rid of pointers to the vector in *, and *) results in a sigsegv!

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