[cl-plus-ssl-devel] segfault on armhf
白い熊
cl-plus-ssl-devel_common-lisp.net at sumou.com
Sun Mar 10 22:35:44 UTC 2013
I'm running CLISP 2.49 armhf version on Android Samsung Galaxy Note II, built natively against glibc 2.17.
If I try to load cl+ssl it segfaults:
[1]> (asdf:load-system 'cl+ssl)
0 errors, 0 warnings
;; Loading file /mnt/sdcard-ext/sdb4/lisp/cl-plus-ssl/cl+ssl.asd ...
;; Loaded file /mnt/sdcard-ext/sdb4/lisp/cl-plus-ssl/cl+ssl.asd
;; Compiling file /mnt/sdcard-ext/sdb4/lisp/cl-plus-ssl/package.lisp ...
;; Wrote file /data/home/.cache/common-lisp/clisp-2.49-unix-armv7l/mnt/sdcard-ext/sdb4/lisp/cl-plus-ssl/p
ackage-ASDF-TMP.fas
;; Loading file /data/home/.cache/common-lisp/clisp-2.49-unix-armv7l/mnt/sdcard-ext/sdb4/lisp/cl-plus-ssl
/package.fas ...
;; Loaded file /data/home/.cache/common-lisp/clisp-2.49-unix-armv7l/mnt/sdcard-ext/sdb4/lisp/cl-plus-ssl/
package.fas
;; Compiling file /mnt/sdcard-ext/sdb4/lisp/cl-plus-ssl/reload.lisp ...
;; Wrote file /data/home/.cache/common-lisp/clisp-2.49-unix-armv7l/mnt/sdcard-ext/sdb4/lisp/cl-plus-ssl/r
eload-ASDF-TMP.fas
;; Loading file /data/home/.cache/common-lisp/clisp-2.49-unix-armv7l/mnt/sdcard-ext/sdb4/lisp/cl-plus-ssl
/reload.fas ...
*** - handle_fault error2 ! address = 0x4eb0d218 not in [0x19c00000,0x1a6fe778) !
SIGSEGV cannot be cured. Fault address = 0x4eb0d218.
GC count: 792
Space collected by GC: 0 954748196
Run time: 134 180000
Real time: 397 858696
GC time: 19 335000
Permanently allocated: 94080 bytes.
Currently in use: 19118684 bytes.
Free space: 22856 bytes.
Segmentation fault
I also run CLISP in an armel Ubuntu core chroot built natively there and cl+ssl loads no prob.
Am gonna build an armhf CLISp version in an armh Ubuntu chroot to test if it's connected with architecture, however strange that it would load in armel and fail armhf, no? Ideas?
--
白い熊
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cl-plus-ssl-devel/attachments/20130311/abfd560d/attachment.html>
More information about the cl-plus-ssl-devel
mailing list