bloomberg / memray

Memray is a memory profiler for Python
https://bloomberg.github.io/memray/
Apache License 2.0
13.14k stars 391 forks source link

Memray ERROR: Invalid record subtype when creating new Thread in v.1.13.4 #674

Open bore-741 opened 2 weeks ago

bore-741 commented 2 weeks ago

Is there an existing issue for this?

Current Behavior

No response

Expected Behavior

No response

Steps To Reproduce

1.os is linux 2.run with command :memray run -f --follow-fork -m my module 3.Before creating a new thread, memray can analyze the profile file normally. After creating a new thread, memray summary/stats/flamegraph, etc. will prompt ⠋ Computing statistics... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--Memray ERROR: Invalid record subtype

Memray Version

1.13.4

Python Version

3.7

Operating System

Linux

Anything else?

No response

pablogsal commented 2 weeks ago

Can you please give us the code in "my_module" so we can try to reproduce on our end?