Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] swt on solaris(x86)

> 
> This is a multipart message in MIME format.
> --=_alternative 006A5C0E85256B0C_=
> Content-Type: text/plain; charset="us-ascii"
> 
> The solaris drop will be there very soon (probably tomorrow).
> 
> If you can't wait, you can do the following:
> 1) Download the linux drop.
> 2) Recompile the launcher (see launchersrc.zip in the root of eclipse - 
> copy the xpm files in eclipse/splash to where you are compiling) and 
> replace the eclipse/eclipse executable with the result.
> 3) Make sure you have JDK 1.3.0 installed (JDK 1.3.1 should also work) and 
> its on your PATH.

Ha! ok, I'll install 1.3.0,
It used to crash after showing the splash screen.

Thanks.

# uname -rs
SunOS 5.8
#
# java -version
java version "1.2.1"
Solaris VM (build Solaris_JDK_1.2.1_04c, native threads, sunwjit)
#
# ./eclipse
Warning: Cannot convert string "<Key>Escape,_Key_Cancel" to type VirtualBinding
Warning: Cannot convert string "<Key>Home,_Key_Begin" to type VirtualBinding
Warning: Cannot convert string "<Key>F1,_Key_Help" to type VirtualBinding
Warning: Cannot convert string "Shift<Key>F10,_Key_Menu" to type VirtualBinding
Warning: Cannot convert string "<Key>F10,Shift_Key_Menu" to type VirtualBinding
Warning: Cannot convert string "<Key>KP_Enter,_Key_Execute" to type VirtualBinding
Warning: Cannot convert string "Alt<Key>Return,Alt_Key_KP_Enter" to type VirtualBinding

SIGSEGV   11*  segmentation violation
    si_signo [11]: SIGSEGV   11*  segmentation violation
    si_errno [0]: Error 0
    si_code [1]: SEGV_MAPERR [addr: 0x69f40000]

        stackpointer=8041D50

Exiting Thread (sys_thread_t:0xdfba96a0) : no stack
"Finalizer" (TID:0x8169d58, sys_thread_t:0x8169ca8, state:CW, thread_t: t@6, threadID:0
xdef70d74, stack_bottom:0xdef71000, stack_size:0x20000) prio=8

[1] java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:106)
[2] java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:128)
[3] java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:175)
-------------------
"Reference Handler" (TID:0x8159e60, sys_thread_t:0x8159db0, state:CW, thread_t: t@5, th
readID:0xdefb0d74, stack_bottom:0xdefb1000, stack_size:0x20000) prio=10

[1] java.lang.Object.wait(Object.java:424)
[2] java.lang.ref.Reference$ReferenceHandler.run(Reference.java:107)
-------------------
"Signal dispatcher" (TID:0x8156a08, sys_thread_t:0x8156958, state:MW, thread_t: t@4, th
readID:0xdeff0d74, stack_bottom:0xdeff1000, stack_size:0x20000) prio=10

> 4) Run eclipse as usual.
> 
> Veronika



Back to the top