Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (487 - 489 of 1030)

Ticket Resolution Summary Owner Reporter
#702 invalid IGNORE-ERRORS doesn't work for macros Serhiy
Description

Consider the following example:

(defmacro mdiv0 () (/ 1 0)) (ignore-errors (mdiv0))

After executing the above line CCL invoke debugger with "DIVISION-BY-ZERO detected

[Condition of type DIVISION-BY-ZERO]"

If I replace defmacro with defun the result is as expected - two values - nil and divizion-by-zero condition are returned.

#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!

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

See ticket:697#comment:2

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