Narendra Kumar S.S writes: > I have the stack trace and I know which function is causing the problem. > (This function is part of libnsnis.so.1)
The sparse information about the core dump in the CR is showing prompt_error_string_internal() in sysiduilib as being the immediate cause of the problem, and is called by prompt_ns_config_failure(). > So, my question is, why isn't the program crashing, when I just > recompile and replace the binary? > Is the RE compiling the code in a different way? > Is there any way, I can debug this issue? To start with, I'd certainly look at the core dump closely to see what information could be extracted. Since I don't have access to that, I can't help you there. Based on the very limited amount of information available, it looks to me like someone reordered the error codes in sysidtool.h but somehow new versions of both sysiduilib and libnslib.so.1 (which both depend on that file) weren't delivered into the image you're using. My bet would be on this putback: 4649122 - Netmask error message should be accurate to indicate what the problem is -- James Carlson, KISS Network <james.d.carlson at sun.com> Sun Microsystems / 1 Network Drive 71.232W Vox +1 781 442 2084 MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677
