Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

import pyroscope crash on arm64 platform! #8

Open
Panlq opened this issue Apr 21, 2022 · 1 comment
Open

import pyroscope crash on arm64 platform! #8

Panlq opened this issue Apr 21, 2022 · 1 comment

Comments

@Panlq
Copy link

Panlq commented Apr 21, 2022

WARNING: The requested image's platform (linux/arm64) does not match the detected host platform (linux/amd64) and no specific platform was requested
root@05f75e64e7d6:/home/app/webapp# uname -a
Linux 05f75e64e7d6 5.10.102.1-microsoft-standard-WSL2 #1 SMP Wed Mar 2 00:30:59 UTC 2022 aarch64 GNU/Linux
root@05f75e64e7d6:/home/app/webapp# python
iPython 3.7.5 (default, Nov 23 2019, 08:56:26)
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyroscope
>>> python: malloc.c:2385: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed.
qemu: uncaught target signal 6 (Aborted) - core dumped
Aborted
pyroscope-io==0.6.0

# pypi index-url 
https://mirrors.huaweicloud.com/repository/pypi/packages/b5/5c/d2215d263c638bdc8aa2b3530554b28b5694790aefa3ae25d1cbc2c27acf/pyroscope_io-0.6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#sha256=a437f9ec181cdac8b31041ff2a6a9f7330203304ef2841393428669d4931312c
@petethepig
Copy link
Member

@Panlq we recently changed the way we build the pip package — it should be more stable on arm64. Can you test to see if you can still reproduce this problem?

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

No branches or pull requests

2 participants