skydive icon indicating copy to clipboard operation
skydive copied to clipboard

0.27.0 binary release panic

Open adrianlzt opened this issue 3 years ago • 6 comments

If I try to run the v0.27.0 skydive binary release (md5sum 522a8b32891a9b0cc268c4aac4590d4a, downloaded twice) give a fatal error:

fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x1 addr=0xe5 pc=0x7faba2758e84]

Full error

I am usign kernel 5.10.8-arch1-1.

If I build locally from the v0.27.0 tag it runs correctly.

adrianlzt avatar Jan 20 '21 09:01 adrianlzt

Can confirm, getting the same issue. 5.8.0-41-generic #46-Ubuntu

carroarmato0 avatar Feb 03 '21 14:02 carroarmato0

Not sure this is related to the kernel version but more to glibc. I did try on Ubuntu with the same kernel as you @carroarmato0 and I did not have the issue. Were you using Focal ? I pushed this PR to address the problem though : https://github.com/skydive-project/skydive/pull/2339

lebauce avatar Feb 04 '21 16:02 lebauce

Not sure this is related to the kernel version but more to glibc. I did try on Ubuntu with the same kernel as you @carroarmato0 and I did not have the issue. Were you using Focal ? I pushed this PR to address the problem though : #2339

I'm using 20.10 I ended up building from the tag myself just like @adrianlzt

carroarmato0 avatar Feb 04 '21 17:02 carroarmato0

I did try on 20.10 and had the same issue but you were faster to answer :-) I confirm that the fix I pushed solves the issue

lebauce avatar Feb 04 '21 17:02 lebauce

Should we leave this open for reference until next binary release?

adrianlzt avatar Feb 18 '21 17:02 adrianlzt

Yes, good point. The binaries at https://github.com/skydive-project/skydive-binaries/ should be already be fixed though

lebauce avatar Mar 01 '21 07:03 lebauce