help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [2.1-pre] Heap initialization on sparc


From: Nicolas Pelletier
Subject: [Help-smalltalk] [2.1-pre] Heap initialization on sparc
Date: 08 Apr 2003 11:11:42 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Hello,

I get a segmentation fault when starting gst:

#0  0xef740594 in memcpy () from /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
(gdb) where
#0  0xef740594 in memcpy () from /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
#1  0x000481b8 in _gst_heap_create (size=67108864) at heap.c:127
#2  0x00039bec in _gst_init_oop_table (size=131069) at oop.c:392
#3  0x0001e64c in gst_init_smalltalk () at lib.c:542
#4  0x0001b5b8 in main (argc=3, argv=0xefffb08c) at main.c:47

#1  0x000481b8 in _gst_heap_create (size=67108864) at heap.c:127
(gdb) print hdp
$1 = (struct heap *) 0xff760000
(gdb) print mtemp
$2 = {areasize = 67108864, 
  base = 0xff760000 <Address 0xff760000 out of bounds>, 
  breakval = 0xff762000 <Address 0xff762000 out of bounds>, 
  top = 0xff762000 <Address 0xff762000 out of bounds>}

I am using an old and non-GNU libc... Could this be the problem ?

70 % uname -srmp
SunOS 5.6 sun4u sparc

-- 
Nicolas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]