On Sat, Aug 16, 2008 at 7:33 PM, Sa?l Ibarra <saghul at gmail.com> wrote: > I think it's a bug, because if I add nameserver option in UAConfig I > get the following error: > > /usr/lib/python2.5/threading.py:735: RuntimeWarning: tp_compare didn't > return -1 or -2 for exception > return _active[_get_ident()] > Traceback (most recent call last): > File "./main_gui.pyw", line 16, in <module> > main() > File "./main_gui.pyw", line 10, in main > mainw = YassMainWindow() > File "/home/saghul/yass/gui/main_w.py", line 21, in __init__ > self.controller = MainWindowController(self) > File "/home/saghul/yass/gui/main_c.py", line 99, in __init__ > self.core.start() > File "/home/saghul/yass/core/core.py", line 108, in start > self.start_lib() > File "/home/saghul/yass/core/core.py", line 123, in start_lib > self.lib.start() > File "/usr/lib/python2.5/site-packages/pjsua.py", line 2099, in start > lck = self.auto_lock() > File "/usr/lib/python2.5/site-packages/pjsua.py", line 2565, in auto_lock > return _LibMutex(self._lock) > File "/usr/lib/python2.5/site-packages/pjsua.py", line 1995, in __init__ > self._lck.acquire() > File "/usr/lib/python2.5/threading.py", line 95, in acquire > me = currentThread() > File "/usr/lib/python2.5/threading.py", line 735, in currentThread > return _active[_get_ident()] > SystemError: ../Objects/listobject.c:150: bad argument to internal function > > Any ideas? > > I don't know what happened there, but it doesn't look to be related to STUN or nameserver option (which work fine here). -benny -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20080818/fdd8235c/attachment.html