Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FreeBSD has deprecated procfs(5). traffic_crashlog should use libprocstat(3) and kvm(3) #12001

Open
yannk opened this issue Jan 31, 2025 · 0 comments

Comments

@yannk
Copy link
Contributor

yannk commented Jan 31, 2025

traffic_crashlog assumes /proc provides the information it needs, in reality this is the case on FreeBSD only if procfs(5) is installed, and it's also a deprecated method.

yannk added a commit to yannk/trafficserver that referenced this issue Jan 31, 2025
Update calls to conform to FreeBSD's ptrace(2).

Note that this depends on deprecated procfs(5) and has not been
tested beyond passing the build test. See apache#12001
masaori335 pushed a commit that referenced this issue Feb 5, 2025
Update calls to conform to FreeBSD's ptrace(2).

Note that this depends on deprecated procfs(5) and has not been
tested beyond passing the build test. See #12001
cmcfarlen pushed a commit that referenced this issue Feb 7, 2025
Update calls to conform to FreeBSD's ptrace(2).

Note that this depends on deprecated procfs(5) and has not been
tested beyond passing the build test. See #12001

(cherry picked from commit 0019d04)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants