From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26312 invoked by alias); 4 Feb 2002 18:40:07 -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 26115 invoked from network); 4 Feb 2002 18:40:02 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 4 Feb 2002 18:40:02 -0000 Received: from cse.cygnus.com (cse.sfbay.redhat.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id KAA18246; Mon, 4 Feb 2002 10:39:58 -0800 (PST) Received: (from kev@localhost) by cse.cygnus.com (8.11.6/8.11.6) id g14IdbF17091; Mon, 4 Feb 2002 11:39:37 -0700 Date: Mon, 04 Feb 2002 10:40:00 -0000 From: Kevin Buettner Message-Id: <1020204183937.ZM17090@localhost.localdomain> In-Reply-To: "=?iso-8859-7?b?wevd7uHt5PHv8iDK4fH18N/k5/I=?= (Alexandros Karypidis)" "Strange gdb behavior when debugging Qt apps" (Feb 4, 4:46pm) References: <200202041448.QAA12663@uth.gr> X-Mailer: Z-Mail (4.0.1 13Jan97 Caldera) To: "=?iso-8859-7?b?wevd7uHt5PHv8iDK4fH18N/k5/I=?= (Alexandros Karypidis)" , gdb@sources.redhat.com Subject: Re: Strange gdb behavior when debugging Qt apps MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-02/txt/msg00084.txt.bz2 On Feb 4, 4:46pm, =?iso-8859-7?b?wevd7uHt5PHv8iDK4fH18N/k5/I=?= (Ale wrote: > 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? In the course of starting up the process to be debugged, gdb invokes the shell. Could it be that a .bashrc, .cshrc, or the like is setting (or unsetting) an environment variable which is influencing the font size? Kevin