From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2744 invoked by alias); 16 Jul 2004 13:31:58 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 2736 invoked from network); 16 Jul 2004 13:31:57 -0000 Received: from unknown (HELO scr.siemens.com) (198.84.16.42) by sourceware.org with SMTP; 16 Jul 2004 13:31:57 -0000 X-SCR-Return-Path: (as seen by scr.siemens.com) Received: from postoffice.scr.siemens.com (postoffice.scr.siemens.com [129.73.8.49]) by scr.siemens.com (8.11.7/8.11.7) with ESMTP id i6GDVkD21358; Fri, 16 Jul 2004 09:31:47 -0400 (EDT) Received: by postoffice.scr.siemens.com with Internet Mail Service (5.5.2653.19) id ; Fri, 16 Jul 2004 09:31:46 -0400 Message-ID: <20B20848358CDA44AB6A2E277D2E1C5E05697245@postoffice.scr.siemens.com> From: "Bhagat, Vivek" To: "'Keith Seitz'" Cc: "'insight@sources.redhat.com'" Subject: RE: insight GUI not working! Date: Fri, 16 Jul 2004 13:31:00 -0000 MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2004-q3/txt/msg00036.txt.bz2 Yes, what I meant about "gdb console window" was command line gdb. No there are no errors or anything. I checked all my permissions under /opt/insight directory and they are all fine. But when you say "Is DISPLAY set?" what does that mean? Can you explain or point me to the documentation where I could get direction on actually going and setting my DISPLAY. I think may be it's this display thing that is not configured properly. Regards, Vivek -----Original Message----- From: Keith Seitz [mailto:keiths@redhat.com] Sent: Friday, July 16, 2004 9:20 AM To: Bhagat, Vivek Cc: 'insight@sources.redhat.com' Subject: Re: insight GUI not working! On Fri, 2004-07-16 at 06:03, Bhagat, Vivek wrote: > I am running insight-5.2.1-249 on SuSE 9 Pro and I have all the tools need to run the debugger. But the problem is insight only works for only one user account and for rest of my user account when I run it from the shell window, I only get the gdb console window and GUI does not open up. > Is it something with my insight configuration that is prohibiting other users to open up insight GUI? > If anyone can help me out with this it will be a great help? When you say "gdb console window" what do you mean? You get command-line gdb in your terminal window or you get Insight's Console Window but no source window? I'll assume it's the former and not the latter. [Actually, if it is the latter, try erasing your ~/.gdbtkinit file.] Are there any errors displayed when insight is started from a non-working account? Is DISPLAY set? Perhaps it is a permissions problem with the installation? I just cannot think of any other reason why an X application would run for one user and not another. This isn't windows, after all. ;-) Keith