*** caught segfault ***; address 0x5573328516d8, cause 'memory not mapped' #705
Unanswered
maxl-amberg
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have built a Shiny app (using the golem framework @ColinFay) and have (so far) deployed it via the shinyapps.io-server making use of GitHub Actions. While the app is working locally, error messages show up from time to time when visiting the webpage on the shinyapps.io-server: "Disconnected from the server: Reload".
For reference, here is the logged messages that I focus on:
Followed by a traceback starting with:
2021-07-13T12:24:26.497790+00:00 shinyapps[4159264]: 1: policy %in% input$recycling_option_choice_checkbox
and ending in:
Please find the full log-file attached.
logs.txt
My first starting points:
Specifically:
policy %in% input$recycling_option_choice_checkbox
in particular, my code looks as follows:This type of subsetting has always worked out but at some point started to fail from time to time (strangly enough, not every time it is initiated by an actionButton).
General starting points:
https://support.rstudio.com/hc/en-us/articles/229848967-Why-does-my-app-work-locally-but-not-on-shinyapps-io-
However, I have so far not found a solution to the problem described above.
Any help appreciated!
Best,
Maxl
Beta Was this translation helpful? Give feedback.
All reactions