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
From App Engine mailing list: package main import ( "net/http" "image/jpeg" ) func main() { r, _ := http.Get("http://blog-assets.pinterest.com/img/post/2013012801.jpg";) jpeg.Decode(r.Body) } $ go run progress.go panic: runtime error: index out of range goroutine 1 [running]: image/jpeg.(*decoder).processSOS(0xc2000e8000, 0x6, 0xc2000f1d28, 0x2) /home/bradfitz/go/src/pkg/image/jpeg/scan.go:180 +0x19a3 image/jpeg.(*decoder).decode(0xc2000e8000, 0xc2000e7030, 0xc2000b7340, 0x408b00, 0x5b4750, ...) /home/bradfitz/go/src/pkg/image/jpeg/reader.go:296 +0x6f2 image/jpeg.Decode(0xc2000e7030, 0xc2000b7340, 0xc2000b7340, 0xc2000e7030, 0xc2000b7340, ...) /home/bradfitz/go/src/pkg/image/jpeg/reader.go:320 +0x4b main.main() /home/bradfitz/progress.go:10 +0x76 goroutine 2 [syscall]:
The text was updated successfully, but these errors were encountered:
Comment 1:
This issue was closed by revision 0d9bf27.
Status changed to Fixed.
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: