Comment 3 for bug 1735090

Revision history for this message
SirVer (sirver) wrote :

Btw, a nice trick to get a backtrace in debug now is to trigger asan:

std::vector<int> a; a[100] = 1;