public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug testsuite/4540] New:  conversions.stp 0xffffffffffffffff (6) fails on ia64
@ 2007-05-23 21:24 wcohen at redhat dot com
  2007-05-28 14:19 ` [Bug testsuite/4540] " fche at redhat dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: wcohen at redhat dot com @ 2007-05-23 21:24 UTC (permalink / raw)
  To: systemtap

The /systemtap.stress/conversions.exp test fails on ia64. the tests works for
0xffffffff. Below is the related part of the systemtap.log:

exp conversions.stp 0xffffffffffffffff 0
ERROR: kernel long copy fault at 0xffffffffffffffff near identifier
'kernel_long' at
/home/wcohen/stap_snap_200705231431/src/testsuite/systemtap.stress/conversions.stp:6:22

ERROR: kernel int copy fault at 0xffffffffffffffff near identifier 'kernel_int'
at
/home/wcohen/stap_snap_200705231431/src/testsuite/systemtap.stress/conversions.stp:7:22

ERROR: kernel short copy fault at 0xffffffffffffffff near identifier
'kernel_short' at
/home/wcohen/stap_snap_200705231431/src/testsuite/systemtap.stress/conversions.stp:8:22

ERROR: kernel int copy fault at 0xffffffffffffffff near identifier 'kernel_int'
at
/home/wcohen/stap_snap_200705231431/src/testsuite/systemtap.stress/conversions.stp:10:22

WARNING: user string copy fault -14 at ffffffffffffffff



0<unknown><only suspected, not known><unknown><unknown>

WARNING: Number of errors: 4, skipped probes: 0

done exp conversions.stp 0xffffffffffffffff 6
FAIL: conversions.stp 0xffffffffffffffff (6)
done conversions.stp 0xffffffffffffffff 6

The test above seems to be missing the failures for:

ERROR: kernel string copy fault
ERROR: kernel char copy fault

Page 149 of the "ia64 linux kernel", figure 4.11 shows that address mapping,
0xffffffffffffffff is a valid byte address. Might need to reconsider how this
tests picks the addresses.

-- 
           Summary:  conversions.stp 0xffffffffffffffff (6) fails on ia64
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: testsuite
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: wcohen at redhat dot com
  GCC host triplet: ia64


http://sourceware.org/bugzilla/show_bug.cgi?id=4540

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

* [Bug testsuite/4540] conversions.stp 0xffffffffffffffff (6) fails on ia64
  2007-05-23 21:24 [Bug testsuite/4540] New: conversions.stp 0xffffffffffffffff (6) fails on ia64 wcohen at redhat dot com
@ 2007-05-28 14:19 ` fche at redhat dot com
  2007-05-29 20:53 ` wcohen at redhat dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: fche at redhat dot com @ 2007-05-28 14:19 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From fche at redhat dot com  2007-05-28 14:19 -------
We already have customizations of that test for s390x.
Think of something similar for ia64.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary| conversions.stp            |conversions.stp
                   |0xffffffffffffffff (6) fails|0xffffffffffffffff (6) fails
                   |on ia64                     |on ia64


http://sourceware.org/bugzilla/show_bug.cgi?id=4540

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

* [Bug testsuite/4540] conversions.stp 0xffffffffffffffff (6) fails on ia64
  2007-05-23 21:24 [Bug testsuite/4540] New: conversions.stp 0xffffffffffffffff (6) fails on ia64 wcohen at redhat dot com
  2007-05-28 14:19 ` [Bug testsuite/4540] " fche at redhat dot com
@ 2007-05-29 20:53 ` wcohen at redhat dot com
  2007-08-14  1:01 ` joshua dot i dot stone at intel dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: wcohen at redhat dot com @ 2007-05-29 20:53 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From wcohen at redhat dot com  2007-05-29 20:53 -------
Put in test for ia64 in conversion.exp to use an address that is falls in region
5 if on ia64 machine.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=4540

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

* [Bug testsuite/4540] conversions.stp 0xffffffffffffffff (6) fails on ia64
  2007-05-23 21:24 [Bug testsuite/4540] New: conversions.stp 0xffffffffffffffff (6) fails on ia64 wcohen at redhat dot com
  2007-05-28 14:19 ` [Bug testsuite/4540] " fche at redhat dot com
  2007-05-29 20:53 ` wcohen at redhat dot com
@ 2007-08-14  1:01 ` joshua dot i dot stone at intel dot com
  2008-03-03 18:13 ` bruno dot abinader at openbossa dot org
  2008-03-03 18:26 ` fche at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: joshua dot i dot stone at intel dot com @ 2007-08-14  1:01 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From joshua dot i dot stone at intel dot com  2007-08-13 22:42 -------
Will put in the ia64 check, and it's been passing in weekly tests since then...

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=4540

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

* [Bug testsuite/4540] conversions.stp 0xffffffffffffffff (6) fails on ia64
  2007-05-23 21:24 [Bug testsuite/4540] New: conversions.stp 0xffffffffffffffff (6) fails on ia64 wcohen at redhat dot com
                   ` (2 preceding siblings ...)
  2007-08-14  1:01 ` joshua dot i dot stone at intel dot com
@ 2008-03-03 18:13 ` bruno dot abinader at openbossa dot org
  2008-03-03 18:26 ` fche at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: bruno dot abinader at openbossa dot org @ 2008-03-03 18:13 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From bruno dot abinader at openbossa dot org  2008-03-03 18:12 -------
Test testsuite/.../conversions.exp currently fails on arm target with this output:

FAIL: conversions.stp 0xffffffff (6)
FAIL: conversions.stp 0xffffffffffffffff (6)

This test depends on architecture-specific memory addressing conventions. There
is no special treatment for ARM in this case.

ps: This bug is the same as bug #4121.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


http://sourceware.org/bugzilla/show_bug.cgi?id=4540

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

* [Bug testsuite/4540] conversions.stp 0xffffffffffffffff (6) fails on ia64
  2007-05-23 21:24 [Bug testsuite/4540] New: conversions.stp 0xffffffffffffffff (6) fails on ia64 wcohen at redhat dot com
                   ` (3 preceding siblings ...)
  2008-03-03 18:13 ` bruno dot abinader at openbossa dot org
@ 2008-03-03 18:26 ` fche at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: fche at redhat dot com @ 2008-03-03 18:26 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From fche at redhat dot com  2008-03-03 18:25 -------
Let's use a new ARM-specific bug for this.
Please suggest a known-invalid address range if you can.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bruno dot abinader at
                   |                            |openbossa dot org
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=4540

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

end of thread, other threads:[~2008-03-03 18:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-23 21:24 [Bug testsuite/4540] New: conversions.stp 0xffffffffffffffff (6) fails on ia64 wcohen at redhat dot com
2007-05-28 14:19 ` [Bug testsuite/4540] " fche at redhat dot com
2007-05-29 20:53 ` wcohen at redhat dot com
2007-08-14  1:01 ` joshua dot i dot stone at intel dot com
2008-03-03 18:13 ` bruno dot abinader at openbossa dot org
2008-03-03 18:26 ` fche at redhat dot com

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).