Bug 5802 - EC: ControlExample does not run on Solaris
Summary: EC: ControlExample does not run on Solaris
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: PC Solaris
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Grant Gayed CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-12 12:14 EST by Grant Gayed CLA
Modified: 2001-11-12 15:54 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Grant Gayed CLA 2001-11-12 12:14:24 EST
Executing the control example on Solaris causes the following exception:

An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0xff330620
Function name=memcpy
Library=/usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1

Current Java thread:
 at org.eclipse.swt.internal.motif.OS.XtGetValues(Native Method)
 at org.eclipse.swt.widgets.Control.createWidget(Control.java:437)
 at org.eclipse.swt.widgets.Scrollable.createWidget(Scrollable.java:131)
 at org.eclipse.swt.widgets.Control.<init>(Control.java:69)
 at org.eclipse.swt.widgets.Scrollable.<init>(Scrollable.java:61)
 at org.eclipse.swt.widgets.Text.<init>(Text.java:76)
 at
org.eclipse.swt.examples.controlexample.DialogTab.createExampleWidgets(Dialo
gTab.java:373)
 at
org.eclipse.swt.examples.controlexample.Tab.createTabFolderPage(Tab.java:251
)
 at
org.eclipse.swt.examples.controlexample.ControlExample.<init>(ControlExample
..java:59)
 at
org.eclipse.swt.examples.controlexample.ControlExample.main(ControlExample.j
ava:96)

Dynamic libraries:
0x10000  /usr/bin/../java/bin/../bin/sparc/native_threads/java
0xff350000  /usr/lib/libthread.so.1
0xff390000  /usr/lib/libdl.so.1
0xff200000  /usr/lib/libc.so.1
0xff330000  /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
0xfe480000  /usr/j2sdk1_3_1_01/jre/lib/sparc/client/libjvm.so
0xff2e0000  /usr/lib/libCrun.so.1
0xff1e0000  /usr/lib/libsocket.so.1
0xff100000  /usr/lib/libnsl.so.1
0xff0d0000  /usr/lib/libm.so.1
0xff310000  /usr/lib/libw.so.1
0xff0b0000  /usr/lib/libmp.so.2
0xff080000  /usr/j2sdk1_3_1_01/jre/lib/sparc/native_threads/libhpi.so
0xff050000  /usr/j2sdk1_3_1_01/jre/lib/sparc/libverify.so
0xfe440000  /usr/j2sdk1_3_1_01/jre/lib/sparc/libjava.so
0xff020000  /usr/j2sdk1_3_1_01/jre/lib/sparc/libzip.so
0xfe260000  /usr/lib/locale/en_US.ISO8859-1/en_US.ISO8859-1.so.2
0xfd090000
/home/mdeegler/dev/eclipse/plugins/org.eclipse.swt/ws/motif/libswt-solaris-2
012.so
0xf4980000  /usr/lib/libXm.so.4
0xfd020000  /usr/lib/libXt.so.4
0xfad00000  /usr/lib/libX11.so.4
0xfe160000  /usr/openwin/lib/libSM.so.6
0xfd3d0000  /usr/openwin/lib/libICE.so.6
0xfafd0000  /usr/openwin/lib/libXext.so.0
0xfafa0000  /usr/openwin/lib/libdga.so.1
0xfd3b0000  /usr/openwin/lib/locale/common/xlibi18n.so.2
0xfadc0000  /usr/openwin/lib/locale/common/ximlocal.so.2

Local Time = Fri Nov  9 16:52:33 2001
Elapsed Time = 2
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode)
#
Comment 1 Steve Northover CLA 2001-11-12 15:54:03 EST
Fixed in Text.getNavigationType ()