AffineEdges-crash on Linux-systems

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Simon
Posts: 7
Joined: Mon Feb 16, 2004 11:06 am

AffineEdges-crash on Linux-systems

Post by Simon » Tue Feb 17, 2004 12:51 pm

Hi,
the VM crashes (on two different systems) while rendering a PieChart :
System 1:
java . . . . : build 1.4.1_02-b06
tomcat . . . : tomcat 4.0.6
apache . . . : apache1.3
OS . . . . . : Linux 2.4.20-64GB-SMP

System 2:
JDC
java . . . . : build 1.4.1_02-b06
tomcat . . . : tomcat 4.0.6
apache . . . : apache1.3
OS . . . . . : Linux version 2.4.24(Red Hat Linux 7.3 2.96)

The error message is:

"An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x98A3AAFF
Function=mlib_AffineEdges+0x77F
Library=/vocal/local/j2sdk1.4.1_02/jre/lib/i386/libmlib_image.so

Cannot obtain thread information"

The problem seems to be related to the antialiasing - setting of my PieChart and does not occur on Windows-systems.

I would appreciate any help...

Simon

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Tue Feb 17, 2004 5:02 pm

Anything that crashes the JVM will be something that Sun will want to know about. Last year there was a similar type of problem that we reduced to a simple test case - I reported it via Sun's bug database and it got fixed reasonably quickly. See this thread for details:

http://www.jfree.org/phpBB2/viewtopic.php?t=2707

My own motivation to chase bugs for Sun has diminished following an incident at the end of last year when one of their forum administrators told me that announcing new releases of JFreeChart in the java.sun.com forums is "considered a form of spam". But if you find the underlying cause of the problem, I'll try to add a workaround (if it is possible) to JFreeChart to cover until the bug in the JDK is fixed.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked