plasma-umass / Mesh

A memory allocator that automatically reduces the memory footprint of C/C++ applications.
Apache License 2.0
1.75k stars 73 forks source link

How does Mesh interact with applications using Segfualt handler? #52

Closed ychen306 closed 5 years ago

bpowers commented 5 years ago

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!