vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello All ! I download and install lsof-4.61-4 form ibm.com, but after start I receive message "Segmentation fault". Any idea ? # oslevel -s 5300-02-00 # lsof -v lsof version information: revision: 4.61 latest revision: ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ latest FAQ: ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/FAQ latest man page: ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/lsof_man configuration info: 64 bit kernel constructed: Tue Feb 21 10:06:47 CST 2006 constructed by and on: root@va08 compiler: gcc compiler version: 3.3.2 compiler flags: -DHASXOPT_ROOT -DHASIPv6 -DHASSTAT64 -maix64 -DAIX_KERNBITS=64 -DAIXA=1 -DAIXV=5300 -DLSOF_VSTR="5.3.0.0" -O loader flags: -L./lib -llsof system info: AIX va08 3 5 000974AF4C00 unknown unknown AIX |
| |||
| Use dbx to analyse the dump and get the stacktrace. That might help to pinpoint the problem. Also if you have the source, use a combination of dbx and MALLOC DEBUG to get to the problem. (Hopefully its only a heap corruption and not a stack corruption problem.) |
| ||||
| On Thu, 11 May 2006 22:19:44 -0700, kirillov.alex wrote: > Hello All ! > > I download and install lsof-4.61-4 form ibm.com, but after start I > receive message "Segmentation fault". Try compiling it yourself from source, that's what the author always recommends and what I usually do. I've not had problems. If you don't have the IBM C compiler, use gcc from their web site. Regards, Ian |