We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83ae67 commit 5729312Copy full SHA for 5729312
crates/ark/src/test/dummy_frontend.rs
@@ -33,6 +33,11 @@ impl DummyArkFrontend {
33
let frontend = DummyFrontend::new();
34
let connection_file = frontend.get_connection_file();
35
36
+ // Needed!
37
+ unsafe {
38
+ libr::set(libr::R_CStackLimit, usize::MAX);
39
+ }
40
+
41
stdext::spawn!("dummy_kernel", || {
42
crate::start::start_kernel(
43
connection_file,
0 commit comments