nst / RuntimeBrowser

Objective-C Runtime Browser, for Mac OS X and iOS
3.55k stars 510 forks source link

iOS11 beta2 crash #25

Open ceekay1991 opened 7 years ago

ceekay1991 commented 7 years ago

2017-06-22 16:37:09.667894+0800 OCRuntime[359:71235] [Snapshotting] Snapshotting a view (0x103112290, _UIButtonBarStackView) that has not been rendered at least once requires afterScreenUpdates:YES. [INFO] GCDWebServer started on port 10000 and reachable at http://172.24.112.92:10000/ 2017-06-22 16:37:09.688705+0800 OCRuntime[359:71235] Visit http://172.24.112.92:10000/ in your web browser [INFO] GCDWebServer now reachable at http://ligerde-iPad.local:10000/ 2017-06-22 16:42:01.201391+0800 OCRuntime[359:71990] -- [ERROR] The bundle “AudioUnit” couldn’t be loaded because its executable couldn’t be located. 2017-06-22 16:42:02.016606+0800 OCRuntime[359:71990] -- [ERROR] The bundle “Python.framework” couldn’t be loaded because its executable couldn’t be located. 2017-06-22 16:42:02.242915+0800 OCRuntime[359:71990] -- [ERROR] The bundle “Accessibility” couldn’t be loaded because its executable couldn’t be located. 2017-06-22 16:42:02.450045+0800 OCRuntime[359:71990] [Common] This process should not be linking or loading SpringBoardUI.framework 2017-06-22 16:42:02.450399+0800 OCRuntime[359:71990] Assertion failure in +[SpringBoardUI load], /BuildRoot/Library/Caches/com.apple.xbs/Sources/SpringBoardUI/SpringBoard-3720.5/SpringBoardUI.m:57 2017-06-22 16:42:02.451002+0800 OCRuntime[359:71990] Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'This process should not be linking or loading SpringBoardUI.framework (rdar://problem/26143166)' *** First throw call stack: (0x1821d9858 0x1809b0528 0x1821d972c 0x182d0e280 0x1900daddc 0x1809b291c 0x1809b3a84 0x10359e134 0x1035ae504 0x1035ae4ac 0x1035ad55c 0x1035ad618 0x1035a176c 0x1035a7ca0 0x180e8ed6c 0x182104ee8 0x182104cc4 0x182cc0ac8 0x102b33454 0x182d4a2c0 0x182c8ab70 0x182c7a828 0x182d4bfb4 0x102e95d4c 0x102ea39a0 0x102ea1e48 0x102ea8080 0x102ea7db8 0x1810c3338 0x1810c2e40) libc++abi.dylib: terminating with uncaught exception of type NSException

(lldb) bt

JohnWong commented 6 years ago

I have found that. If you tap Load All then tap SpringBoardUI, it will work. If you launch and tap SpringBoardUI, it will crash.

ceekay1991 commented 6 years ago

crash also exist.

ceekay1991 commented 6 years ago

2017-10-09 11:40:45.472319+0800 OCRuntime[1121:475502] [Common] Allowing SpringBoardUI.framework to load because SearchUI.framework is loaded. This will become a hard assert once rdar://problem/29408996 is fixed. 2017-10-09 11:40:45.472372+0800 OCRuntime[1121:475502] [Common] This process should not be linking or loading SpringBoardUI.framework 2017-10-09 11:40:46.584138+0800 OCRuntime[1121:475502] Error fetching group container systemgroup.com.apple.powerlog : 55

dgsmith commented 6 years ago

@ceekay1991 Not sure if you saw this PR, but it works for me! https://github.com/nst/RuntimeBrowser/pull/29

lizhaojie001 commented 6 years ago

who know why