You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by "Tihua Duan (Jira)" <ji...@apache.org> on 2021/10/12 13:13:00 UTC

[jira] [Created] (FREEMARKER-198) Deadlock occurs during initialization in parallel test environment.

Tihua Duan created FREEMARKER-198:
-------------------------------------

             Summary: Deadlock occurs during initialization in parallel test environment.
                 Key: FREEMARKER-198
                 URL: https://issues.apache.org/jira/browse/FREEMARKER-198
             Project: Apache Freemarker
          Issue Type: Bug
          Components: engine
    Affects Versions: 2.3.31
            Reporter: Tihua Duan


I'm testing freemaker code on two SBT tests, The first code is
{code:java}
val config = new Configuration(Configuration.VERSION_2_3_31)
val d = new DefaultObjectWrapper()
println(d.getJythonSupport){code}
Another is
{code:java}
val d = new DefaultObjectWrapper()
println(d.getJythonSupport){code}
When I tested them in parallel, waiting for each other happened.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)