From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Weber Subject: Re: debugging the automounter Date: Thu, 21 Jan 2010 13:38:28 +0100 Message-ID: <1264077272-sup-3167@nixos> References: <4B583D0D.1050700@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <4B583D0D.1050700@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autofs-bounces@linux.kernel.org Errors-To: autofs-bounces@linux.kernel.org To: autofs Hi Phil, first of all why don't you put the question why you need the debugger at all? What makes you debugging autofs? You're faced with PIE ( "position independent executable" ) Have a close look at the configure options and or the make flags. I think you can switch it off. Also there are gdb versions which can debug PIE. However I didn't suceed compiling them ( I didn't try very hard) HTH - good luck Marc Weber