Skip to content

Commit caad8b2

Browse files
authored
Add a README note referencing FreeBSD Pkg segfaults (#23613)
1 parent 1875957 commit caad8b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,9 @@ Some known issues on FreeBSD are:
256256
* The x86 architecture does not support threading due to lack of compiler runtime library support, so you may need to
257257
set `JULIA_THREADS=0` in your `Make.user` if you're on a 32-bit system.
258258

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+
259262
### Windows
260263

261264
In order to build Julia on Windows, see [README.windows](https://github.com/JuliaLang/julia/blob/master/README.windows.md).

0 commit comments

Comments
 (0)