-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
Description
by santucco:
Before filing a bug, please check whether it has been fixed since the latest release: run "hg pull -u" and retry what you did to reproduce the problem. Thanks. What steps will reproduce the problem? 1. run 'make test' in src/http directory What is the expected output? the test has to be passed What do you see instead? "panic: runtime error: assignment to entry in nil map" stack is attached in log.txt Which compiler are you using (5g, 6g, 8g, gccgo)? 8g Which operating system are you using? Linux (Gentoo) Which revision are you using? (hg identify) 322350d6fdbf+ release/release.2011-02-24 Please provide any additional information below. I sit behind a proxy with authentication. After some digging, I have found the map has to be initialized in function send (src/pkg/http/client.go:103), but 'info' is empty and the map is not made. If I make the map, test fails, the ouput is attached in log2.txt.
Attachments: