Jitter - Segmentation fault on startup

Andreas Raab raab at isgnw.cs.Uni-Magdeburg.DE
Sat Jan 31 22:53:32 UTC 1998


> readImageFromFileHeapSize  ->
> initializeInterpreter  ->
> initOpcode(index=1)  ->
> error(s="opcode address is not an integer object")   ->

This looks like you're not returning an Integer object (i.e. the lowest
bit set) as the opcode address. This is required by Jitter to treat
addresses as Integer objects.


> printCallStack  ->  SIGSEGV :-(

The SIGSEV comes probably because the interpreter hasn't been initialized
at all (you're still during the load phase of the image so that offsets
may not have been adjusted yet).

Andreas
-- 
Linear algebra is your friend - Trigonometry is your enemy.
+===== Andreas Raab ============= (raab at isg.cs.uni-magdeburg.de) =====+
I Department of Simulation and Graphics      Phone: +49 391 671 8065  I
I University of Magdeburg, Germany           Fax:   +49 391 671 1164  I
+=============< http://isgwww.cs.uni-magdeburg.de/~raab >=============+





More information about the Squeak-dev mailing list