Bugs item #1732287, was opened at 2007-06-06 18:32 Message generated for change (Comment added) made by rsalveti 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. ---------------------------------------------------------------------- Comment By: rsalveti (rsalveti) Date: 2007-06-12 04:11 Message: Logged In: YES user_id=1269623 Originator: NO The only thing here that makes sense is moving the fprintf at line 410 to get better output. About the run_once, if you see at the code, we're not using it anymore, because when you don't pass the flag '-x' the test will run for 24 hours and if you put the code (TRUE && !run_once) the test will run and exit at the same time. And also, please feel free to send any patches to our mailing list. ---------------------------------------------------------------------- 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
