From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12716 invoked by alias); 18 Jul 2008 13:22:23 -0000 Received: (qmail 12707 invoked by uid 22791); 18 Jul 2008 13:22:22 -0000 X-Spam-Check-By: sourceware.org Received: from 20.Red-217-127-199.staticIP.rima-tde.net (HELO Manchester) (217.127.199.20) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 18 Jul 2008 13:22:05 +0000 Received: from Manchester (localhost [127.0.0.1]) by Manchester (8.14.3/8.14.1/Debian-9) with ESMTP id m6IFTD1r003816 for ; Fri, 18 Jul 2008 17:29:18 +0200 Received: (from avi@localhost) by Manchester (8.14.3/8.14.1/Submit) id m6IFRWWI003809; Fri, 18 Jul 2008 17:27:32 +0200 Date: Fri, 18 Jul 2008 13:22:00 -0000 From: aviseldom@infonegocio.com To: gdb@gdb.org Cc: gdb@sourceware.org Subject: wine multi process debugging Message-ID: <20080718152632.GA3750@Manchester> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00204.txt.bz2 Message-ID: <20080718132200.CthRE08y_H9RGE7TPWg_SfnUgOze7wdoY6vNnE6Hj2o@z> please cc me I'm not suscribed to the mailing list Hi, I'm trying to debug a simple console program running under wine, the problem is that gdb freezes when wine creates a new process, I'm using follow-fork-mode child and detach-on-fork off, I've even tried to put a catchpoint at the fork and attach a new instance of gdb to the new process but it can't be attached even as root, thanks for you help. I'm using debian lenny with linux 2.6.21.1, gdb 6.7.1-debian and wine-1.0 -- Avi