Custom Query (1030 matches)
Results (331 - 333 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1229 | fixed | disassemble and *print-cirlce* | ||
| Description |
shell> ccl --no-init
Welcome to Clozure Common Lisp Version 1.10-dev-r16188M-trunk (LinuxX8632)!
CCL is developed and maintained by Clozure Associates. For more information
about CCL visit http://ccl.clozure.com. To enquire about Clozure's Common Lisp
consulting services e-mail info@clozure.com or visit http://www.clozure.com.
? (defgeneric foo ())
#<STANDARD-GENERIC-FUNCTION FOO #x1824A356>
? (setq *print-circle* t)
T
? (disassemble 'foo)
(recover-fn) ; [0]
(movl (@ (% esp)) (% temp0)) ; [5]
[... a page full of output ...]
L71
(pushl (% temp0)) ; [71]
(movl (@
> Error: Can't use #<error printing CCL::IMMEDIATE #x33> as a hash-table key
> While executing: CCL::PUTHASH, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
1 >
Probably related to ticket #1225. |
|||
| #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 > |
|||
| #1235 | notabug | --quiet doesn't suppress new banner in 1.10-r16196 | ||
| Description |
fluffy% ccl --quiet Welcome to Clozure Common Lisp Version 1.10-r16196 (DarwinX8664)! CCL is developed and maintained by Clozure Associates. For more information about CCL visit http://ccl.clozure.com. To enquire about Clozure's Common Lisp consulting services e-mail info@… or visit http://www.clozure.com. ? |
|||
