Your message dated 09 Dec 2001 12:40:30 +0100 with message-id <[EMAIL PROTECTED]> and subject line xxgdb crashes when scrolled. 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.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 7 Oct 1999 17:57:56 +0000 Received: (qmail 15547 invoked from network); 7 Oct 1999 17:57:50 -0000 Received: from swanee.ee.uwa.edu.au (130.95.208.1) by master.debian.org with SMTP; 7 Oct 1999 17:57:50 -0000 Received: from us1.ee.uwa.edu.au (us1.ee.uwa.edu.au [130.95.200.20]) by swanee.ee.uwa.edu.au (8.9.3/8.9.3) with ESMTP id BAA14432 for <[EMAIL PROTECTED]>; Fri, 8 Oct 1999 01:58:28 +0800 (WST) Received: from localhost ([EMAIL PROTECTED]) by us1.ee.uwa.edu.au (8.8.8/8.8.8) with ESMTP id BAA00676 for <[EMAIL PROTECTED]>; Fri, 8 Oct 1999 01:57:32 +0800 (WST) Date: Fri, 8 Oct 1999 01:57:32 +0800 (WST) From: Paul Harris <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: xxgdb crashes when scrolled. Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Package: xxgdb Version: 1.12-9.3 Hi, hope you can help: i open it up, i scroll up in the source window. after about 50-100 lines it just crashes. $ xxgdb michael Warning: Actions not found: StartScroll X Error of failed request: BadPixmap (invalid Pixmap parameter) Major opcode of failed request: 54 (X_FreePixmap) Resource id in failed request: 0xa7d0935 Serial number of failed request: 2849 Current serial number in output stream: 2855 $ ldd /usr/X11R6/bin/xxgdb libXaw.so.6 => /usr/X11R6/lib/neXtaw/libXaw.so.6 (0x40019000) libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40072000) libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x40084000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x400cc000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x400d5000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x400eb000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x400f7000) libc.so.6 => /lib/libc.so.6 (0x40197000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) Linux version 2.2.12 ([EMAIL PROTECTED]) (gcc version 2.95.2 19990906 (prerelease)) #2 Wed Sep 29 03:10:56 WST 1999 Pure potato (fully updated too). cya, Paul "If you can't make it good, make it look good." Bill Gates, 1995 --------------------------------------- Received: (at 46867-done) by bugs.debian.org; 9 Dec 2001 11:30:08 +0000 >From [EMAIL PROTECTED] Sun Dec 09 05:30:08 2001 Return-path: <[EMAIL PROTECTED]> Received: from jagor.srce.hr [161.53.2.130] (root) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 16D29n-0006iB-00; Sun, 09 Dec 2001 05:30:07 -0600 Received: from fuzz ([EMAIL PROTECTED] [193.198.128.12]) by jagor.srce.hr (8.9.3/8.9.3) with ESMTP id MAA05744 for <[EMAIL PROTECTED]>; Sun, 9 Dec 2001 12:27:09 +0100 (MET) Received: from mvela by fuzz with local (Exim 3.33 #1 (Debian)) id 16D2Jy-0005FC-00 for <[EMAIL PROTECTED]>; Sun, 09 Dec 2001 12:40:38 +0100 From: Matej Vela <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: xxgdb crashes when scrolled. References: <[EMAIL PROTECTED]> Date: 09 Dec 2001 12:40:30 +0100 In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Lines: 8 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Matej Vela <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] Now that xxgdb 1.12-11 has been recompiled with libxaw7, the warning disappeared and scrolling the source window works fine. This seems to have been a libxaw6 problem all along. Thanks for your patience, Matej