Hi, > I am also experiencing the same issue. > We have already included the diskinfo.se patch prior > to getting this issue. > > I have taken the liberty of creating a full debug > capture of the se.amd64, generating the exact > segfault that John from previous threads has > presented. > > I have uploaded the gzipped debug output to the > following URL; > http://www.megaupload.com/?d=8Q9FL56Z
You seem to have two problems here: 1. When looking at your debug output I notice that GLOBAL_diskinfo is not filled at all: dirp = opendir(disk_dirs[0]</dev/dsk>) if (dirp<4274979392> == <0>) for(ld = readdir(dirp<4274979392>) ; ld<0> != <0>; ld = readdir(dirp<4274979392>) ) ld = readdir(dirp<4274979392>) if (count<0> == GLOBAL_diskinfo_size<37>) if (ld<4274995208> != <0>) break; You seem to have inserted "if (ld<4274995208> != <0>) break;" That line should read '... == 0' instead of !=. 2. Most probably you ran into http://www.orcaware.com/pipermail/orca-users/2007-February/005028.html Apply the patch and check if that works. Please report if this was succesful or post the new logsfiles. Best regards -- Dagobert This message posted from opensolaris.org _______________________________________________ perf-discuss mailing list perf-discuss@opensolaris.org