skydive-project / skydive

An open source real-time network topology and protocols analyzer
https://skydive.network
Apache License 2.0
2.68k stars 404 forks source link

0.27.0 binary release panic #2329

Closed adrianlzt closed 8 months ago

adrianlzt commented 3 years ago

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.

carroarmato0 commented 3 years ago

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

lebauce commented 3 years ago

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

carroarmato0 commented 3 years ago

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

lebauce commented 3 years ago

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

adrianlzt commented 3 years ago

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

lebauce commented 3 years ago

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