Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (175 - 177 of 1030)

Ticket Resolution Summary Owner Reporter
#407 wontfix lx86cl hangs on Linux Xen domU running on Amazon EC2 Gary Byers Scott Bell
Description

I'm experiencing strange behavior from CCL on Linux x86. When invoking it in the normal way (ccl/scripts/ccl) as well as directly (./lx86cl lx86cl.image) I receive no output from the application. It does not respond to C-c or C-d, nor can I execute any Lisp forms.

Linux domU-12-31-39-02-6A-15 2.6.21.7-2.fc8xen #1 SMP Fri Feb 15 12:39:36 EST 2008 i686 athlon i386 GNU/Linux

Notes from openmcl-devel, R. Matthew Emerson:

"I tried to run the lisp on an EC2 image myself.

What seems to happen is that the lisp kernel starts up, maps in the heap image, and starts running lisp code, which pretty much immediately tries to allocate memory by taking a trap (int $0xc5 on x86 systems).

For some reason, instead of generating a SIGSEGV like we expect, the system just sort of sits there, dumbly staring at the alloc_trap in a puzzled manner.

I don't know if this a symptom of running on Xen or whether there is some other peculiarity of Amazon's EC2 set-up. I have run Clozure CL on a a Linux Xen instance before, though it was a 64-bit version."

#173 fixed loop form wedges event thread Gary Byers R. Matthew Emerson
Description

The following forms, typed into a listener, wedge the event thread.

(in-package "CCL")
(loop for k being each hash-key of *objc-method-signatures* do (format t "~&~s" k))

If I type them at the tty where I did (require 'cocoa), it works as expected.

#993 fixed lock-free hashtable error gz uchida
Description

On rare occasions, gethash returns nil dispite the existence of the entry.

toor@toor-VirtualBox:~/src/lisp$ ~/ccl/lx86cl -n
Welcome to Clozure Common Lisp Version 1.8-r15286M  (LinuxX8632)!
? (load "lock-free-hash-table-test.lisp")

#<EXTERNAL-PROCESS (/bin/echo)[9149] (RUNNING) #x1839788E> 
#<EXTERNAL-PROCESS (/bin/echo)[9152] (RUNNING) #x1835FF26> 
#<EXTERNAL-PROCESS (/bin/echo)[9154] (RUNNING) #x1841F11E> 
...
#<EXTERNAL-PROCESS (/bin/echo)[15259] (RUNNING) #x1D41E8E6> 
#<EXTERNAL-PROCESS (/bin/echo)[15261] (RUNNING) #x1D4D0536> 
#<EXTERNAL-PROCESS (/bin/echo)[15264] (RUNNING) #x1D74E746> 
> Error: value NIL is not of the expected type NUMBER.
> While executing: CCL::+-2, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
1 > 
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.