Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

idb gui problem

timblech
Beginner
555 Views
hi all,

i'm trying to run idb -gui, but the fonts are not displayed... (except in the debugger output panel)

on the terminal i have many errors, beginning with:


QWidget::setMaximumSize: (unnamed/QLabel) The largest allowed size is (32767,327 67)
QWidget::setMaximumSize: (unnamed/Toggle) The largest allowed size is (32767,327 67)
QWidget::setMaximumSize: (unnamed/Toggle) The largest allowed size is (32767,327 67)
QWidget::setMaximumSize: (unnamed/QLabel) The largest allowed size is (32767,327 67)
QWidget::setMinimumSize: The smallest allowed size is (0,0)
QWidget::setMaximumSize: (unnamed/QLabel) The largest allowed size is (32767,327 67)
QWidget::setMaximumSize: (unnamed/QLabel) The largest allowed size is (32767,327 67)
QWidget::setMinimumSize: The smallest allowed size is (0,0)
QWidget::setMaximumSize: (unnamed/QLabel) The largest allowed size is (32767,327 67)
QWidget::setMaximumSize: (unnamed/QLabel) The largest allowed size is (32767,327 67)
QWidget::setMaximumSize: (unnamed/ButtonGroup) The largest allowed size is (3276 7,32767)
QWidget::setMaximumSize: (unnamed/QLabel) The largest allowed size is (32767,327 67)
QWidget::setMaximumSize: (unnamed/QLabel) The largest allowed size is (32767,327 67)
QWidget::setMinimumSize: The smallest allowed size is (0,0)
QWidget::setMaximumSize: (unnamed/QLabel) The largest allowed size is (32767,327 67)
QWidget::setMaximumSize: (unnamed/Toggle) The largest allowed size is (32767,327 67)
QWidget::setMaximumSize: (unnamed/QLabel) The largest allowed size is (32767,327 67)
QWidget::setMaximumSize: (unnamed/QLabel) The largest allowed size is (32767,327 67)
QWidget::setMaximumSize: (unnamed/Toggle) The largest allowed size is (32767,327 67)
X Error: BadAlloc (insufficient resources for operation) 11
Major opcode: 53
Minor opcode: 0
Resource id: 0x32001c3
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 70
Minor opcode: 0
Resource id: 0x32001c3
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 156
Minor opcode: 4
Resource id: 0x32001c3
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 53
Minor opcode: 0
Resource id: 0x32001c3
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 156
Minor opcode: 4
Resource id: 0x32001c5
X Error: BadPixmap (invalid Pixmap parameter) 4
Major opcode: 54
Minor opcode: 0
Resource id: 0x32001c5
X Error: RenderBadPicture (invalid Picture parameter) 182
Major opcode: 156
Minor opcode: 26
Resource id: 0x32001c6
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 53
Minor opcode: 0
Resource id: 0x32001c3
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 156
Minor opcode: 4
Resource id: 0x32001c7
X Error: BadPixmap (invalid Pixmap parameter) 4
Major opcode: 54
Minor opcode: 0
Resource id: 0x32001c7
X Error: RenderBadPicture (invalid Picture parameter) 182
Major opcode: 156
Minor opcode: 26
Resource id: 0x32001c8
X Error: RenderBadPicture (invalid Picture parameter) 182
Major opcode: 156
Minor opcode: 26
Resource id: 0x32001c4

.. any idea?

thanks in advance ... tim
0 Kudos
4 Replies
Intel_C_Intel
Employee
555 Views
Hi,
It would be helpful to know which HW, OS and IDB version you're using. It may make a difference.
In any case, we've seen situations where the QT defaults for the forground and background colors are the same and therefore all text areas errently appear blank.
If you're on Linux, try doing mv ~/.qt ~/.qtHidden and then rerunning your experiment.
I haven't seen a situation in which all those diagnostic message are displayed. I'll check with the product development team and then let you know what they say.
-- G
0 Kudos
timblech
Beginner
555 Views
the machine is an ia32, gentoo linux, icc-9.0

removing the .qt directory seems to work, though ...

thanks ... tim
0 Kudos
Intel_C_Intel
Employee
555 Views

Tim, I'm glad to hear that helped.

Engineering hasn't seen that cascade of diagnostic messages before now. If need be they'll investigate further for you, but they'll need an official QuAD report via http://premier.intel.com/ to do so.

-- G

0 Kudos
timblech
Beginner
555 Views
can't log into https://premier.intel.com/:

HTTP Error 403

403 Forbidden: Access Denied

You do not have access to the requested document.
0 Kudos
Reply