Article 6JJX7 0x08063781 in LocalHost::LocalHost() () - errors

0x08063781 in LocalHost::LocalHost() () - errors

by
james000
from LinuxQuestions.org on (#6JJX7)
Hi,
I have two Centos 8.6 VMs. Both are created with same templates, so they are supposed to be identical, unless something was changed later which I can't figure. As per application team, same code is working on some set of server, but on another set of servers, so they are pointing, something is different or wrong on OS or library or config level.

appuser is supposed to run gdb on tcsid and then issue "run" command. It is suppsed to create a unique key for this host. Below are two example. I picked one server from working set of servers and one server from non-working set of servers. I do not know, how this application or code works, but trying to find if I can get some clue which may be different on OS level.

hostname, hostnamectl seems to be same and in same format.

Working server -->
Code:[root@phl003 ~]# su - appuser
(18:09:41) PROD SITE=XA | phl003:appuser> cd /opt/tcs/corebaser-14.14.1/bin
(18:09:50) PROD SITE=XA | phl003:bin> gdb tcsid
GNU gdb (GDB) Red Hat Enterprise Linux 8.2-19.el8
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from tcsid...(no debugging symbols found)...done.
(gdb) run
Starting program: /opt/tcs/corebaser-14.14.1/bin/tcsid
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
79f1fd490796b5e2636478efdddc92521c10572f9c555a74582f8a7ebb9eess779555bf9e3c77dbff3566827c8044bf6
[Inferior 1 (process 1374472) exited normally]
Missing separate debuginfos, use: yum debuginfo-install tcs-corebaser-14.14.1-71557.202310081822.BC43o.i686
(gdb)Non-working server -->
Quote:
[root@oyr003 ~]# su - appuser
(18:09:39) PROD SITE=YA | oyr003:appuser> cd /opt/tcs/corebaser-14.14.1/bin
(18:09:45) PROD SITE=YA | oyr003:bin> gdb tcsid
GNU gdb (GDB) Red Hat Enterprise Linux 8.2-19.el8
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from tcsid...(no debugging symbols found)...done.
(gdb) run
Starting program: /opt/tcs/corebaser-14.14.1/bin/tcsid
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".

Program received signal SIGILL, Illegal instruction.
0x08063781 in LocalHost::LocalHost() ()

Missing separate debuginfos, use: yum debuginfo-install tcs-corebaser-14.14.1-71557.202310081822.BC43o.i686
(gdb)
Can someone help me with, what to look to do further troubleshooting ?

Thanks
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments