Hi Bernhard, I believe the patch has fixed the issue. I haven't seen any messages about psad since installing the patch. Thanks so much for the fix & patience with me.
-- Tim McConnell <tmcconnell...@gmail.com> On Wed, 2023-03-15 at 12:10 +0100, Bernhard Übelacker wrote: > Am 26.02.23 um 16:47 schrieb Tim McConnell: > > > Hi Bernhard, > > The delay is fine, I'm sure it takes a minute to figure it out ;-) > > and > > no I didn't have anything other than defaults for GDB set. I'm not > > a > > programmer so I don't know all the tricks to GDB or when is best > > to > > use them. With that said, how would I go about installing /testing > > the > > patch you provide? I'm happy to test it out for you, I just need > > the > > knowledge of how to. > > Thanks! > > > > > Hello Tim, > if you are fine with installing a bunch of build dependencies > you could use following steps to rebuild the package with the patch. > > As root: > # apt build-dep pads > > As user: > $ mkdir -p source/pads > > Put attached patch to the new directory and continue as user: > $ cd source/pads > $ apt source pads > $ cd pads-1.2/ > $ patch -p1 < ../pads_print_arp_asset_initialize.patch > $ dpkg-buildpackage -b > > As root (with the directory adjusted to your user): > # dpkg -i /home/benutzer/source/pads/{pads_1.2-14_amd64.deb,pads- > dbgsym_1.2-14_amd64.deb} > > > And then see if it still works as expected and see > if the crash happens again. > > Kind regards, > Bernhard