You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We just upgraded Delve (commits) and got a failure report. Our copy of libc has an object file with an incomplete CU -- it lacks a terminating 0 abbrev. After one of the changes in that range, probably #1565, Delve runs off the end of the CU, proceeds to the next, and then crashes looking at the wrong CU's file table.
I'm not sure if this is a bug in our libc or what, but either way it's also a regression in Delve from our perspective. Let me know if you need more information and I can try to get it for you.
We just upgraded Delve (commits) and got a failure report. Our copy of libc has an object file with an incomplete CU -- it lacks a terminating 0 abbrev. After one of the changes in that range, probably #1565, Delve runs off the end of the CU, proceeds to the next, and then crashes looking at the wrong CU's file table.
I'm not sure if this is a bug in our libc or what, but either way it's also a regression in Delve from our perspective. Let me know if you need more information and I can try to get it for you.
cc @hyangah
The text was updated successfully, but these errors were encountered: