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

Bug#99038: marked as done ([PR java/3490] internal error using static synchronized)



Your message dated Fri, 03 Aug 2001 11:14:17 +0200
with message-id <20010803091418.8955917AD10@hunny.softlab.se>
and subject line fixed in 3.0.1-0pre010801
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 28 May 2001 16:26:55 +0000
>From patha@softlab.ericsson.se Mon May 28 11:26:55 2001
Return-path: <patha@softlab.ericsson.se>
Received: from trias.softlab.se [192.36.210.130] (firewall-user)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 154Pr4-0005XV-00; Mon, 28 May 2001 11:26:55 -0500
Received: from hunny.softlab.se (hunny.softlab.se [193.180.167.104])
	by trias.softlab.se (Postfix) with ESMTP id 38D7846FD3
	for <submit@bugs.debian.org>; Mon, 28 May 2001 18:27:19 +0200 (MET DST)
Received: from robyn.softlab.se. (robyn [193.180.167.75])
	by hunny.softlab.se (Postfix) with SMTP
	id 9FF6B5840; Mon, 28 May 2001 18:26:55 +0200 (MET DST)
Received: by robyn.softlab.se. (sSMTP sendmail emulation); Mon, 28 May 2001 18:26:54 +0200
From: Patrik Hagglund <patha@softlab.ericsson.se>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: internal error using static synchronized
X-Reportbug-Version: 1.16
X-Mailer: reportbug 1.16
Date: Mon, 28 May 2001 18:26:54 +0200
Message-Id: <20010528162655.9FF6B5840@hunny.softlab.se>
Delivered-To: submit@bugs.debian.org

Package: gcj-3.0
Version: 1:3.0-0pre010526
Severity: normal

//  > gcj-3.0 -c -O1 Bug.java
//  Bug.java: In class `Bug':
//  Bug.java: In method `Bug.get()':
//  Bug.java:3: Internal error: Segmentation fault

class Bug {
    static synchronized Object get(int i) { return null; }
    static synchronized Object get() { return get(1); }
}


-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux robyn 2.4.0 #6 SMP Wed Jan 17 10:19:50 CET 2001 i686
Locale: LANG=en_US, LC_CTYPE=C

Versions of packages gcj-3.0 depends on:
ii  gcc-3.0                 1:3.0-0pre010526 The GNU C compiler.               
ii  gcc-3.0-base            1:3.0-0pre010526 The GNU compiler collection (base 
ii  java-common             0.7              Base of all Java packages         
ii  libc6                   2.2.3-4          GNU C Library: Shared libraries an
ii  libgcj2-dev             1:3.0-0pre010526 Java development headers and stati
ii  zlib1g                  1:1.1.3-15       compression library - runtime     


---------------------------------------
Received: (at 99038-close) by bugs.debian.org; 3 Aug 2001 09:14:31 +0000
>From patha@softlab.ericsson.se Fri Aug 03 04:14:31 2001
Return-path: <patha@softlab.ericsson.se>
Received: from trias.softlab.se [::ffff:192.36.210.130] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 15Sb2N-0007vQ-00; Fri, 03 Aug 2001 04:14:31 -0500
Received: from hunny.softlab.se (hunny.softlab.se [193.180.167.104])
	by trias.softlab.se (Postfix) with ESMTP id 2AE5346FD3
	for <99038-close@bugs.debian.org>; Fri,  3 Aug 2001 11:14:49 +0200 (MET DST)
Received: from robyn.softlab.se. (robyn [193.180.167.75])
	by hunny.softlab.se (Postfix) with SMTP id 8955917AD10
	for <99038-close@bugs.debian.org>; Fri,  3 Aug 2001 11:14:18 +0200 (MET DST)
Received: by robyn.softlab.se. (sSMTP sendmail emulation); Fri, 3 Aug 2001 11:14:17 +0200
To: 99038-close@bugs.debian.org
Subject: fixed in 3.0.1-0pre010801
Date: Fri, 03 Aug 2001 11:14:17 +0200
From: Patrik Hagglund <patha@softlab.ericsson.se>
Message-Id: <20010803091418.8955917AD10@hunny.softlab.se>
Delivered-To: 99038-close@bugs.debian.org

fixed in 3.0.1-0pre010801

--
Patrik Hägglund



Reply to: