megaease / easeprobe

A simple, standalone, and lightweight tool that can do health/status checking, written in Go.
Apache License 2.0
2.18k stars 231 forks source link

Random test failures with SIGBUS: bus error on macos-arm64 #580

Open samanhappy opened 1 month ago

samanhappy commented 1 month ago

We are encountering some random test failures, as shown in the following examples:

These issues seem to have been introduced by PR #570. Additional tests are needed to identify the root cause.

samanhappy commented 1 month ago

There is an existing issue regarding the SIGBUS: bus error in the bytedance/mockey library. We can track that issue as well for any relevant updates.

samanhappy commented 1 month ago

Hi @qdongxu, I noticed from the PR history that you have a Mac with an M1 chip. Could you help us test the bus error issue using your device?