plasma-umass / Mesh

A memory allocator that automatically reduces the memory footprint of C/C++ applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How does Mesh interact with applications using Segfualt handler?

ychen306 opened this issue · comments

How does Mesh interact with applications using Segfualt handler?

mesh should work fine! if an application installs its own segfault handler, we will proxy/call that from the mesh segfault handler. I'm going to close this issue for now, please reopen or open a new issue if you find a problem with this!