Dear Tech-Kern Community,
As the saying goes: "*The deeper and more *thorough* the research, the
smoother and more efficient the execution.*"
With that in mind, over the past few weeks, along with my trusted cup of
coffee, I have been deeply analyzing the NetBSD kernel Source Code in
preparation fo
I tried to add nanosleep() for 20 seconds to forked child
setting breakpoint on next line after nanosleep()
and then to attach with gdb.
After attaching it stops inside of nanosleep(), when continuing it crashes.
I don't understand what happens here. Any ideas ?
That should've worked. Can you