Re: [PATCH] Thread core dumps for 2.4.4

2001-05-07 Thread Don Dugger
Szaka- I would considier what you're suggesting to be a refinement on this patch. The first problem is to generate valid core dumps for all threads. Adding in policy decisions about which threads actually generate core files can be done later. Adam ? (I'm sorry, I've lost the mail with his ful

Re: [PATCH] Thread core dumps for 2.4.4

2001-05-07 Thread Zdenek Kabelac
Szabolcs Szakacsits wrote: > > On Thu, 3 May 2001, Don Dugger wrote: > > > The attached patch allows core dumps from thread processes in the 2.4.4 > > kernel. This patch is the same as the last one I sent out except it fixes > > the same bug that `kernel/fork.c' had with duplicate info in the `

Re: [PATCH] Thread core dumps for 2.4.4

2001-05-06 Thread Szabolcs Szakacsits
On Thu, 3 May 2001, Don Dugger wrote: > The attached patch allows core dumps from thread processes in the 2.4.4 > kernel. This patch is the same as the last one I sent out except it fixes > the same bug that `kernel/fork.c' had with duplicate info in the `mm' > structure, plus this patch has ha