On Mon, Apr 28, 2014 at 3:14 PM, Davidlohr Bueso <davidlohr@xxxxxx> wrote: > > I think that returning some stale/bogus vma is causing those segfaults > in udev. It shouldn't occur in a normal scenario. What puzzles me is > that it's not always reproducible. This makes me wonder what else is > going on... I've replaced the BUG_ON() with a WARN_ON_ONCE(), and made it be unconditional (so you don't have to trigger the range check). That might make it show up earlier and easier (and hopefully closer to the place that causes it). Maybe that makes it easier for Srivatsa to reproduce this. It doesn't make *my* machine do anything different, though. Srivatsa? It's in current -git. Linus -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>