[UNIX][VM] Alpha Linux?

Bert Freudenberg bert at isgnw.CS.Uni-Magdeburg.De
Tue Feb 15 14:32:23 UTC 2000


We got a new Compaq XP1000 Alpha Workstation and I tried running Squeak on
it. Compiling the VM went smooth after taking out the 
#ifdef __alpha__ stuff (there's no proc.h). 

Running it reveals that time_t is not 4 bytes. So I changed
	time_t convertToSqueakTime(time_t)
to
	int convertToSqueakTime(time_t)
at all places and removed the check.

But now it get's a SEGV (gdb output):

Program received signal SIGSEGV, Segmentation fault.
initializeMemoryFirstFree (firstFree=16173680) at gnu-interp.c:10865
10865           longAtput(freeBlock, ((endOfMemory - firstFree) &
4294967292U) | 2);

Any ideas?

  -Bert-





More information about the Squeak-dev mailing list