Dan Kortschak

Results 342 comments of Dan Kortschak

This effect occurs near around 8200 with a significant discontinuity at 8192. Given the precision of `fixed.Int26_6`, this piqued my curiosity as to whether there was adjacent comparisons between values...

Yeah. I don't know. There aren't any others are there?

grpcio==1.37.0 protobuf==3.15.8 Installing the python3-opensnitch-ui_1.4.1-1_all.PIP.deb package and bypassing the locally built ui still results in a segfault (so no running the local ui at all). Same debug output. ``` $...

Thanks. I'll give that a go. ~~Python is such a wonderful language.~~

That still segfaults — though earlier. This seems pretty brittle. It also troubles me that pip is called by root. ``` $ GRPC_VERBOSITY=debug opensnitch-ui Loading translations: /usr/local/lib/python3.6/dist-packages/opensnitch/i18n locale: en_AU I1205...

I have an additional observation, though I don't know how useful it will be; if `opensnitchd` is not running, then the GUI does not segfault, starting the daemon however will...

Here is the result of reproducing segfaults with the faulthandler enabled. It does seem to confirm your suggestion that it is due to database interaction, the fault is at a...

Still seg-faults at the same place when building from ac3965e3c00f617edc64b00d4619051f8075b23a. ``` $ opensnitch-ui Loading translations: /usr/local/lib/python3.6/dist-packages/opensnitch/i18n locale: en_AU exception loading ipasn db: No module named 'pyasn' Fatal Python error: Segmentation...

> I have no idea really. As far as I can tell, performing DB operations on the thread that opened the connection solves the crashes. I'm wondering if previous version...