Operating System - HP-UX
1837981 Members
1873 Online
110124 Solutions
New Discussion

a problem about stacktrace

 
lin.chen
Frequent Advisor

a problem about stacktrace

could you tell me the default value about stacktrace in hpux?
can i modify it?
what can i do using stacktrace?
3 REPLIES 3
A. Clay Stephenson
Acclaimed Contributor

Re: a problem about stacktrace

Your question is very unclear as there is no "default value" associated with a stack trace. You can dump a stack trace to a text file and you can then modify that text file as much as you like but you are simply modifying a text file. It has no other significance.

What can I do with a stack trace?
If you have to ask then not very much.

Stack traces are used to analyze where an executable went wrong and are most useful when examined by the developers who created the code because they have the source code corresponding to the executable.
If it ain't broke, I can fix that.
lin.chen
Frequent Advisor

Re: a problem about stacktrace

i wonder whether stacktrace is a product or tool of HP.
as stacktrace can be used by some application software such as weblogic,is there any restricting.
lin.chen
Frequent Advisor

Re: a problem about stacktrace

could you tell me how the weblogic use stacktrace!
what we need to pay an attention to it?