https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238837
Conrad Meyer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Conrad Meyer <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
