Bugs item #1732287, was opened at 2007-06-06 11:32
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=103382&aid=1732287&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: Memory
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: wei (jerrywei)
Assigned to: Nobody/Anonymous (nobody)
Summary: mtest06/mmap1.c missing run_once check in do loop

Initial Comment:
In line 659 of mtest06/mmap1.c in ltp-full-20070531, it
should be
  }while (TRUE && !run_once);
instead of
  }while (TRUE);

So it will check the case of run_once in do loop.

Also, line 410 of fprintf command will be better to put
before the while loop to avoid excessive same messages.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=103382&aid=1732287&group_id=3382

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to