Skip to content
Snippets Groups Projects
Commit 2ee1e694 authored by Ben Gamari's avatar Ben Gamari
Browse files

users guide: Add note about #11108 to bugs section

parent bc977c22
No related merge requests found
...@@ -564,6 +564,14 @@ checking for duplicates. The reason for this is efficiency, pure and simple. ...@@ -564,6 +564,14 @@ checking for duplicates. The reason for this is efficiency, pure and simple.
</para> </para>
</listitem> </listitem>
<listitem>
<para>There is known to be maleficent interactions between weak
references and laziness. Particularly, it has been observed that placing a thunk
containing a reference to a weak reference inside of another weak reference may
cause runtime crashes. See <ulink
href="https://ghc.haskell.org/trac/ghc/ticket/11108">Trac #11108</ulink>
for details.</para>
</listitem>
</itemizedlist> </itemizedlist>
</sect2> </sect2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment