This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug go/64683] FAIL: runtime/pprof -- testing.go:278: The entry did not match


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64683

--- Comment #11 from Ian Lance Taylor <ian at airs dot com> ---
This bug may have the same symptoms but it has a completely different cause. 
Next time, please do not reopen the bug unless you are certain it has the same
cause.  Please open a new bug instead.  Thanks.

The immediate cause of this problem is PR 65797.  That bug is causing
libbacktrace to fail to determine the name of the __go_make_slice1 function,
which causes the runtime/pprof package to fail to see that the stack frame is a
Go runtime stack frame which should not be reported, which causes the test to
fail because an extra unexpected stack frame is being reported.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]