Skip to content
Prev 10051 / 12125 Next

[R-pkg-devel] Issue with flang-new (segfault from C stack overflow)

On 12/18/23 16:41, Jisca Huisman wrote:
Thanks.
The segfault handler belongs to R, but it is triggered by the overflow 
in the fortran function. If you ran the example outside R, it would use 
the default segfault handler, which would simply terminate the program 
(possibly creating a core dump, depending on the OS/setup).

Best
Tomas