On Wed, Apr 16, 2014 at 03:33:09PM +0900, Masatake YAMATO wrote: > When a file mmap'ed to the target process is unlink'ed, backtracing > the stack is failed. Current implementation reports it as > "backtracing_error". To reduce bug reports, this patch > changes the message to "expected_backtracing_error".
Now I'm looking at this applied patch again and I don't see why it changes anything. The only place where "deleted" field is tested is when berror_expected is set before breaking from "while (lower <= upper)" loop. But the only case when berror_expected is tested is "if (lower > upper)" after this loop. -- ldv
pgpcOMNxIgbbR.pgp
Description: PGP signature
------------------------------------------------------------------------------ HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. Leverages Graph Analysis for Fast Processing & Easy Data Exploration http://p.sf.net/sfu/hpccsystems
_______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
