rstudio / httpuv

HTTP and WebSocket server package for R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macOS: Assertion fails when closing `{httpuv}` server

schloerke opened this issue · comments

Example: https://github.com/rstudio/httpuv/actions/runs/4911951339/jobs/8770464750#step:4:152

Probable failing assertion:

assert(!(handle->flags & UV_HANDLE_CLOSED));

Reprex: Start shiny app then close app. Error is thrown and R session is killed

cc @gadenbuie

Here's the log from installing from source on my Mac M1 with R 4.3: https://gist.github.com/gadenbuie/5e7c103f9b35189f9a657ab47603fc90

Fixed in 1.6.11