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 df3c9d5 commit 313208dCopy full SHA for 313208d
ext/symengine/symengine.c
@@ -207,4 +207,5 @@ void Init_symengine() {
207
rb_define_module_function(m_symengine, "lucas", cntheory_lucas, 1);
208
rb_define_module_function(m_symengine, "binomial", cntheory_binomial, 2);
209
210
+ symengine_print_stack_on_segfault();
211
}
0 commit comments