- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Bus error
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
05-11-2001 04:08 PM
05-11-2001 04:08 PM
When trying to run a particular script I get a Bus error(coredump). When I do a what core I get:
X Window System, Version 11 R5+ HP-UX B.10.10.00 Nov 1997 Patch Release
(build date: Tue Nov 25 14:53:09 PST 1997)
HP-UX libisamsstub.sl 960417 (183833) B3906AA/B3908AA B.10.20.01
fs_amod.s $Revision: 1.9.1.1 $
libcl.sl 10.20 version B.10.29.02 07/10/97
PATCH-PHCO_22924 for 10.20; for 10.30, 11.x compatibility libc.1_ID@@/main/r10dav/libc_dav/libc_dav_cpe//1
/ux/core/libs/libc/shared_pa1/libc.1_ID
Dec 11 2000 04:53:40
SMART_BIND
92453-07 dld dld dld.sl B.10.25 (aCC) EXP 970206
Any help would be greatly appreciated. It works on a development box with the same os.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2001 10:48 AM
05-12-2001 10:48 AM
Re: Bus error
Also check the kernel parameters on both systems.
I think you will find that one of these will be the answer to your probolem, probably teh patching one :-}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2001 11:07 PM
05-12-2001 11:07 PM
Re: Bus error
i look at for the error and i agree with melvyn
but my advise it to remove the patch PHCO_22924
and return to the old patch of LIBC because i found that this patch have some problem .
also it will be advise to do patch manag. to both system and check the patches that are install on both system .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2001 01:08 PM
05-14-2001 01:08 PM
Re: Bus error
Program terminated with signal 10, Bus error.
Unable to find __dld_flags symbol in object file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2001 01:15 PM
05-14-2001 01:15 PM
Re: Bus error
Compare the settings of SHLIB_PATH in the two environments. If it's not set on the development box, then it's using the default paths and may still need to be explicitly set on the target machine.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2001 02:23 PM
05-14-2001 02:23 PM
Re: Bus error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2001 02:32 PM
05-14-2001 02:32 PM
Re: Bus error
On the development box make sure that the makefile invokes ld with the +s option to enable SHLIB_PATH to be used on the target.
If not, you will need to re-link and copy the executable to the target.
man dld.sl dor details.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2001 03:30 PM
05-14-2001 03:30 PM
Re: Bus error
On machine that works.
chatr iptounit
iptounit:
shared executable
shared library dynamic path search:
SHLIB_PATH disabled second
embedded path disabled first Not Defined
internal name:
/home/BuildOnly18/sync/bin/iptounit
shared library list:
static /usr/lib/libXt.1
dynamic /usr/lib/libstd.1
dynamic /usr/lib/libstream.1
dynamic /usr/lib/libCsup.1
dynamic /usr/lib/pa1.1/libcl.1
dynamic /usr/lib/libc.1
static /usr/lib/libdld.1
shared library binding:
deferred
global hash table disabled
plabel caching disabled
global hash array size: 1103
global hash array nbuckets: 3
static branch prediction disabled
kernel assisted branch predictionenabled
lazy swap allocationdisabled
text segment lockingdisabled
data segment lockingdisabled
data page size: 4K
instruction page size: 4K
On machine that does not work:
chatr iptounit
iptounit:
shared executable
shared library dynamic path search:
SHLIB_PATH disabled second
embedded path disabled first Not Defined
internal name:
/home/BuildOnly18/sync/bin/iptounit
shared library list:
static /usr/lib/libXt.1
dynamic /usr/lib/libstd.1
dynamic /usr/lib/libstream.1
dynamic /usr/lib/libCsup.1
dynamic /usr/lib/pa1.1/libcl.1
dynamic /usr/lib/libc.1
static /usr/lib/libdld.1
shared library binding:
deferred
static branch prediction disabled
kernel assisted branch predictionenabled
lazy swap allocationdisabled
text segment lockingdisabled
data segment lockingdisabled
data page size: 4K
instruction page size: 4K
I tried copying just this file over but it still does not work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2001 04:04 PM
05-14-2001 04:04 PM
Re: Bus error
/usr/lib/libstd.1
/usr/lib/libstream.1
/usr/lib/libCsup.1
/usr/lib/pa1.1/libcl.1
/usr/lib/libc.1
/usr/lib/libdld.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2001 04:55 PM
05-14-2001 04:55 PM
Re: Bus error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2001 07:24 PM