HomeAbout Us A-Z IndexSearch * Contact Us Register LoginPress Shop

The Open Brand -- Problem Reporting and Interpretations System


Problem Report 2198 Details

Help Show help | Quick Search | Submit a Test Suite Support Request | Click here to view your privileges

This page provides all information on Problem Report 2198.


Report 2198 Actions


    Problem Report Number 2198
    Submitter's Classification Test Suite problem
    State Resolved
    Resolution Test Suite Deficiency (TSD)
    Problem Resolution ID TSD.X.1117
    Raised 1970-01-01 08:00
    Updated 2003-03-13 08:00
    Published 1998-03-05 08:00
    Product Standard Motif Toolkit
    Certification Program The Open Brand certification program
    Test Suite VSM version 4.0.0
    Test Identification widgets/XmTemplateDialog 3
    Problem Summary TSD4M.00024 The SIGSEGV is being caused by a missing argument in msg_failure(). Notice that the missing argument somehow got inserted inside the format string. msg_failure("Resource XmN%s: Expected '%s', resour...
    Problem Text

    The SIGSEGV is being caused by a missing argument in msg_failure().
    Notice that the missing argument somehow got inserted inside the
    format string.

    msg_failure("Resource XmN%s: Expected '%s', resource_info[i].name, received NULL", resources[i]);

    Look at mvsCompareResources() and mvsCompareResourcesVerbose() in the
    file $TET_ROOT/vsm4/src/mvslib/mvsCmpRscs.c. The msg_failure() in error




    is in the "case RefString" of both these functions.

    case RefString:
    .
    if (resources2[i] == (MvsArgVal)NULL) {
    if (strcmp((char*)resources[i],"") != 0) {
    msg_failure("Resource XmN%s: Expected '%s', resource_info[i].name, received NULL", resources[i]);
    resources[i] = mvsCopyResource(widget_info->widget_class_info, resources2[i],i);
    }
    }

    Test Output

    Note: /* wpk */

    This TSD was originally and accidentially filed with portions of the
    test output from a different test. This has now been corrected. The
    reason for this waiver remains the same.

    REQUEST/PROBLEM DESCRIPTION:

    520|1421 3 9808 1 1|VSM4TESTSUITE PURPOSE 3
    520|1421 3 9808 1 2|The members of the resource set for the XmTemplateDialog
    520|1421 3 9808 1 3|widget which are defined in the Motif Toolkit API
    520|1421 3 9808 1 4|specification as having access mode 'S' shall be settable

    520|1421 3 9808 1 5|with XtSetValues().
    520|1421 3 9808 1 6|TEST: Set XmNbackground to '56'
    520|1421 3 9808 1 7|TEST: Set XmNbackground to '57'
    520|1421 3 9808 1 8|TEST: Set XmNbackground to '58'
    520|1421 3 9808 1 9|TEST: Set XmNbackground to '59'
    520|1421 3 9808 1 10|TEST: Set XmNbackground to '60'
    520|1421 3 9808 1 11|TEST: Set XmNbackground to '61'
    520|1421 3 9808 1 12|TEST: Set XmNbackground back to original value
    520|1421 3 9808 1 13|TEST: Set XmNbackgroundPixmap to '12582915'
    520|1421 3 9808 1 14|TEST: Set XmNbackgroundPixmap to '12582916'




    520|1421 3 9808 1 15|TEST: Set XmNbackgroundPixmap to '12582917'
    520|1421 3 9808 1 16|TEST: Set XmNbackgroundPixmap to '12582918'
    520|1421 3 9808 1 17|TEST: Set XmNbackgroundPixmap to '12582919'
    520|1421 3 9808 1 18|TEST: Set XmNbackgroundPixmap to '12582920'
    520|1421 3 9808 1 19|TEST: Set XmNbackgroundPixmap to '12582921'
    520|1421 3 9808 1 20|TEST: Set XmNbackgroundPixmap to '12582922'
    520|1421 3 9808 1 21|TEST: Set XmNbackgroundPixmap to '12582923'
    520|1421 3 9808 1 22|TEST: Set XmNborderColor to '62'
    520|1421 3 9808 1 23|TEST: Set XmNborderColor to '63'
    520|1421 3 9808 1 24|TEST: Set XmNborderColor to '63'
    520|1421 3 9808 1 25|TEST: Set XmNborderColor to '64'
    520|1421 3 9808 1 26|TEST: Set XmNborderColor to '65'
    520|1421 3 9808 1 27|TEST: Set XmNborderColor to '66'
    520|1421 3 9808 1 28|TEST: Set XmNborderColor back to original value
    520|1421 3 9808 1 29|TEST: Set XmNborderPixmap to '12582915'
    520|1421 3 9808 1 30|TEST: Set XmNborderPixmap to '12582916'
    520|1421 3 9808 1 31|TEST: Set XmNborderPixmap to '12582917'
    520|1421 3 9808 1 32|TEST: Set XmNborderPixmap to '12582918'
    520|1421 3 9808 1 33|TEST: Set XmNborderPixmap to '12582919'
    520|1421 3 9808 1 34|TEST: Set XmNborderPixmap to '12582920'
    520|1421 3 9808 1 35|TEST: Set XmNborderPixmap to '12582921'
    520|1421 3 9808 1 36|TEST: Set XmNborderPixmap to '12582922'
    520|1421 3 9808 1 37|TEST: Set XmNborderPixmap to '12582923'
    520|1421 3 9808 1 38|TEST: Set XmNbottomShadowColor to '67'
    520|1421 3 9808 1 39|TEST: Set XmNbottomShadowColor to '68'
    520|1421 3 9808 1 40|TEST: Set XmNbottomShadowColor to '69'
    520|1421 3 9808 1 41|TEST: Set XmNbottomShadowColor to '70'
    520|1421 3 9808 1 42|TEST: Set XmNbottomShadowColor to '71'
    520|1421 3 9808 1 43|TEST: Set XmNbottomShadowColor to '72'
    520|1421 3 9808 1 44|TEST: Set XmNbottomShadowColor back to original value
    520|1421 3 9808 1 45|TEST: Set XmNbottomShadowPixmap to '12582915'
    520|1421 3 9808 1 46|TEST: Set XmNbottomShadowPixmap to '12582916'
    520|1421 3 9808 1 47|TEST: Set XmNbottomShadowPixmap to '12582917'
    520|1421 3 9808 1 48|TEST: Set XmNbottomShadowPixmap to '12582918'
    520|1421 3 9808 1 49|TEST: Set XmNbottomShadowPixmap to '12582919'
    520|1421 3 9808 1 50|TEST: Set XmNbottomShadowPixmap to '12582920'
    520|1421 3 9808 1 51|TEST: Set XmNbottomShadowPixmap to '12582921'
    520|1421 3 9808 1 52|TEST: Set XmNbottomShadowPixmap to '12582922'
    520|1421 3 9808 1 53|TEST: Set XmNbottomShadowPixmap to '12582923'
    520|1421 3 9808 1 54|TEST: Set XmNcancelLabelString to '<Key>F8'
    520|1421 3 9808 1 55|unexpected signal 11 (SIGSEGV) received
    220|1421 3 2 21:33:27|UNRESOLVED
    410|1421 3 1 21:33:27|IC End

    Review Information

    Review Type TSMA Review
    Start Date null
    Completed null
    Status Complete
    Review Recommendation No Resolution Given
    Review Response
    We agree with the applicant and recommend that a waiver be granted on the
    basis of a test suite deficiency.


    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:

     

    Back   


Contact the Certification Authority