CORE_DUMP due to PRO C on AIX !! Help me !!


 
Thread Tools Search this Thread
Top Forums Programming CORE_DUMP due to PRO C on AIX !! Help me !!
# 1  
Old 08-13-2008
CORE_DUMP due to PRO C on AIX !! Help me !!

Hi All ,

i found two core files on aix customer machine due to two pro-c executables . we dont have any debugger like dbx . even i captured the log reports reg the core dumps .. i pasted the details here belo3w .please help me out h ow to resolve the issue :-( .... THANKS IN ADVANCE ...

core_dump 1 : Executable name : ProcessIse
*************************************
iprsdev@ai135$ file ProcessIse
ProcessIse: 64-bit XCOFF executable or object module not stripped
iprsdev@ai135$ what ProcessIse
ProcessIse:
61 1.15 src/bos/usr/ccs/lib/libc/__threads_init.c, libcthrd, bos53H, h2006_10B1 3/5/06 16:44:5

Log Report :
********
---------------------------------------------------------------------------
LABEL: CORE_DUMP
IDENTIFIER: 40E9A4E1

Date/Time: Mon Aug 11 13:10:56 EDT 2008
Sequence Number: 40431
Machine Id: 00016EBCD700
Node Id: ai135
Class: S
Type: PERM
Resource Name: SYSPROC

Description
SOFTWARE PROGRAM ABNORMALLY TERMINATED

Probable Causes
SOFTWARE PROGRAM

User Causes
USER GENERATED SIGNAL

Recommended Actions
CORRECT THEN RETRY

Failure Causes
SOFTWARE PROGRAM

Recommended Actions
RERUN THE APPLICATION PROGRAM
IF PROBLEM PERSISTS THEN DO THE FOLLOWING
CONTACT APPROPRIATE SERVICE REPRESENTATIVE

Detail Data
SIGNAL NUMBER
11
USER'S PROCESS ID:
1171650
FILE SYSTEM SERIAL NUMBER
27
INODE NUMBER
704
PROCESSOR ID
0
CORE FILE NAME
/iprs/bin/core
PROGRAM NAME
ProcessIse
STACK EXECUTION DISABLED
0
COME FROM ADDRESS REGISTER
??
ADDITIONAL INFORMATION
fgets B0
fgets 8C
18C
interact_ 28
540
˙-91-řa 118
??
__start 9C
Unable to generate symptom string.
Bad return from kprobe().
*******************************************************
core_dump 2 : Executable name : testsend
***********************************
iprsdev@ai135$ file testsend
testsend: executable (RISC System/6000) or object module not stripped

iprsdev@ai135$ what testsend
testsend: 23 1.5 src/bos/usr/ccs/lib/libpthreads/init.c, libpth, bos53H, h2006_10B1 3/5/06 21:33:24
61 1.15 src/bos/usr/ccs/lib/libc/__threads_init.c, libcthrd, bos53H, h2006_10B1 3/5/06 16:44:58

Log Report:
*********
LABEL: CORE_DUMP
IDENTIFIER: 40E9A4E1

Date/Time: Mon Aug 11 19:11:01 EDT 2008
Sequence Number: 40432
Machine Id: 00016EBCD700
Node Id: ai135
Class: S
Type: PERM
Resource Name: SYSPROC

Description
SOFTWARE PROGRAM ABNORMALLY TERMINATED

Probable Causes
SOFTWARE PROGRAM

User Causes
USER GENERATED SIGNAL

Recommended Actions
CORRECT THEN RETRY

Failure Causes
SOFTWARE PROGRAM

Recommended Actions
RERUN THE APPLICATION PROGRAM
IF PROBLEM PERSISTS THEN DO THE FOLLOWING
CONTACT APPROPRIATE SERVICE REPRESENTATIVE

Detail Data
SIGNAL NUMBER
11
USER'S PROCESS ID:
2289756
FILE SYSTEM SERIAL NUMBER
27
INODE NUMBER
193
PROCESSOR ID
2
CORE FILE NAME
/iprs/persistent/run/core
PROGRAM NAME
testsend
STACK EXECUTION DISABLED
0
COME FROM ADDRESS REGISTER
??
ADDITIONAL INFORMATION
fprintf 4C
??
??
??
__start 9C

Symptom Data
REPORTABLE
1
INTERNAL ERROR
0
SYMPTOM CODE
PCSS/SPI2 FLDS/testsend SIG/11 FLDS/fprintf VALU/4c FLDS/__start

**********************************************************

Please advice me , how to resolve the problem ...

Some more information about ProcessIse core_dump from dbx :
***********************************************
(/usr/bin/dbx) where
ustart() at 0x9fffffff0000240
(/usr/bin/dbx) step
stopped in IprsIseInterface::execute(int,char**,IprsIseInterface*(*)(const char*)) at line 101 in file "" ($t1)
could not read "ProcessIseInterface.C"
(/usr/bin/dbx) func
IprsIseInterface::execute(int,char**,IprsIseInterface*(*)(const char*))

********************************************************
# 2  
Old 08-13-2008
no crossposts! read the unix.com rules!
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Programming

Pro*C not running in oracle11g R2 on AIX 6.1....

Hi All, When I am running a pro*c executable on an AIX 6.1.0.0 and Oracle 11gR2 environment which is complied in AIX 6.1.0.0 and Oracle 11gR2 environment only , I am getting segment fault error . When the same code is getting compiled in AIX5.3 Oracle 10gR2 env and run in AIX5.3 Oracle 10gR2 ,... (0 Replies)
Discussion started by: amaniitd
0 Replies

2. Shell Programming and Scripting

bc syntax error due to sed

Hi all, before posting this questions i have looked up and found similar cases as the one i have but none of them had the answer i was lookink for. i have the next two commands (with their corresponding output) e1=$(grep KCAL input.OUT | sed 's/ FINAL HEAT OF FORMATION = ... (2 Replies)
Discussion started by: ezitoc
2 Replies

3. AIX

Process crashing on AIX due to memory Leak

Hi All, I have a process running on my AIX 5.3 server box. The process runs fine for 5-6days but then crashes. The log file shows malloc failure and the svmon (Virtual memory size), ps -lef (SZ value) are also gradually increasing. But unfortunately MALLOCDEBUG and any other memory debugging... (3 Replies)
Discussion started by: SBatra
3 Replies

4. AIX

AIX warning message: 651-812: System shutdown due to

Hi Gurus, One of my old server running AIX 4.3.2. One member of admin group account keeps getting warning message for days as below. From errpt log I couldn't find any clue related to this warning message. What I can say is this message shows up a few days after we did a disk change. My... (6 Replies)
Discussion started by: linux.cao.ca
6 Replies

5. Shell Programming and Scripting

aborted due to compilation error

I wanted to edit the time for a cron job that cleans out the quarantine in mailscanner. etc/cron.daily/clean.quarantine I edited the file #!/usr/bin/perl # # IMPORTANT NOTE: # # Change the next line to 0 instead of 1 to enable this script. # By default it will be disabled and... (2 Replies)
Discussion started by: mcraul
2 Replies

6. AIX

CORE_DUMP on AIX !! Help me !!

Hi All , i found two core files on aix customer machine due to two pro-c executables . we dont have any debugger like dbx . even i captured the log reports reg the core dumps .. i pasted the details here belo3w .please help me out h ow to resolve the issue :-( .... THANKS IN ADVANCE ... ... (4 Replies)
Discussion started by: vparunkumar
4 Replies

7. Programming

Not able to compile Pro*c file due - give errors and points to /usr/include/.. file

I am trying to compile the pro*C file but gives errors. It says it encountered "std" while it was expecting ; , = ( $ $ORACLE_HOME/bin/proc tradewind/dataaccess/Blob.pcc Pro*C/C++: Release 10.2.0.3.0 - Production on Fri May 9 11:10:54 2008 Copyright (c) 1982, 2005, Oracle. All rights... (0 Replies)
Discussion started by: shafi2all
0 Replies

8. AIX

Error in setting up Pro*C on AIX 5.3

Error Code: ld: 0711-317 ERROR: Undefined symbol: .main Various Library Paths set to same: LIB_PATH=/usr/lib:/usr/vac/lib:/oracle/product/10.2.0/lib32:/oracle/product/10.2.0/lib LIBPATH=/usr/lib:/usr/vac/lib:/oracle/product/10.2.0/lib32:/oracle/product/10.2.0/lib ... (0 Replies)
Discussion started by: longojos
0 Replies

9. UNIX for Dummies Questions & Answers

domain logon problem - FreeBSD PDC w/ win2k pro and winxp pro

this is the seventh problem i'm having with samba. for some reason, i cannot logon to the domain. i've created user accounts... and i was able to establish a connection between the samba server (my PDC) and my workstations by logging in as "root." however now when i try to logon it gives... (5 Replies)
Discussion started by: xyyz
5 Replies
Login or Register to Ask a Question