You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./inja_test
[doctest] doctest version is "2.4.9"
[doctest] run with "--help" for options
===============================================================================
/home/kubo/inja/test/test-functions.cpp:3:
TEST CASE: functions
math
/home/kubo/inja/test/test-functions.cpp:3: FATAL ERROR: test case CRASHED: SIGSEGV - Segmentation violation signal
===============================================================================
/home/kubo/inja/test/test-functions.cpp:3:
TEST CASE: functions
DEEPEST SUBCASE STACK REACHED (DIFFERENT FROM THE CURRENT ONE):
math
===============================================================================
[doctest] test cases: 7 | 6 passed | 1 failed | 8 skipped
[doctest] assertions: 33 | 33 passed | 0 failed |
[doctest] Status: FAILURE!
Segmentation fault (core dumped)
I inserted the following line here and ran tests.
inja_test
got SIGSEGV as follows.Inserting the following code here fixes SIGSEGV.
The text was updated successfully, but these errors were encountered: