Results 118 comments of Erin

Any crashes worth analysing are happening repeatedly, there's little value in keeping every one.

> ZLib will allow breakpad greater symbol coverage, which in turn should benefit the generated minidumps. This is for compressed DWARF symbols, right? Statically linking all 3 feels correct.

While I understand it seems to be the same in practice, `sizeof(intptr_t)` feels wrong here - I would expect `sizeof(void *)` for this usage.

> Any particular reason why? Most of the code itself is already using `[u]intptr_t` anyway. Which is obviously correct for the math, but the spec only appears to guarantee `sizeof(intptr_t)...

Has the complexity of "fix CDetour" been considered? We have libudis86 in there already, which should be able to easily give us the instruction info we need to rewrite the...

There are no network-level restrictions on access to crash.limetech.org, unfortunately this problem is with your hosting provider or their ISP. They'll need to do some basic network diagnostics to narrow...

Both your cases look like some sort of intercepting proxy on the outbound connection (which isn't particularly surprising given your hosting locations), could you please both also try `traceroute -T...

This might behave differently now, I found a couple of mismatches between how Throttle was formatting presubmit responses when there were errors and how Accelerator was expecting them. If the...