Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

dbx - different date and time compilation

807578Dec 2 2005 — edited Dec 6 2005
Hello,

I am trying to open a core file but I did not have some .o files linked in the executable. Therefore I compiled them and tried to open the core file. I got this warning:
Object file:
(...)ss_sm/server/src/gsadminserverinterface.o
compiled on: Fri Dec 2 09:25:40 2005
Executable contains object file compiled on: Tue Feb 1 11:08:18 2005

and when I tried to use the "where" and "list" commands the result was:
(/opt/SUNWspro/bin//../WS6U2/bin/sparcv9/dbx) where
current thread: t@104
=>[1] GS_AdminServerInterface::getAllConfiguredDomains(0xf6efbf90, 0xf6efbf50, 0xf8d4ef5b, 0xf8d4ef72, 0xfdb8d318, 0x0), at 0xf8cf0888
[2] GS_SecDataInitializeController::getDataFromAdminServer(0x0, 0xf8d0edd0, 0x0, 0x0, 0x0, 0x0), at 0xf8d0ef84
(/opt/SUNWspro/bin//../WS6U2/bin/sparcv9/dbx) list
dbx: warning: No source file

Is there a way to skip the check of the date and time of compilation? The code is the same but the compile time is different.
Thanks.

I am using:
-SunOS ol133 5.9 Generic_117171-13 sun4u sparc SUNW,Sun-Fire-V210
-dbx 6.2
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 3 2006
Added on Dec 2 2005
3 comments
175 views