Request for Feedback: Auto Create Swap on Memory Pressure GSOC Proposal

2025-03-19 Thread Soumyajyoti Sarkar
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

Re: gdb ignores set follow-fork-mode child

2025-03-19 Thread RVP
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