The time now is Thu 23 May 2013, 08:02
All times are UTC - 4 |
|
Page 2 of 2 [18 Posts] |
Goto page: Previous 1, 2 |
| Author |
Message |
Moose On The Loose

Joined: 24 Feb 2011 Posts: 279
|
Posted: Fri 01 Mar 2013, 12:12 Post subject:
Re: My first bug. |
|
| mister_electronico wrote: | I just installing eclipse, and just when I start to write the first line of code for example.
System. just in this moment the program close an give me the bug.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x82525bc5, pid=1914, tid=3076462272
#
# JRE version: 7.0_13-b20
# Java VM: Java HotSpot(TM) Client VM (23.7-b01 mixed mode linux-x86 )
# Problematic frame:
# C [UTF-16.so+0xbc5] gconv+0x3b5
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again.
If I have a copy and paste of code, I haven't any problem, is just when I write the code.
Any Idea... thanks. |
Did you use "swing" or any multiple thread stuff?
Unfortunately Java for anything more than the simplest stuff is a "write once run nowhere" language. "swing" and attempts to use multiple threads, require that the JRE you are running fully implements threads and that both it and your own code is thread safe. In many cases, swing is not compatible with different JREs and depending on the OS, the JRE its self may not really do multiple tread stuff right. Before doing anything else, I'd check the JRE version for troubles being reported.
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2421
|
Posted: Fri 01 Mar 2013, 13:23 Post subject:
Re: My first bug. |
|
| Moose On The Loose wrote: |
Did you use "swing" or any multiple thread stuff?
Unfortunately Java for anything more than the simplest stuff is a "write once run nowhere" language. |
If you are serious about writing java, it would be wise to chose an OS that is robust enough to handle it. I've never had a problem with eclipse on XP or a version specifically adapted to my Nexus. The compiled programs have all worked on everything.
|
|
Back to top
|
|
 |
dbd400@gmail.com
Joined: 26 May 2010 Posts: 27 Location: Silver Spring. MD 20901
|
Posted: Sun 21 Apr 2013, 00:00 Post subject:
Eclipse IDE |
|
Is there any plan or intent to package up eclipse Juno 64-bit for slacko 5.5? Or 64-bit in general? That is what I wish to use currently. Earlier I had been using the Galileo version under Windows, but I am now trying to transition to Linux (and Puppy)
At some future time after I know more about Puppy and Slacko, I might be able to volunteer to help with such repackaging. Is the main impact in graphics? I ask this because of the repeated repackaging for various versions of GTK, as evidenced by the comments. What other areas need detailed attention to operate under slacko5.5? IO?
Thank You.
|
|
Back to top
|
|
 |
|
|
Page 2 of 2 [18 Posts] |
Goto page: Previous 1, 2 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|