Patches item #1754301, was opened at 2007-07-15 09:26 Message generated for change (Comment added) made by vapier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=303382&aid=1754301&group_id=3382
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Testcases Group: System Calls Status: Open Resolution: None Priority: 5 Private: No Submitted By: Helge Deller (hdeller) Assigned to: Nobody/Anonymous (nobody) Summary: patch for mmap03 testcase for hppa architecture Initial Comment: The mmap03 testcase checks if a mmap()'d region which was mapped with PROT_EXEC (but without PROT_READ) access flags is readable. On most architectures PROT_EXEC includes PROT_READ as well. The IA64 architecture is one exception, and so it segfaults (which is expected). The PARISC/hppa architecture is similiar to IA64 and is expected to produce a segfault as well. This trivial patch adds the necessary changes to the sourcecode to expect the segfault for the PARISC platform. Please apply. ---------------------------------------------------------------------- Comment By: Mike Frysinger (vapier) Date: 2007-07-21 16:41 Message: Logged In: YES user_id=114429 Originator: NO applied to cvs ... in the future, please make diffs against the top the tree ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=303382&aid=1754301&group_id=3382 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
