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
Seeing the R CMD check action sometimes failing during garbage cleaning on Ubuntu with a segmentation fault. This happens with current and older (#421) versions of EpiNow2 as well as with current and older (#427) versions of StanHeaders:
Example outut:
*** caught segfault ***
address 0x55ec00000004, cause 'memory not mapped'
Traceback:
1: gc()
2: showConnections()
3: cleanEx()
An irrecoverable exception occurred. R is aborting now ...
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered:
Seeing the
R CMD check
action sometimes failing during garbage cleaning on Ubuntu with a segmentation fault. This happens with current and older (#421) versions of EpiNow2 as well as with current and older (#427) versions of StanHeaders:Example outut:
The text was updated successfully, but these errors were encountered: