Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (967 - 969 of 1030)

Ticket Resolution Summary Owner Reporter
#1236 duplicate In-repository linuxx86_64 binary segfaults Stelian Ionescu
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 Gary Byers
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 Martin Brooks
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 ...

Error: Error(s) during kernel compilation.

gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-spjump64.s | as -arch x86_64 -g -o x86-spjump64.o gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-spentry64.s | as -arch x86_64 -g -o x86-spentry64.o gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../x86-subprims64.s | as -arch x86_64 -g -o x86-subprims64.o gm4 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -I../ ../imports.s | as -arch x86_64 -g -o imports.o cc -include ../platform-darwinx8664.h -c ../pmcl-kernel.c -arch x86_64 -DDARWIN -DX86 -DX8664 -DTCR_IN_GPR -DSVN_REVISION="16302" -D_DARWIN_NO_64_BIT_INODE -DUSE_DTRACE \

-g -O -Wno-format \

-I. -mmacosx-version-min=10.6 -isysroot / -o pmcl-kernel.o

In file included from <built-in>:170: In file included from <command line>:8: ../platform-darwinx8664.h:24:10: fatal error: 'sys/signal.h' file not found #include <sys/signal.h>

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