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
What version of Go are you using? (go version)? go version go1.11.4 darwin/amd64
What operating system and processor architecture are you using?
osx high sierra
Hardware Overview:
Model Name: MacBook Pro
Model Identifier: MacBookPro15,1
Processor Name: Intel Core i7
Processor Speed: 2.2 GHz
Number of Processors: 1
Total Number of Cores: 6
L2 Cache (per Core): 256 KB
L3 Cache: 9 MB
Memory: 16 GB
Boot ROM Version: 220.230.16.0.0 (iBridge: 16.16.2542.0.0,0)
Serial Number (system): C02XJAJHJG5H
Hardware UUID: 2BBB371F-6B1A-50AC-95A5-7F6F779D8EAD
What did you do?
run dlv debug
What did you expect to see?
I expected it to eventually enter the dlv prompt
What did you see instead?
dlv hangs for a really really long time. Then exits with an error:
$ dlv debug
# github.com/parsable/mothership/vendor/github.com/parsable/thrift-api/v1/thrift_metadata
<autogenerated>:1: internal compiler error: bvbulkalloc too big: nbit=42963 count=567595 nword=1343 size=762280085
Please file a bug report including a short program that triggers the error.
https://golang.org/issue/new
exit status 2
The text was updated successfully, but these errors were encountered:
This is a bug with the go compiler, you should report it to Go like the error message says. However it sounds like a similar bug was fixed so you should first check with go1.12beta2.
Please answer the following before submitting your issue:
Note: Please include any substantial examples (debug session output,
stacktraces, etc) as linked gists.
dlv version
)?go version
)?go version go1.11.4 darwin/amd64
run dlv debug
I expected it to eventually enter the dlv prompt
dlv hangs for a really really long time. Then exits with an error:
The text was updated successfully, but these errors were encountered: