twschiller / cupid

Information Mash-up and Visualization Plug-in for Eclipse
Eclipse Public License 1.0
1 stars 0 forks source link

SWT Browser Widget Crashes Eclipse #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

# JRE version: 7.0_25-b15
# Java VM: Java HotSpot(TM) Server VM (23.25-b01 mixed mode linux-x86 )
# Problematic frame:
# C  [ld-linux.so.2+0x95e1]

uname:Linux 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:54 EDT 2009 i686
libc:glibc 2.5 NPTL 2.5 

What is the expected output? What do you see instead?

Eclipse crashes frequently when Cupid is installed

ava frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.eclipse.swt.internal.mozilla.XPCOM._XPCOMGlueStartup([B)I+0
j  org.eclipse.swt.internal.mozilla.XPCOM.XPCOMGlueStartup([B)I+8
j  
org.eclipse.swt.browser.Mozilla.initXULRunner(Ljava/lang/String;)Ljava/lang/Stri
ng;+69
j  
org.eclipse.swt.browser.Mozilla.create(Lorg/eclipse/swt/widgets/Composite;I)V+44
j  
org.eclipse.swt.browser.Browser.<init>(Lorg/eclipse/swt/widgets/Composite;I)V+81
j  org.eclipse.ui.internal.browser.WebBrowserUtil.canUseInternalWebBrowser()Z+59
j  
org.eclipse.wst.server.ui.internal.webbrowser.SwitchBrowserWorkbenchAction.fillM
enu(Lorg/eclipse/swt/widgets/Menu;)V+2
j  
org.eclipse.wst.server.ui.internal.webbrowser.SwitchBrowserWorkbenchAction$1.men
uShown(Lorg/eclipse/swt/events/MenuEvent;)V+41
j  
org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Event
;)V+1180

Original issue reported on code.google.com by Todd.Sch...@gmail.com on 19 Aug 2013 at 2:01

GoogleCodeExporter commented 9 years ago
Based on Eclipse bug reports, this is likely caused by having an Firefox 
instance running when the SWT Browser control is created. This problem should 
be fixed in recent Eclipse builds.

Since the SWT Browser is only used when presenting the data collection 
agreement and survey, I've created a branch (no-usage) that doesn't use any of 
the data collection features.

Original comment by Todd.Sch...@gmail.com on 19 Aug 2013 at 5:38