Operating System - HP-UX
1754016 Members
7301 Online
108811 Solutions
New Discussion юеВ

getting internal heap error

 
prashanthg
New Member

getting internal heap error

while running the system i see internal heap error

HEAP DUMP heap name ="Alloc statemen" desc=0x401dfa08

plz let me know what error statements and might be causing a issue here ....

i haven't find anything related to desc=0x401dfa08 , where can i find these error desc's

3 REPLIES 3
Dennis Handly
Acclaimed Contributor

Re: getting internal heap error

What HP-UX version are you using?
What language and application are you using?
This appears to be an application specific message. malloc/free don't have messages like this.
prashanthg
New Member

Re: getting internal heap error

i am using hp-unix 11 version and my application use C++ with gsoap and the db is oracle .
Dennis Handly
Acclaimed Contributor

Re: getting internal heap error

>I am using HP-UX 11

Please be more specific. Versions have 5 characters, like 11.XX.
Note: 11.00 is not supported.

>my application use C++ with gsoap and the db is oracle.

You are going to have to look at your source for that error message. What version of C++ are you using?

>desc=0x401dfa08

This looks like a variable name and then a hex address.