Can't use the Studio 11 debugger as it stops while reading libc_psr.so.1

Hi,

I have installed Studio 11 onto my Sun V490 running Solaris 9 9/05 with Patch cluster from Sep/14/06

I can't use the debugger as it stops while reading libc_psr.so.1:-

Reading ld.so.1

Reading libc.so.1

Reading libdl.so.1

Reading libc_psr.so.1

I have loaded the latest Studio 11 patches :-

120760-09

120761-02

121015-02

121017-04

121023-02

I can usr /opt/studio11/SUNWspro/bin/sunstudio and work through the Tutorial up to the point I need the debugger.

Any ideas how I can get going?

It all works fine on my Solaris 10 v20z at home :-)

Cheers

Richard.

[666 byte] By [rskelton] at [2007-11-26 10:51:04]
# 1
Can you post output of "pstack <dbx pid> | c++filt" here, please?
MaximKartashev at 2007-7-7 3:03:45 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2

> Can you post output of "pstack <dbx pid> | c++filt"

> here, please?

root: setenv PATH /opt/studio11/SUNWspro/bin:${PATH}

root: pstack 13427| c++filt

13427: /opt/studio11/SUNWspro/bin/../prod/bin/sparcv9/dbx ./hello

ffffffff7e5a8ca8 write(8, 100716980, 20)

0000000100343f58 int PCmd::flush() (1007149c0, 18, 18, 0, 1005bd000, 1005bd) + 20

00000001003465c8 bool PcsPD::kill(bool) (1007149c0, 1, 3473, 1003469a0, 0, 100714940) + 50

00000001001b48c0 void Proc::kill(bool) (1006512c0, 1, 100578b28, 40, 100714940, 100563e90) + 270

000000010022b9a4 ? (10053a000, ffffffff7fffe7d8, 8002, 1, 1, ffffffffffffff80)

000000010022bcc0 ? (10053a000, ffffffff7fffe7d8, 0, 8002, 1, 10065aba0)

000000010022af60 bool targ_ppi_init(Target*,PPIOpts*) (10053a000, ffffffff7fffe7d8, ffffffff7fffe7d8, 100554ea0, 8, 1) + 40

00000001000c21d4 ? (10053a000, 10065cba0, ffffffff7fffe7d8, 100554ea0, 100554000, 100554)

00000001000c6b84 main (2, ffffffff7fffe8e8, 10065cba0, 8002, 10052d850, 10053a000) + 89c

00000001000b845c _start (0, 0, 0, 0, 0, 0) + 17c

rskelton at 2007-7-7 3:03:45 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 3
It could be due to Solaris bug 6329593, you need to get a patch from sunsolve.sun.com.
MaximKartashev at 2007-7-7 3:03:45 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 4
> It could be due to Solaris bug 6329593, you need to> get a patch from sunsolve.sun.com.Hi,The latest recommend patches fixed the problem.ThanksRichard
rskelton at 2007-7-7 3:03:45 > top of Java-index,Development Tools,Solaris and Linux Development Tools...