- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: testing HPUX 11.0 on HPUX 11.11 dynamic libray...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 08:44 PM
06-02-2005 08:44 PM
testing HPUX 11.0 on HPUX 11.11 dynamic librayr loading problem
I am currently testing an application generated on a HPUX 11.0 system on a new HPUX 11.11 system.
We intend to use the binaries directly without any recompiling.
It globally works but sometimes starting a process cores while trying to dynamically load a .sl module.
It happens erratically and this is the core dump we get:
Program terminated with signal 10, Bus error.
warning: The shared libraries were not privately mapped; setting a
breakpoint in a shared library will not work until you rerun the program.
(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...
0xb2374 in $$dyncall_external_20+0 ()
(gdb) bt
#0 0xb2374 in $$dyncall_external_20+0 ()
#1 0x1d1a74 in TG_MODULES::buildCLI+0x1f4 ()
#2 0xd7088 in TG_BUILDER::build+0x110 ()
#3 0x19e7a4 in TG_GROUP::createAppCli+0x59c ()
#4 0x198730 in TG_GROUP_CLI::analyseComEvent+0x310 ()
#5 0x1bd1b8 in TG_MAIN::processEvent+0x2a8 ()
#6 0x1bcdd4 in TG_MAIN::startMainLoop+0xfc ()
#7 0x1bf84c in tango_main+0x604 ()
#8 0xb4538 in main+0x434 ()
Any idea or information regarding this king of problem ?
Thanks
Laurent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 08:50 PM
06-02-2005 08:50 PM
Re: testing HPUX 11.0 on HPUX 11.11 dynamic librayr loading problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 09:12 PM
06-02-2005 09:12 PM
Re: testing HPUX 11.0 on HPUX 11.11 dynamic librayr loading problem
/usr/lib/libdld.2 => /usr/lib/libdld.2
/usr/lib/libc.2 => /usr/lib/libc.2
/usr/lib/libdld.2 => /usr/lib/libdld.2
/usr/lib/libc.2 => /usr/lib/libc.2
/usr/lib/libcl.2 => /usr/lib/libcl.2
/usr/lib/libisamstub.1 => /usr/lib/libisamstub.1
/usr/lib/libdld.2 => /usr/lib/libdld.2
/usr/lib/libm.2 => /usr/lib/libm.2
/usr/lib/libpthread.1 => /usr/lib/libpthread.1
/usr/lib/libCsup_v2.2 => /usr/lib/libCsup_v2.2
/usr/lib/libstd_v2.2 => /usr/lib/libstd_v2.2
//ora/ora9i/lib32/libclntsh.sl.9.0 => /SOFT/oracle/app/oracle/product/8.1.7/lib/libclntsh.sl.9.0
/usr/lib/libcl.2 => /usr/lib/libcl.2
/usr/lib/libc.2 => /usr/lib/libc.2
/usr/lib/libm.2 => /usr/lib/libm.2
/usr/lib/libdld.2 => /usr/lib/libdld.2
/usr/lib/libnss_dns.1 => /usr/lib/libnss_dns.1
/usr/lib/libdld.2 => /usr/lib/libdld.2
/usr/lib/libpthread.1 => /usr/lib/libpthread.1
/usr/lib/librt.2 => /usr/lib/librt.2
/SOFT/oracle/app/oracle/product/8.1.7/lib/libwtc8.sl => /SOFT/oracle/app/oracle/product/8.1.7/lib/libwtc8.sl
/usr/lib/libc.2 => /usr/lib/libc.2
/usr/local/lib/libexpat.sl.3 => /usr/local/lib/libexpat.sl.3
/usr/lib/libc.2 => /usr/lib/libc.2
/home/TANGO/STLport/lib/libstlport_aCC.sl => lib/libstlport_aCC.sl
/usr/local/lib/libcrypto.sl.0.9.7 => /usr/local/lib/libcrypto.sl.0.9.7
/usr/lib/libc.2 => /usr/lib/libc.2
/usr/lib/libdld.2 => /usr/lib/libdld.2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 09:14 PM
06-02-2005 09:14 PM
Re: testing HPUX 11.0 on HPUX 11.11 dynamic librayr loading problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 11:19 PM
06-02-2005 11:19 PM
Re: testing HPUX 11.0 on HPUX 11.11 dynamic librayr loading problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 11:21 PM
06-02-2005 11:21 PM
Re: testing HPUX 11.0 on HPUX 11.11 dynamic librayr loading problem
I think
chatr -/+ s enable/disable
might help you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 11:26 PM
06-02-2005 11:26 PM
Re: testing HPUX 11.0 on HPUX 11.11 dynamic librayr loading problem
you could try
# chatr +s enable your_exe
and
# export SHLIB_PATH=path_to_your_lib_dir
But shl_load() shouldn't core dump just because it can't find a library, unless you are ignoring the return code from shl_load() and then trying to use a null pointer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2005 03:19 AM
06-03-2005 03:19 AM
Re: testing HPUX 11.0 on HPUX 11.11 dynamic librayr loading problem
We are aware of shl_load() and the libraries we try to load are listed in a file the loader class(TG_BUILDER) reads on start (TG_MODULES).
My problem is that it works fine on 11.0 and it works 90% on 11i.
So the question is: why this unstability?
Are there some differences reported on the 2 systems?