|
From: James M. <re...@bu...> - 2017-02-28 21:05:41
|
New submission from James Mudd: When running the regression tests on Ubuntu 16.04 with Java version 1.8.0_121 the test_marshal test fails. The error is below. [exec] test test_marshal failed -- multiple errors occurred; run in verbose mode for details The cause of the failure is a StackOverflowError this can be fixed by setting the ThreadStackSize for the JVM larger. I found 3m to be enough so pass -Xss3m to the JVM and the test passes. As this is a test specifically for this i'm not clear that increasing the ThreadStackSize is the best solution or how that option should be added to the tests. Maybe this should be resolved for 2.7.1? ---------- messages: 11144 milestone: Jython 2.7.1 nosy: jamesmudd severity: normal status: open title: test_marshal fails _______________________________________ Jython tracker <re...@bu...> <http://bugs.jython.org/issue2559> _______________________________________ |