ovis-hpc / sos

sos pre-release stable.
https://github.com/ovis-hpc/sos/wiki
Other
4 stars 7 forks source link

Containerized arm64 cython --gdb work around #69

Closed narategithub closed 2 years ago

narategithub commented 2 years ago

cython with --gdb option resulted in "segmentation fault" when make built sos python module on arm64 (aarch64) containers. This issue does not appear on x86_64 containers. This patch adds a work around to only enable cython --gdb option for x86_64 architecture.

narategithub commented 2 years ago

@tom95858 I suspect my Pi4 Ubuntu 22.04 is wonky. sos build successfully without this patch on another arm64 machine: Jetson Nano (Ubuntu 18.04). So, I'm closing this one.