Skip to content

New test class causes crash on x86 with PythonEngine.Initialize #946

@lostmsu

Description

@lostmsu

See the new test class in #901

AccessViolationException gets thrown in the line PyImport_ImportModule("platform") in Runtime.InitializePlatformData when a release build is tested using NUnit console runner.

nunit3-console.exe --x86 src\embed_tests\bin\publish\Python.EmbeddingTest.dll

Removal of initialization code makes tests succeed:

[OneTimeSetUp]
public void SetUp() {
    PythonEngine.Initialize();
}

[OneTimeTearDown]
public void Dispose() {
    PythonEngine.Shutdown();
}

The initialization code on its own may not be the cause, as there are other classes, that use the same pattern. Must be something in conjunction with the actual tests.

Note, that disabling feature implemented by #901 by commenting out code in TypeManager does not resolve the problem, e.g. it crashes anyway.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy