>Does passing -d32 to dtrace help? I get struct size/offset errors trying to >analzye 32-bit binarie s without this, though I'm not sure if stat64 would be affected.
struct stat64_32 is the representation of the 32 bit "struct stat64" in a 64 bit application (specifically, time stamps are 32 bits and not 64 bits as is the case in the native stat64) Casper _______________________________________________ dtrace-discuss mailing list dtrace-discuss@opensolaris.org