darwin-on-arm / xnu

Porting the Darwin kernel to the AArch64/ARMv7/ARMv6-A architectures.
Other
582 stars 146 forks source link

OSBacktrace causes data abort exception so temporarily disable it. #24

Closed DanielKristofKiss closed 9 years ago

DanielKristofKiss commented 9 years ago

later on it would be nice to be fixed, but until a the debug environment is not ready it would be hard.

b-man commented 9 years ago

Luckily it looks like this workaround may not actually be needed; it turns out that Apple generously made their version of OSBacktrace for arm public in xnu-1228, so I've implemented that instead.