/opt/go/src/pkg/runtime/proc.c:1443 (0x4102b7)panic: reflect·call(d->fn, d->args, d->siz);/opt/go/src/pkg/runtime/runtime.c:128 (0x410e5b)panicstring: runtime·panic(err);/opt/go/src/pkg/runtime/thread_linux.c:209 (0x413d4e)sigpanic: runtime·panicstring("invalid memory address or nil pointer dereference");/opt/go/src/pkg/bufio/bufio.go:0 (0x488c14)(*ReadWriter).Write: ???/opt/go/src/pkg/fmt/print.go:214 (0x41a78a)Fprintf: n64, err := w.Write(p.buf)/opt/go/src/pkg/net/http/server.go:495 (0x4535b8)(*response).Write: fmt.Fprintf(w.conn.buf, "%x\r\n", len(data)) // TODO(rsc): use strconv not fmt/opt/go/src/pkg/fmt/print.go:214 (0x41a78a)Fprintf: n64, err := w.Write(p.buf)/home/projects/src/handlers/home/home.go:14 (0x42761e)Home: fmt.Fprintf(c.Output, "%#v", c.Session)
Hi, I'll reduce the code and file an issue later today. Thanks for your answers.
Hi Thomas, any luck producing a test case ?