From: Jeff E. <je...@ad...> - 2002-04-05 20:10:03
|
Sorry guys. This appears to be another manifestation of the JVM crash I reported here a couple of months ago. Jeff Emanuel wrote: > > Has anyone seen anything like this? > > > Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D47AB75 > Function=[Unknown.] > Library=C:\Java\jre\bin\server\jvm.dll > > NOTE: We are unable to locate the function name symbol for the error > just occurred. Please refer to release documentation for possible > reason and solutions. > > Current Java thread: > at org.python.core.PyString.__tojava__(PyString.java) > at org.python.core.ReflectedArgs.matches(ReflectedArgs.java) > at > org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.ja > at org.python.core.PyMethod.__call__(PyMethod.java) > at org.python.core.PyObject.__call__(PyObject.java) > at org.python.pycode._pyx0.writeSurface$85(AiInterp.py:631) > etc. > > > The relevant code is: > > 630 for node in nodeMap.keySet().iterator(): > 631 s = "VRTX %d %f %f %f" % > (nodeMap.get(node),node.x(),node.y(),node.z()) > 632 stream.println(s) > 633 i+=1 > > > > > > _______________________________________________ > Jython-users mailing list > Jyt...@li... > https://lists.sourceforge.net/lists/listinfo/jython-users |