You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2006-11-28 08:13:16: @bennylpcreated the issue on trac ticket 29
Some application want to be able to call pjsua_create() after calling pjsua_destroy(). Currently this sequence fails because the error subsystem has already been registered and subsequent registration will be refused.
The solution perhaps is to clear the error subsystem once pj_shutdown() is called.
2006-11-28 10:50:53: @bennylpchanged status from new to assigned
Few things that should be cleared by pj_shutdown():
pj/errno.c should provide a function to clear all currently registered error handlers (e.g. pj_errno_clear_handlers(), which set err_msg_hnd_cnt to zero).
the exception_cleanup() function in pj/except.c should also clear exception_id_names array (if PJ_HAS_EXCEPTION_NAMES is defined, of course).
2006-11-28 08:13:16: @bennylp created the issue on trac ticket 29
Some application want to be able to call pjsua_create() after calling pjsua_destroy(). Currently this sequence fails because the error subsystem has already been registered and subsequent registration will be refused.
The solution perhaps is to clear the error subsystem once pj_shutdown() is called.
2006-11-28 10:50:53: @bennylp changed status from new to assigned
2006-11-28 10:50:53: @bennylp commented
Few things that should be cleared by pj_shutdown():
2006-11-28 10:52:18: @bennylp commented
Replying to [comment:1 bennylp]:
.. and pj_errno_clear_handlers() should be called by pj_shutdown(), of course.
2006-12-01 11:24:24: @bennylp changed status from assigned to closed
2006-12-01 11:24:24: @bennylp set resolution to fixed
2006-12-01 11:24:24: @bennylp commented
Fixed in r839
The text was updated successfully, but these errors were encountered: