Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libpython3.8.so.1.0+0xfc9e0] PyType_IsSubtype+0x0 #543

Open
mwxiaomao opened this issue Jul 7, 2024 · 1 comment
Open

[libpython3.8.so.1.0+0xfc9e0] PyType_IsSubtype+0x0 #543

mwxiaomao opened this issue Jul 7, 2024 · 1 comment

Comments

@mwxiaomao
Copy link

mwxiaomao commented Jul 7, 2024

Describe the problem
A clear and concise description of what the problem is.

Environment (please complete the following information):

  • OS Platform, Distribution, and Version: mac 10.12
  • Python Distribution and Version: 3.8
  • Java Distribution and Version: 1.8
  • Jep Version: 4.2.0
  • Python packages used (e.g. numpy, pandas, tensorflow): No

When running the same script with different SubInterpreter class objects. First success, second failure, and program crash!The program is simple, only calling a network request API.

A fatal error has been detected by the Java Runtime Environment:

SIGSEGV (0xb) at pc=0x00007fdecd6d39e0, pid=11436, tid=0x00007fdf54eef700

JRE version: Java(TM) SE Runtime Environment (8.0_251-b08) (build 1.8.0_251-b08)
Java VM: Java HotSpot(TM) 64-Bit Server VM (25.251-b08 mixed mode linux-amd64 compressed oops)
Problematic frame:
C [libpython3.8.so.1.0+0xfc9e0] PyType_IsSubtype+0x0

@ndjensen
Copy link
Member

Since the program is simple, can you provide it or an example that replicates the crash so we can try to reproduce the crash? You listed that you weren't using Python packages, is that correct? Most likely the crash is related to a CPython extension module if you are using one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants