Operating System - HP-UX
1748219 Members
4699 Online
108759 Solutions
New Discussion юеВ

gprof-instrumented binary crashes (HP-UX 11.0 aCC 3.5)

 
mstr
New Member

gprof-instrumented binary crashes (HP-UX 11.0 aCC 3.5)

Hello,

I have a problem with an otherwise stable application crashing when built with -G option.

Backtrace is not very helpful:

SI_UNKNOWN - signal of unknown origin
#0 0x4000000002aa834c in kill+0x2c ()
(gdb) bt
#0 0x4000000002aa834c in kill+0x2c ()
#1 0x4000000002acc4d0 in raise+0x48 ()
#2 0x4000000002ac05ec in abort_C+0x19c ()
#3 0x4000000002a98f80 in abort+0x80 ()

Any ideas?
TIA!
Mike
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: gprof-instrumented binary crashes (HP-UX 11.0 aCC 3.5)

Does it need the -G option?

Someone once went to the doc complaining it hurt when she raise her hand over her head.

Doc said, stop doing that.

So, you need -G why?

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
mstr
New Member

Re: gprof-instrumented binary crashes (HP-UX 11.0 aCC 3.5)

Obviously, -G enables gprof instrumentation...