Bugs item #1548069, was opened at 2006-08-28 13:06
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=637564&aid=1548069&group_id=104305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Dan Poirier (poirier)
Assigned to: Nobody/Anonymous (nobody)
Summary: Pollset error

Initial Comment:
(I had emailed this to the users list, but thought it
would be a good idea to get it tracked as a bug.)

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. 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=637564&aid=1548069&group_id=104305

-------------------------------------------------------------------------
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

Reply via email to