Heads up: Running the rust compiler on OSX 10.12 beta 2 leads to the following error message:
rustc(4556,0x7fffcca583c0) malloc: *** malloc_zone_unregister() failed for 0x7fffcca4f548
Then the process gets stuck.
This roots from the malloc zone registration code in jemalloc 3, which is shared with Firefox's replace-malloc and causes the same issue on Firefox (https://bugzilla.mozilla.org/show_bug.cgi?id=1284677)
Filed jemalloc issue: jemalloc/jemalloc#420
Heads up: Running the rust compiler on OSX 10.12 beta 2 leads to the following error message:
Then the process gets stuck.
This roots from the malloc zone registration code in jemalloc 3, which is shared with Firefox's replace-malloc and causes the same issue on Firefox (https://bugzilla.mozilla.org/show_bug.cgi?id=1284677)
Filed jemalloc issue: jemalloc/jemalloc#420