ddd + ubuntu + erro do gnuplot [fechado]

1

Acabei de começar a usar o ddd com o Ubuntu. Eu sou capaz de fazer as operações básicas (passo e assistir) sem problemas.

Mas, quando tento visualizar um gráfico, ele fica preso na tela "Iniciando o gnuplot".

quando cancelo a caixa de diálogo, o ddd sai com a seguinte mensagem de erro:

Warning: XmStringGetNextComponent: unknown type 154941792

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

Warning: XmStringGetNextComponent: unknown type 154944592

Warning: XmStringGetNextComponent: unknown type 154943384

Warning: XmStringGetNextComponent: unknown type 154999536

Warning: XmStringGetNextComponent: unknown type 154998648

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:  16950
  Current serial number in output stream:  16953
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:  16952
  Current serial number in output stream:  17116

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 <[email protected]>, giving a subject like

    DDD 3.3.11 (i486-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.

o código que estou usando para testar isso é

#include<iostream>
using namespace std;
int main()
{
 int a[10];
 for(int z=0;z<=10;z++)
 {
  a[z]=z;
  cout<<z;
 }
 return 0;
}

usando o ubuntu 10.04 instalou o gnuplot de

sudo apt-get install gnuplot
    
por Akash 21.11.2010 / 09:22

1 resposta

2

  • Desativar avisos do X-Windows
  • Denuncie isso como um erro para [email protected]. Dê a eles tudo o que for necessário para reproduzi-lo.
por 21.11.2010 / 11:58