dbx core dump
Hi,
We have an application successfully running in server1.
In bringing the same source to server2, we encountered core dump (with different configuration) using debugger. We can compile and execute the executable in server2 but we cannot step or trace the source using debugger.
We have try compiling and execute other programs with and without debugger and it works. So, we do not know how come this program cannot be executed in server2.
I hope to know the following:
1) Reason of the core dump (different workstation type, C++ 4.2 not compatible with SW 3.1, etc.)?
2) Way to overall this problem (any other methods to help us in identification problems)?
3) Before I upgrade server2 to SUN Workshop (dbx & debugger) Version 4.0/4.2, I need to confirm that it will solve the problem.
All help is appreciated.
The configuration of the two Solaris machines (server1 and server2) is as follows.
Server1
-
SUNOS Release 5.5.1
sun4u sparc SUNW,Ultra-2
SUN Workshop (dbx & debugger) Version 4.0
SUN CC Compiler 4.2
Server2
-
SUNOS Release 5.5.1
sun4u sparc SUNW, Ultra-1,
SUN Workshop (dbx & debugger) Version 3.1
SUN CC Compiler 4.2.

