search for: lgtspja3f1v

Displaying 1 result from an estimated 1 matches for "lgtspja3f1v".

2024 Jun 30
0
Making use of win32_segv
...ID checks, a reentrancy guard, declare and export a special struct win32_segvinfo from psignal.c, put all the crash reporting in win32_segv(), and move the VEH setup into psignal.c's signal(). (Just don't want to waste the effort if this proves ill-advised.) Without the patch: User at WIN-LGTSPJA3F1V MSYS /c/R/R-svn/src/gnuwin32 $ cat crash.c void crash(void) { *(double*)42 = 42; } User at WIN-LGTSPJA3F1V MSYS /c/R/R-svn/src/gnuwin32 $ ../../bin/R -q -s -e 'dyn.load("crash.dll"); .C("crash")' Segmentation fault # <-- printed by MSYS2 shell With the patch: User a...