Menu

#5 xportshow -x traceback on kernel 5.14.21-150500.55.52-default

1.0
closed
#bug (1)
2024-09-06
2024-09-05
No

xportshow -x gets a traceback on kernel 5.14.21-150500.55.52-default (SLES 15 SP5)

crash8> xportshow -x
unix   State          i_ino   Path
----------------------------------
Traceback (most recent call last):
  File "/usr/local/lib/mpykdump64.so/progs/xportshow.py", line 1210, in <module>
  File "/usr/local/lib/mpykdump64.so/progs/xportshow.py", line 479, in print_UNIX
  File "/home/martin/pykdump-code/LinuxDump/inet/proto.py", line 1062, in unix_sock
    if (uaddr.hash != INET_Stuff.UNIX_HASH_SIZE):
  File "/home/martin/pykdump-code/pykdump/lowlevel.py", line 391, in __getattr__
    raise KeyError(msg)
KeyError: '<struct unix_address> does not have a field <hash>'

Discussion

  • Martin Moore

    Martin Moore - 2024-09-06

    Caused by removal of "hash" field from struct unix_address in patch "af_unix: Save hash in sk_hash" (https://lists.openwall.net/netdev/2021/11/24/34). Fixed in [21da81].

     

    Related

    Commit: [21da81]

  • Martin Moore

    Martin Moore - 2024-09-06
    • status: open --> closed
     
  • Martin Moore

    Martin Moore - 2024-09-06

    Fixed in [21da81]

     

    Related

    Commit: [21da81]


Log in to post a comment.