Bug 113571 - Java programs abort() on exit
Summary: Java programs abort() on exit
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: gcc
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Diego Novillo
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-01-15 14:50 UTC by Gary Benson
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-01-16 15:01:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.