On mercredi 7 novembre 2007, Gareth Bult wrote: > Sure, if you tell me how .. I know how to attach gdb to a running program, > but this crashes immediately .. > > gdb gbx2 ?? > > How do I add the program name ...? > You must first get the core dump. Then you type: $ gdb gbx2 core.XXXX where core.XXXX is the name of the core dump. -- Benoit Minisini