Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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

807578Oct 17 2006 — edited Oct 19 2006
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.

Comments

807578
Can you post output of "pstack <dbx pid> | c++filt" here, please?
807578
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
807578
It could be due to Solaris bug 6329593, you need to get a patch from sunsolve.sun.com.
807578
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.
Thanks
Richard
1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 16 2006
Added on Oct 17 2006
4 comments
125 views