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

runtime/pprof: "malformed profBuf buffer" on freebsd-arm-paulzhol builder #32025

Closed
bcmills opened this issue May 14, 2019 · 4 comments
Closed
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-FreeBSD Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented May 14, 2019

https://build.golang.org/log/9fd93dbe71296c536e2c02726f62187c56fae67c

fatal error: runtime: malformed profBuf buffer - invalid size

goroutine 34 [running]:
runtime.throw(0x1f52f4, 0x30)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/runtime/panic.go:714 +0x5c fp=0x30ae7724 sp=0x30ae7710 pc=0x3ef10
runtime.(*profBuf).read(0x308cc000, 0x0, 0x2, 0x1, 0x5c770, 0x1f9758, 0x2, 0x30abc000, 0x30abe460)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/runtime/profbuf.go:538 +0x624 fp=0x30ae7764 sp=0x30ae7724 pc=0x4e23c
runtime/pprof.readProfile(0x5f5e100, 0x0, 0x0, 0x1ffdf, 0x308ce010, 0x0, 0x3ff8)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/runtime/cpuprof.go:205 +0x48 fp=0x30ae77ac sp=0x30ae7764 pc=0x16104
runtime/pprof.profileWriter(0x22b4e0, 0x3080b460)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/runtime/pprof/pprof.go:780 +0x5c fp=0x30ae77e4 sp=0x30ae77ac pc=0x180198
runtime.goexit()
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/runtime/asm_arm.s:868 +0x4 fp=0x30ae77e4 sp=0x30ae77e4 pc=0x6cf24
created by runtime/pprof.StartCPUProfile
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/runtime/pprof/pprof.go:764 +0xf0

goroutine 1 [chan receive]:
testing.(*T).Run(0x30a180a0, 0x1ee9b5, 0x16, 0x1f97f8, 0x1)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/testing/testing.go:964 +0x2cc
testing.runTests.func1(0x308ac000)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/testing/testing.go:1210 +0x68
testing.tRunner(0x308ac000, 0x30872f10)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/testing/testing.go:912 +0xa0
testing.runTests(0x3080c200, 0x344858, 0x19, 0x19, 0x0)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/testing/testing.go:1208 +0x238
testing.(*M).Run(0x308a2b00, 0x0)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/testing/testing.go:1125 +0x130
main.main()
	_testmain.go:92 +0x120

goroutine 15 [chan receive]:
os/exec.(*Cmd).Wait(0x308860b0, 0x0, 0x0)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/os/exec/exec.go:509 +0x108
os/exec.(*Cmd).Run(0x308860b0, 0x30a1c0c0, 0x1)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/os/exec/exec.go:341 +0x44
os/exec.(*Cmd).CombinedOutput(0x308860b0, 0x4c, 0x308277a4, 0x1, 0x1, 0x308860b0)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/os/exec/exec.go:561 +0x14c
runtime/pprof.TestCPUProfileWithFork(0x30a180a0)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/runtime/pprof/pprof_test.go:354 +0x17c
testing.tRunner(0x30a180a0, 0x1f97f8)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/testing/testing.go:912 +0xa0
created by testing.(*T).Run
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/testing/testing.go:963 +0x2ac

goroutine 36 [runnable]:
syscall.Syscall(0x3, 0x6, 0x308b8800, 0x400, 0x400, 0x0, 0x0)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/syscall/asm_freebsd_arm.s:17 +0x8
syscall.read(0x6, 0x308b8800, 0x400, 0x400, 0x0, 0x30ae1ee4, 0x0)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/syscall/zsyscall_freebsd_arm.go:949 +0x40
syscall.Read(...)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/syscall/syscall_unix.go:187
internal/poll.(*FD).Read(0x308a00c0, 0x308b8800, 0x400, 0x400, 0x0, 0x0, 0x0)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/internal/poll/fd_unix.go:165 +0x110
os.(*File).read(...)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/os/file_unix.go:258
os.(*File).Read(0x3085e050, 0x308b8800, 0x400, 0x400, 0x200, 0x0, 0x0)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/os/file.go:112 +0x5c
bytes.(*Buffer).ReadFrom(0x30a1c0c0, 0x22b648, 0x3085e050, 0x305cb888, 0x30a1c0c0, 0x1, 0x1)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/bytes/buffer.go:207 +0xa4
io.copyBuffer(0x22b4e0, 0x30a1c0c0, 0x22b648, 0x3085e050, 0x0, 0x0, 0x0, 0x715, 0x13065c, 0x308a0040, ...)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/io/io.go:388 +0x2fc
io.Copy(...)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/io/io.go:364
os/exec.(*Cmd).writerDescriptor.func1(0x308a0040, 0x30ae1fdc)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/os/exec/exec.go:311 +0x50
os/exec.(*Cmd).Start.func1(0x308860b0, 0x308be050)
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/os/exec/exec.go:435 +0x1c
created by os/exec.(*Cmd).Start
	/tmp/workdir-host-freebsd-arm-paulzhol/go/src/os/exec/exec.go:434 +0x46c
FAIL	runtime/pprof	5.931s

CC @hyangah

@bcmills bcmills added Testing An issue that has been verified to require only test changes, not just a test failure. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels May 14, 2019
@bcmills bcmills added this to the Go1.13 milestone May 14, 2019
@hyangah
Copy link
Contributor

hyangah commented May 14, 2019

is it reproducible?

@hyangah
Copy link
Contributor

hyangah commented May 14, 2019

This panic is from the runtime's profile event buffer. @rsc @aclements

@rsc
Copy link
Contributor

rsc commented Jun 28, 2019

Dupliate of #24991.

@rsc rsc closed this as completed Jun 28, 2019
@golang golang locked and limited conversation to collaborators Jun 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-FreeBSD Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

4 participants