https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279875
--- Comment #7 from Konstantin Belousov ---
https://reviews.freebsd.org/D46050
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279875
--- Comment #6 from John Marshall ---
(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 th
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279875
--- Comment #5 from Konstantin Belousov ---
Do you have set something that prevents visibility of processes/jails?
Like see_other_uids etc?
Anyway, please apply this debugging patch and report if the program still
SIGSEGVs with it.
diff -
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279875
--- Comment #4 from John Marshall ---
(In reply to Konstantin Belousov from comment #2)
Sorry. That re-compile still had -O2. I found that I was able to get it to
compile with -O0 by adding 'CFLAGS=-O0' to /etc/make.conf. Is there a way
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279875
--- Comment #3 from John Marshall ---
(In reply to Konstantin Belousov from comment #2)
Thank you.
- Re-built and installed sockstat as per your instruction.
- Built and installed devel/gdb
rwsrv08# gdb sockstat
GNU gdb (GDB) 14.1 [GDB
> On 19. Jul 2024, at 05:07, Junho Choi wrote:
>
> RACK is a loss detection algorithm and BBR is a congestion control algorithm
> so it's on a different layer.
> e.g. linux can configure them independently.
>
> However in FreeBSD it looks like it is using the same configuration sysctl
> (net.i
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279875
Konstantin Belousov changed:
What|Removed |Added
CC||k...@freebsd.org
--- Comment