[OpenSIPS-Devel] [opensips] SIGSEGV in pkg_malloc/fm_malloc (#721)

Răzvan Crainea notifications at github.com
Wed Dec 9 14:59:33 CET 2015


As detailed in #722, the ```->prev``` should never be ```NULL```, otherwise the fragment is in use by somebody else and cannot be in the ```qm->free_hash``` hash.
Here we seem to have a situation where the memory allocator sees the fragment as being free and tries to use it, but in the same time somebody else comes and takes it. Unfortunately we did not solved this concurrency issue yet, but we are tracking it.

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/721#issuecomment-163245165
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20151209/f2351e6d/attachment-0001.htm>


More information about the Devel mailing list