On Tue, Dec 27, 2022 at 10:52:04AM +0100, Grégory Vanuxem wrote:
> Hello Waldek,
>
> Le mar. 27 déc. 2022 à 02:43, Waldek Hebisch
> <[email protected]> a écrit :
> >
> > On Wed, Dec 21, 2022 at 12:38:15PM +0100, Grégory Vanuxem wrote:
> > > Hello Waldek, hello all,
> [SNIPPET]
>
> >> The base is done for me, but... The Julia library requires an
> >> initialisation and I can't figure out how to initialize its environment at
> >> startup, I always encounter a fatal error: ReadOnlyMemoryError
>
> > I have never seen such a message.
>
> Me too, and, difficult to debug in fact.
<snip>
> > > fatal: error thrown and no exception handler available.
> > > ReadOnlyMemoryError()
> > > unknown function (ip: 0x52f7062f)
> > <snip>
Just a little remark: Google says that "error thrown and no
exception handler available" is Julia error message. Since
you are _not_ calling Julia this must be exception handler
installed by Julia. But sbcl depends on exceptions and
its execetions should go to sbcl handlers. If Julia and
sbcl wants to take over the same signal (likely SIGSEGV),
then you are in trouble.
--
Waldek Hebisch
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/20221227142520.kp77sagb6zr7ltk7%40fricas.math.uni.wroc.pl.