id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
874,Backtrace on Android + chrooted Debian,heller,gb,"I'm trying to run CCL on an Acer Iconia A500.  That's an Android tablet but I run Debian (Squeeze) in a chroot environment.  CCL starts but backtraces don't seem to work:
{{{
helmut@iconia:~/lisp/ccl$ uname -a
Linux iconia 2.6.36.3 #3 SMP PREEMPT Fri May 13 00:20:42 CST 2011 armv7l GNU/Linux
helmut@iconia:~/lisp/ccl$ rlwrap ./armcl
Welcome to Clozure Common Lisp Version 1.7-dev-r14869  (LinuxARM32)!
? (/ 1 0)
> Error: DIVISION-BY-ZERO detected
>        performing / on (1 0)
> While executing: CCL::%FIXNUM-TRUNCATE, in process listener(1).
> Type :POP to abort, :R for a list of available restarts.
> Type :? for other options.
1 > b
Origin 270332994 is not in the stack of NIL
1 >
}}}
Is this a known problem of the ARM port?
Has it something to do with the chroot tricks?
Perhaps because /proc doesn't not working quite correclty with chroot?
",defect,closed,normal,,"Runtime (threads, GC)",trunk,fixed,,
