Skip to content
This repository was archived by the owner on Jun 23, 2021. It is now read-only.

App crashes on startup #7

Open
adamyanalunas opened this issue Apr 25, 2014 · 3 comments
Open

App crashes on startup #7

adamyanalunas opened this issue Apr 25, 2014 · 3 comments

Comments

@adamyanalunas
Copy link

Tried the pre-built download and building from HEAD (bf0a0d82af).

Crash happens in ARAnalytics's +initialize with a EXEC_BAD_ACCESS error.

System info: rMBP, 10.8.5, Xcode 5.1.

@timmfin
Copy link

timmfin commented Jul 31, 2014

Happens to me as well:

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

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000

VM Regions Near 0:
--> 
    __TEXT                 000000010e09d000-000000010e0f8000 [  364K] r-x/rwx SM=COW  /Applications/All The GIFs.app/Contents/MacOS/All The GIFs

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib                 0x00007fff914823d8 objc_msgSend_vtable0 + 24
1   com.github.orta.All-The-GIFs    0x000000010e0ce873 __25+[ARAnalytics initialize]_block_invoke + 35
2   libdispatch.dylib               0x00007fff894bd0b6 _dispatch_client_callout + 8
3   libdispatch.dylib               0x00007fff894bd041 dispatch_once_f + 50
4   com.github.orta.All-The-GIFs    0x000000010e0ce829 +[ARAnalytics initialize] + 89
5   libobjc.A.dylib                 0x00007fff91483236 _class_initialize + 310
6   libobjc.A.dylib                 0x00007fff914830f3 prepareForMethodLookup + 164
7   libobjc.A.dylib                 0x00007fff91482eef lookUpMethod + 71
8   libobjc.A.dylib                 0x00007fff914812fc objc_msgSend + 188
9   com.github.orta.All-The-GIFs    0x000000010e09e3ad -[ORAppDelegate applicationDidFinishLaunching:] + 93

@jroes
Copy link

jroes commented Oct 20, 2014

Same here:

1   com.github.orta.All-The-GIFs    0x000000010328c873 __25+[ARAnalytics initialize]_block_invoke + 35

10.8 issue?

@orta
Copy link
Owner

orta commented Nov 4, 2014

10.8 shouldn't be working, might just remove analytics in general

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

No branches or pull requests

4 participants