QUOTE(Squeller @ Jun 8 2007, 14:01)

Sometimes your diagnosis is right when you say "foo_xy.dll is the problem", but the crashlog says "crash location: ntdll". How do you know it then? Is there some methodology or just knowledge about the plugins bugs?
generally, crash location is useless.
you should check the stack dump location, from the top to bottom, and most likely the first location that states foo_xxx_xxx.dll is the one you are looking for.