We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d309686 commit d2b3aabCopy full SHA for d2b3aab
crates/ark/src/main.rs
@@ -259,7 +259,8 @@ fn main() {
259
logger::initialize(log_file.as_deref());
260
261
// Register segfault handler to get a backtrace. Should be after
262
- // initialising `log!`.
+ // initialising `log!`. Note that R will not override this handler
263
+ // because we set `R_SignalHandlers` to 0 before startup.
264
stdext::traps::register_trap_handlers();
265
266
// Initialize harp.
0 commit comments