Custom Query (1030 matches)
Results (487 - 489 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #702 | invalid | IGNORE-ERRORS doesn't work for macros | ||
| 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
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 | ||
| 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 | ||
| Description | ||||
