Issue Details (XML | Word | Printable)

Key: STDCXX-705
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Martin Sebor
Reporter: Martin Sebor
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
C++ Standard Library

[HP-UX/IPF] 0.printf fails 4 assertions due to __rw_memattr()

Created: 24/Jan/08 05:01 AM   Updated: 18/Jul/08 03:50 AM
Return to search
Component/s: Test Driver
Affects Version/s: None
Fix Version/s: 4.2.1

Time Tracking:
Original Estimate: 2h
Original Estimate - 2h
Remaining Estimate: 0h
Time Spent - 3.25h
Time Spent: 3.25h
Time Spent - 3.25h

Issue Links:
Reference
 

Severity: Incorrect Behavior
Resolution Date: 01/Feb/08 08:19 PM


 Description  « Hide
In 4.2.0, the 0.printf test hangs on HP-UX 11.31/IPF.

On the head of trunk the test fails 4 assertions:

$ uname -srm && aCC -V && ./0.printf 2>&1 | grep -i assertion
HP-UX B.11.31 ia64
aCC: HP C/aC++ B3910B A.06.14 [Feb 22 2007]
# Assertion failed on line 416: rw_sprintf("%s", ...) == "(invalid address 0x7fff4090)", got ""
# Assertion failed on line 426: rw_sprintf("%ls", ...) == "(invalid address 0x7fff4090)", got ""
# Assertion failed on line 504: rw_sprintf("%{#ls}", ...) == "(invalid address 0x7fff4090)", got """"
# Assertion failed on line 2442: rw_sprintf("%{t}", ...) == "(invalid address 0x7fff4090)", got "{ tm_sec=855638016 [0,60], tm_mday=0 [1,31] }"
Failed 4 out of 1588 assertions.


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Travis Vitek made changes - 24/Jan/08 05:43 PM
Field Original Value New Value
Link This issue is related to STDCXX-707 [ STDCXX-707 ]
Martin Sebor made changes - 31/Jan/08 12:42 AM
Assignee Martin Sebor [ sebor ]
Martin Sebor made changes - 31/Jan/08 04:31 PM
Time Spent 2h [ 7200 ]
Remaining Estimate 2h [ 7200 ] 0h [ 0 ]
Martin Sebor made changes - 31/Jan/08 04:33 PM
Time Spent 2h [ 7200 ] 3h [ 10800 ]
Martin Sebor made changes - 01/Feb/08 04:33 AM
Status Open [ 1 ] In Progress [ 3 ]
Martin Sebor made changes - 01/Feb/08 08:19 PM
Resolution Fixed [ 1 ]
Status In Progress [ 3 ] Resolved [ 5 ]
Martin Sebor made changes - 01/Feb/08 08:19 PM
Status Resolved [ 5 ] Closed [ 6 ]
Martin Sebor made changes - 01/Feb/08 08:20 PM
Time Spent 3h [ 10800 ] 3.25h [ 11700 ]
Martin Sebor made changes - 18/Jul/08 03:50 AM
Link This issue is related to STDCXX-931 [ STDCXX-931 ]