General :: Eclipse Crashes While Running / Solve This?

Jun 17, 2010

I'm having a problem with eclipse, it keeps crashing while I'm working working with it, running from the terminal i found this:

# A fatal error has been detected by the Java Runtime Environment code...

i have googled and i found a ubuntu forum where a guy had the same problem, his solution was disabling the php browser, so i try to do it and go to window>preferences>General>Web browser... as soon as i click "web browser" it just crashes with the same error above, so i guess the "browser" is the problem, i didn't find the "php browser" option so that's why i click on "web browser"

if anybody has a solution for this please help me, i would be awesome to solve this.

View 11 Replies


ADVERTISEMENT

Ubuntu Servers :: Eclipse And Tomcat Are Running But Can't See Tomcat In The Eclipse

Sep 1, 2010

I installed eclipse and tomcat with package manager. Eclipse and tomcat are running but i can't see tomcat in the eclipse. I just see 'Basic' folder. That is a screenshot [URL]

View 1 Replies View Related

OpenSUSE :: Eclipse Crashes After Update (On 11.3)

Sep 4, 2010

My Eclipse crashes after some updates on 11.3

I got an error :
./eclipse
The program 'Eclipse' received an X Window System error. This probably reflects a bug in the program. The error was 'BadAlloc (insufficient resources for operation)'.
(Details: serial 163951 error_code 11 request_code 53 minor_code 0)
Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.)

I googled and found some solutions by downgrading xulrunner, but no dice.

View 4 Replies View Related

OpenSUSE :: Eclipse Cdt Helios Crashes?

Apr 28, 2011

I've just installed openSUSE 11.4 64bit Gnome and after that I downloaded eclipse-cpp-helios-SR2-linux-gtk-x86_64.tar.gz (CDT version for eclipse). I downloaded the linuxtools and tried to write some lines and I got a crash. I have the Oracle Java installed on the system. I restarted eclipse but seems that I cannot get rid of this crash. Did you experince something like this?

This is the output from cli:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f48a3a2a89b, pid=16354, tid=139949755737856
#
# JRE version: 6.0_24-b07

[Code]...

View 6 Replies View Related

Slackware :: Eclipse 3.6 Crashes When Autocomplete Activated

Nov 3, 2010

I use Slackware 13.1 and eclipse 3.6 (Helios). When I do some programming the eclipse is always crashing. E.g.: class c, c.gwtC(); when I write the "." and the autocomplete is activated the eclipse crashes.

View 3 Replies View Related

Ubuntu :: Fspot Crashes On Printing (10.10) / Solve This?

Jun 25, 2011

I have just upgraded to 10.10 and find that, if I attempt to print or print preview fspot crashes as soon as I click the print button in the printer dialog box. From previous posts it looks as if this problem was identified at the testing stage. has anyone got any suggestions for dealing with this? If not it seems that the only way I can get a decent print is by using Gimp. I have tried Shotwell and found that it does not print correctly, and in any case is markedly inferior to fspot, which begs the question why Canonical no longer support it! I hope I am not going to have to use the unmentionable operating system to print photos!

View 5 Replies View Related

Ubuntu Installation :: Eclipse Crashes - Keeps Closing Unexpectedly

Apr 9, 2010

I am facing a problem with Eclipse after I installed it today. It keeps closing [unexpectedly] after I click a choice like closing one of the pop-up windows that shows after I choose an option from the menus in the top. With no errors returned or shows up! As an example, when I choose to create new project, and fill in the project information [Name, type, path] and when I click FINISH all Eclipse closes, and I need to re-open it again [I find the project that I created there].

View 4 Replies View Related

Software :: Eclipse Crashes But Leaves No Clue / Remedy This?

Mar 29, 2011

I'm a heavy user of Eclipse. It's my workhorse. Today, the thing started crashing on me. So, I started the thing from the console to see what the last message is before crashing, but...nothing. It crashes whenever I hover over something that is supposed to give a pop-up (you know, the yellow-ish popup with a help text).

Any clues to what I can do to remedy this? As I noted, there are no return messages, so, that's all I have here...

View 3 Replies View Related

Ubuntu :: Getting Nautilus Crashes Since Update To Natty / Solve It?

Apr 28, 2011

Since I have updated last night from maverick to the latest beta of natty narwal, I'm having a lot of trouble getting Nautilus (desktop included) to work.

It seems to crash since the very start as when I turn off the computer, the message of "force exit" appears.

View 3 Replies View Related

Fedora :: Eclipse Auto-Created Makefile Crashes Make

Dec 11, 2009

I'm just learning to use Eclipse (have previously been a vim+make developer). I created the standard Hello World project following the tutorial. The program compiles fine, but if I build it again without cleaning the project, make aborts with a glibc double free message (pasted below). The same thing happens if I run make in the Debug directory outside eclipse. I don't know make well enough to figure out what the problem is, and to my mind Eclipse shouldn't be generating a buggy makefile anyway.

I've attached a tarfile of the project directory. Download the file and the following sequence of commands should show you the problem:
tar xvzf HelloWorld.tar.gz && cd HelloWorld/Debug && make && make
Also, if you think it would be worthwhile submitting a bugreport to the Fedora Eclipse dev team, let me know where I can do that and I'll be happy to.

Error messages:
11:07:34 [michael@tablet Debug]$ make
*** glibc detected *** make: double free or corruption (fasttop): 0x0000000001fd5780 ***
= Backtrace: =
/lib64/libc.so.6[0x3b03e75a96]
make[0x411f46]
make[0x411fb2]
make[0x411feb]
make[0x40771e]
make[0x411177]
/lib64/libc.so.6(__libc_start_main+0xfd)[0x3b03e1ea2d]
make[0x402429]
= Memory map: =
00400000-00428000 r-xp 00000000 fd:04 1517952 /usr/bin/make
00628000-0062a000 rw-p 00028000 fd:04 1517952 /usr/bin/make
01fc0000-01fe1000 rw-p 00000000 00:00 0 [heap]
3b03a00000-3b03a1f000 r-xp 00000000 fd:00 81929 /lib64/ld-2.10.1.so
3b03c1e000-3b03c1f000 r--p 0001e000 fd:00 81929 /lib64/ld-2.10.1.so
3b03c1f000-3b03c20000 rw-p 0001f000 fd:00 81929 /lib64/ld-2.10.1.so
3b03e00000-3b03f64000 r-xp 00000000 fd:00 81933 /lib64/libc-2.10.1.so
3b03f64000-3b04164000 ---p 00164000 fd:00 81933 /lib64/libc-2.10.1.so
3b04164000-3b04168000 r--p 00164000 fd:00 81933 /lib64/libc-2.10.1.so
3b04168000-3b04169000 rw-p 00168000 fd:00 81933 /lib64/libc-2.10.1.so
3b04169000-3b0416e000 rw-p 00000000 00:00 0
3b08e00000-3b08e19000 r-xp 00000000 fd:00 81991 /lib64/libgcc_s-4.4.1-20090729.so.1
3b08e19000-3b09019000 ---p 00019000 fd:00 81991 /lib64/libgcc_s-4.4.1-20090729.so.1
3b09019000-3b0901a000 rw-p 00019000 fd:00 81991 /lib64/libgcc_s-4.4.1-20090729.so.1
7f6032b9d000-7f6037c70000 r--p 00000000 fd:04 1155417 /usr/lib32/locale/locale-archive
7f6037c70000-7f6037c74000 rw-p 00000000 00:00 0
7fffa6c19000-7fffa6c2e000 rw-p 00000000 00:00 0 [stack]
7fffa6c44000-7fffa6c45000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
Aborted

View 1 Replies View Related

Ubuntu Multimedia :: Phonon Crashes When Advancing A Track In Amarol / Solve It?

Jun 25, 2010

I have experienced that Phonon will crash occasionally when I advance to the next track in Amarok. After Phonon crashes, Amarok can't play sound. The only remedy appears to be restarting.

I would like to avoid the crashing. I have heard that Phonon and PulseAudio do not work well together. I would like to know how to disable PulseAudio when using Amarok. Any hints?

I am using the Xine backend in Amarok. In the Config Phonon window, I have configured Phonon's hardware preferences to work directly with the sound hardware on the MoBo first. I have deprioritized PulseAudio to the bottom of the hardware list. Unfortunately the "remove" button is grayed out in the Phonon config window.

I am running Ubuntu 9.10 - the Karmic Koala w/ Gnome so I don't want to uninstall PulseAudio.

View 4 Replies View Related

Ubuntu :: Eclipse Plugins Don't Work / Doesn't Install A Bunch Of Libraries And Eclipse Cannot Recognize Standard Java Files?

Jan 19, 2010

I have been using Eclipse to program in Java for a long time, and have been using Jigloo for most of my GUI design. Recently I decided to try out the C/C++ plugin. I tried installing it, but it did not work. After many attempts, I finally gave up. However, after uninstalling it I found that Jigloo had stopped working. Any other plugins I try to install now also don't work. I have tried uninstalling and reinstalling plugins, and reinstalling eclipse, but nothing I have done fixes it. Although eclipse says that the software has been installed, nothing shows up in the features list or the plugins list.

Another problem: When I install eclipse from the repositories, it doesn't install a bunch of libraries and eclipse cannot recognize standard java files.

View 4 Replies View Related

Programming :: Eclipse PDT 2.0 Versus Zend Studio For Eclipse

Jan 28, 2009

I have been writing PHP using Adobe Dreamweaver; I have been looking around for an application that focus more in PHP.I have found:

[URL]

and:

[URL]

I know Zend stands behind PHP and that Eclipse is a popular open source IDE. What is the difference tho?Is the PDT Project only a functionality that could be added to Eclipse IDE? Is Zend for Eclipse a stand alone IDE for PHP? if so, Why the Eclipse in the name? I have downloaded Zend Studio for Eclipse, so far it seems very complete (no that have learned how to use all its features).

View 1 Replies View Related

Programming :: Metrics Plug-in For Eclipse - Does It Support Eclipse CDT

Sep 17, 2010

The Metrics plug-in supports Java development well at Eclipse.

[URL]

I would like to know if it supports Eclipse CDT, so I can use it with my C++ project. Any thought? If it doesn't support CDT, is there any good static code analysis tools available for Eclipse CDT?

View 1 Replies View Related

Ubuntu :: 10.04 Crashes While Running Deluge?

Nov 13, 2010

whenever i have started "deluge" (a bittorrent client), my laptop simply freeezes within 5 minutes. Its something I haven't seen before ever with Ubuntu - the keyboard/mouse stops responding, and the CAPS-LOCK key starts blinking...and there's NO way to get the system back without a hard reboot

Another thing...I've noticed a zombie process called "netns" running which I suspect to be causing this - its always taking the pid 13, and its impossible to kill - I tried using kill, killall, pkill from su prompt, and it didn't go away at all !!

If there's anyway I can send logs/dumps for analysis to ubuntu team, how to do so and i'll do the needful to get them...

View 1 Replies View Related

Ubuntu :: Eclipse Not Opening Files In Eclipse?

Sep 11, 2010

I recently had to reinstall Eclipse on ubuntu 10.10 and i did it twice, once just removing eclipse package, and the second time removing every package associated with an eclipse install.when i launch eclipse I go into my package view and select a package and then double click on a Java file.

View 5 Replies View Related

Slackware :: Install Eclipse CDT Is A Plug-in For Eclipse?

Sep 12, 2010

I use Slackware64 13.1. I installed eclipse from slackbuild.But how can I install Eclipse CDT? is a plug-in for eclipse? It's another program?

View 4 Replies View Related

Ubuntu / Apple :: Mac Mini Running 11.04 Constantly Crashes?

Aug 14, 2011

Anywhere from 2 -> 6 times a day, my computer will freeze up. If any audio was playing, it will repeat the last few seconds over and over again. I've been dealing with the problem for a couple of months now, with no solutions.

View 1 Replies View Related

OpenSUSE Install :: Seemingly Random Crashes On A New Desktop Running 11.3

Sep 9, 2010

I got a new desktop and figured this would be a great oppurtunity to update to 11.3 (from 11.2) while migrating files.. However I have had lots of problems with it, right of the bat. My first installation got messed up right after it was done, so I had to redo everything. Now the system boots up all fine but I am experiencing crashes every once in a while. By crashes I mean nothing works; the system monitor graphs freeze, the clock freezes, system doesnt respond to key strokes. The only remedy is then to "force an unexpected reboot" (ref: IT Crowd). I have a feeling that it has to do with Yast or something related to Yast, as it is the only common denominator between the crashes so far. However the system doesnt crash everytime I start Yast so I cant really say anything conclusively..

I have also realised that when I attach a secondary screen the graphics get kinda screwed as well.. if that makes any sense... Here are my system details: Dell Vostro Desktop with Core i7 64bit processor

8 x 2.8Ghz
6gig ram
graphics card: GeForce GT220

What could be the problem here? btw let me know if anyone wants to see logs from /var/log/messages

View 5 Replies View Related

Ubuntu :: Wifi Crashes While Live Stream Video Is Running On 10.04?

May 9, 2010

I have a Dell Inspiron 6400 running Windows 7 64bits and Ubuntu 10.04 64bits. My problem is that when I'm connected to my wireless router the connection crashes when I watch a live stream video such ..... or something else. It does not happen when I'm connected via cable to the router nor in Windows 7 when I'm connected via wifi.

View 1 Replies View Related

Ubuntu Installation :: Natty Crashes To Black Screen But Is Still Running?

Apr 29, 2011

At random times, natty crashes for no obvious reason. The desktop will freeze for about 3 seconds, and then everything goes black. But it seems that everything is still running, because I was able to hit ctrl-Alt-f1 and it worked. This has happened ever since I upgraded to natty yesterday, but is becoming more frequent

View 9 Replies View Related

Fedora :: Download / Installing Eclipse Returning "no Package Eclipse Available"

May 13, 2011

I am new to Fedora (I have always used ubuntu in the past), and I am trying to download eclipse. Unfortunately, "sudo yum install eclipse" is returning "no package eclipse available". I think this means that I am missing the correct repo, but I'm not sure which is the right one and don't know how to add it to my repo list for this version. My version of fedora is centos5 based, and my current repo list is the following:

[Code]...

View 4 Replies View Related

General :: Can't Launch Eclipse Through SSH?

Jan 12, 2011

I'm trying to install Java IDE for developers through VMware using CentOS 5.5, dunno how to launch and to source it

View 1 Replies View Related

General :: Creating C++ GUI In Eclipse?

Oct 15, 2010

I am trying to create c++ GUI using eclipse in kubuntu!! but the problem is that i dont know how to create one.

View 2 Replies View Related

General :: Debugging Not Possible In Eclipse?

Feb 28, 2011

I tried to debug a C++ project in Eclipse Helios, last release. I set breakpoints in some non-main functions, but the debug function never stops there, and I get a warning message which says

"breakpoint attribute problem installation failed" What could be the reason?

PS: The same problem also happens with Eclipse Galileo, last release PS2: I found here info about the bug but no solution:[URL]..

View 1 Replies View Related

General :: Debugging In Eclipse IDE Causes GUI Freeze

Mar 11, 2010

Recently I have been having trouble debugging in Eclipse. I an writing a Java Applet and testing it using Eclipse's Applet Viewer but when I attempt debug mode it sometimes causes my GUI to freeze. I am able to break out to the prompt using ctrl-alt-f1 and restart the gui, but that's annoying because I then have to restart all the apps running on it.

Eclipse (Galileo)
Java JDK 1.6
Ubuntu 9.10 with Gnome 2.28.1

View 4 Replies View Related

General :: Installling CDT In Eclipse Kubuntu?

Oct 14, 2010

i AM TRYING TO INSTALL CDT IN ECLIPSE IN KUBUNTU BUT I am having an error:

An error occurred while installing the items session context wasprofile=PlatformProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Install, operand=null --> [R]org.eclipse.cvs 1.0.400.v201002111343, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallBundleAction).

The artifact file for osgi.bundle,org.eclipse.cvs,1.0.400.v201002111343 was not found.

View 1 Replies View Related

General :: Phasing In Closing Eclipse?

Jul 1, 2011

This is gopal,I am phasing problem in closing emulator in linux.After completion of successful execution if i am trying to close the emulator it wont close only choice is to force quit.

View 1 Replies View Related

General :: Unable To Launch Eclipse In (red-hat)

Mar 15, 2011

I am using a virtual terminal red-hat and want to install eclipse for c development IDE.

1. I have java 1.6 installed previouse. the java path is configured properly.

2. I downloaded the latest eclipse helios 32bit from eclipse.org

3. I unzip the tar.gz file (eclipse-cpp-helios-linux-gtk.tar.gz)

4. in the eclipse diretory, I try to launch the eclips. but got an error: ./eclipse: /lib/i686/libc.so.6: version 'GLIBC_2.3' not found (required by ./eclipse).

I set LD_LIBRARY_PATH=/lib/i686. and no luck either.

View 8 Replies View Related

General :: Apps On SLAX Does Not Run / Solve This?

Oct 26, 2010

How to solve this:
I've installed GIMP 2.7.1 (OS Slax), but it doesn't work. Clicking on icon doesn't start GIMP.

In Shell:
kdesu /usr/bin/gimp
gimp: symbol lookup error: /usr/lib/libgegl-0.1.so.0: undefined symbol: g_dgettext

I cannot run most of apps, including mono.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved