From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9753 invoked by alias); 2 Apr 2007 07:54:14 -0000 Received: (qmail 9721 invoked by uid 22791); 2 Apr 2007 07:54:07 -0000 X-Spam-Check-By: sourceware.org Received: from mx.acronis.com (HELO mx.acronis.com) (195.214.233.245) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 02 Apr 2007 08:54:01 +0100 Received: from imap.acronis.ru (acrogw.acronis.ru [195.214.233.225]) by mx.acronis.com (8.13.7/8.13.7) with ESMTP id l327uBaI031769 for ; Mon, 2 Apr 2007 03:56:12 -0400 Received: from harlequin (dhcp6-184.acronis.ru [192.168.6.184]) by imap.acronis.ru (8.13.6/8.13.6) with ESMTP id l327rr5p027400 for ; Mon, 2 Apr 2007 11:53:55 +0400 Message-Id: <200704020753.l327rr5p027400@imap.acronis.ru> From: "Vadim Shmelev" To: Subject: GDB receives SIGKILL Date: Mon, 02 Apr 2007 07:54:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-Antivirus: Dr.Web (R) for Mail Servers on localhost host X-Antivirus-Code: 100000 X-IsSubscribed: yes 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: 2007-04/txt/msg00006.txt.bz2 Good day. I'm novice in Linux and during of application debugging that linked statically I bump into the following problem: debugger receives SIGKILL and exits. Application uses glibc 2.3.2, gcc 4.1.1 and Linux threads. I will appreciate your comments. Regards, Vadim