From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12270 invoked by alias); 5 Apr 2005 19:58:16 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 12244 invoked by uid 48); 5 Apr 2005 19:58:14 -0000 Date: Tue, 05 Apr 2005 19:58:00 -0000 From: "green at redhat dot com" To: java-prs@gcc.gnu.org Message-ID: <20050405195810.20773.green@redhat.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/20773] New: ICE: SEGV building jar file X-Bugzilla-Reason: CC X-SW-Source: 2005-q2/txt/msg00046.txt.bz2 List-Id: I'm seeing the following: # gcj -O2 -shared -findirect-dispatch -Wl,-Bsymbolic -fPIC -o libtritonus.jar.so tritonus.jar org/tritonus/util/TCircularBuffer.java: In class 'org.tritonus.util.TCircularBuffer': org/tritonus/util/TCircularBuffer.java: In method 'org.tritonus.util.TCircularBuffer.read(byte[],int,int)': org/tritonus/util/TCircularBuffer.java:0: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. This works at -O0 and fails at -O1 and above. I will attach the jar file to this case. It comes from tritonus-0.3.0 which is Free Software. -- Summary: ICE: SEGV building jar file Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: green at redhat dot com CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20773