Results 1 to 3 of 3
- 08-02-2009, 02:16 PM #1
Member
- Join Date
- Aug 2009
- Posts
- 2
- Rep Power
- 0
crash on freebsd eclipse 3.4.2 caused by evaluating divide-by-zero
I'm trying to determine where to report this bug, so could you test it on your system? It may not exist in later versions, but 3.4.2 is the latest available for this platform :).
Steps to reproducing:
1. create a new java file (it may be important to have the general class structure)
I used
2. If you're using the above code, addJava Code:public class Main { public static void main (String args[]) { System.out.println("hello, world"); } }
to main(). On my system, it causes eclipse to immediately crash. The method used to trigger this doesn't matter, but simply assigning 0/0 to a variable doesn't work.Java Code:System.exit(0/0);
-jmak
- 08-03-2009, 10:03 PM #2
Member
- Join Date
- Aug 2009
- Location
- Heidelberg
- Posts
- 47
- Rep Power
- 0
[EDIT] Sorry the headers says that you runnig FreeBSD, I didn't see that.
Last edited by vogella; 08-03-2009 at 10:16 PM.
- 08-04-2009, 12:35 AM #3
Member
- Join Date
- Aug 2009
- Posts
- 2
- Rep Power
- 0
Similar Threads
-
Software caused connection abort: socket write error
By kuguy in forum NetworkingReplies: 3Last Post: 04-13-2010, 03:43 PM -
[SOLVED] Evaluating an Airthmetic Expression
By learning_javaNow in forum New To JavaReplies: 6Last Post: 03-01-2009, 04:54 AM -
ClientAbortException: java.net.SocketException:Software caused connection abort:
By m.arif in forum Java ServletReplies: 2Last Post: 01-15-2009, 09:01 PM -
How to divide code in classes?
By hendrix79 in forum New To JavaReplies: 2Last Post: 12-10-2008, 05:36 PM -
Help Making a program not crash
By Lifeis2evil in forum New To JavaReplies: 2Last Post: 12-10-2008, 03:10 AM


LinkBack URL
About LinkBacks

Bookmarks