On Fri, Feb 22, 2008 at 10:45 PM, John Meacham <[EMAIL PROTECTED]> wrote: > On Fri, Feb 22, 2008 at 10:33:07PM +0100, Lemmih wrote: > > When I use -threaded and -N2 in jhc, atoms fail in spectacular ways. > > So far I've seen: > > >>> internal error: > > fullCheck': [EMAIL PROTECTED] x6598 > > Strong': ? x6598 > > Cannot strong: > > (?, [x6598]) > > This is the RULES thing I was telling you about earlier. you need to > compile -fno-rules for now or unpull my recent patches. (expect things to be > slow without rules)
Most of what you were telling me went over my head, I'm afraid. (: > > and: > > stringlib: error alocating memory > > > > > > Are atoms in some way not thread-safe enough? > > and you need to #define USE_THREADS to 1 in > StringTable/StringTable_cbits.c Ah, good. -- Cheers, Lemmih _______________________________________________ jhc mailing list [email protected] http://www.haskell.org/mailman/listinfo/jhc
