What is “Trace/BPT trap: 5”? [closed]

大城市里の小女人 提交于 2019-11-30 01:10:02

问题


What does Trace/BPT trap: 5 mean, when a Mac OS X application suddenly exits?

Searching the web I only found out that a lot of applications exit like this (ruby, postgres) but only find application specific solution. But I want to understand what that is and how it is caused.

I also found that it seems to be an issue on Mac OS X only (did not find any mentions of this happening with Linux or Windows). I believe it has something to do with threading, but I'm not sure about that one.


回答1:


It has to do with not being able to find/load a dylib, which is specific to OSX. Which one it can't find, is as you have found out is application specific.



来源:https://stackoverflow.com/questions/14675206/what-is-trace-bpt-trap-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!