Your message dated Sat, 31 Mar 2001 10:38:59 +0200 with message-id <[EMAIL PROTECTED]> and subject line Fixed in xxgdb 1.12-9.2 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Darren Benham (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 6 May 1997 11:20:37 +0000 Received: (qmail 22465 invoked from network); 6 May 1997 11:20:35 -0000 Received: from gate.topsystem.de (194.231.48.129) by master.debian.org with SMTP; 6 May 1997 11:20:34 -0000 Received: from gauss.topsystem.de ([EMAIL PROTECTED] [194.231.48.139]) by gate.topsystem.de (8.8.5/8.8.5) with ESMTP id NAA32103 for <[EMAIL PROTECTED]>; Tue, 6 May 1997 13:28:57 +0200 From: [EMAIL PROTECTED] Received: (from [EMAIL PROTECTED]) by gauss.topsystem.de (8.8.5/8.8.5) id NAA31295; Tue, 6 May 1997 13:20:04 +0200 Date: Tue, 6 May 1997 13:20:04 +0200 Message-Id: <[EMAIL PROTECTED]> Subject: xxgdb: Segmentation violation To: [EMAIL PROTECTED] X-Mailer: bug 2.93 Package: xxgdb Version: 1.12-9 Trying to debug the following program with xxgdb I get a 'Segmentation violation' before it really comes up: #include <unistd.h> #include <stdio.h> main() { char *cwd; printf("Starting program!\n"); if ((cwd = getcwd(NULL, 64)) == NULL) { printf("Got an error!\n"); perror("pwd"); exit(-1); } (void) printf("%s\n", cwd); return (0); } Michael -- System Information Debian Release: 1.3 Kernel Version: Linux gauss 2.0.30 #9 Fri Apr 11 13:42:13 CEST 1997 i686 unknown Versions of the packages xxgdb depends on: gdb Version: 4.16-7 xlib6 Version: 3.2-3 (Provides Virtual Package elf-x11r6lib) libc5 Version: 5.4.23-3 xlib6 Version: 3.2-3 --------------------------------------- Received: (at 32207-done) by bugs.debian.org; 31 Mar 2001 08:39:02 +0000 >From [EMAIL PROTECTED] Sat Mar 31 02:39:02 2001 Return-path: <[EMAIL PROTECTED]> Received: from jagor.srce.hr [161.53.2.130] (mvela) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 14jGuT-00017Z-00; Sat, 31 Mar 2001 02:39:01 -0600 Received: (from [EMAIL PROTECTED]) by jagor.srce.hr (8.9.0/8.9.0) id KAA16320 for [EMAIL PROTECTED]; Sat, 31 Mar 2001 10:38:59 +0200 (MET DST) Date: Sat, 31 Mar 2001 10:38:59 +0200 From: Matej Vela <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Fixed in xxgdb 1.12-9.2 Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i Delivered-To: [EMAIL PROTECTED] (xxgdb is now orphaned, so I'm closing the bugs fixed in non-maintainer uploads.) Here is the relevant changelog entry: xxgdb (1.12-9.2) frozen unstable; urgency=low [...] * Wraps xaw libraries (fixes #32207) [...] -- Daniel Martin <[EMAIL PROTECTED]> Sun, 24 Jan 1999 02:33:20 -0500 Thanks, Matej