Hi John, > compiled a 64 bit 'se' binary > ('se.amd64'), but all I get is a segmentation fault > when starting it up. > > Any ideas?
Yes. The patch for /opt/RICHPse/include/diskinfo.se did it for me: --- diskinfo.se 2006-09-25 10:37:16.192880000 +0200 +++ diskinfo.se.patch 2006-09-25 10:34:52.570554000 +0200 @@ -212,6 +212,10 @@ GLOBAL_diskinfo_size += 4; GLOBAL_disk_info = renew GLOBAL_disk_info[GLOBAL_diskinfo_size]; } + + if( ld != 0 ) { + break; + } dp = *((dirent_t *) ld); // skip . and .. If this doesn't help try debug-option /opt/RICHPse/bin/se -d <script> and post the last few lines here so we can work things out. Best regards -- Dagobert This message posted from opensolaris.org _______________________________________________ perf-discuss mailing list perf-discuss@opensolaris.org