Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

encoding/gob: panic: drop #10272

Closed
dvyukov opened this issue Mar 27, 2015 · 0 comments
Closed

encoding/gob: panic: drop #10272

dvyukov opened this issue Mar 27, 2015 · 0 comments
Milestone

Comments

@dvyukov
Copy link
Member

dvyukov commented Mar 27, 2015

Run the following program:
http://play.golang.org/p/EJ8Qd_lfDI

panic: drop
goroutine 1 [running]:
encoding/gob.catchError(0x1040e35c, 0x1)
    /usr/src/go/src/encoding/gob/error.go:38 +0xc0
encoding/gob.(*decBuffer).Drop(0x1040e330, 0x7f)
    /usr/src/go/src/encoding/gob/decode.go:55 +0xe0
encoding/gob.(*Decoder).ignoreInterface(0x1040e320, 0x104351c0)
    /usr/src/go/src/encoding/gob/decode.go:691 +0x260

Happens on both go14 (playground) and tip.

@dvyukov dvyukov added this to the Go1.5 milestone Mar 27, 2015
@robpike robpike closed this as completed in e449b57 Apr 6, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
@rsc rsc unassigned robpike Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants