On Wed, 05 Jan 2005 15:36:14 -0500, Adrian Broadhurst wrote: > I have just installed the new kernel 2.6.9-1.724_FC3smp (previously > 1.667smp) and now gdb cannot find the child process when you type run. > This program uses Intel Math Kernel Library, which uses pthreads and > guide. Tested on 2 different machines, with 2 independent executables. > > I suspect this is a threads issue. Has anyone else had this problem? > > Adrian I just ran into this problem today after kernel upgrade to kernel-2.6.9-1.724_FC3 -- note this is not SMP version. I am debugging several different C++ programs which do NOT use threads. I tested with gdb 6.3 (compiled from source) with the same results. Jon