Hi,
I'm trying to compile and execute a project that was coded in Lisp in Java using ABCL.
When I try to execute it, I always obtain this error when try to execute a defstruct sentence: ABCL Debug.assertTrue() assertion failed!
Someone can help me?
Thanks
On Jan 16, 2012, at 23:29, Santiago Carbonell wrote:
I'm trying to compile and execute a project that was coded in Lisp in Java using ABCL.
When I try to execute it, I always obtain this error when try to execute a defstruct sentence: ABCL Debug.assertTrue() assertion failed!
Someone can help me?
Perhaps, if you help us help you. I just typed (defstruct foo bar baz) into an ABCL prompt and didn't get that assertion failure, so you must be doing something different. Can you send a simple test case of what you're doing, something I can type in and watch ABCL break?
If you need help, or are a bit unsure what I'm asking for, read this: http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
Cheers,
Rudi
On Mon, Jan 16, 2012 at 11:29 PM, Santiago Carbonell carbonell.santiago@gmail.com wrote:
Hi,
I'm trying to compile and execute a project that was coded in Lisp in Java using ABCL.
When I try to execute it, I always obtain this error when try to execute a defstruct sentence: ABCL Debug.assertTrue() assertion failed!
Someone can help me?
It's hard without additional details. One thing to keep in mind about ABCL and structs is that it doesn't support redefinition and it doesn't signal it very cleanly. Perhaps you're redefining a structure and violating some internal consistency check. But without at least a stack trace, this is only speculating.
Alessio
armedbear-devel@common-lisp.net