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

The Open Brand -- Problem Reporting and Interpretations System


Problem Report 2196 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 2196.


Report 2196 Actions


    Problem Report Number 2196
    Submitter's Classification Test Suite problem
    State Resolved
    Resolution Test Suite Deficiency (TSD)
    Problem Resolution ID TSD.X.1115
    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/XmMenuBar 4
    Problem Summary TSD4M.00022 The function CreateMenuWidget() in $TET_ROOT/vsm4/src/mvslib/specific/mvsRowCol.c has a local variable "w_info". This variable is assigned a value in the switch statement based on the value of the "rc...
    Problem Text

    The function CreateMenuWidget() in $TET_ROOT/vsm4/src/mvslib/specific/mvsRowCol.c
    has a local variable "w_info". This variable is assigned a value in the switch
    statement based on the value of the "rc_type" variable that is passed
    as an argument to CreateMenuWidget(). When "rc_type" is equal to XmMENU_PULLDOWN
    there is no case statement for Motif 1.2. Thus, "w_info" NEVER gets set.

    switch (rc_type) {
    .
    #ifdef MOTIF_20
    case XmMENU_PULLDOWN:
    w_info = mvsCreateNotManageWidget(iXmPulldownMenuWidgetClass,
    parent_info, UseCommonArgs, args, n);
    break;
    .
    #endif /* MOTIF_20 */
    .
    }

    .
    c_list = CreateRCchildren(w_info, num_child, level+1, flag);

    BUT, it DOES get used. Thus, the SIGSEGV.




    Test Output
    REQUEST/PROBLEM DESCRIPTION:

    520|1388 4 23330 1 1|VSM4TESTSUITE PURPOSE 4
    520|1388 4 23330 1 2|The XmMenuBar widget shall exhibit the behavior
    520|1388 4 23330 1 3|defined in the Motif Toolkit API specification.
    520|1388 4 23330 1 4|INFO: Key code collision between osfCancel and Escape
    520|1388 4 23330 1 5|INFO: This may be a problem: Check your .motifbind file
    520|1388 4 23330 1 6|INFO: ***************** Beginning Iteration 1 of 96 ****************
    520|1388 4 23330 1 7|INFO: --XmNadjustLast=True
    520|1388 4 23330 1 8|INFO: --XmNadjustMargin=True
    520|1388 4 23330 1 9|INFO: --XmNentryAlignment=0
    520|1388 4 23330 1 10|INFO: --XmNisAligned=True
    520|1388 4 23330 1 11|INFO: --XmNnumColumns=1
    520|1388 4 23330 1 12|INFO: --XmNpacking=1
    520|1388 4 23330 1 13| INFO: --numChildren=1
    520|1388 4 23330 1 14|PREP: Move over 'USA' (#0), press while over
    520|1388 4 23330 1 15|TEST: Causes the current gadget to be activated.
    520|1388 4 23330 1 16|TEST: Causes the current gadget to be armed.
    520|1388 4 23330 1 17|TEST: Causes the current gadget to be armed.
    520|1388 4 23330 1 18|TEST: Causes the current gadget to be activated.
    520|1388 4 23330 1 19|TEST: Causes the current gadget to be activated.
    520|1388 4 23330 1 20|TEST: Causes the current gadget to be activated.
    520|1388 4 23330 1 21|PREP: Move over 'USA' (#0), press, release button over
    520|1388 4 23330 1 22|TEST: Causes the current gadget to be activated.
    520|1388 4 23330 1 23|TEST: Causes the current gadget to be armed.




    520|1388 4 23330 1 24|TEST: Causes the current gadget to be armed.
    520|1388 4 23330 1 25|TEST: Causes the current gadget to be activated.
    520|1388 4 23330 1 26|TEST: Causes the current gadget to be activated.
    520|1388 4 23330 1 27|TEST: Causes the current gadget to be activated.
    520|1388 4 23330 1 28|PREP: Traverse to 'USA' using key right/down
    520|1388 4 23330 1 29|PREP: Right Arrow key
    520|1388 4 23330 1 30|TEST: Traverses to next item to right of current gadget
    520|1388 4 23330 1 31|TEST: Traverses to next item to right of current gadget
    520|1388 4 23330 1 32|PREP: Left Arrow key
    520|1388 4 23330 1 33|TEST: Traverses to next item to left of current gadget
    520|1388 4 23330 1 34|TEST: Traverses to next item to left of current gadget
    520|1388 4 23330 1 35|PREP: Press Return key
    520|1388 4 23330 1 36|PREP: Select key
    520|1388 4 23330 1 37|TEST: Causes the current gadget to be armed and activtd.
    520|1388 4 23330 1 38|TEST: Causes the current gadget to be armed and activtd.
    520|1388 4 23330 1 39|PREP: Destroy USA (#0) child
    520|1388 4 23330 1 40|TEST: Destroying the widget results in a destroy callback
    520|1388 4 23330 1 41| INFO: --numChildren=6
    520|1388 4 23330 1 42|unexpected signal 11 (SIGSEGV) received
    220|1388 4 2 20:47:45|UNRESOLVED
    410|1388 4 1 20:47:45|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