I do indeed have SplitObs=YES in my validate.mk.
In the past at least, that made binaries quite a bit smaller.
Happy to change it to SplitSections=YES if that is more kosher these days?
Simon
From: Andreas Klebinger <klebinger.andreas@gmx.at>
Sent: 19 November 2018 20:38
To: Ben Gamari <ben@well-typed.com>
Cc: Phyx <lonetiger@gmail.com>; Simon Peyton Jones <simonpj@microsoft.com>; ghc-devs@haskell.org
Subject: Re: split_marker crash
I might already have found the specific cause.
It seems with split sections we generate a dummy CmmProc, which has as entry label
> error (split_sections_entry)
My patch likely introduces strictness on that field where it was lazy before.
If this is the cause I expect to have a patch up in a hour or two and will merge
it after it validates.
Cheers,
Andreas
Ben Gamari schrieb:
Andreas Klebinger <klebinger.andreas@gmx.at> writes:Hello,I'm fine with reverting for now. But could you give me a way toreproduce this error?I've not seen crashes on either linux and windows in various configs.I suspect that Simon is building with SplitObjects enabled. To behonest, I would really like to remove this feature; SplitSections isbetter in nearly every regard. However, we have been stalled sinceSplitSections doesn't quite work yet on Windows (or, IIRC, the toolchainis prohibitively slow when it's used). I believe Tamar was working onfixing this.Cheers,- Ben