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


ADVERTISEMENT

Debian Configuration :: Virtualbox Crashes When Fullscreen Is Activated

Sep 22, 2015

I have installed installed Debian 9 (stretch/unstable) which has GNOME 3.16.3 and runs Linux kernel 4.1.0-2 by default in Virtualbox 5.0. The host OS is Windows 8.1 On each instance of activating full screen mode in the VM, a freeze occurs then an abrupt close (abort).

I am inclined to believe that this problem resides in the OS (Debian 9) rather than Virtualbox or the Host. The reason being is that prior to installing Debian 9 (today) I had Jessie installed for quite some time where this error/issue never surfaced.

This issue is rather complicated in the sense that if alternating between full screen and normal mode quickly, this occurs whereas, if done every 10 seconds or thereabout it happens almost seamlessly. Also, if 3DAcceleration is switched off that doesn't occur.

How do I find the root of this problem and a resolution to it?

Virtualbox Log File: [URL] .....

View 8 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

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

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 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

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

Slackware :: Eclipse Crash In Slackware 13.1 Every Couple Minuts / Fix It?

Feb 11, 2011

I run Slackware 13.1 x64. Problem is when I run eclipse, it works couple minuts and then crash. I run from shell and this is message what I got. code...

View 9 Replies View Related

Slackware :: Installing Eclipse PDT On 64

Apr 5, 2010

what is the best way to install Eclipse PDT on Slackware 13.0 64 bit?

View 2 Replies View Related

Software :: Install Flash Player And Eclipse On Slackware?

Nov 5, 2010

How to install flash player and eclipse on Slackware 13.1 ?

View 2 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 :: 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 :: KDE Crashes In The 13.37?

Jun 8, 2011

I just installed Slackware 13.37 on an old IBM Netvista and when I try to start KDE it gets through most of the splash screen and then crashes with the following error messages: Segmentation fault at address 0x4

Fatal server error: Caught signal 11 (Segmentation fault). Server aborting

[code]...

lspci shows I have an Nvidia chip: NV6 Vanta/Vanta LT rev 15 Other GUIs, such as Fluxbox, do not crash, so I think the problem may be with KDE, but I am at a loss. Has anyone seen or solved such a problem? I have not posted /var/log/Xorg.0.log because the KDE error message above seems more detailed.

View 9 Replies View Related

Slackware :: Amaya On 13.1 64 Crashes X?

Nov 12, 2010

I had been using Amaya on Slackware 13.1 32bit with no problems. I then upgraded to 64 bit, basically because of one program. Now, I cannot run Amaya. It crashes X. In my efforts to solve this I cannot find an X log with entries related to the crash. The console after the crash only shows the last lines of the output. I cannot scroll back to view the source of the errors. Is there a way to redirect error output from an X crash to a file for later analysis?

View 6 Replies View Related

Slackware :: X Crashes With Current (3/1/10)

Mar 4, 2010

I just made a current iso and installed current and when I tried to start X the screen was washed out in a rainbow kaleidoscope pattern. I exited out and ran xorgset and Xorg -configure. Both of these hardlocked my system.

BTW Im using a geforce 8800GT. i tried installed the nvidia driver but it still locks when I run xorgsetup.

I have to go to work, so I will post the logs when I get home

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

Slackware :: Dolphin Crashes And Dbus

Oct 6, 2010

I am running 64-bit current. I have not identified which update started the Dolphin crashes, but it recently has been happening very often, usually within a few seconds of starting it, but not always.

Googling suggested that it might be a dbus issue, so I rolled my own package using dbus-1.4.0 and the slackbuild from the 64 bit current source.

Dolphin has been rock solid since. I noticed that there was an 'allow root globally' patch which I commented out. I am guessing that this may affect applications that I have not used yet or the issue has been fixed in version 1.4.

I have not seen any evidence that other current users have had this problem, but maybe Robby would consider an upgrade?

View 3 Replies View Related

Slackware :: X Crashes When Screensaver Activates

May 8, 2011

I'm having an issue with the screensaver activating. It crashes X. It doesn't matter which screensaver I use.

[code]...

I have an intel 915 chipset I believe. Might anyone know how to fix this?

View 12 Replies View Related

Slackware :: Installed - 64 - Dolphin Crashes Many Times

Nov 1, 2010

I've installed slackware64 up to date and have a annoying problem:

Dolphin crashes many times.

Here is some debug info:

View 10 Replies View Related

Slackware :: Several X-server Crashes Since Update From Last Monday

Jan 13, 2011

I'm running Slackware64-current. Since the upgrade of last Monday I'm experiencing several crashes of the X-server. It begins with an issue that one Window, e.g. Konsole or Firefox don't become active when clicking them. After some seconds the screen becomes dark and I end up on the console. First error I saw was from akonadi. Deinstalling akonadi didn't change anything. But there is an errormessage about a segmentation-fault in the Xorg.0.log. I'll append the logfile to this post. My graphics-card is an ATI HD5470 and have fglrx installed, downloaded from ATI. My kernel is

Code:
Linux samsung 2.6.35.10 #3 SMP Thu Jan 6 20:03:53 CST 2011 x86_64 AMD Athlon(tm) II Dual-Core M320 AuthenticAMD GNU/Linux

View 7 Replies View Related

Slackware :: Krusader Compile Crashes In Current

May 2, 2010

Running slackware-current

The krusader slackbuild crashes on my machine with the following error, see attached.

View 3 Replies View Related

Slackware :: Okular Crashes When Opening .pdf File

May 16, 2011

Since I installed Slackware 13.37 I'm having problems with Okular. Whenever you open a .pdf file, it crashes immediately. Opening other file formats works fine.

View 2 Replies View Related

Slackware :: 13.37 64bit Vmware Install Crashes Kde?

Apr 28, 2011

I have installed (twice) slackware 13.37 64 bit on a virtual machine (vmware workstation 7). But when i try to startx the kde window starts to load and the harddrive on the kde startscreen shows and then it crashes. Anybody that running slackware 13.37 on a virtual machine?

View 10 Replies View Related

Slackware :: 64 Crashes After Booting Generic Kernel (64 Bit)?

May 3, 2011

I've installed Slackware64 on a Toshiba Qosmio laptop (booting with ext4, SAMSUNG HM500JI HDD, 3 GB Ram, Intel Core 2 Duo Processor, Intel chipset and graphics).The system boots the huge kernel just fine. But after booting with the generic kernel AND after having prepared a mkinitrd with the mkinitrd generator, the boot process crashes at ~4sec with a panic.

View 14 Replies View Related

Slackware :: Sonar Screen Saver Crashes KDE

Dec 17, 2010

After the last kde updates, when i try to set up the Sonar screensaver to ping 254 hosts it crashes KDE and returns to login screen. Does any one have that response from sonar or am i alone? Edit: slackware-current, no compositing, Asus EEEPC 1215N

View 10 Replies View Related

Slackware :: Upgrade To Current - Crashes After Reboot

Jan 20, 2010

First: I upgraded my slackware 13.0 last night (Philippine time) to -current. I just download the while current tree (except for source) and copied to my home dir, then do the slackpkg commands.

#1 Added a mirror to my home directory pointing the slackware-current tree.
#2 slackpkg update
#3 slackpkg install-new
#4 slackpkg upgrade-all
#5 slackpkg clean-system
#6 lilo was configured
#7 reboot

It successfully upgraded. Although I'm aware that I have installed openchrome driver and drm kernel module when it was slackware 13.0.

After a reboot, it crashes in between the boot time, if I was not mistaken, I read ACPI something on the bottom of the console, then the screen flickers and goes blank. It locks up there.

By the way, it is a laptop with VIA chipset on it.

(Using the Slackware 13.0 DVD, I booted using hugesmp.s root=/dev/sda3 rdinit= ro for the rescue.)

Trying to fix it by myself (no internet at home) I tried to look at /var/log/messages and cannot find what is the cause (newbie mode). I also tried to disable some services such as hald, httpd, mysqld, bluetooth, wicd, wireless, the old kernel and some others at /etc/rc.d/ by removing the execute bit.

After a restart, still the problem exists.

Now, I finally backup the whole home dir, moved to home-bak and decided to install the fresh slackware-current instead.

Second: I used the 13.0 installer, then setup slackware using the pre-mounted directory containing the slackware-current tree. I only deleted the files except for home-bak and not reformat the drive.

It actually installs, but after the reboot (using the new 2.6.32.3 kernel), still the problem persists.

View 9 Replies View Related







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