From: Alexandre Oliva (oliva@dcc.unicamp.br)
Date: Fri Dec 18 1998 - 10:25:59 EST
On Dec 18, 1998, Godmar Back <gback@cs.utah.edu> wrote:
> Could you more be more specific about where calling MARK_OBJECT
> introduces crashes?
Sure. On sparc-solaris2.5, I'd get a SEGFAULT while
markObjectDontChecking the interface list of class [java/lang/Thread.
After I fixed it so as to avoid marking interface lists of arrays
(because they're static data, not gc_alloced), I started to get
problems in an array of methods; size was apparently miscomputed, so I
fixed it to get the size of the class object of the first method. But
then, I'd get the same problem with field, but field doesn't have a
pointer to a class, so I gave up for a while (I've got a report due to
4 PM; I had only 12 hours left then, and all I had was the .bib I had
prepared with 108 citations :-)
But I'm almost finished with it.
-- Alexandre Oliva http://www.dcc.unicamp.br/~oliva aoliva@{acm.org} oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org} Universidade Estadual de Campinas, SP, Brasil
This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 19:57:22 EDT