From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25518 invoked by alias); 22 Sep 2008 23:56:19 -0000 Received: (qmail 25492 invoked by uid 48); 22 Sep 2008 23:56:19 -0000 Date: Mon, 22 Sep 2008 23:56:00 -0000 Message-ID: <20080922235619.25491.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/18266] GCJ: Using references drops finalizers causing all apps to eventually crash ( SIGSEGV in GC_register_finalizer_inner () ) In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "daney at gcc dot gnu dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2008-q3/txt/msg00064.txt.bz2 ------- Comment #17 from daney at gcc dot gnu dot org 2008-09-22 23:56 ------- For me the testcase always gets a ConcurrentModificationException in w.clear() very soon after starting. This is on GCC trunk 140563 on x86_64-pc-linux-gnu. If I synchronize(w) for accesses to w there is no ConcurrentModificationException, but I have not seen it crash yet either. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18266