- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- All SD (Software Distributor) commands coredump
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
07-20-2005 09:34 PM
07-20-2005 09:34 PM
Here is the error message:
#swlist
Memory fault(coredump)
#file core
core: core file from 'swlist' - received SIGSEGV
Stack trace (using gdb) shows the following:
Core was generated by `swlist'.
Program terminated with signal 11, Segmentation fault.
(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)...#0 0xc02320f8 in getpwuid_r+0xc0 ()
from /usr/lib/libc.2
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 09:40 PM
07-20-2005 09:40 PM
Re: All SD (Software Distributor) commands coredump
Otherwise I'd check the binaries and possibly consider manually reinstalling some of them (tar should do).
Also I'm confused no debug symbols are found, my sw*-binaries are not stripped, but maybe this is more related to my limited debugging knowledge :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 09:57 PM
07-20-2005 09:57 PM
Re: All SD (Software Distributor) commands coredump
swagentd -r
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 10:32 PM
07-20-2005 10:32 PM
Re: All SD (Software Distributor) commands coredump
looks like the SIGSEGV is received while running getpwuid_r(3C).
How do you lookup passwd entries? Standard /etc/passwd, NIS, LDAP? Something changed in this area?
If you are using /etc/passwd... have a close look at it. Weird control characters? Last line not terminiated with \n?
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 10:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 11:06 PM
07-20-2005 11:06 PM
Re: All SD (Software Distributor) commands coredump
/opt/oracle/product/8.1.7_32/JRE/lib/PA_RISC/native_threads/libjava.sl.
Any idea, when to set this ENV variable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 10:16 AM
07-21-2005 10:16 AM
Re: All SD (Software Distributor) commands coredump
Typically this is used to solve a specific problem with application that cannot be relinked to include these additional libraries, but as you found out it can cause problems if defined globally (i.e. exported).
If you have an application that requires use of LD_PRELOAD (you should know why it was defined), then it's best to run it as
$ LD_PRELOAD=
This way LD_PRELOAD is not exported to environment and it applies to this invocation of