SEGV while running dbx

Hi,

Since I was getting a SIGSEGV while running a program, I wanted to check the memory usage in this case.Thats precisely the reason I had used dbx.Unfortunately even while running the same on dbx and having set check -memuse, I get the same core.Is there any solution for this.

Thanks, Ram.

[311 byte] By [rammohi_g] at [2007-11-26 10:06:25]
# 1
What kind of solution are you looking for?"check -memuse" will not find every possible bug in your program, lookat the stack trace where your program crashed, and try to find the bug the old fashioned way.--chris
ChrisQuenelle at 2007-7-7 1:45:10 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2

I think 'check -access' can help more than 'check -memuse'. Memuse option will make dbx report memory blocks that are in use, not illegal memory access that have caused your program to SEGV. But then again, there can be no illegal memory access except for the one that caused the SEGV; in this case the best you can do is examine crash stack trace and follow Chris's suggestions.

MaximKartashev at 2007-7-7 1:45:10 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 3
HiI have a trouble in installing Sunvts 5.1_p2 in Blade2500.I think I need some help from you.
buy at 2007-7-7 1:45:10 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 4
As far as I know, Sun VTS stands for Sun Validation Test Suite for hardware. I doubt that anyone on this forum can help you with its installation, because it is Sun Studio forum.
MaximKartashev at 2007-7-7 1:45:10 > top of Java-index,Development Tools,Solaris and Linux Development Tools...