golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
124.25k stars 17.7k forks source link

x/build: set GOTRACEBACK=2 on all builders? #15268

Open minux opened 8 years ago

minux commented 8 years ago

Some of the bugs are fairly hard to reproduce, and without the system function stacks, it's difficult to see the problem.

For example, #15145.

I propose that we set GOTRACEBACK=2 on all builders.

bradfitz commented 8 years ago

Yes, let's just do this.

randall77 commented 8 years ago

It's now spelled GOTRACEBACK=system. (2 still works, but is deprecated.)