Message11144

Author jamesmudd
Recipients jamesmudd
Date 2017-02-28.21:05:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488315933.3.0.156063818335.issue2559@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2017-02-28 21:05:33jamesmuddsetrecipients: + jamesmudd
2017-02-28 21:05:33jamesmuddsetmessageid: <1488315933.3.0.156063818335.issue2559@psf.upfronthosting.co.za>
2017-02-28 21:05:33jamesmuddlinkissue2559 messages
2017-02-28 21:05:32jamesmuddcreate