Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIGSEGV-ed while listing the sandbox of an application on iOS8 #74

Closed
sshurick opened this issue Oct 23, 2014 · 2 comments
Closed

SIGSEGV-ed while listing the sandbox of an application on iOS8 #74

sshurick opened this issue Oct 23, 2014 · 2 comments
Labels

Comments

@sshurick
Copy link

Launched: ./ios-deploy -1 'com.blablabla' -l
expected result: listing of Documents, Library, application's bundle (like on iOS7 & earlier versions)
got: crash with SIGSEGV.
Don't know how to attach the crash report, but here is its excerpt:

OS Version:      Mac OS X 10.9.5 (13F34)
Report Version:  11
Anonymous UUID:  C1F84928-2148-8A26-2CFF-7C893225128F

Sleep/Wake UUID: 78507803-346B-4729-8B85-876C94021E52

Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: EXC_I386_GPFLT

Application Specific Information:
objc_msgSend() selector name: count


Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib                     0x00007fff88029097 objc_msgSend + 23
1   com.apple.mobiledevice              0x00000001060e3129 AFCIteratorNext + 23
2   com.apple.mobiledevice              0x00000001060e6356 AFCKeyValueRead + 63
3   ios-deploy                          0x00000001060cd8fe read_dir + 142 (ios-deploy.c:1024)
4   ios-deploy                          0x00000001060cdb66 read_dir + 758 (ios-deploy.c:1062)
5   ios-deploy                          0x00000001060ce070 list_files + 144 (ios-deploy.c:1141)
6   ios-deploy                          0x00000001060ceaf0 handle_device + 368 (ios-deploy.c:1319)
7   ios-deploy                          0x00000001060cf4e9 device_callback + 105 (ios-deploy.c:1429)
8   com.apple.mobiledevice              0x0000000106161529 _AMDDeviceAttachedCallbackv3 + 157
9   com.apple.mobiledevice              0x00000001060ee2dc _USBMuxCustomRunLoopSourcePerformCallback + 1416
10  com.apple.CoreFoundation            0x00007fff9530e5b1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
11  com.apple.CoreFoundation            0x00007fff952ffc62 __CFRunLoopDoSources0 + 242
12  com.apple.CoreFoundation            0x00007fff952ff3ef __CFRunLoopRun + 831
13  com.apple.CoreFoundation            0x00007fff952fee75 CFRunLoopRunSpecific + 309
14  com.apple.CoreFoundation            0x00007fff953b4811 CFRunLoopRun + 97
15  ios-deploy                          0x00000001060cfad2 main + 1186 (ios-deploy.c:1623)
16  libdyld.dylib                       0x00007fff922e25fd start + 1
@shazron shazron added the bug label Nov 13, 2014
@shazron
Copy link

shazron commented Nov 14, 2014

Still occurs in 1.3.0. This is probably because the iOS 8 Library and Documents are not in the app sandbox but external I believe.

@shazron
Copy link

shazron commented Nov 14, 2014

It appears on iOS 8 this will list Documents, Library and tmp contents, but not the app bundle contents itself. Did it ever list app bundle contents?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants