Message94182
I believe this error occurs because a pointer value is being truncated to
32 bits. The exception code is
KERN_INVALID_ADDRESS at 0x00000000002fe020
If you add a diagnostic printout to the body of get_message(), you will
see that its return value is 0x1002fe020, so in other words, the high-
order word 0x00000001 is being discarded somewhere. |
|
Date |
User |
Action |
Args |
2009-10-17 16:47:42 | creachadair | set | recipients:
+ creachadair, theller |
2009-10-17 16:47:42 | creachadair | set | messageid: <1255798062.64.0.0136802912343.issue7160@psf.upfronthosting.co.za> |
2009-10-17 16:47:40 | creachadair | link | issue7160 messages |
2009-10-17 16:47:40 | creachadair | create | |
|