[Bug 279875] sockstat: segmentation fault
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Jul 2024 00:26:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279875 --- Comment #6 from John Marshall <john@jmarshall.id.au> --- (In reply to Konstantin Belousov from comment #5) That debugging patch stops the segfault in my case. Program runs to completion. Yes, I have security restrictions in place. My sysctl.conf includes the following. -- kern.securelevel=0 # init(8) will raise this to 1 going multi-user. security.bsd.see_other_uids=0 security.bsd.see_other_gids=0 security.bsd.unprivileged_proc_debug=0 security.bsd.unprivileged_read_msgbuf=0 -- Thank you. -- You are receiving this mail because: You are the assignee for the bug.