https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238837

Conrad Meyer <c...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |c...@freebsd.org

--- Comment #2 from Conrad Meyer <c...@freebsd.org> ---
If P_SYSTEM is removed from pid 1, is there *any* other process using it? 
Looks like anything created with kproc_create(), which kind of makes sense, but
we could/should also prevent debugging P_KPROC processes anyway (and that flag
is also set).

I'm not sure that debugging pid 1 without this flag set actually functions
correctly; init is pretty special.  Have you tried using gdb on it with this
patch?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to