|
Home About Us A-Z Index Search * Contact Us Register Login Press ShopThe Open Brand -- Problem Reporting and Interpretations System |
Problem Report 1855 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 1855.
Report 1855 Actions
Problem Report Number 1855 Submitter's Classification Minor System Fault State Resolved Resolution Minor System Fault (MSF) Problem Resolution ID MSF.X.0076 Raised 1999-10-27 08:00 Updated 2003-03-13 08:00 Published 1999-11-05 08:00 Expiry Date 2000-11-04 Product Standard X Window System Applications Interface Certification Program The Open Brand certification program Test Suite VSW version 5.0.2 Test Identification Xlib11/PropertyNotify 1 Problem Summary MSF4W.00026 Implementation expects 32-bit data to be 64-bit aligned in 64-bit compilation environment. Problem Text
In the testcode a call is made to XChangeProperty as follows:
XChangeProperty(display, w, atom, XA_INTEGER, 32, PropModeReplace,
(unsigned char *)&data, 1);
Where data is declared as an int:
int data = 42;
In our Xserver XChangeProperty treats the value passed in data to be a
long. This is fine in the 32 bit Xserver as sizeof(int) is equal to
sizeof(long). However in our 64 bit Xserver sizeof(long) does not
sizeof(int) and this causes the test program to crash.
We intend to fix this problem, but it requires a large number of
changes to our Xserver and we are near to the products ship date so a
major change to the Xserver is not feasible. We are applying for a
Minor System Fault waiver to allow us to achieve branding for this
release on the understanding that this problem will be fixed in the
next release.Test Output
400|1392 1 1 17:49:38|IC Start
200|1392 1 17:49:38|TP Start
520|1392 1 00024675 1 1|VSW5TESTSUITE PURPOSE 1
520|1392 1 00024675 1 2|Assertion PropertyNotify-1.(A)
520|1392 1 00024675 1 3|When a PropertyNotify event is generated, then all clients
520|1392 1 00024675 1 4|having set PropertyChangeMask event mask bits on the event
520|1392 1 00024675 1 5|window are delivered a PropertyNotify event.
520|1392 1 00024675 1 6|METH: Create clients client2 and client3.
520|1392 1 00024675 1 7|METH: Create window.
520|1392 1 00024675 1 8|METH: Select for PropertyNotify events using PropertyChangeMask.
520|1392 1 00024675 1 9|METH: Select for PropertyNotify events using PropertyChangeMask with client2.
520|1392 1 00024675 1 10|METH: Select for no events with client3.
520|1392 1 00024675 1 11|METH: Create atom for property.
520|1392 1 00024675 1 12|METH: Generate PropertyNotify event.
520|1392 1 00024675 1 13|METH: Verify that a PropertyNotify event was delivered.
520|1392 1 00024675 1 14|METH: Verify that event member fields are correctly set.
520|1392 1 00024675 1 15|METH: Verify that a PropertyNotify event was delivered to client2.
520|1392 1 00024675 1 16|METH: Verify that event member fields are correctly set.
520|1392 1 00024675 1 17|METH: Verify that no events were delivered to client3.
520|1392 1 00024675 1 18|unexpected signal 10 (unknown signal) received
220|1392 1 2 17:49:38|UNRESOLVED
410|1392 1 1 17:49:38|IC EndReview Information
Review Type TSMA Review Start Date null Completed null Status Complete Review Recommendation No Resolution Given Review Response
It is agreed that this is a minor system fault and recommend that a waiver
is granted for this Minor System Fault.
Review Type SA Review Start Date null Completed null Status Complete Review Resolution Minor System Fault (MSF) Review Conclusion
A Temporary Waiver is granted.
Problem Reporting System Options:
- View Report 1855
- List All PRs
- Search Reports
- Email the System Administrator
- View the The Open Brand Interpretations Database User Manual
Contact the Certification Authority