|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 1798 Details
Show help | Quick Search | Submit a Test Suite Support Request | Click here to view your privileges
This page provides all information on Problem Report 1798.
Report 1798 Actions
Problem Report Number 1798 Submitter's Classification Test Suite problem State Resolved Resolution Test Suite Deficiency (TSD) Problem Resolution ID TSD.X.0875 Raised 1970-01-01 08:00 Updated 2003-03-13 08:00 Published 1998-06-23 08:00 Product Standard Window System Application Interface V2 Certification Program The Open Brand certification program Test Suite VSW version 5.0.1 Test Identification Xt4/XtDestroyWidget 1 Problem Summary TSD4W.00151 This test may fail as it is destroying the same widget twice. Problem Text
The segv above results from the second call to XtDestroyWidget as
per $TET_ROOT/vsw5/tset/Xt4/tdestywid/tdestywid.m:130
What appears to be happening in our case is ....
The first call to XtDestroyWidget(labelw_msg) is made.
As part of the execution of this function labelw_msg is freed.
tet_infoline() is called next and ends up allocating/writing to
storage which includes the address of the previously destroyed
widget. This results in the widget's being_destroyed flag being
unset which causes the subsequent XtDestroyWidget(labelw_msg)
to crash.
Test Output
TEST CASE: XtDestroyWidget
TEST PURPOSE #1
Assertion XtDestroyWidget-1.(A)
A call to void XtDestroyWidget(w) when the being_destroyed
field of the widget w is True shall return immediately.
PREP: Initialize toolkit, Open display and Create topLevel root widget
PREP: Create labelw_msg widget in boxw1 widget
PREP: Create windows for widgets and map them
PREP: Catch DestroyNotify event
TEST: Destroy labelw_msg widget
TEST: Destroy labelw_msg widget again
unexpected signal 11 (SIGSEGV) received
ERROR: Expected DestroyNotify event count of 1, Received 0
1 FAIL
Review Information
Review Type TSMA Review Start Date null Completed null Status Complete Review Recommendation No Resolution Given Review Response
We agree this is a Test Suite Defiency in the test suite version listed.
Review Type SA Review Start Date null Completed null Status Complete Review Resolution Test Suite Deficiency (TSD) Review Conclusion
This is an agreed Test Suite Deficiency.
Problem Reporting System Options:
- View Report 1798
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority