tintin icon indicating copy to clipboard operation
tintin copied to clipboard

core dump in #math

Open dzpao opened this issue 2 years ago • 1 comments

#math foo {922337203685477580 * 98 / ( 100 - 101 )}
Arithmetic exception (core dumped)

This problem exists in both master and beta versions.

dzpao avatar Nov 19 '22 23:11 dzpao

This is an issue with C and not with tintin. I added a floating point exception handler which may or may not result in a crash with a stack dump.

scandum avatar Dec 14 '22 14:12 scandum