- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Purify compilation failure.
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
11-20-2003 12:07 AM
11-20-2003 12:07 AM
Purify compilation failure.
Details:
---------------
1) o/p of "ulimit -a" :
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 262144
stack(kbytes) 32768
memory(kbytes) unlimited
coredump(blocks) 4194303
nofiles(descriptors) 120
2) aCC compiler used
/opt/aCC/bin/aCC:
$Revision: 92453-07 linker linker crt0.o B.11.30 020412 $
HP aC++ B3910B A.03.39
HP aC++ B3910B A.03.33 Language Support Library
3) Rouge Wave version used is 7.1.1
4) Oracle 9i used
5) o/p of "uname -a"
HP-UX turtola B.11.11 U 9000/785 2005532668 unlimited-user license
6) Purify used:
/opt/local/purifyplus6.0/releases/DeveloperTools.2002a.06.00.Proto.0029/hppa_hpux/bin/purify
7) Error seen:
Instrumenting: libCsup_v2.2.
Purify engine: While processing file /vobs/src02/hpcorr/lib/libCsup_v2.2:
Warning: Symbol table defines T symbol __StaticCtorTable_End at 0x192a8; outside text limit 0x192a8.
Ignored.
Purify engine: Warning: Symbol table defines T symbol __ZStaticCtorTable_Start at 0x192a8; outside text limit 0x192a8.
Ignored.
Purify engine: While processing file /lib/dld.sl:
Internal error: Patch failure on pass2
If possible, please send a bug report to support@rational.com
including the product name and version
(Purify 2002a.06.00 Proto 0029 011206 HP-UX (32-bit)),
plus your compiler name and version, operating system version,
this and any preceding error messages, and ideally a uuencoded copy
of any object or data files involved.
Thank you.
*** Error code 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 12:19 AM
11-20-2003 12:19 AM
Re: Purify compilation failure.
maxtsiz --text area for a process
Also do increase these values
maxdsiz
maxssiz
If you are running a 64 bit applicaiton increase the 64 bit equ. of these kernel parameters
maxtsiz_64
How is your swap and memory usage on thh machine?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 12:21 AM
11-20-2003 12:21 AM
Re: Purify compilation failure.
http://www.tek-tips.com/gviewthread.cfm/lev2/3/lev3/20/pid/51/qid/689456
Patch PHSS_28871 would fix this
http://www2.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|&patchid=PHSS_28871&context=hpux:800:11:11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 12:24 AM
11-20-2003 12:24 AM
Re: Purify compilation failure.
2) PHSS_28871 is for Rouge Wave version 7.0.6, we use 7.1.1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 12:46 AM
11-20-2003 12:46 AM
Re: Purify compilation failure.
Maxtsiz
Second,Please revert as what Patch bundles you are running on the machine.Load the latest patch bundles from the patch database site.
Revert on results
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2003 01:25 PM
11-23-2003 01:25 PM
Re: Purify compilation failure.
the problem Manikandan refers to at tek-tips is different. it occurs because ldd is being run on dld.sl. that wont work because ldd is in fact a stub program which would be loading dld.sl by default. since the user is attempting to load dld.sl again (mmap'ing MAP_SHARED), mmap will always fail, at least on PA-RISC. it is not really a problem and since dld.sl does not depend on any shared libraries ( of course :) ), "ldd dld.sl" is not required.
--
ranga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2003 01:27 PM
11-23-2003 01:27 PM
Re: Purify compilation failure.
-----
Warning: Symbol table defines T symbol __StaticCtorTable_End at 0x192a8; outside text limit 0x192a8.
-----
this is a bug in purify 2002a.06... and it is fixed in the latest (2003) version.
--
ranga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2003 01:29 PM
11-23-2003 01:29 PM
Re: Purify compilation failure.
--
ranga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2003 04:16 PM
11-23-2003 04:16 PM
Re: Purify compilation failure.
Quote from IBM:
"The above error is caused because the linker patch on your system is newer than what Purify could understand.
This is fixed in our latest release, version 2003a.06.00. Please upgrade your Purify to the latest release. "