<div dir="ltr"><span style="font-size:12.8px">I'm not a GHC developer but I think you should report a bug here: </span><a href="https://ghc.haskell.org/trac/ghc/wiki/ReportABug" target="_blank" style="font-size:12.8px">https://ghc.haskell.org/<wbr>trac/ghc/wiki/ReportABug</a><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I've done it a couple of times and if you provide a reproducible test case it will usually get looked at at some point. </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Managing all the bugs on a mailing list would be a nightmare. If you're worried it might not actually be a bug well they can always just close it. </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 9, 2016 at 10:43 AM, Geraint Jones <span dir="ltr"><<a href="mailto:Geraint.Jones@wolfson.ox.ac.uk" target="_blank">Geraint.Jones@wolfson.ox.ac.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have this little demo which I use for sixth formers which includes<br>
calculating in fairly rapid order the sum of the digits of the<br>
10^9th Fibonacci number.  (I haven't got enough physical memory to<br>
do the same for the 10^10th number without thrashing...)  It fell<br>
over on a flashy new macbook I was going to use for the presentation<br>
the other day; indeed I found I couldn't even calculate the sum of<br>
the digits of the 10^6th number.<br>
<br>
I've reduced the problem to calculating numbers as large as 2^10000000<br>
(as an Integer, of course), which works on all the ghci 7.8.4<br>
implementations I can find on various machines around the department,<br>
but which falls over on the 8.0.1 implementation on my macbook.<br>
<br>
2^1000000 is fine, but 2^10000000 causes a bus error which may well<br>
be a stack overflow in libHSinteger-gmp-1.0.0.1-ghc8.<wbr>0.1.dylib<br>
<br>
I don't seem to have easy access to 8.0.1 elsewhere or other<br>
implementations on a mac.  Does anyone have a handle on whether this<br>
is a problem with the sizing of the mac implementation or whether it<br>
is a pervasive 8.0.1 problem?  Either way, it doesn't seem friendly<br>
that it manifests as an uncaught bus error.<br>
______________________________<wbr>_________________<br>
Glasgow-haskell-users mailing list<br>
<a href="mailto:Glasgow-haskell-users@haskell.org">Glasgow-haskell-users@haskell.<wbr>org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-<wbr>bin/mailman/listinfo/glasgow-<wbr>haskell-users</a><br>
</blockquote></div><br></div>