public inbox for insight-prs@sourceware.org
help / color / mirror / Atom feed
* Re: insight/298: text mode only, no windows display
@ 2006-06-07 17:29 kseitz
  0 siblings, 0 replies; 4+ messages in thread
From: kseitz @ 2006-06-07 17:29 UTC (permalink / raw)
  To: craig.lawson, insight-prs, kseitz, nobody

Synopsis: text mode only, no windows display

Responsible-Changed-From-To: unassigned->kseitz
Responsible-Changed-By: kseitz
Responsible-Changed-When: Wed Jun  7 17:29:07 2006
Responsible-Changed-Why:
    mine
State-Changed-From-To: open->feedback
State-Changed-By: kseitz
State-Changed-When: Wed Jun  7 17:29:07 2006
State-Changed-Why:
    Did your build create an "insight" executable?

http://sourceware.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=insight&pr=298


^ permalink raw reply	[flat|nested] 4+ messages in thread
* Re: insight/298: text mode only, no windows display
@ 2006-11-30 23:11 kseitz
  0 siblings, 0 replies; 4+ messages in thread
From: kseitz @ 2006-11-30 23:11 UTC (permalink / raw)
  To: craig.lawson, insight-prs, kseitz

Synopsis: text mode only, no windows display

State-Changed-From-To: feedback->closed
State-Changed-By: kseitz
State-Changed-When: Thu Nov 30 23:11:34 2006
State-Changed-Why:
    Closing this... I forgot to revisit this when I updated the documentation and the website. Thanks again for pointing this out.

http://sourceware.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=insight&pr=298


^ permalink raw reply	[flat|nested] 4+ messages in thread
* RE: insight/298: text mode only, no windows display
@ 2006-06-07 22:53 Craig Lawson
  0 siblings, 0 replies; 4+ messages in thread
From: Craig Lawson @ 2006-06-07 22:53 UTC (permalink / raw)
  To: kseitz; +Cc: insight-prs

The following reply was made to PR insight/298; it has been noted by GNATS.

From: "Craig Lawson" <craig.lawson@centrify.com>
To: <kseitz@sources.redhat.com>,
	"Craig Lawson" <craig.lawson@centrify.com>,
	<insight-prs@sources.redhat.com>,
	<kseitz@sources.redhat.com>,
	<nobody@sources.redhat.com>,
	<insight-gnats@sources.redhat.com>
Cc:  
Subject: RE: insight/298: text mode only, no windows display
Date: Wed, 7 Jun 2006 15:48:31 -0700

 Yes, it did. And when I run 'insight', all the windows appear as I
 expect. Thanks for the tip!
 
 However, you may wish to change your web site FAQ.
 http://sources.redhat.com/insight/faq.php
 Section 3. Using Insight
 3.1 How do I use Insight?
 Just run it you would a normal GDB (in fact, it's actually called
 `gdb').
 
 Perhaps should say: "... it's actually called `insight'"
 
 
 Thanks for your help,
 Craig.
 =20
 
 -----Original Message-----
 From: kseitz@sources.redhat.com [mailto:kseitz@sources.redhat.com]=20
 Sent: Wednesday, June 07, 2006 10:29 AM
 To: Craig Lawson; insight-prs@sources.redhat.com;
 kseitz@sources.redhat.com; nobody@sources.redhat.com
 Subject: Re: insight/298: text mode only, no windows display
 
 Synopsis: text mode only, no windows display
 
 Responsible-Changed-From-To: unassigned->kseitz
 Responsible-Changed-By: kseitz
 Responsible-Changed-When: Wed Jun  7 17:29:07 2006
 Responsible-Changed-Why:
     mine
 State-Changed-From-To: open->feedback
 State-Changed-By: kseitz
 State-Changed-When: Wed Jun  7 17:29:07 2006
 State-Changed-Why:
     Did your build create an "insight" executable?
 
 http://sourceware.org/cgi-bin/gnatsweb.pl?cmd=3Dview%20audit-trail&databa=
 s
 e=3Dinsight&pr=3D298


^ permalink raw reply	[flat|nested] 4+ messages in thread
* insight/298: text mode only, no windows display
@ 2006-06-06 19:33 craig.lawson
  0 siblings, 0 replies; 4+ messages in thread
From: craig.lawson @ 2006-06-06 19:33 UTC (permalink / raw)
  To: insight-gnats


>Number:         298
>Category:       insight
>Synopsis:       text mode only, no windows display
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jun 06 19:33:01 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     craig.lawson@centrify.com
>Release:        unknown-1.0
>Organization:
>Environment:

>Description:
I downloaded, built, and installed insight-6.4 according to instructions on FAQ. Platform: Red Hat WS 3.0, i686-pc-linux-gnu

Start gdb, and  it reports "GNU gdb 6.4.0.20051202-cvs". But all I get is the good old text prompt. It does not open any windows!

gdb does not complain about Tcl_init failing. I have no conflicting environment variables. DISPLAY is set properly. I tried starting gdb with -nx option; no different.

Reviewing the build and install log shows no errors (unless they are too subtle for me).

ldd `which gdb` shows:
  libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x00795000)
  libdl.so.2 => /lib/libdl.so.2 (0x00943000)
  libm.so.6 => /lib/tls/libm.so.6 (0x00f5f000)
  libncurses.so.5 => /usr/lib/libncurses.so.5 (0x004b7000)
  libc.so.6 => /lib/tls/libc.so.6 (0x00111000)
  /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x00bc3000)
  libgpm.so.1 => /usr/lib/libgpm.so.1 (0x00500000)

How to diagnose this problem?
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-11-30 23:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-07 17:29 insight/298: text mode only, no windows display kseitz
  -- strict thread matches above, loose matches on Subject: below --
2006-11-30 23:11 kseitz
2006-06-07 22:53 Craig Lawson
2006-06-06 19:33 craig.lawson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).