- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Application core dumps
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
01-16-2006 03:08 AM
01-16-2006 03:08 AM
Application core dumps
The GUI opens and runs properly. Once i close it and reopen the GUI the application dumps core.
Please find the GDB Stack trace
Reading symbols from /usr/lib/libnsl.1...done.
Reading symbols from /usr/lib/libxti.2...done.
Reading symbols from /usr/lib/libstd.2...done.
Reading symbols from /usr/lib/libstream.2...done.
Reading symbols from /usr/lib/libCsup.2...done.
Reading symbols from /usr/lib/libm.2...done.
Reading symbols from /usr/lib/libcl.2...done.
Reading symbols from /usr/lib/libisamstub.1...done.
Reading symbols from /usr/lib/libdld.2...done.
Reading symbols from /usr/lib/libc.2...done.
#0 0xc0197b5c in _sigfillset () from /usr/lib/libc.2
(gdb) where
#0 0xc0197b5c in _sigfillset () from /usr/lib/libc.2
#1 0xc019583c in _sscanf () from /usr/lib/libc.2
#2 0xc019af74 in malloc () from /usr/lib/libc.2
#3 0xc00f6460 in __nwa () from /usr/lib/libCsup.2
#4 0x0004c020 in ResourceFile::StrToRow ()
I understand there may be a memory corruption. Please find the system parameters that I have configured.
* Tunable parameters
STRMSGSZ 65535
dbc_max_pct 20
dnlc_hash_locks 512
maxdsiz 0X50000000
maxdsiz_64bit 0X400000000
maxfiles 2048
maxssiz 0X10000000
maxssiz_64bit 0X40000000
maxswapchunks 16384
maxtsiz 0X10000000
maxtsiz_64bit 0X40000000
maxuprc 400
maxusers 512
msgmni 256
msgseg 32767
msgssz 32
msgtql 2046
npty 75
nstrpty 75
nstrtel 75
semmni 3470
semmns 6940
semmnu 690
semume 64
shmmax 0X60000000
shmmni 512
vps_ceiling 64
msgmnb 65535
Please let me know what i should do
My application is a 32-bit application
PA-RISC2.0 shared executable dynamically linked -not stripped
Please somebody help me asap.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 08:42 PM
01-16-2006 08:42 PM
Re: Application core dumps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 08:50 PM
01-16-2006 08:50 PM
Re: Application core dumps
You can see more information with tusc when it comes to system related issues, you can downloa d it from,
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.8/
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 04:20 AM
01-17-2006 04:20 AM
Re: Application core dumps
As Arun said, run tusc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 07:27 AM
01-17-2006 07:27 AM
Re: Application core dumps
mark