public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/20699] gij -ms segfaults
       [not found] <20050331020118.20699.fitzsim@redhat.com>
@ 2005-04-02  2:33 ` vektor at dumbterm dot net
  2005-04-08  0:18 ` Hans dot Boehm at hp dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: vektor at dumbterm dot net @ 2005-04-02  2:33 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vektor at dumbterm dot net


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20699


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libgcj/20699] gij -ms segfaults
       [not found] <20050331020118.20699.fitzsim@redhat.com>
  2005-04-02  2:33 ` [Bug libgcj/20699] gij -ms segfaults vektor at dumbterm dot net
@ 2005-04-08  0:18 ` Hans dot Boehm at hp dot com
  2005-05-25 18:34 ` fitzsim at redhat dot com
  2005-05-25 18:35 ` fitzsim at redhat dot com
  3 siblings, 0 replies; 4+ messages in thread
From: Hans dot Boehm at hp dot com @ 2005-04-08  0:18 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From Hans dot Boehm at hp dot com  2005-04-08 00:18 -------
The problem here is that _Jv_InitGC is called to late, and hence 
GC_all_interior_pointers is cleared after the GC has been run.  This is 
documented not to work in gc.h.

In particular _Jv_GCSetInitialHeapSize (which turns into GC_expand_hp) is 
called earlier.

If things are always done in this order, it may make sense to have 
_Jv_GCSetInitialHeapSize  just set a variable, and have _Jv_InitGC do the 
expansion.

I'll be travelling next week, and thus won't get a chance to generate a patch 
soon.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20699


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libgcj/20699] gij -ms segfaults
       [not found] <20050331020118.20699.fitzsim@redhat.com>
  2005-04-02  2:33 ` [Bug libgcj/20699] gij -ms segfaults vektor at dumbterm dot net
  2005-04-08  0:18 ` Hans dot Boehm at hp dot com
@ 2005-05-25 18:34 ` fitzsim at redhat dot com
  2005-05-25 18:35 ` fitzsim at redhat dot com
  3 siblings, 0 replies; 4+ messages in thread
From: fitzsim at redhat dot com @ 2005-05-25 18:34 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From fitzsim at redhat dot com  2005-05-25 18:34 -------
Hans, are you still planning on creating a patch for this?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20699


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libgcj/20699] gij -ms segfaults
       [not found] <20050331020118.20699.fitzsim@redhat.com>
                   ` (2 preceding siblings ...)
  2005-05-25 18:34 ` fitzsim at redhat dot com
@ 2005-05-25 18:35 ` fitzsim at redhat dot com
  3 siblings, 0 replies; 4+ messages in thread
From: fitzsim at redhat dot com @ 2005-05-25 18:35 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |Hans dot Boehm at hp dot com
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-25 18:35:42
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20699


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-05-25 18:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20050331020118.20699.fitzsim@redhat.com>
2005-04-02  2:33 ` [Bug libgcj/20699] gij -ms segfaults vektor at dumbterm dot net
2005-04-08  0:18 ` Hans dot Boehm at hp dot com
2005-05-25 18:34 ` fitzsim at redhat dot com
2005-05-25 18:35 ` fitzsim at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).