Skip to content

Commit

Permalink
Adding symptomatic output for R/locale issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Aug 30, 2023
1 parent 737ac05 commit 65229ec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bih-cluster/docs/help/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,16 @@ Yes, please also refer to these guides on possible approaches to find the proble
We are aware of issues for macOS users that are related to locales.
You might see something like the following in your R session or logs.
```
Base R (using macOS) During startup - Warning message:
Setting LC_CTYPE failed, using "C"
*** caught segfault ***
address (nil), cause 'memory not mapped'
```
Note that this is not macOS specific by itself but by macOS using a locale that R does not understand.
Try using `export LC_ALL=C` before calling R.
Expand Down

0 comments on commit 65229ec

Please sign in to comment.