From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11593 invoked by alias); 4 Feb 2002 14:48:46 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 11453 invoked from network); 4 Feb 2002 14:48:42 -0000 Received: from unknown (HELO uth.gr) (194.177.200.6) by sources.redhat.com with SMTP; 4 Feb 2002 14:48:42 -0000 Received: from there (grads-pc-2.inf.uth.gr [195.251.18.133]) by uth.gr (8.9.3+Sun/8.9.1) with SMTP id QAA12663 for ; Mon, 4 Feb 2002 16:48:39 +0200 (EET) Message-Id: <200202041448.QAA12663@uth.gr> Content-Type: text/plain; charset="iso-8859-7" From: "=?iso-8859-7?b?wevd7uHt5PHv8iDK4fH18N/k5/I=?= (Alexandros Karypidis)" Organization: =?iso8859-7?b?0OHt5fDp8/Te7OnvIMjl8/Ph69/h8g==?= (University of Thessaly) To: gdb@sources.redhat.com Subject: Strange gdb behavior when debugging Qt apps Date: Mon, 04 Feb 2002 06:48:00 -0000 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SW-Source: 2002-02/txt/msg00077.txt.bz2 Hello everyone, I am facing a rather strange problem using gdb. I have written a simple Qt application which creates a window with a few menu choices. When I run the application (no debugging), everything is ok. If I try to run it within gdb however, the fonts used are unreadable. They letters are very small and one cannot distinguish them. Does anyone have any clue regading this strange behavior? Thanks, Alexandros