Bug 113571

Summary: Java programs abort() on exit
Product: [Fedora] Fedora Reporter: Gary Benson <gbenson>
Component: gccAssignee: Diego Novillo <dnovillo>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-01-16 15:01:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Gary Benson 2004-01-15 14:50:23 UTC
Description of problem:
Java programs compiled with FC2's gcc-ssa abort() on exit.

Version-Release number of selected component (if applicable):
gcc-java-ssa-3.5ssa-0.20031211.107 (rebuilt for my RHL9ish box).

How reproducible:
Always

Steps to Reproduce:
1. cat > Test.java <<EOF
   class Test {
       public static void main(String[] args) {}
   }
   EOF
2. gcj-ssa Test.java -o Test --main=Test
3. ./Test
  
Actual results:
Aborted (core dumped)

Expected results:
It should just do nothing.

Comment 1 Diego Novillo 2004-01-16 14:21:34 UTC
Gary,

Could you try with yesterday's snapshot update?

Comment 2 Gary Benson 2004-01-16 14:57:59 UTC
It works thanks.