Closed gbernaldo82 closed 2 years ago
Hi!
I was able to reproduce this in a ubuntu docker container. Looks like the offending code is:
According to documentation del_panel does not remove the window it contains, so we add delwin before deleting the panel. Looks like the funcion has change in recent versions and it segfaults when the window it contains has already been removed, so I decided to reorder those lines and the segfault disappeared.
Please, try to build the above commit and check if the problem persists.
Thanks for reporting!!
Yes, that solved my problem!
Thank you so much!
Have a nice day!
Good to know! This will be available in 1.5.0
Thanks!
Backreference from Ubuntu bugs: https://bugs.launchpad.net/ubuntu/+source/sngrep/+bug/1974446
Hi, good monring!
I've install sngrep in Ubuntu using the official repositories and when I run the sngrep I can inspect the content of the SIP messages but, when I press the ESC key I allways get a Segment fault. I don't know why I have this problem. I tried to build and install the github version and I have the same problem.
Next I show you a screenshot with the backtrace from GDB:
If you need more info, please, let me know about it.
My system is an Ubuntu: Distributor ID: Ubuntu Description: Ubuntu 21.10 Release: 21.10 Codename: impish
Thanks in advance!