Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 439879 - Eclipse Luna crashes when attempting to browse files for importing existing Maven projects
Summary: Eclipse Luna crashes when attempting to browse files for importing existing M...
Status: CLOSED DUPLICATE of bug 427776
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.4   Edit
Hardware: PC Linux
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-18 06:04 EDT by Corrado Boscarino CLA
Modified: 2014-07-18 10:40 EDT (History)
2 users (show)

See Also:


Attachments
An error report file with more information (141.29 KB, text/x-log)
2014-07-18 06:04 EDT, Corrado Boscarino CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Corrado Boscarino CLA 2014-07-18 06:04:31 EDT
Created attachment 245181 [details]
An error report file with more information

Eclipse Luna crashes when: File->Import->Maven->Existing Maven Projects [Next] [Browse] <CRASH>

------------------------------------------------------------------------------
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized.  Will retry after the state location is initialized.
org.eclipse.m2e.logback.configuration: Logback config file: /home/corrado/test/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.5.0.20140606-0033.xml
org.eclipse.m2e.logback.configuration: Initializing logback
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007ffa7d7a1af6, pid=8873, tid=140714347587328
#
# JRE version: Java(TM) SE Runtime Environment (8.0_11-b12) (build 1.8.0_11-b12)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.11-b03 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libgdk-3.so.0+0x32af6]  gdk_window_get_support_multidevice+0x16
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/corrado/hs_err_pid8873.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Comment 1 Arun Thondapu CLA 2014-07-18 10:40:14 EDT
Seems like a bug specific to Ubuntu 13.10 (GTK+ 3.8.x) which has been fixed in Ubuntu 14.04 according to comments in bugs 427776 and 425692.

*** This bug has been marked as a duplicate of bug 427776 ***