Wednesday, January 14, 2015

Eclipse 4.4 in crashing on XFCE 14.04

Run into a problem with Eclipse crashing during file editing, problem very similar to
http://stackoverflow.com/questions/24872995/why-does-my-eclipse-luna-4-4-crash-on-debian-wheezy-7-4-with-oracle-jdk8-64bit
https://bugs.eclipse.org/bugs/show_bug.cgi?id=420550, but non of workarounds worked for me
solution was simple even non obvious:

less /var/log/syslog
....
Jan 14 08:59:21 vdu-ri java: Bluejeans Error: signal 11
Jan 14 08:59:21 vdu-ri java: /usr/lib/mozilla/plugins/nprbjninstallplugin_2.85.47.8.so(+0x67426) [0x7f30da51b426]
Jan 14 08:59:21 vdu-ri java: /lib/x86_64-linux-gnu/libc.so.6(+0x36c30) [0x7f31ce8e6c30]
Jan 14 08:59:21 vdu-ri java: [0x7f31b9752a1f]


Removal of plugin of http://bluejeans.com/ resolved a problem.

No comments:

Post a Comment