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

Intermittent SIGBUS when spawning viewer from python #6487

Open
jleibs opened this issue Jun 3, 2024 · 2 comments
Open

Intermittent SIGBUS when spawning viewer from python #6487

jleibs opened this issue Jun 3, 2024 · 2 comments
Labels
🪳 bug Something isn't working 💣 crash crash, deadlock/freeze, do-no-start 🐍 Python API Python logging API 📺 re_viewer affects re_viewer itself

Comments

@jleibs
Copy link
Member

jleibs commented Jun 3, 2024

A user reported an intermittent crash when spawning the viewer from python on 0.16:

Rerun caught a signal: SIGBUS
Troubleshooting Rerun: https://www.rerun.io/docs/getting-started/troubleshooting 
Report bugs: https://github.com/rerun-io/rerun/issues 

[2024-06-02T22:05:44Z INFO  re_sdk_comms::server] Hosting a SDK server over TCP at 0.0.0.0:9876. Connect with the Rerun logging SDK.
[2024-06-02T22:05:44Z INFO  re_sdk_comms::server] New SDK client connected: 127.0.0.1:58043
[2024-06-02T22:05:44Z INFO  re_sdk_comms::server] New SDK client connected: 127.0.0.1:58044
   3: re_crash_handler::install_signal_handler::signal_handler
   4: __simple_esappend
   5: std::sys::common::thread_local::fast_local::Key<T>::try_initialize
   6: crossbeam_deque::deque::Stealer<T>::steal
   7: rayon_core::registry::WorkerThread::wait_until_cold
   8: rayon_core::registry::ThreadBuilder::run


Rerun caught a signal: SIGBUS
Troubleshooting Rerun: https://www.rerun.io/docs/getting-started/troubleshooting 
Report bugs: https://github.com/rerun-io/rerun/issues 
@jleibs jleibs added 🪳 bug Something isn't working 🐍 Python API Python logging API 📺 re_viewer affects re_viewer itself labels Jun 3, 2024
@weidenka
Copy link

weidenka commented Jun 4, 2024

Some here on a Silicon Mac with MacOS 14.5 and rerun-sdk-0.16.1.

Rerun caught a signal: SIGBUS
Troubleshooting Rerun: https://www.rerun.io/docs/getting-started/troubleshooting
Report bugs: https://github.com/rerun-io/rerun/issues

   3: re_crash_handler::install_signal_handler::signal_handler
   4: __simple_esappend
   5: <unknown>
   6: <unknown>
   7: <unknown>
   8: <unknown>
   9: <unknown>
  10: <unknown>
  11: <unknown>
  12: <unknown>
  13: <unknown>
  14: <unknown>
  15: <unknown>
  16: eframe::native::app_icon::AppTitleIconSetter::update
  17: <eframe::native::wgpu_integration::WgpuWinitApp as eframe::native::winit_integration::WinitApp>::run_ui_and_paint
  18: eframe::native::run::run_and_return::{{closure}}


Rerun caught a signal: SIGBUS
Troubleshooting Rerun: https://www.rerun.io/docs/getting-started/troubleshooting
Report bugs: https://github.com/rerun-io/rerun/issues

@SeaOtocinclus
Copy link
Contributor

Got another one (rerun viewer was not open)

Rerun caught a signal: SIGBUS
Troubleshooting Rerun: https://www.rerun.io/docs/getting-started/troubleshooting 
Report bugs: https://github.com/rerun-io/rerun/issues 

   3: re_crash_handler::install_signal_handler::signal_handler
   4: __simple_esappend
   5: crossbeam_epoch::sync::once_lock::OnceLock<T>::initialize
   6: crossbeam_epoch::sync::once_lock::OnceLock<T>::initialize


Rerun caught a signal: SIGBUS
Troubleshooting Rerun: https://www.rerun.io/docs/getting-started/troubleshooting 
Report bugs: https://github.com/rerun-io/rerun/issues 

@emilk emilk added the 💣 crash crash, deadlock/freeze, do-no-start label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working 💣 crash crash, deadlock/freeze, do-no-start 🐍 Python API Python logging API 📺 re_viewer affects re_viewer itself
Projects
None yet
Development

No branches or pull requests

4 participants