#.(SB-SYS:INT-SAP #X00000000) fell through ETYPECASE expression.
Wanted one of (CHARACTER SYMBOL INTEGER).
whenever a cffi call uses a null-pointer which is defined as:
(declaim (inline null-pointer))
(defun null-pointer ()
"Construct and return a null pointer."
(sb-sys:int-sap 0))
The same code works find in sbcp-1.0.17 and clisp-2.46
but fails in sbcl-1.0.18 and 19 and todays git.
I looked around for a while but couldn't find the
blueprint. Does this ring a bell for anybody in here?
Thanks, Ingo.
--
Ingo Bormuth, voicebox & telefax: +49-(0)-12125-10226517
PGP public key 86326EC9 at http://ibormuth.efil.de/contact
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sbcl-devel mailing list
Sbcl-...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sbcl-devel
Thanks for the report. Fixed as of 1.0.19.14.
Paul Khuong
Thank you very much for the quick fix
which, by the way, works as expected here!
Ingo
--
Ingo Bormuth, voicebox & telefax: +49-(0)-12125-10226517
PGP public key 86326EC9 at http://ibormuth.efil.de/contact