We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1875957 commit caad8b2Copy full SHA for caad8b2
README.md
@@ -256,6 +256,9 @@ Some known issues on FreeBSD are:
256
* The x86 architecture does not support threading due to lack of compiler runtime library support, so you may need to
257
set `JULIA_THREADS=0` in your `Make.user` if you're on a 32-bit system.
258
259
+* The `Pkg` test suite segfaults on FreeBSD 11.1, likely due to a change in FreeBSD's default handling of stack guarding.
260
+ See [issue #23328](https://github.com/JuliaLang/julia/issues/23328) for more information.
261
+
262
### Windows
263
264
In order to build Julia on Windows, see [README.windows](https://github.com/JuliaLang/julia/blob/master/README.windows.md).
0 commit comments