[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1018061: pads: segfault at 3a ip



Hi Bernhard, 
I guess there was an upgrade that resolved the issue. I no longer see
any errors for PADS. I guess it could be called an "undocumented
feature" of the upgrade? 
Anyway this can be closed as resolved. 
Thanks! 

-- 
Tim McConnell <tmcconnell168@gmail.com>


On Tue, 2022-09-27 at 10:32 +0200, Bernhard Übelacker wrote:
> Hello Tim,
> I tried to have a look at those two dmesg lines and it seems
> they point to the function print_arp_asset_screen, line 115 [1],
> where parameter rec is dereferenced unconditionally.
> 
> However, if it would be possible to install systemd-coredump then
> a backtrace of those crashes should be printed to the journal.
> This would give a way better information as the two dmesg lines
> alone,
> as it would also show the functions calling print_arp_asset_screen
> and therefore leading to the crash.
> 
> The link [2] might give some more hints to collect
> more information for the maintainer.
> 
> Kind regards,
> Bernhard
> 
> 
> [1]
> https://sources.debian.org/src/pads/1.2-13/src/output/output-screen.c/#L115
>      112 print_arp_asset_screen (ArpAsset *rec)
>      113 {
>      114     /* Print to Screen */
>      115     if(rec->mac_resolved != NULL) {
>      116        fprintf(stdout, "[*] Asset Found:  IP Address - %s /
> MAC Address - %s (%s)\n",
> 
> [2] https://wiki.debian.org/HowToGetABacktrace


Reply to: