[ns] How to trace Segmentation fault error(help me!!!!!!!!!!!!!!!!)

2007-03-26 Thread Amin Irandoost
Hi dear friends How can i trace Segmentation fault error in NS? Please help me Thanks in advance -- Amin Irandoost

Re: [ns] How to trace Segmentation fault error(help me!!!!!!!!!!!!!!!!)

2007-03-26 Thread Faisal Aslam
You need to use gdb with the core file generated from the segmentation fault. You'll need to do a stack trace to see what function chain you were inside when the bad-pointer access occured. Hi dear friends How can i trace Segmentation fault error in NS? Please help me Thanks in advance