I built STk3.0b2 under IRIX 5.3.  My app, which works
fine under STk3.0b1, no longer works.  There's a tight 
loop along the lines of 
        (do ((i 0 (string-length b))
             (b "" (string-append b (string (read-char port)))))
            ((= i doc-size)
                b))
After reading >255 characters the interpreter core
dumps with a SIGSEGV in STk_gc_mark.
   0 STk_gc_mark(0x0, 0x1, 0x10007bf4, 0x0) ["gc.c":173, 0x41b4dc]
   1 STk_mark_callbacks(0x0, 0x1, 0x10007bf4, 0x0) ["tk-glue.c":269, 0x437cb4]
   2 mark_protected(0x0, 0x1, 0x10007bf4, 0x0) ["gc.c":402, 0x41bd60]
Are there any patches to this?
-arturo
Received on Thu Feb 22 1996 - 00:47:45 CET
This archive was generated by hypermail 2.3.0
: Mon Jul 21 2014 - 19:38:59 CEST