On Sun Sep 4 14:34:41 EDT 2011, [email protected] wrote: > asm(stackaddress) is bogus not because of libmach > but because asm is defined to disassemble from the > text file, not from memory. Run 'whatis asm' in acid and > notice that it says @addr++ not *addr++.
clearly. but that's not what i'm complaining about. i'm complaining that asm(stackaddress) accesses uninitialized memory when printing out the error, which is therefore exceptionally misleading. - erik
