Core Dump in /usr/lib/hpux32/libc.so.1


 
Thread Tools Search this Thread
Operating Systems HP-UX Core Dump in /usr/lib/hpux32/libc.so.1
# 1  
Old 12-24-2008
Core Dump in /usr/lib/hpux32/libc.so.1

Hi,
I am working on a core dump issue, where the dumps happens in OS library, /usr/lib/hpux32/libc.so.1 and version for my OS is as specified by uname -a is:
"HP-UX B.11.23 U ia64".

Below is the core dump file. Our program terminated with Signal 6.

Code:
utwmfd02:/app/wmos/inttst3/logs/cores/PkCycleCountS> export GDB_SHLIB_PATH=/usr/
lib:/usr/lib/hpux32:$PKMS/lib:$PKMS:$PKMS/vbroker:$PKMS/vbroker/lib
utwmfd02:/app/wmos/inttst3/logs/cores/PkCycleCountS> gunzip CORE.0.2008110509530
4.gz
utwmfd02:/app/wmos/inttst3/logs/cores/PkCycleCountS> gdb
HP gdb 5.4.0 for HP Itanium (32 or 64 bit) and target HP-UX 11.2x.
Copyright 1986 - 2001 Free Software Foundation, Inc.
Hewlett-Packard Wildebeest 5.4.0 (based on GDB) is covered by the
GNU General Public License. Type "show copying" to see the conditions to
change it and/or distribute copies. Type "show warranty" for warranty/support.

(gdb) set auto-solib-add 4096
(gdb) exec-file /app/wmos/inttst3/programs/PkCycleCountS
(gdb) symbol-file /app/wmos/inttst3/programs/PkCycleCountS
Reading symbols from /app/wmos/inttst3/programs/PkCycleCountS...done.
(gdb) core-file CORE.0.20081105095304
Core was generated by `PkCycleCountS'.
Program terminated with signal 6, Aborted.

warning: Some of the libraries in the core file are different from the libraries
 on this computer.  It might be possible to proceed with your debugging process
successfully.  However, if you run into problems you must use the versions of th
e libraries used by the core.  The mismatches are:

  /usr/lib/hpux32/libm.so.1 in the core file is different from
  /usr/lib/hpux32/libm.so.1 used by gdb

  /usr/lib/hpux32/libpthread.so.1 in the core file is different from
  /usr/lib/hpux32/libpthread.so.1 used by gdb

  /usr/lib/hpux32/libstd_v2.so.1 in the core file is different from
  /usr/lib/hpux32/libstd_v2.so.1 used by gdb

  /usr/lib/hpux32/libCsup.so.1 in the core file is different from
  /usr/lib/hpux32/libCsup.so.1 used by gdb

  /usr/lib/hpux32/libunwind.so.1 in the core file is different from
  /usr/lib/hpux32/libunwind.so.1 used by gdb

  /usr/lib/hpux32/libc.so.1 in the core file is different from
  /usr/lib/hpux32/libc.so.1 used by gdb

  /usr/lib/hpux32/libdl.so.1 in the core file is different from
  /usr/lib/hpux32/libdl.so.1 used by gdb

  /usr/lib/hpux32/libIO77.so.1 in the core file is different from
  /usr/lib/hpux32/libIO77.so.1 used by gdb

  /usr/lib/hpux32/libxti.so.1 in the core file is different from
  /usr/lib/hpux32/libxti.so.1 used by gdb

warning: Load module /app/oracle/v10.2.0/lib32/libclntsh.so.10.1 has been stripp
ed.
Debugging information is not available.

  /app/oracle/v10.2.0/lib32/libclntsh.so.10.1 in the core file is different from
  /app/oracle/v10.2.0/lib32/libclntsh.so.10.1 used by gdb

warning: Load module /app/oracle/v10.2.0/lib32/libnnz10.so has been stripped.
Debugging information is not available.

warning: No unwind information found.
 Skipping this library /usr/lib/hpux32/libcl.so.1.

#0  0x60000000c0361750:0 in _pipe_sys+0xb0 () from /usr/lib/hpux32/libc.so.1
(gdb) thread apply all backtrace

Thread 12 (system thread 3795185):
#0  0x60000000c0361750:0 in _pipe_sys+0xb0 () from /usr/lib/hpux32/libc.so.1

Thread 11 (system thread 5767790):
#0  0x60000000c035f3d0:0 in _sigsetreturn+0x10 ()
   from /usr/lib/hpux32/libc.so.1

Thread 10 (system thread 5359061):
#0  0x60000000c0362790:0 in setsockopt+0x70 () from /usr/lib/hpux32/libc.so.1

Thread 9 (system thread 5143167):
#0  0x60000000c035f3d0:0 in _sigsetreturn+0x10 ()
   from /usr/lib/hpux32/libc.so.1

Thread 8 (system thread 8614741):
#0  0x60000000c0362790:0 in setsockopt+0x70 () from /usr/lib/hpux32/libc.so.1

Thread 7 (system thread 8614740):
#0  0x60000000c035f3d0:0 in _sigsetreturn+0x10 ()
   from /usr/lib/hpux32/libc.so.1

Thread 6 (system thread 8614739):
---Type <return> to continue, or q <return> to quit---
#0  0x60000000c0362790:0 in setsockopt+0x70 () from /usr/lib/hpux32/libc.so.1

Thread 5 (system thread 8614738):
#0  0x60000000c0362790:0 in setsockopt+0x70 () from /usr/lib/hpux32/libc.so.1

Thread 4 (system thread 8614737):
#0  0x60000000c035f3d0:0 in _sigsetreturn+0x10 ()
   from /usr/lib/hpux32/libc.so.1

Thread 3 (system thread 8614736):
#0  0x60000000c0362790:0 in setsockopt+0x70 () from /usr/lib/hpux32/libc.so.1

Thread 2 (system thread 8614735):
#0  0x60000000c035f3d0:0 in _sigsetreturn+0x10 ()
   from /usr/lib/hpux32/libc.so.1

Thread 1 (system thread 8614734):
#0  0x60000000c035f3d0:0 in _sigsetreturn+0x10 ()
   from /usr/lib/hpux32/libc.so.1
(gdb)
(gdb)
(gdb)
(gdb)
(gdb)

Thanks
Vivek
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. BSD

FreeBSD: /usr/bin/ld not looking in /usr/local/lib

I'm not sure if this is the default behavior for the ld command, but it does not seem to be looking in /usr/local/lib for shared libraries. I was trying to compile the latest version of Kanatest from svn. The autorgen.sh script seems to exit without too much trouble: $ ./autogen.sh checking... (2 Replies)
Discussion started by: AntumDeluge
2 Replies

2. UNIX for Advanced & Expert Users

/usr/lib/libv12n.so

Hi, I want to use the function "v12n_domain_uuid" on solaris box. The library "libv12n" is present in /usr/lib but i can't locate the header "libv12n.h" anywhere in the box. How do i run the API "v12n_domain_uuid" (4 Replies)
Discussion started by: skyineyes
4 Replies

3. Red Hat

./Vega6: /lib/libc.so.6: version `GLIBC_2.15' not found (required by ./Vega6)

Hello, I am trying to run a chess pairing program called Vega Chess on RHEL 6.5 Server $ uname -a Linux CDMA 2.6.32-431.el6.i686 #1 SMP Sun Nov 10 22:20:22 EST 2013 i686 i686 i386 GNU/Linux $ cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.5 (Santiago)This is the way I... (6 Replies)
Discussion started by: Ferocci
6 Replies

4. AIX

LibC.a usage in /usr/lib/boot/chrp.disk.proto

Hi, I am new to C programming, In my protofile we are adding libC.a entry. I want to know about the usage of libC.a in ptotofile, we are doing this modification before taking bosboot image. I tried to take a bosboot image without libC.a entry in protofile. I didn't observed any difference in... (6 Replies)
Discussion started by: Sachin1987
6 Replies

5. Solaris

/usr/lib/vhost.so missing Solaris 5.10

Hi, i have a solaris 5.10 machine on which i am getting below error while executing cat command ld.so.1: cat: fatal: vhost.so: open failed: No such file or directory Killed it is related to file vhost.so missing Also when i did ldd cat result is as below libc.so.1... (1 Reply)
Discussion started by: Jcpratap
1 Replies

6. UNIX for Dummies Questions & Answers

use of /usr/lib/nsr

Hello, I have this folder on my one of the machine but not on other. /usr/lib/nsr can anyone tell me for what this folder is used ? Thanks (2 Replies)
Discussion started by: yatrik007
2 Replies

7. AIX

Getting Symbol resolution failed for ../../../lib/libc.a Error

Hi I have compiled a binary on AIX 5.3.0.0 but when i run i get following error Could not load program ACE_wrappers/bin/gperf: Symbol resolution failed for ../../../lib/libc.a(posix_aio.o) because: Symbol _posix_kaio_rdwr (number 2) is not exported from dependent module... (0 Replies)
Discussion started by: khan_nayeem
0 Replies

8. UNIX for Advanced & Expert Users

/usr/lib on a seperate partition

I want to move /usr/lib on a seperate partition. ( is is now all at / ) I know how to copy data and update fstab but... At boot time, the mepis distro already needs stuff from /usr/lib but it is not mounted yet. So i get error before /usr/lib is mounted. Does this mean you cannot move... (4 Replies)
Discussion started by: progressdll
4 Replies

9. UNIX for Dummies Questions & Answers

/usr/lib/32/32-> Question

Hello UNIX people. I was just cruising around my UFS and came across the directory /usr/lib/32. This directory continues up many directories (/usr/lib/32/32/32/32->). Each level of 32/ directory seems to be a copy of the previous one. I have been working with UNIX for a little while now, but I... (3 Replies)
Discussion started by: shaggy
3 Replies

10. UNIX for Dummies Questions & Answers

help, what is the difference between core dump and panic dump?

help, what is the difference between core dump and panic dump? (1 Reply)
Discussion started by: aileen
1 Replies
Login or Register to Ask a Question