Prof. Dr. Johannes Grabmeier wrote:
>
> can anyone give a hint, what is happening here:
>
>
> >> System error:
> #<vector 0000000101932a20> is not of type FIXNUM.
>
>
> This is very strange, compiling some categories and domains and then runnin=
> g a test input file is no problem. This problem occurs as soon as one start=
> s a new FriCAS, loading the precompiled libraries and running the test inpu=
> t file.
>
This is low level error reported by Lisp: in some place when machine
integer (FIXNUM) was expected we got a vector. This means there
is a bug somewhere. To localize it I normally do:
)set break break
then run the code reproducing the problem, when error happens I type
backtrace
to see where is happened. Without knowing how to reproduce it
I can not say more.
--
Waldek Hebisch
[email protected]
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en.