You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+485f348 Michael Matloob 2015-04-17 17:10:07 +0000 regexp: set b.cap[0] and b.cap[1] only when captures requested
+a513088 Matthew Brennan 2015-04-09 09:38:23 +0000 regexp: skip backtracker for long programs
+fc9a234 Brad Fitzpatrick 2015-03-23 19:17:52 +0000 regexp: fix link to RE2 syntax
+9323862 Michael Matloob 2015-03-23 16:17:42 +0000 regexp: port RE2's bitstate backtracker to the regexp package
It appears the OP demonstrated the issue between the introduction of the RE2's bitstate backtracker, and the corresponding later fixes.
I have checked that the problem can be reproduced by using version +0c8fe34 (the one used by the OP), and not anymore by using version +a513088 (the one including Matthew Brennan's fix).
So, I believe the problem is already fixed, and this issue can be closed.
go tool pprof
works just fine with CPU profiles, but crashes for memory profiles with a nil pointer dereference.The text was updated successfully, but these errors were encountered: