Hello Dan,
Did you try the solution we suggested ?
Regards,
Olivier Boulkroune
========================================
Date du message : sept. 21 2006, 04:51 PM
De : "Olivier Boulkroune" <[EMAIL PROTECTED]>
A : [EMAIL PROTECTED]
Copie : "sipp users"<[EMAIL PROTECTED]>
Sujet : Re: Fwd: [Sipp-users] Pollset error - bug in call class?
Hello,
We didn't encounter this error during our tests. However, after a code investigation, we found out a line which mays cause the problem. In the pollset_remove function (sipp.cpp), we suggest to change the condition if ( idx >= pollnfds) into if ( idx > pollnfds).
Let us know if it solves your problem.
Regards,
Olivier Boulkroune
---------- Forwarded message ----------
From: Dan Poirier <[EMAIL PROTECTED]>
Date: Aug 16, 2006 5:39 PM
Subject: [Sipp-users] Pollset error - bug in call class?
To: [email protected]
When I use -t ln, my uas is failing with the message "Pollset error"
after a dozen calls or so. I'm running sipp from subversion, revision
18, plus the patch I posted a while back to not open the media port
(which I don't think could matter). The same tests worked fine with -t l1.
I can see that this message comes from pollset_remove() in sipp.cpp. I
haven't looked at all the callers, but there seems to be a problem in
the call class, where call objects retain a pollset index and use it to
remove the pollset in the destructor. That's a problem because pollset
indices aren't fixed -- pollset_remove() rearranges the pollset objects
in the array whenever one is removed. There are other places in the
code where pollset indices are determined dynamically by searching the
array for the socket of interest; I think that the call class should be
doing the same thing.
Dan
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
