Howard Chu wrote:
The bad stack trace was a red herring. The problem here is simply passing a NULL pointer to a string-format Debug statement, and the usual stuff with Solaris libc/string library crashing on NULL pointers. Pretty sure that just protecting the Debug statement here is sufficient.
With the Debug statements patched all tests pass on Solaris 10 Sparc64.