Custom Query (1030 matches)
Results (334 - 336 of 1030)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1236 | duplicate | In-repository linuxx86_64 binary segfaults | ||
| Description |
Using trunk(rev 16204) on Linux/x86_64 hechee@cathai :: ~/.../opt/ccl $ ./lx86cl64 -n -K utf-8 Unhandled exception 11 at 0x300000099ad4, context->regs at #x7fff6e71ee18 received signal 11; faulting address: 0x2ac address not mapped to object ? for help [23103] Clozure CL kernel debugger: Killed hechee@cathai :: ~/.../opt/ccl $ uname -r 3.16.2-1.gdcee397-desktop |
|||
| #1238 | fixed | x86 assembler gets operand order wrong on MOVQ between two XMM registers | ||
| Description |
? (ccl::defx86lapfunction bug ()
(movq (% fp1) (% fp0))
(ret))
BUG
? (disassemble *)
L0
(leaq (@ (:^ L0) (% rip)) (% fn)) ; [0]
(movq (% fp0) (% fp1)) ; [7]
(retq) ; [11]
NIL
DISASSEMBLE is correct in this case. |
|||
| #1243 | notabug | rebuild failure on Yosemite | ||
| Description |
MacBook Pro (early 2011) Yosemite Xcode 6.1 currently running Lisp Version 1.10-r16196 (DarwinX8664) Here is the essence of what happens: ? (rebuild-ccl :full t) ... ;Wrote bootstrapping image: #P"/Users/brooks/lisp/ccl-1.10/x86-boot64.image" ;Building lisp-kernel ...
|
|||
