- Notifications
You must be signed in to change notification settings - Fork18.4k
Commitfcfb7aa
committed
[release-branch.go1.3] runtime: fix GOTRACEBACK reading on Windows, Plan 9
Only Unix was resetting the traceback_cache variableafter initializing the environment. Reset it on all systemsby resetting in parsedebugvars.Fixes#8813.LGTM=adg, alex.brainmanR=golang-codereviews, adg, alex.brainmanCC=golang-codereviews, iant, rhttps://golang.org/cl/1527600431 parentca70c91 commitfcfb7aa
1 file changed
+10
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 |
| - | |
142 |
| - | |
143 | 141 |
| |
144 | 142 |
| |
145 | 143 |
| |
| |||
343 | 341 |
| |
344 | 342 |
| |
345 | 343 |
| |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
346 | 354 |
| |
347 | 355 |
| |
348 | 356 |
| |
|
0 commit comments
Comments
(0)