This is the mail archive of the insight-prs@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

insight/72: two related bugs involving value popup



>Number:         72
>Category:       insight
>Synopsis:       two related bugs involving value popup
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Dec 12 09:43:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Tom Tromey
>Release:        unknown-1.0
>Organization:
>Environment:

>Description:
I'm trying to use Insight to debug gcj.
Here is a line of code from gcj:

1774			    if (i == reloc->offset)

Here, `reloc' is NULL.  If I hold the mouse over reloc, a popup comes
up saying "reloc->offset = 0".

There are two bugs here:

1. reloc->offset isn't 0.  It is invalid.
2. I see "Cannot access memory at address 0x4" in the Console window.
   I think I shouldn't see anything appear in the Console window.
>How-To-Repeat:

>Fix:

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]