User-agent: Mozilla Thunderbird 1.0 (Macintosh/20041206)
BOB wrote on 4/8/05 15:53:
> Seeing if I could reproduces the crash using:
> - create new Web Application
> - (click randomly around in the IDE)
> - right click on the web app project, Run
> - (click randomly around in the IDE)
>
> The message from the log file this time around was a little different...
> (note i had disabled the Xverify:none parameter in netbeans.conf )
>
>
>
> *0 com.apple.CoreGraphics 0x93621c6c CGFontGetUseIntegerAdvances + 0*c
>
> Thread 15 Crashed:
> 0 com.apple.CoreGraphics 0x93621c6c CGFontGetUseIntegerAdvances + 0
> 1 libawt.jnilib 0x78f12348
> Java_sun_awt_font_NativeFontWrapper_getFontMetrics + 0xdc
>
more or less the same. Font handling.
I entered a bit more info into
http://www.netbeans.org/issues/show_bug.cgi?id=57664
Short recap here
- the fonts installed on the system don't have any effects. I removed
both ~/Library/Fonts and /Library/Fonts elsewhere, keeping only
/System/Library/Fonts. Still crashing
- the only thing which seems to help is patching java.awt.Font to remove
finalize(). Doing so causes native font data to leak but I haven't
managed to crash the JVM with the patch. But this can hardly be a solution
--trung
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden