Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting per module debug level causes deadlock #482

Closed
que273 opened this issue Jan 20, 2016 · 2 comments
Closed

Setting per module debug level causes deadlock #482

que273 opened this issue Jan 20, 2016 · 2 comments

Comments

@que273
Copy link
Contributor

que273 commented Jan 20, 2016

If kamailio is compiled with DBG_QM_MALLOC, debug is printed in mem/q_malloc.c:405
When the set_mod_level RPC function is called, memory is allocated while the lock is held debugger/debugger_api.c:1224
This will cause a deadlock when setting the value of 'core'.

@miconda
Copy link
Member

miconda commented Jan 20, 2016

What version are you using? There was a fix recently on same kind of report.

@que273
Copy link
Contributor Author

que273 commented Jan 20, 2016

Indeed it was fixed in #463 . Sorry for the noise.

@que273 que273 closed this as completed Jan 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants