Package: ddd
Subject: DDD 3.3.9 (i386-pc-linux-gnu) gets `BadWindow' error
Package: ddd
Version: 1:3.3.9-3
Severity: normal

*** Please type your report below this line ***

I had a simple c program that generated a 10 element integer array:
#include <stdio.h>
#define ROWS 10
int main () {
        int data[ROWS];
        int i;
        for(i=0; i<ROWS; i++){
                data[i] = i+i;
                printf("data[%d] => %d\n", i, data[i]);
        }
        printf("done!\n");
        return 0;
}
Compiled using: gcc -Wall -v -g plot.c -o plot
  GNU C version 3.3.5 (Debian 1:3.3.5-8ubuntu2) (i486-linux)

I set a break point just after the array was populated, I displayed
the array by double-clicking on the array-variable. The data was displayed.
I clicked on the "Plot" menu button and a dialog displaying "Starting
gnuplot"
was displayed. After a minute of watching this dialog, I pressed the cancel
button on the dialog and ddd crashed with the following error:

[EMAIL PROTECTED]:~/exercises/play$ ddd plot
Warning: XmStringGetNextComponent: unknown type 143435704

(Annoyed?  Try 'Edit->Preferences->General->Suppress X Warnings'!)
Warning: XmStringGetNextComponent: unknown type 143435752

X Error of failed request:  BadWindow (invalid Window parameter)
"reportbug-ddd-20050525-32302-0cVBOB" 87L, 3589C

X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  10 (X_UnmapWindow)
  Resource id in failed request:  0x0
  Serial number of failed request:  32360
  Current serial number in output stream:  32363
X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  10 (X_UnmapWindow)
  Resource id in failed request:  0x0
  Serial number of failed request:  32362
  Current serial number in output stream:  32606

X error (invalid Window parameter).

Oops!  You have found a bug in DDD.

If you can reproduce this bug, please send a bug report
to <ddd@gnu.org>, giving a subject like

    DDD 3.3.9 (i386-pc-linux-gnu) gets `BadWindow' error

To enable us to fix the bug, you should include the following information:
* What you were doing to get this message.  Report all the facts.
* The contents of the `~/.ddd/log' file as generated by this session.
Please read also the section "Reporting Bugs" in the DDD manual.

We thank you for your support.


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.10-5-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages ddd depends on:


Versions of packages ddd depends on:
ii  lesstif2            1:0.93.94-11ubuntu3  OSF/Motif 2.1
implementation relea
ii  libc6               2.3.2.ds1-20ubuntu13 GNU C Library: Shared
libraries an
ii  libgcc1             1:4.0-0pre6ubuntu7   GCC support library
ii  libice6             6.8.2-10             Inter-Client Exchange library
ii  libncurses5         5.4-4                Shared libraries for
terminal hand
ii  libsm6              6.8.2-10             X Window System Session
Management
ii  libstdc++5          1:3.3.5-8ubuntu2     The GNU Standard C++ Library v3
ii  libx11-6            6.8.2-10             X Window System protocol
client li
ii  libxaw7             6.8.2-10             X Athena widget set library
ii  libxext6            6.8.2-10             X Window System
miscellaneous exte
ii  libxmu6             6.8.2-10             X Window System
miscellaneous util
ii  libxp6              6.8.2-10             X Window System printing
extension
ii  libxpm4             6.8.2-10             X pixmap library
ii  libxt6              6.8.2-10             X Toolkit Intrinsics
ii  xlibs               6.8.2-10             X Window System client
libraries m

-- no debconf information


******************************************************************************
 - NOTICE FROM DIMENSION DATA AUSTRALIA
This message is confidential, and may contain proprietary or legally privileged 
information.  If you have received this email in error, please notify the 
sender and delete it immediately.

Internet communications are not secure. You should scan this message and any 
attachments for viruses.  Under no circumstances do we accept liability for any 
loss or damage which may result from your receipt of this message or any 
attachments.
******************************************************************************



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to