[erlang-questions] no next heap size found: 18446744071896091830, offset 0
Scott Lystig Fritchie
fritchie@REDACTED
Fri Jan 6 06:57:57 CET 2012
Björn Gustavsson <bgustavsson@REDACTED> wrote:
bg> There is a correction in the GC after R14B03 to handle huge heaps in
bg> a 64-bit emulator:
bg> https://github.com/erlang/otp/commit/caad36a5e2fc09d6a416fe31a7053bdfdb35c62d
Björn, hrm, I hadn't really considered that bug because there wasn't a
segmentation fault & crash in my case, something that Richard hints at
in his commit message. ... Ah, now I think I understand. Reading is
hard. :-)
So Richard didn't have segfaults immediately; instead, he had the exact
same problem that I saw. Then he fixed something, and after that fix,
then he gots SIGSEGV due to similar type errors elsewhere. Ah.
-Scott
More information about the erlang-questions
mailing list