Operating System - HP-UX
1752286 Members
4642 Online
108786 Solutions
New Discussion юеВ

Error "aCC runtime:" while runing appication on HP

 
SOLVED
Go to solution
anshuman_3
Occasional Advisor

Error "aCC runtime:" while runing appication on HP


Hi,

I am getting following error on HP.

aCC runtime: Use of "-mt" must be consistent during both compilation and linking.

ant it core giving:
#0 0xc020da50 in kill+0x10 () from /usr/lib/libc.2

(gdb) where
#0 0xc020da50 in kill+0x10 () from /usr/lib/libc.2
#1 0xc01a7f74 in raise+0x24 () from /usr/lib/libc.2
#2 0xc01e92c8 in abort_C+0x160 () from /usr/lib/libc.2
#3 0xc01e9324 in abort+0x1c () from /usr/lib/libc.2
#4 0xc0d83c68 in std::terminate+0x38 () from /usr/lib/libCsup_v2.2
#5 0xc0d84278 in ThrowException+0xc8 () from /usr/lib/libCsup_v2.2
#6 0xc0d847c8 in __throw__FPvT1+0x14c () from /usr/lib/libCsup_v2.2
#7 0xc1780e94 in std::ios_base::setf+0x78 () from /usr/lib/libstd_v2.2
#8 0xc178095c in std::ios_base::Init::Init+0x1df0 () from /usr/lib/libstd_v2.2
#9 0xc1bf7fb8 in std::__sinit_auditbuf_cpp+0x28 () from /usr/lib/librwtool_v2.2
#10 0xc0d8627c in __shlInit+0x88 () from /usr/lib/libCsup_v2.2
#11 0xc1bf4a34 in _shlInit+0x20 () from /usr/lib/librwtool_v2.2
#12 0xc0d85ba8 in __shlinit+0xac () from /usr/lib/libCsup_v2.2
#13 0xc0d881d4 in _main+0xd8 () from /usr/lib/libCsup_v2.2

Patch level of the build machine is:

swlist -l product | grep -i aCC
Accounting B.11.11 Accounting
DirectAccess B.11.00.11.02 Direct Access Runtime Shared Libraries
PHCO_27009 1.0 acctdusg(1m) patch
PHKL_28489 1.0 copyin EFAULT, LDCD access type
PHSS_33945 1.0 HP aC++ -AA runtime libraries (aCC A.03.76)
SUDO 1.6.8p12.B01 Controlled and audited adminstrative access

on test machine :

> swlist -l product | grep -i aCC
Accounting B.11.11 Accounting
DirectAccess B.11.00.06 Direct Access Runtime Shared Libraries
PHCO_27009 1.0 acctdusg(1m) patch
PHKL_28489 1.0 copyin EFAULT, LDCD access type
PHSS_33946 1.0 HP aC++ -AA runtime libraries (aCC A.03.85)

HP box :
uname -a
HP-UX hp11tst B.11.11 U 9000/800 1732048536 unlimited-user license

Regards,
Anshuman
17 REPLIES 17
Dennis Handly
Acclaimed Contributor

Re: Error "aCC runtime:" while runing appication on HP

This means what it says. You have part of your application that isn't compiled with -mt.
You need to look for ALL aC++ objects, archives or shlibs, including third party ones.
anshuman_3
Occasional Advisor

Re: Error "aCC runtime:" while runing appication on HP

Thanks for the quick response.

I have looked in to my binary with "footprints" and found that few of the thirdparty shared libs are not compiled with "mt" option.

I can't change the thirdparty libs immediately .we will have to request them to build and provide us the new set.

Currently we can remove the patches on HP box.

What was the main patch which introduce this runtime check?We can remove the patch.

(Because same thing was working on HP till few months back.)



Dennis Handly
Acclaimed Contributor

Re: Error "aCC runtime:" while runing appication on HP

>What was the main patch which introduce this runtime check? We can remove the patch.

(Note: Your application was always illegal.)

The check has been there always. But a change in the aC++ runtime may have caused your illegal application to fail. Most likely PHSS_33946.
anshuman_3
Occasional Advisor

Re: Error "aCC runtime:" while runing appication on HP

But the same binary (older version) , having few shared libs which are not compiled with mt option is working on the same setup setup .

once i update my makefile to have shared libs:

xcerces_c++ (no mt option found in footprints)

xalan_c++ libs (no mt option found in footprints)

easydom libs (compiled with mt option)-
footprints output:
mt [(off) 16]

for my application binary
footprints output:
-mt [(off) 495]

footprints is unable to scan system library.
it fails.

so i think its not due to the patch patch PHSS_33946.otherwise my older binary will also fail.

Patch PHSS_33946 is applicable at the compile time or runtime?
Dennis Handly
Acclaimed Contributor
Solution

Re: Error "aCC runtime:" while runing appication on HP

>But the same binary (older version), having few shared libs which are not compiled with -mt option is working on the same setup setup.

You were just lucky. Or don't need to lock those mutexes. Or the uninitialized variable is zero

>I think it's not due to the patch PHSS_33946, otherwise my older binary will also fail.

Does your older binary use -AA and iostream or string?

>Patch PHSS_33946 is applicable at the compile time or runtime?

The name says:
aC++ ... runtime libraries (aCC A.03.85)
anshuman_3
Occasional Advisor

Re: Error "aCC runtime:" while runing appication on HP

older and new binary both is compiled with -AA.

yes binary uses iostream.
anshuman_3
Occasional Advisor

Re: Error "aCC runtime:" while runing appication on HP



Output of footprints on my binary clientmgrd:

********************************************
Scanning bin/clientmgrd ...
Shared library: /home/trv1/netexpert/netex622HP/Lib/libeasydom.sl
Shared library: /home/trv1/netexpert/netex622HP/Lib/libxerces-c.sl.21
Shared library: /home/trv1/netexpert/netex622HP/Lib/libxalan-c.sl
Shared library: /usr/lib/libm.2 (system library - not scanned)
Shared library: /home/trv1/netexpert/netex622HP/Lib/libndguisvr.sl
Shared library: /home/trv1/netexpert/netex622HP/Lib/libndscvrb.sl
Shared library: /home/trv1/netexpert/netex622HP/Lib/libndgw.sl
Shared library: /home/trv1/netexpert/netex622HP/Lib/libndtkit.sl
Shared library: /home/trv1/netexpert/netex622HP/Lib/libndvgm.sl
Shared library: /home/trv1/netexpert/netex622HP/Lib/libndoaba.sl
Shared library: /home/trv1/netexpert/netex622HP/Lib/libndcorex.sl
Shared library: /home/trv1/netexpert/netex622HP/Lib/libndsec.sl
Shared library: /home/trv1/netexpert/netex622HP/Lib/libndres.sl
Shared library: /home/trv1/netexpert/netex622HP/Lib/libndcore.sl
Shared library: /usr/lib/libX11.3 (system library - not scanned)
Shared library: /usr/lib/libnsl.1 (system library - not scanned)
Shared library: /usr/lib/libnsl_s.2 (system library - not scanned)
Shared library: /usr/lib/libpthread.1 (system library - not scanned)
Shared library: /usr/lib/libsec.2 (system library - not scanned)
Shared library: /usr/lib/libdld.2 (system library - not scanned)
Shared library: /usr/lib/librwtool_v2.2 (system library - not scanned)
Shared library: /usr/lib/libstd_v2.2 (system library - not scanned)
Shared library: /usr/lib/libCsup_v2.2 (system library - not scanned)
Shared library: /usr/lib/libcl.2 (system library - not scanned)
Shared library: /usr/lib/libc.2 (system library - not scanned)

Compiler footprint summary

Number of compilation units: 502

Earliest compiler timestamp: 21-Jul-2000 16:05 UTC
Latest compiler timestamp: 25-Jun-2009 07:41 UTC
Linker timestamp: 25-Jun-2009 07:41 UTC

Total size: 1827.6K (text) 405.7K (data)

version [A.03.50/ANSI C++ 4] [A.03.80/ANSI 48] [A.10.32/HPC 310] [A.11.01./HPC 137] [B11X.50/HPC 3]
architecture [pa1.0 276] [pa1.1 175] [portable 51]
-O [00 138] [02 312] [default 52]
PBO [off 502]
-g [0 48] [1 2] [off 452]
debugopt [+O0 1] [+O4 49] [off 452]

+Olit [all 2] [const 52]
+eh [off 1]
-A [e 140]
-ansi_for_scope [on 51]
-inline [1 52]
-koenig_lookup [on 51]
-mt [(off) 495]
-pic [long 343]
-test [namesp 51]
aggressive [(off) 450]
all [(off) 450]
autopar [(off) 450]
cache_pad_common [(off) 450]
clone [(off) 3]
conservative [(off) 450]
data_prefetch [(off) 450]
dynsel [(off) 140]
entrysched [(off) 450]
exemplar_model [(on) 140]
extern [(on) 140]
fail_safe [(off) 138] [(on) 312]
fast/fastaccess [(off) 450]
fltacc [(on) 450]
global_ptrs_unique [(off) 450]
info [(off) 450]
initcheck [(on) 450]
inline [(off) 450]
kernel_threads [(off) 140]
libcalls [(off) 450]
limit [(on) 450]
loop_block [(off) 140]
loop_transform [(off) 450]
loop_unroll [(off) 138] [(on) 312]
loop_unroll_jam [(off) 140]
moveflops [(off) 138] [(on) 312]
multiprocessor [(off) 140]
nodepar [(off) 140]
parallel [(off) 450]
parallel_env [(off) 450]
parminit/pipeline [(off) 138] [(on) 312]
parmsoverlap [(on) 450]
procelim [(off) 450]
process_threads [(off) 140]
promote_indirect_calls [(off) 140]
ptrs_strongly_typed [(off) 450]
ptrs_to_globals [(on) 450]
regionsched [(off) 450]
regreassoc [(on) 450]
report [(off) 140]
scheduler [1.0 1]
sharedgra [(on) 140]
signedpointers [(off) 450]
size [(off) 450]
static_prediction [(off) 450]
vectorize [(off) 450]
volatile [(off) 450]
whole_program_mode [(off) 450]

Scanning /home/trv1/netexpert/netex622HP/Lib/libeasydom.sl ...

Compiler footprint summary

Number of compilation units: 16

Earliest compiler timestamp: 21-Jul-2000 16:05 UTC
Latest compiler timestamp: 25-Jun-2009 05:00 UTC
Linker timestamp: 25-Jun-2009 05:00 UTC

Total size: 384.6K (text) 54.5K (data)

version [A.03.73/ANSI C++ 1] [A.03.80/ANSI C++ 15]
architecture [pa1.1 1] [portable 15]
-O [02 1] [default 15]
PBO [off 16]
-g [off 16]
debugopt [off 16]

+Olit [const 16]
-ansi_for_scope [on 15]
-inline [1 15] [2 1]
-koenig_lookup [on 15]
-mt [(off) 16]
-pic [long 16]
-test [namesp 15]
aggressive [(off) 1]
all [(off) 1]
autopar [(off) 1]
cache_pad_common [(off) 1]
clone [(off) 1]
conservative [(off) 1]
data_prefetch [(off) 1]
dynsel [(off) 1]
entrysched [(off) 1]
exemplar_model [(on) 1]
extern [(on) 1]
fail_safe [(on) 1]
fast/fastaccess [(off) 1]
fltacc [(on) 1]
global_ptrs_unique [(off) 1]
info [(off) 1]
initcheck [on 1]
inline [(off) 1]
kernel_threads [(off) 1]
libcalls [(off) 1]
limit [off 1]
loop_block [(off) 1]
loop_transform [(off) 1]
loop_unroll [(on) 1]
loop_unroll_jam [(off) 1]
moveflops [(on) 1]
multiprocessor [(off) 1]
nodepar [(off) 1]
parallel [(off) 1]
parallel_env [(off) 1]
parminit/pipeline [(on) 1]
parmsoverlap [(on) 1]
procelim [(off) 1]
process_threads [(off) 1]
promote_indirect_calls [(off) 1]
ptrs_strongly_typed [(off) 1]
ptrs_to_globals [(on) 1]
regionsched [(off) 1]
regreassoc [(on) 1]
report [(off) 1]
scheduler [2.0 1]
sharedgra [(on) 1]
signedpointers [(off) 1]
size [(off) 1]
static_prediction [(off) 1]
vectorize [(off) 1]
volatile [(off) 1]
whole_program_mode [(off) 1]

Scanning /home/trv1/netexpert/netex622HP/Lib/libxerces-c.sl.21 ...
Shared library: /usr/lib/libpthread.1 (system library - not scanned)
Shared library: /usr/lib/libnsl.1 (system library - not scanned)

Compiler footprint summary

Number of compilation units: 285

Earliest compiler timestamp: 21-Jul-2000 16:05 UTC
Latest compiler timestamp: 26-Feb-2004 20:26 UTC
Linker timestamp: 26-Feb-2004 20:26 UTC

Total size: 3356.2K (text) 823.1K (data)

version [A.03.50/ANSI C++ 284] [X.03.37./ANSI C++ 1]
architecture [pa1.1 1] [portable 284]
-O [02 285]
PBO [off 285]
-g [off 285]
debugopt [off 285]

+Olit [const 285]
-ansi_for_scope [on 284]
-inline [2 285]
-koenig_lookup [on 284]
-pic [long 285]
-test [namesp 284]
aggressive [(off) 285]
all [(off) 285]
autopar [(off) 285]
cache_pad_common [(off) 285]
clone [(off) 284]
conservative [(off) 285]
data_prefetch [(off) 285]
dynsel [(off) 285]
entrysched [(off) 285]
exemplar_model [(on) 285]
extern [(on) 285]
fail_safe [(on) 285]
fast/fastaccess [(off) 285]
fltacc [(on) 285]
global_ptrs_unique [(off) 285]
info [(off) 285]
initcheck [(on) 284] [on 1]
inline [(off) 285]
kernel_threads [(off) 285]
libcalls [(off) 285]
limit [(on) 284] [off 1]
loop_block [(off) 285]
loop_transform [(off) 285]
loop_unroll [(on) 285]
loop_unroll_jam [(off) 285]
moveflops [(on) 285]
multiprocessor [(off) 285]
nodepar [(off) 285]
parallel [(off) 285]
parallel_env [(off) 285]
parminit/pipeline [(on) 285]
parmsoverlap [(on) 285]
procelim [(off) 285]
process_threads [(off) 285]
promote_indirect_calls [(off) 285]
ptrs_strongly_typed [(off) 285]
ptrs_to_globals [(on) 285]
regionsched [(off) 285]
regreassoc [(on) 285]
report [(off) 285]
scheduler [2.0 1]
sharedgra [(on) 285]
signedpointers [(off) 285]
size [(off) 285]
static_prediction [(off) 285]
vectorize [(off) 285]
volatile [(off) 285]
whole_program_mode [(off) 285]

Scanning /home/trv1/netexpert/netex622HP/Lib/libxalan-c.sl ...

Compiler footprint summary

Number of compilation units: 336

Earliest compiler timestamp: 21-Jul-2000 16:05 UTC
Latest compiler timestamp: 26-Feb-2004 20:04 UTC
Linker timestamp: 26-Feb-2004 20:04 UTC

Total size: 6089.9K (text) 681.7K (data)

version [A.03.50/ANSI C++ 335] [X.03.37./ANSI C++ 1]
architecture [pa1.1 1] [portable 335]
-O [02 336]
PBO [off 336]
-g [off 336]
debugopt [off 336]

+Olit [const 336]
-ansi_for_scope [on 335]
-inline [2 336]
-koenig_lookup [on 335]
-pic [long 336]
-test [namesp 335]
aggressive [(off) 336]
all [(off) 336]
autopar [(off) 336]
cache_pad_common [(off) 336]
clone [(off) 335]
conservative [(off) 336]
data_prefetch [(off) 336]
dynsel [(off) 336]
entrysched [(off) 336]
exemplar_model [(on) 336]
extern [(on) 336]
fail_safe [(on) 336]
fast/fastaccess [(off) 336]
fltacc [(on) 336]
global_ptrs_unique [(off) 336]
info [(off) 336]
initcheck [(on) 335] [on 1]
inline [(off) 336]
kernel_threads [(off) 336]
libcalls [(off) 336]
limit [(on) 335] [off 1]
loop_block [(off) 336]
loop_transform [(off) 336]
loop_unroll [(on) 336]
loop_unroll_jam [(off) 336]
moveflops [(on) 336]
multiprocessor [(off) 336]
nodepar [(off) 336]
parallel [(off) 336]
parallel_env [(off) 336]
parminit/pipeline [(on) 336]
parmsoverlap [(on) 336]
procelim [(off) 336]
process_threads [(off) 336]
promote_indirect_calls [(off) 336]
ptrs_strongly_typed [(off) 336]
ptrs_to_globals [(on) 336]
regionsched [(off) 336]
regreassoc [(on) 336]
report [(off) 336]
scheduler [2.0 1]
sharedgra [(on) 336]
signedpointers [(off) 336]
size [(off) 336]
static_prediction [(off) 336]
vectorize [(off) 336]
volatile [(off) 336]
whole_program_mode [(off) 336]

Scanning /home/trv1/netexpert/netex622HP/Lib/libndguisvr.sl ...

Compiler footprint summary

Number of compilation units: 76

Earliest compiler timestamp: 21-Jul-2000 16:05 UTC
Latest compiler timestamp: 12-Mar-2008 12:19 UTC
Linker timestamp: 12-Mar-2008 14:39 UTC

Total size: 826.9K (text) 50.1K (data)

version [A.03.37/ANSI C++ 75] [X.03.30./ANSI C++ 1]
architecture [pa1.1 76]
-O [01 75] [02 1]
PBO [off 76]
-g [off 76]
debugopt [off 76]

+Olit [const 76]
-inline [1 75] [2 1]
-pic [long 76]
aggressive [(off) 76]
all [(off) 76]
autopar [(off) 76]
cache_pad_common [(off) 76]
conservative [(off) 76]
data_prefetch [(off) 76]
dynsel [(off) 76]
entrysched [(off) 76]
exemplar_model [(on) 76]
extern [(on) 76]
fail_safe [(on) 76]
fast/fastaccess [(off) 76]
fltacc [(on) 76]
global_ptrs_unique [(off) 76]
info [(off) 76]
initcheck [(on) 75] [on 1]
inline [(off) 76]
kernel_threads [(off) 76]
libcalls [(off) 76]
limit [(on) 75] [off 1]
loop_block [(off) 76]
loop_transform [(off) 76]
loop_unroll [(off) 75] [(on) 1]
loop_unroll_jam [(off) 76]
moveflops [(off) 75] [(on) 1]
multiprocessor [(off) 76]
nodepar [(off) 76]
parallel [(off) 76]
parallel_env [(off) 76]
parminit/pipeline [(off) 75] [(on) 1]
parmsoverlap [(on) 76]
procelim [(off) 76]
process_threads [(off) 76]
promote_indirect_calls [(off) 76]
ptrs_strongly_typed [(off) 76]
ptrs_to_globals [(on) 76]
regionsched [(off) 76]
regreassoc [(on) 76]
report [(off) 76]
scheduler [1.0 75] [2.0 1]
sharedgra [(on) 76]
signedpointers [(off) 76]
size [(off) 76]
static_prediction [(off) 76]
vectorize [(off) 76]
volatile [(off) 76]
whole_program_mode [(off) 76]

Scanning /home/trv1/netexpert/netex622HP/Lib/libndscvrb.sl ...

Compiler footprint summary

Number of compilation units: 27

Earliest compiler timestamp: 21-Jul-2000 16:05 UTC
Latest compiler timestamp: 12-Mar-2008 12:14 UTC
Linker timestamp: 12-Mar-2008 14:39 UTC

Total size: 78.1K (text) 23.0K (data)

version [B111106/HPC 26] [X.03.30./ANSI C++ 1]
architecture [pa1.0 26] [pa1.1 1]
-O [01 26] [02 1]
PBO [off 27]
-g [off 27]
debugopt [off 27]

+Olit [const 27]
-A [e 26]
-inline [2 1]
-pic [long 27]
aggressive [(off) 27]
all [(off) 27]
autopar [(off) 27]
cache_pad_common [(off) 27]
conservative [(off) 27]
data_prefetch [(off) 27]
dynsel [(off) 27]
entrysched [(off) 27]
exemplar_model [(on) 27]
extern [(on) 27]
fail_safe [(on) 27]
fast/fastaccess [(off) 27]
fltacc [(on) 27]
global_ptrs_unique [(off) 27]
info [(off) 27]
initcheck [(on) 26] [on 1]
inline [(off) 27]
kernel_threads [(off) 27]
libcalls [(off) 27]
limit [(on) 26] [off 1]
loop_block [(off) 27]
loop_transform [(off) 27]
loop_unroll [(off) 26] [(on) 1]
loop_unroll_jam [(off) 27]
moveflops [(off) 26] [(on) 1]
multiprocessor [(off) 27]
nodepar [(off) 27]
parallel [(off) 27]
parallel_env [(off) 27]
parminit/pipeline [(off) 26] [(on) 1]
parmsoverlap [(on) 27]
procelim [(off) 27]
process_threads [(off) 27]
promote_indirect_calls [(off) 27]
ptrs_strongly_typed [(off) 27]
ptrs_to_globals [(on) 27]
regionsched [(off) 27]
regreassoc [(on) 27]
report [(off) 27]
scheduler [2.0 1]
sharedgra [(on) 27]
signedpointers [(off) 27]
size [(off) 27]
static_prediction [(off) 27]
vectorize [(off) 27]
volatile [(off) 27]
whole_program_mode [(off) 27]

Scanning /home/trv1/netexpert/netex622HP/Lib/libndgw.sl ...

Compiler footprint summary

Number of compilation units: 54

Earliest compiler timestamp: 21-Jul-2000 16:05 UTC
Latest compiler timestamp: 12-Mar-2008 12:13 UTC
Linker timestamp: 12-Mar-2008 14:35 UTC

Total size: 635.9K (text) 20.3K (data)

version [A.03.37/ANSI C++ 1] [B111106/HPC 52] [X.03.30./ANSI C++ 1]
architecture [pa1.0 52] [pa1.1 2]
-O [01 53] [02 1]
PBO [off 54]
-g [off 54]
debugopt [off 54]

+Olit [const 54]
-A [e 52]
-inline [1 1] [2 1]
-pic [long 54]
aggressive [(off) 54]
all [(off) 54]
autopar [(off) 54]
cache_pad_common [(off) 54]
conservative [(off) 54]
data_prefetch [(off) 54]
dynsel [(off) 54]
entrysched [(off) 54]
exemplar_model [(on) 54]
extern [(on) 54]
fail_safe [(on) 54]
fast/fastaccess [(off) 54]
fltacc [(on) 54]
global_ptrs_unique [(off) 54]
info [(off) 54]
initcheck [(on) 53] [on 1]
inline [(off) 54]
kernel_threads [(off) 54]
libcalls [(off) 54]
limit [(on) 53] [off 1]
loop_block [(off) 54]
loop_transform [(off) 54]
loop_unroll [(off) 53] [(on) 1]
loop_unroll_jam [(off) 54]
moveflops [(off) 53] [(on) 1]
multiprocessor [(off) 54]
nodepar [(off) 54]
parallel [(off) 54]
parallel_env [(off) 54]
parminit/pipeline [(off) 53] [(on) 1]
parmsoverlap [(on) 54]
procelim [(off) 54]
process_threads [(off) 54]
promote_indirect_calls [(off) 54]
ptrs_strongly_typed [(off) 54]
ptrs_to_globals [(on) 54]
regionsched [(off) 54]
regreassoc [(on) 54]
report [(off) 54]
scheduler [1.0 1] [2.0 1]
sharedgra [(on) 54]
signedpointers [(off) 54]
size [(off) 54]
static_prediction [(off) 54]
vectorize [(off) 54]
volatile [(off) 54]
whole_program_mode [(off) 54]

Scanning /home/trv1/netexpert/netex622HP/Lib/libndtkit.sl ...

Compiler footprint summary

Number of compilation units: 145

Earliest compiler timestamp: 21-Jul-2000 16:05 UTC
Latest compiler timestamp: 12-Mar-2008 12:12 UTC
Linker timestamp: 12-Mar-2008 14:35 UTC

Total size: 1608.9K (text) 52.2K (data)

version [B111106/HPC 144] [X.03.30./ANSI C++ 1]
architecture [pa1.0 144] [pa1.1 1]
-O [01 144] [02 1]
PBO [off 145]
-g [off 145]
debugopt [off 145]

+Olit [const 145]
-A [e 144]
-inline [2 1]
-pic [long 145]
aggressive [(off) 145]
all [(off) 145]
autopar [(off) 145]
cache_pad_common [(off) 145]
conservative [(off) 145]
data_prefetch [(off) 145]
dynsel [(off) 145]
entrysched [(off) 145]
exemplar_model [(on) 145]
extern [(on) 145]
fail_safe [(on) 145]
fast/fastaccess [(off) 145]
fltacc [(on) 145]
global_ptrs_unique [(off) 145]
info [(off) 145]
initcheck [(on) 144] [on 1]
inline [(off) 145]
kernel_threads [(off) 145]
libcalls [(off) 145]
limit [(on) 144] [off 1]
loop_block [(off) 145]
loop_transform [(off) 145]
loop_unroll [(off) 144] [(on) 1]
loop_unroll_jam [(off) 145]
moveflops [(off) 144] [(on) 1]
multiprocessor [(off) 145]
nodepar [(off) 145]
parallel [(off) 145]
parallel_env [(off) 145]
parminit/pipeline [(off) 144] [(on) 1]
parmsoverlap [(on) 145]
procelim [(off) 145]
process_threads [(off) 145]
promote_indirect_calls [(off) 145]
ptrs_strongly_typed [(off) 145]
ptrs_to_globals [(on) 145]
regionsched [(off) 145]
regreassoc [(on) 145]
report [(off) 145]
scheduler [2.0 1]
sharedgra [(on) 145]
signedpointers [(off) 145]
size [(off) 145]
static_prediction [(off) 145]
vectorize [(off) 145]
volatile [(off) 145]
whole_program_mode [(off) 145]

Scanning /home/trv1/netexpert/netex622HP/Lib/libndvgm.sl ...

Compiler footprint summary

Number of compilation units: 108

Earliest compiler timestamp: 21-Jul-2000 16:05 UTC
Latest compiler timestamp: 12-Mar-2008 12:10 UTC
Linker timestamp: 12-Mar-2008 14:35 UTC

Total size: 1329.3K (text) 9824.1K (data)

version [B111106/HPC 107] [X.03.30./ANSI C++ 1]
architecture [pa1.0 107] [pa1.1 1]
-O [01 107] [02 1]
PBO [off 108]
-g [off 108]
debugopt [off 108]

+Olit [const 108]
-A [e 107]
-inline [2 1]
-pic [long 108]
aggressive [(off) 108]
all [(off) 108]
autopar [(off) 108]
cache_pad_common [(off) 108]
conservative [(off) 108]
data_prefetch [(off) 108]
dynsel [(off) 108]
entrysched [(off) 108]
exemplar_model [(on) 108]
extern [(on) 108]
fail_safe [(on) 108]
fast/fastaccess [(off) 108]
fltacc [(on) 108]
global_ptrs_unique [(off) 108]
info [(off) 108]
initcheck [(on) 107] [on 1]
inline [(off) 108]
kernel_threads [(off) 108]
libcalls [(off) 108]
limit [(on) 107] [off 1]
loop_block [(off) 108]
loop_transform [(off) 108]
loop_unroll [(off) 107] [(on) 1]
loop_unroll_jam [(off) 108]
moveflops [(off) 107] [(on) 1]
multiprocessor [(off) 108]
nodepar [(off) 108]
parallel [(off) 108]
parallel_env [(off) 108]
parminit/pipeline [(off) 107] [(on) 1]
parmsoverlap [(on) 108]
procelim [(off) 108]
process_threads [(off) 108]
promote_indirect_calls [(off) 108]
ptrs_strongly_typed [(off) 108]
ptrs_to_globals [(on) 108]
regionsched [(off) 108]
regreassoc [(on) 108]
report [(off) 108]
scheduler [2.0 1]
sharedgra [(on) 108]
signedpointers [(off) 108]
size [(off) 108]
static_prediction [(off) 108]
vectorize [(off) 108]
volatile [(off) 108]
whole_program_mode [(off) 108]

Scanning /home/trv1/netexpert/netex622HP/Lib/libndoaba.sl ...

Compiler footprint summary

Number of compilation units: 16

Earliest compiler timestamp: 21-Jul-2000 16:05 UTC
Latest compiler timestamp: 12-Mar-2008 12:06 UTC
Linker timestamp: 12-Mar-2008 14:38 UTC

Total size: 357.5K (text) 14.2K (data)

version [A.03.37/ANSI C++ 15] [X.03.30./ANSI C++ 1]
architecture [pa1.1 16]
-O [01 15] [02 1]
PBO [off 16]
-g [off 16]
debugopt [off 16]

+Olit [const 16]
-inline [1 15] [2 1]
-pic [long 16]
aggressive [(off) 16]
all [(off) 16]
autopar [(off) 16]
cache_pad_common [(off) 16]
conservative [(off) 16]
data_prefetch [(off) 16]
dynsel [(off) 16]
entrysched [(off) 16]
exemplar_model [(on) 16]
extern [(on) 16]
fail_safe [(on) 16]
fast/fastaccess [(off) 16]
fltacc [(on) 16]
global_ptrs_unique [(off) 16]
info [(off) 16]
initcheck [(on) 15] [on 1]
inline [(off) 16]
kernel_threads [(off) 16]
libcalls [(off) 16]
limit [(on) 15] [off 1]
loop_block [(off) 16]
loop_transform [(off) 16]
loop_unroll [(off) 15] [(on) 1]
loop_unroll_jam [(off) 16]
moveflops [(off) 15] [(on) 1]
multiprocessor [(off) 16]
nodepar [(off) 16]
parallel [(off) 16]
parallel_env [(off) 16]
parminit/pipeline [(off) 15] [(on) 1]
parmsoverlap [(on) 16]
procelim [(off) 16]
process_threads [(off) 16]
promote_indirect_calls [(off) 16]
ptrs_strongly_typed [(off) 16]
ptrs_to_globals [(on) 16]
regionsched [(off) 16]
regreassoc [(on) 16]
report [(off) 16]
scheduler [1.0 15] [2.0 1]
sharedgra [(on) 16]
signedpointers [(off) 16]
size [(off) 16]
static_prediction [(off) 16]
vectorize [(off) 16]
volatile [(off) 16]
whole_program_mode [(off) 16]

Scanning /home/trv1/netexpert/netex622HP/Lib/libndcorex.sl ...

Compiler footprint summary

Number of compilation units: 18

Earliest compiler timestamp: 21-Jul-2000 16:05 UTC
Latest compiler timestamp: 12-Mar-2008 12:06 UTC
Linker timestamp: 12-Mar-2008 14:35 UTC

Total size: 118.3K (text) 5.0K (data)

version [A.03.37/ANSI C++ 17] [X.03.30./ANSI C++ 1]
architecture [pa1.1 18]
-O [01 17] [02 1]
PBO [off 18]
-g [off 18]
debugopt [off 18]

+Olit [const 18]
-inline [1 17] [2 1]
-pic [long 18]
aggressive [(off) 18]
all [(off) 18]
autopar [(off) 18]
cache_pad_common [(off) 18]
conservative [(off) 18]
data_prefetch [(off) 18]
dynsel [(off) 18]
entrysched [(off) 18]
exemplar_model [(on) 18]
extern [(on) 18]
fail_safe [(on) 18]
fast/fastaccess [(off) 18]
fltacc [(on) 18]
global_ptrs_unique [(off) 18]
info [(off) 18]
initcheck [(on) 17] [on 1]
inline [(off) 18]
kernel_threads [(off) 18]
libcalls [(off) 18]
limit [(on) 17] [off 1]
loop_block [(off) 18]
loop_transform [(off) 18]
loop_unroll [(off) 17] [(on) 1]
loop_unroll_jam [(off) 18]
moveflops [(off) 17] [(on) 1]
multiprocessor [(off) 18]
nodepar [(off) 18]
parallel [(off) 18]
parallel_env [(off) 18]
parminit/pipeline [(off) 17] [(on) 1]
parmsoverlap [(on) 18]
procelim [(off) 18]
process_threads [(off) 18]
promote_indirect_calls [(off) 18]
ptrs_strongly_typed [(off) 18]
ptrs_to_globals [(on) 18]
regionsched [(off) 18]
regreassoc [(on) 18]
report [(off) 18]
scheduler [1.0 17] [2.0 1]
sharedgra [(on) 18]
signedpointers [(off) 18]
size [(off) 18]
static_prediction [(off) 18]
vectorize [(off) 18]
volatile [(off) 18]
whole_program_mode [(off) 18]

Scanning /home/trv1/netexpert/netex622HP/Lib/libndsec.sl ...

Compiler footprint summary

Number of compilation units: 58

Earliest compiler timestamp: 09-May-1995 00:07 UTC
Latest compiler timestamp: 12-Mar-2008 12:07 UTC
Linker timestamp: 12-Mar-2008 13:14 UTC

Total size: 161.0K (text) 11.3K (data)

version [02.01/C Compiler 55] [B111106/HPC 2] [X.03.30./ANSI C++ 1]
architecture [pa1.0 2] [pa1.1 56]
-O [01 2] [02 1] [default 55]
PBO [off 58]
-g [off 58]
debugopt [off 58]

+Olit [const 3]
-A [e 2]
-inline [2 1]
-pic [long 3]
aggressive [(off) 3]
all [(off) 3]
autopar [(off) 3]
cache_pad_common [(off) 3]
conservative [(off) 3]
data_prefetch [(off) 3]
dynsel [(off) 3]
entrysched [(off) 3]
exemplar_model [(on) 3]
extern [(on) 3]
fail_safe [(on) 3]
fast/fastaccess [(off) 3]
fltacc [(on) 3]
global_ptrs_unique [(off) 3]
info [(off) 3]
initcheck [(on) 2] [on 1]
inline [(off) 3]
kernel_threads [(off) 3]
libcalls [(off) 3]
limit [(on) 2] [off 1]
loop_block [(off) 3]
loop_transform [(off) 3]
loop_unroll [(off) 2] [(on) 1]
loop_unroll_jam [(off) 3]
moveflops [(off) 2] [(on) 1]
multiprocessor [(off) 3]
nodepar [(off) 3]
parallel [(off) 3]
parallel_env [(off) 3]
parminit/pipeline [(off) 2] [(on) 1]
parmsoverlap [(on) 3]
procelim [(off) 3]
process_threads [(off) 3]
promote_indirect_calls [(off) 3]
ptrs_strongly_typed [(off) 3]
ptrs_to_globals [(on) 3]
regionsched [(off) 3]
regreassoc [(on) 3]
report [(off) 3]
scheduler [2.0 1]
sharedgra [(on) 3]
signedpointers [(off) 3]
size [(off) 3]
static_prediction [(off) 3]
vectorize [(off) 3]
volatile [(off) 3]
whole_program_mode [(off) 3]

Scanning /home/trv1/netexpert/netex622HP/Lib/libndres.sl ...

Compiler footprint summary

Number of compilation units: 73

Earliest compiler timestamp: 09-May-1995 00:07 UTC
Latest compiler timestamp: 12-Mar-2008 12:06 UTC
Linker timestamp: 12-Mar-2008 13:14 UTC

Total size: 555.8K (text) 20.8K (data)

version [B111106/HPC 72] [X.03.30./ANSI C++ 1]
architecture [pa1.0 72] [pa1.1 1]
-O [01 72] [02 1]
PBO [off 73]
-g [off 73]
debugopt [off 73]

+Olit [const 73]
-A [e 72]
-inline [2 1]
-pic [long 73]
aggressive [(off) 73]
all [(off) 73]
autopar [(off) 73]
cache_pad_common [(off) 73]
conservative [(off) 73]
data_prefetch [(off) 73]
dynsel [(off) 73]
entrysched [(off) 73]
exemplar_model [(on) 73]
extern [(on) 73]
fail_safe [(on) 73]
fast/fastaccess [(off) 73]
fltacc [(on) 73]
global_ptrs_unique [(off) 73]
info [(off) 73]
initcheck [(on) 72] [on 1]
inline [(off) 73]
kernel_threads [(off) 73]
libcalls [(off) 73]
limit [(on) 72] [off 1]
loop_block [(off) 73]
loop_transform [(off) 73]
loop_unroll [(off) 72] [(on) 1]
loop_unroll_jam [(off) 73]
moveflops [(off) 72] [(on) 1]
multiprocessor [(off) 73]
nodepar [(off) 73]
parallel [(off) 73]
parallel_env [(off) 73]
parminit/pipeline [(off) 72] [(on) 1]
parmsoverlap [(on) 73]
procelim [(off) 73]
process_threads [(off) 73]
promote_indirect_calls [(off) 73]
ptrs_strongly_typed [(off) 73]
ptrs_to_globals [(on) 73]
regionsched [(off) 73]
regreassoc [(on) 73]
report [(off) 73]
scheduler [2.0 1]
sharedgra [(on) 73]
signedpointers [(off) 73]
size [(off) 73]
static_prediction [(off) 73]
vectorize [(off) 73]
volatile [(off) 73]
whole_program_mode [(off) 73]

Scanning /home/trv1/netexpert/netex622HP/Lib/libndcore.sl ...

Compiler footprint summary

Number of compilation units: 109

Earliest compiler timestamp: 09-May-1995 00:07 UTC
Latest compiler timestamp: 12-Mar-2008 12:05 UTC
Linker timestamp: 12-Mar-2008 13:14 UTC

Total size: 828.0K (text) 59.9K (data)

version [B111106/HPC 108] [X.03.30./ANSI C++ 1]
architecture [pa1.0 108] [pa1.1 1]
-O [01 108] [02 1]
PBO [off 109]
-g [off 109]
debugopt [off 109]

+Olit [const 109]
-A [e 108]
-inline [2 1]
-pic [long 109]
aggressive [(off) 109]
all [(off) 109]
autopar [(off) 109]
cache_pad_common [(off) 109]
conservative [(off) 109]
data_prefetch [(off) 109]
dynsel [(off) 109]
entrysched [(off) 109]
exemplar_model [(on) 109]
extern [(on) 109]
fail_safe [(on) 109]
fast/fastaccess [(off) 109]
fltacc [(on) 109]
global_ptrs_unique [(off) 109]
info [(off) 109]
initcheck [(on) 108] [on 1]
inline [(off) 109]
kernel_threads [(off) 109]
libcalls [(off) 109]
limit [(on) 108] [off 1]
loop_block [(off) 109]
loop_transform [(off) 109]
loop_unroll [(off) 108] [(on) 1]
loop_unroll_jam [(off) 109]
moveflops [(off) 108] [(on) 1]
multiprocessor [(off) 109]
nodepar [(off) 109]
parallel [(off) 109]
parallel_env [(off) 109]
parminit/pipeline [(off) 108] [(on) 1]
parmsoverlap [(on) 109]
procelim [(off) 109]
process_threads [(off) 109]
promote_indirect_calls [(off) 109]
ptrs_strongly_typed [(off) 109]
ptrs_to_globals [(on) 109]
regionsched [(off) 109]
regreassoc [(on) 109]
report [(off) 109]
scheduler [2.0 1]
sharedgra [(on) 109]
signedpointers [(off) 109]
size [(off) 109]
static_prediction [(off) 109]
vectorize [(off) 109]
volatile [(off) 109]
whole_program_mode [(off) 109]
********************************************
Dennis Handly
Acclaimed Contributor

Re: Error "aCC runtime:" while runing appication on HP

>Output of footprints on my binary clientmgrd:
>-mt [(off) 495]

This isn't good if these are aC++ objects.

>architecture [pa1.0 276]

PA1.0 (+DA1.0) isn't supported after 10.10.

/home/trv1/netexpert/netex622HP/Lib/libeasydom.sl
-mt [(off) 16]

More bad ones.
Note: footprints(1) won't detect missing -mt for old aC++ compiler versions.
anshuman_3
Occasional Advisor

Re: Error "aCC runtime:" while runing appication on HP

"clientmgrd" is a my main application and is being compiled by aCC.
My application is a single threaded application.

so if mt is off for "clientmgrd" ,is it a problem ?
It can be the case that all mt values is off in the lib?

Few of the units are compiled with "architecture [pa1.0]",is it must to remove.
What is the impact of it.