Hi! > I have one more query, when i run mtest01w on my target, it gives a message > "stopped at 731906048 bytes: errno=ENOMEM(12): Cannot allocate memory". > > Should this be considered as a test case failure, If not, why?
That is hard to say without further analysis. Generally malloc() is allowed to return ENOMEM when machine memory was used up. But conditions under this happens depends on ulimits, memory overcommit settings, size and availability of swap etc. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
