This has been tested and merged. I would advice you to test this once again with July 2007 LTP release due in few days. A part of code has also been changed to make the testcase run for less then an hour (Ideal candidate for runltp), even to seconds or minutes.
Regards--
Subrata

Subrata Modak wrote:
Hi all,
Kindly comment on the attached patch for SIGNAL and Address Fault handling in mmap1 testcase by [EMAIL PROTECTED]
Regards--
Subrata

------------------------------------------------------------------------

Index: mtest06/mmap1.c
===================================================================
--- mtest06.orig/mmap1.c
+++ mtest06/mmap1.c
@@ -69,6 +69,17 @@
 /*                               by jerrywei.                                 
*/

     {
-        sigaddset(&sigptr.sa_mask, sig_info[sig_ndx].signum);
         if (sigaction(sig_info[sig_ndx].signum, &sigptr,
                 (struct sigaction *)NULL) == -1 )
         {
------------------------------------------------------------------------

-------------------------------------------------------------------------
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

-------------------------------------------------------------------------
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

Reply via email to