Question

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?

Was it helpful?

Solution

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

OTHER TIPS

For someone who may need answer

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top