For those that may run into this clang crash, for some reason it seems to happen less frequently when reducing the number of parallel compile jobs, at least with the one source file where the crash happens in my code base. Sounds like voodoo I know, but it's true ;)
Good to hear that the crash seems to be fixed in 3.6. Am Dienstag, 24. März 2015 23:32:09 UTC+1 schrieb Alon Zakai: > > After a very long delay due to GDC, during which incoming was basically > fine but we didn't have the time to look into a few bot-related issues, > incoming has now merged to master. This brings in LLVM 3.5. > > There is sadly one known issue, a clang crash on OS X, > > https://github.com/kripken/emscripten/issues/3215 > > that will arrive on master together with that merge. As far as we can tell > the crash is an upstream issue, not something we can fix. It is also not > present on more recent upstream, so it doesn't make sense to spend serious > time looking into it. > > Speaking of which, incoming has received a merge of latest upstream pnacl > and pnacl-clang, which is partially into the LLVM 3.6 development cycle (in > other words it is after the version bump to 3.6, but is not the release > version of 3.6). This brings us to just a few months behind LLVM trunk > (sometime in last December), on emscripten version 1.30.1. > > If you find yourself hitting that OS X bug, you may want to not use latest > master, or alternatively to use incoming, as the bug does not happen there. > > Going forward, we'll do our best to avoid such long delays between merging > to master. If you want to help, you can! Reading through new issues on the > tracker > > https://github.com/kripken/emscripten/issues > > and helping figure them out can save us time (many issues are requests for > help, so just going through them and trying to reproduce the problem can > often help resolve things). You can also specifically look at the > testing-related issues, > > https://github.com/kripken/emscripten/labels/tests > > for stuff that needs to be figured out on the bots ( > http://clb.demon.fi:8112/waterfall ). > > - Alon > > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
