Gerald Quintana wrote:
>
> Hi,
>
> I've just installed java3d on my JDK 1.2.2 RC2 (Linux Mandrake 6.x), but
> the examples which use texture doesn't work. For example BillBoard,
> TextureTest...
>
> The error message is:
> method unknown (eip = 65000a0b)
> SIGSEGV 11* segmentation violation
> si_signo [11]: SIGSEGV 11* segmentation violation
> si_errno [0]: Succčs
> si_code [0]: SI_USER [pid: 0, uid: 0]
> stackpointer=0x2f6ac098
I've seen the similar error once yestersday while testing my own
application:
Running Potato uptodate glibc with JDK1.2.2 RC4
My errror is here
SIGSEGV 11* segmentation
violation
si_signo [11]: SIGSEGV 11* segmentation
violation
si_errno [0]:
Success
si_code [0]: SI_USER [pid: 0, uid:
0]
stackpointer=0xbe3ff5f4
Full thread dump Classic VM (Linux_JDK_1.2.2_RC4, native
threads):
"Screen Updater" (TID:0x428c4390, sys_thread_t:0x868f7f0, state:R,
native ID:0x340c) prio=4
at sun.awt.ScreenUpdater.run(ScreenUpdater.java, Compiled
Code)
"Thread-1" (TID:0x428b7848, sys_thread_t:0x4d007108, state:CW,
native ID:0x280b) prio=1
at java.lang.Object.wait(Native
Method)
at java.lang.Object.wait(Object.java, Compiled
Code)
at com.terabeam.town.MyThread.run(MyThread.java, Compiled
Code)
"TimerQueue" (TID:0x428e6f20, sys_thread_t:0x4ce84b00, state:CW,
native ID:0x240a) prio=5
at java.lang.Object.wait(Native
Method)
at javax.swing.TimerQueue.run(TimerQueue.java, Compiled
Code)
at java.lang.Thread.run(Thread.java, Compiled
Code)
"Thread-0" (TID:0x428e8d40, sys_thread_t:0x4ce22020, state:CW,
native ID:0x2009) prio=1
at java.lang.Object.wait(Native
Method)
at java.lang.Object.wait(Object.java, Compiled
Code)
at
com.terabeam.town.GUIBeamLocation$UpdateThread.run(GUIBeamLocation.java,
Compiled Code)
"Image Fetcher 0" (TID:0x428f8f30, sys_thread_t:0x8359030, state:CW,
native ID:0x1c08) prio=8
at java.lang.Object.wait(Native
Method)
at sun.awt.image.ImageFetcher.nextImage(ImageFetcher.java,
Compiled Code)
at sun.awt.image.ImageFetcher.fetchloop(ImageFetcher.java,
Compiled Code)
at sun.awt.image.ImageFetcher.run(ImageFetcher.java, Compiled
Code)
"AWT-Motif" (TID:0x428ee420, sys_thread_t:0x82baec8, state:R, native
ID:0x1807) prio=5
at sun.awt.motif.MToolkit.run(Native
Method)
at java.lang.Thread.run(Thread.java, Compiled
Code)
"SunToolkit.PostEventQueue-0" (TID:0x428edf78,
sys_thread_t:0x82a9ee0, state:CW, native ID:0x1406)
prio=5
at java.lang.Object.wait(Native
Method)
at java.lang.Object.wait(Object.java, Compiled
Code)
at sun.awt.PostEventQueue.run(SunToolkit.java, Compiled
Code)
"AWT-EventQueue-0" (TID:0x428edfa8, sys_thread_t:0x8336cd8, state:R,
native ID:0x1005) prio=6
at
sun.awt.motif.X11InputMethod.<clinit>(X11InputMethod.java:52)
at sun.awt.motif.MToolkit.getInputMethodAdapter(MToolkit.java,
Compiled Code)
at
sun.awt.im.InputContext.getInputMethodInstance(InputContext.java,
Compiled Code)
at
sun.awt.im.InputContext.getInputMethodInstance(InputContext.java,
Compiled Code)
at sun.awt.im.InputContext.getInputMethod(InputContext.java,
Compiled Code)
at sun.awt.im.InputContext.dispatchEvent(InputContext.java,
Compiled Code)
at
sun.awt.im.InputMethodContext.dispatchEvent(InputMethodContext.java,
Compiled Code)
at java.awt.Component.dispatchEventImpl(Component.java, Compiled
Code)
at java.awt.Container.dispatchEventImpl(Container.java, Compiled
Code)
at java.awt.Window.dispatchEventImpl(Window.java, Compiled
Code)
at java.awt.Component.dispatchEvent(Component.java, Compiled
Code)
at java.awt.EventQueue.dispatchEvent(EventQueue.java, Compiled
Code)
at
java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java,
Compiled Code)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java,
Compiled Code)
at java.awt.EventDispatchThread.run(EventDispatchThread.java,
Compiled Code)
"Finalizer" (TID:0x428c9320, sys_thread_t:0x80d0aa0, state:CW,
native ID:0xc04) prio=8
at java.lang.Object.wait(Native
Method)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java,
Compiled Code)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java,
Compiled Code)
at
java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174)
"Reference Handler" (TID:0x428c93b0, sys_thread_t:0x80d02c8,
state:CW, native ID:0x803)
prio=10
at java.lang.Object.wait(Native
Method)
at java.lang.Object.wait(Object.java, Compiled
Code)
at
java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114)
"SIGQUIT handler" (TID:0x428c93e0, sys_thread_t:0x80cff38, state:R,
native ID:0x402) prio=5
"main" (TID:0x428c91e0, sys_thread_t:0x80532a8, state:MW, native
ID:0x400) prio=5
at java.lang.ClassLoader.findBootstrapClass(Native
Method)
at java.lang.ClassLoader.loadClass(ClassLoader.java, Compiled
Code)
at java.lang.ClassLoader.loadClass(ClassLoader.java, Compiled
Code)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java,
Compiled Code)
at java.lang.ClassLoader.loadClass(ClassLoader.java, Compiled
Code)
at
com.terabeam.town.entries.EntryGUIRegistry.addDefaultMenus(EntryGUIRegistry.java,
Compiled Code)
at com.terabeam.town.GUITop.<init>(GUITop.java, Compiled
Code)
at com.terabeam.town.GUITop.main(GUITop.java, Compiled
Code)
Monitor Cache
Dump:
com.terabeam.town.GUIBeamLocation$UpdateThread@428E8D40/429FD8A8:
<unowned>
Waiting to be
notified:
"Thread-0"
(0x4ce22020)
java.lang.ref.ReferenceQueue$Lock@428C9338/428FED78:
<unowned>
Waiting to be
notified:
"Finalizer"
(0x80d0aa0)
sun.awt.PostEventQueue@428EDF78/42A04FA0:
<unowned>
Waiting to be
notified:
"SunToolkit.PostEventQueue-0"
(0x82a9ee0)
java.lang.ref.Reference$Lock@428C93C0/428FE8A8:
<unowned>
Waiting to be
notified:
"Reference Handler"
(0x80d02c8)
java.lang.Class@428C3F78/42B0DCE8: owner "main" (0x80532a8) 1
entry
<unknown key> (0x428c4379): owner "Screen Updater" (0x868f7f0) 1
entry
com.terabeam.town.MyThread@428B7848/429B3200:
<unowned>
Waiting to be
notified:
"Thread-1"
(0x4d007108)
java.util.Vector@428F8EA0/42AA0798:
<unowned>
Waiting to be
notified:
"Image Fetcher 0"
(0x8359030)
sun.awt.im.InputMethodContext@428B39E0/42BBED50: owner
"AWT-EventQueue-0" (0x8336cd8) 1
entry
sun.misc.Launcher$ExtClassLoader@428CDC40/42920180: owner "main"
(0x80532a8) 1 entry
javax.swing.TimerQueue@428E6EE0/42A7A0C0:
<unowned>
Waiting to be
notified:
"TimerQueue"
(0x4ce84b00)
sun.misc.Launcher$AppClassLoader@428CE488/429215C0: owner "main"
(0x80532a8) 3 entries
Registered Monitor
Dump:
PCMap lock:
<unowned>
utf8 hash table:
<unowned>
JNI pinning lock:
<unowned>
JNI global reference lock:
<unowned>
BinClass lock:
<unowned>
Class linking lock:
<unowned>
System class loader lock: owner "AWT-EventQueue-0" (0x8336cd8) 1
entry
Waiting to
enter:
"main"
(0x80532a8)
Code rewrite lock:
<unowned>
Heap lock:
<unowned>
Monitor cache lock: owner "Screen Updater" (0x868f7f0) 1
entry
Thread queue lock: owner "Screen Updater" (0x868f7f0) 1
entry
Monitor registry: owner "Screen Updater" (0x868f7f0) 1
entry
--
binary drivers cause sclerosis of the kernel (mark hahn)
Zdenek Kabelac http://i.am/kabi/ [EMAIL PROTECTED] {debian.org; fi.muni.cz}
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]