Petter Reinholdtsen wrote:

> I ran into some problems when I try to use the AWT.  The test programs
> gives this output, repeated in all eternity:
>
>   native frame:   sun/awt/motif/MComponentPeer.setFont
>   java frame:     sun/awt/motif/MFramePeer.<init> (47, pc = 103)
>   java frame:     sun/awt/motif/MToolkit.createFrame (120, pc = 8)
>   java frame:     java/awt/Frame.addNotify (139, pc = 9)
>   java frame:     java/awt/Window.pack (108, pc = 31)
>   java frame:     FrameTest.main (9, pc = 12)
>
> My question is simple.  Where is this printed.  As far as I can see,
> output from print_exception_backtrace() is formatted completely
> different.  Where does the above output originate?

libruntime/abort.c, in fatal_signal_handler()

xtoph

Reply via email to