Michael (Miles) Mileusnich

Results 7 comments of Michael (Miles) Mileusnich

I am running into the issue myself. What seems to be a workaround for everybody?

I got XCode 13.3 and removed my rustup and reinstalled my version (1.51). Do I need to do anything else special because it seems to not have done anything?

so I am unsure if it is the same issue but things were fine on big sir and then I upgrade. My particular project has an enormous amount of dependencies...

``` Compiling diesel v1.4.8 error: could not compile `cookie_store` Caused by: process didn't exit successfully: `rustc --crate-name cookie_store --edition=2018 ........ --cap-lints allow` (signal: 6, SIGABRT: process abort signal) warning: build...

rustc(69444,0x700006d18000) malloc: *** error for object 0x600002ff1b00: pointer being realloc'd was not allocated rustc(69444,0x700006d18000) malloc: *** set a breakpoint in malloc_error_break to debug Abort trap: 6```

I am able to build ` ./x.py build --stage=2 src/tools/cargo` just fine