"mal reddy y" <malreddy.y@xxxxxxxxx> writes: > I am getting libmudflap crash test failures like this, > any help will be appreciated. > [...] > FAIL: libmudflap.c/fail1-frag.c crash test > FAIL: libmudflap.c/fail10-frag.c crash test > FAIL: libmudflap.c/fail11-frag.c crash test > [...] All these tests are designed to cause mudflap to detect a pointer dereference error, and generate an abort(). So for some reason that's not happening. Maybe testsuite/libmudflap.log will have more information. - FChE