On Mon, Jun 2, 2014 at 7:28 PM, Aristotle Pagaltzis <pagalt...@gmx.de> wrote: > If I have my system set up to support XS then I want it to use XS, and > if for some reason it can’t, then there is a bug somewhere that needs to > be fixed, so I do *not* want it to silently give me the PP version and > carry on, but to fall down and die screaming so I’ll find out.
I've been trying to think of how that could happen and so far all I can come up with is this scenario: * XS bits compile successfully, but the shared object croaks during bootstrap, and the calling module traps the bootstrap error and falls back to PP David