I have a strange line in my stacktrace that I want to investigate further:

12  libsystem_c.dylib               0x3aa272dc free + 168

If I understand correctly, libsystem_c is C standard library. Is the version used in the iOS open-sourced? Where can I get that source?

有帮助吗?

解决方案

To be more specific, I think it is hosted here: https://opensource.apple.com/source/Libc/

其他提示

For someone who may need answer

You can find OSX sources at https://opensource.apple.com/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top