Re: Why is r->handler a garbled string?

2008-12-30 Thread Sander Temme
On Dec 30, 2008, at 9:10 AM, John David Duncan wrote: You may be looking at something getting clobbered, and somehow that manifests itself on OpenSolaris but not on the other platform(s). Perhaps that has to do with the way data structures are aligned, endianness (are you on Sparc or Inte

Re: Why is r->handler a garbled string?

2008-12-30 Thread John David Duncan
You may be looking at something getting clobbered, and somehow that manifests itself on OpenSolaris but not on the other platform(s). Perhaps that has to do with the way data structures are aligned, endianness (are you on Sparc or Intel?) etc. Perhaps set some breakpoints and see if the ha