Ether.pt wrote:
> Hi all,
>
> I was using build 91 and upgraded it to b93.
> My problem now is when I try to launch any java application it get's 
> extremely slow/hangs in some cases.
>
> For example, in my environment I have X4200's and using the Java Remote 
> Console it downloads and apparently runs ... between executing and showing 
> anything is at last 5 minutes.
>
> ...
>
> So, has anyone notice any problem similar to this?
>   
I have a java application (Galaxy Commcell Console for managing 
CommVault), which used to work fine before upgrading to b93 from b91 
(this is os200805).  It now hangs after declaring "Securing connection 
with xxx.  Please wait ..."

The loop looks like

/5:    lwp_cond_wait(0x0806F750, 0x0806F738, 0xFB045B38, 0) Err#62 ETIME
/12:    pollsys(0x00000000, 0, 0xE6A8AAC8, 0x00000000)    = 0
... repeated 8 times
/14:    pollsys(0xE6729F80, 2, 0xE63AE898, 0x00000000)    = 0
/14:    ioctl(8, FIONREAD, 0xE63AE8CC)            = 0
/14:    ioctl(8, FIONREAD, 0xE63AE8CC)            = 0
/12:    pollsys(0x00000000, 0, 0xE6A8AAC8, 0x00000000)    = 0
... repeated 8 times
/14:    pollsys(0xE6729F80, 2, 0xE63AE898, 0x00000000)    = 0
/14:    ioctl(8, FIONREAD, 0xE63AE8CC)            = 0
/14:    ioctl(8, FIONREAD, 0xE63AE8CC)            = 0
/12:    pollsys(0x00000000, 0, 0xE6A8AAC8, 0x00000000)    = 0
/5:    lwp_cond_wait(0x0806F750, 0x0806F738, 0xFB045B38, 0) Err#62 ETIME

The poll with 2 descriptors look like
/14:    pollsys(0xE6729F80, 2, 0xE63AE898, 0x00000000)    = 0
/14:        fd=8  ev=POLLRDNORM rev=0
/14:        fd=9  ev=POLLRDNORM rev=0
/14:        timeout: 0.500000000 sec

fd8 is
   8: S_IFIFO mode:0666 dev:307,0 ino:102 uid:0 gid:0 size:0
      O_RDWR|O_NONBLOCK FD_CLOEXEC
fd9 is
   9: S_IFIFO mode:0000 dev:295,0 ino:3753 uid:60 gid:618 size:0
      O_RDWR|O_NONBLOCK

I won't bore you with a stack trace ... it's 33 threads and 500 lines.

Rob

-- 
E-Mail: [EMAIL PROTECTED]               PHONE:  +44 24 7652 3037
Rob McMahon, IT Services, Warwick University, Coventry, CV4 7AL, England

_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to