Colleagues,
My code is now compiling on my RH5.2 box. I have
run "rpm -ivh urw-fonts-1.0-3.src.rpm" (as root) to
install the fonts and I ran:
% g++ -shared -o /usr/local/lib/libstdc++-libc6.0-1.so.2 -lm
%ldconfig
When I try to run my code (which is swing
intensive), I get a series of complaints about my fonts,
then a SIGSEGV 11 with a full thread dump which I have
included.
Edification is invited.
Thank you,
Respectfully
dt
////////////////////////////////////
Font specified in font.properties not found [--zapf
dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
Font specified in font.properties not found [--zapf
dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
SIGSEGV 11* segmentation violation
stackpointer=0xbf3ff368
Full thread dump Classic VM (Linux_JDK_1.2_pre-release-v1, native
threads):
"Screen Updater" (TID:0x41079f08, sys_thread_t:0x8606890, state:CW,
native ID:0x2008) prio=4
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Compiled Code)
at sun.awt.ScreenUpdater.nextEntry(Compiled Code)
at sun.awt.ScreenUpdater.run(Compiled Code)
"Image Fetcher 0" (TID:0x4107fa48, sys_thread_t:0x83f8b30, state:CW,
native ID:0x1c07) prio=8
at java.lang.Object.wait(Native Method)
at sun.awt.image.ImageFetcher.nextImage(Compiled Code)
at sun.awt.image.ImageFetcher.fetchloop(Compiled Code)
at sun.awt.image.ImageFetcher.run(Compiled Code)
"AWT-Motif" (TID:0x41086da0, sys_thread_t:0x8365fd0, state:MW,
native ID:0x1806) prio=5
at sun.awt.motif.MToolkit.run(Native Method)
at java.lang.Thread.run(Compiled Code)
"SunToolkit.PostEventQueue-0" (TID:0x410870e0,
sys_thread_t:0x83ab1b0, state:CW, native ID:0x1405) prio=5
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Compiled Code)
at sun.awt.PostEventQueue.run(Compiled Code)
"AWT-EventQueue-0" (TID:0x410870b0, sys_thread_t:0x83e78a0, state:R,
native ID:0x1004) prio=6
at sun.java2d.loops.DefaultComponent.IntIsomorphicCopy(Native Method)
at sun.java2d.loops.IntRgbToIntRgb.OpaqueBlit(Compiled Code)
at sun.java2d.loops.RasterOutputManager.performOpaqueBlit(Compiled
Code)
at sun.java2d.loops.RasterOutputManager.compositeSrcDst(Compiled Code)
at sun.java2d.loops.RasterOutputManager.renderImage(Compiled Code)
at sun.java2d.SunGraphics2D.renderingPipeImage(Compiled Code)
at sun.java2d.SunGraphics2D.drawImage(Compiled Code)
at sun.awt.motif.X11Graphics.drawImage(Compiled Code)
at javax.swing.JComponent.paint(Compiled Code)
at java.awt.Container.paint(Compiled Code)
at sun.awt.motif.MComponentPeer.handleEvent(Compiled Code)
at java.awt.Component.dispatchEventImpl(Compiled Code)
at java.awt.Container.dispatchEventImpl(Compiled Code)
at java.awt.Window.dispatchEventImpl(Compiled Code)
at java.awt.Component.dispatchEvent(Compiled Code)
at java.awt.EventQueue.dispatchEvent(Compiled Code)
at java.awt.EventDispatchThread.run(Compiled Code)
"Finalizer" (TID:0x4106e320, sys_thread_t:0x81c3460, state:CW,
native ID:0xc03) prio=8
at java.lang.Object.wait(Native Method)
at java.lang.ref.ReferenceQueue.remove(Compiled Code)
at java.lang.ref.ReferenceQueue.remove(Compiled Code)
at java.lang.ref.Finalizer$FinalizerThread.run(Compiled Code)
"Reference Handler" (TID:0x4106e3b0, sys_thread_t:0x81beca8,
state:CW, native ID:0x802) prio=10
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Compiled Code)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114)
"SIGQUIT handler" (TID:0x4106e3e0, sys_thread_t:0x81b7730, state:R,
native ID:0x401) prio=5
"main" (TID:0x4106e1e0, sys_thread_t:0x8143110, state:R, native
ID:0x400) prio=5
at java.awt.Component.show(Compiled Code)
at java.awt.Window.show(Compiled Code)
at java.awt.Component.show(Compiled Code)
at java.awt.Component.setVisible(Compiled Code)
at sofia.base.userinterface.general.SampleDesktop.main(Compiled Code)
Monitor Cache Dump:
java.util.Vector@4107FA08/41131980: <unowned>
Waiting to be notified:
"Image Fetcher 0" (0x83f8b30)
java.lang.ref.ReferenceQueue$Lock@4106E338/410A3D60: <unowned>
Waiting to be notified:
"Finalizer" (0x81c3460)
java.lang.Class@4107BCC8/410EA458: owner "AWT-EventQueue-0"
(0x83e78a0) 1 entry
Waiting to enter:
"AWT-Motif" (0x8365fd0)
java.lang.ref.Reference$Lock@4106E3C0/410A3890: <unowned>
Waiting to be notified:
"Reference Handler" (0x81beca8)
sun.awt.ScreenUpdater@41079F08/41133B40: <unowned>
Waiting to be notified:
"Screen Updater" (0x8606890)
sun.awt.PostEventQueue@410870E0/411159B8: <unowned>
Waiting to be notified:
"SunToolkit.PostEventQueue-0" (0x83ab1b0)
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: <unowned>
Code rewrite lock: <unowned>
Heap lock: <unowned>
Monitor cache lock: owner "AWT-EventQueue-0" (0x83e78a0) 1 entry
Thread queue lock: owner "AWT-EventQueue-0" (0x83e78a0) 1 entry
Dynamic loading lock: <unowned>
Monitor registry: owner "AWT-EventQueue-0" (0x83e78a0) 1 entry
///////////////////////////////////////////////////////////////////
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]