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

Crash in [AppDelegate applicationDidBecomeActive:] #489

Closed
manuroe opened this issue Aug 1, 2016 · 0 comments
Closed

Crash in [AppDelegate applicationDidBecomeActive:] #489

manuroe opened this issue Aug 1, 2016 · 0 comments
Assignees

Comments

@manuroe
Copy link
Member

manuroe commented Aug 1, 2016

This crash has been reported several times in GA:

4743952154170967131 - 2016-07-31 02:44:35 +0000
Signal detected: 11
Application: Vector (im.vector.app)
Application version: 0.1.13 (r26)
Matrix SDK version: 0.6.11
Build: master #26
iPhone 9.3.2
(
    0   CoreFoundation                      0x000000018342edc8 <redacted> + 148
    1   libobjc.A.dylib                     0x0000000182a93f80 objc_exception_throw + 56
    2   CoreFoundation                      0x000000018342ecf8 <redacted> + 0
    3   Vector                              0x00000001002e7a54 Vector + 2030164 -> handleSignal (in Vector) (MXLogger.m:175)
    4   libsystem_platform.dylib            0x000000018308d93c _sigtramp + 52
    5   Foundation                          0x0000000183dd6034 <redacted> + 356
    6   Foundation                          0x0000000183d2afc0 <redacted> + 64
    7   Foundation                          0x0000000183dd2ef4 <redacted> + 272
    8   Vector                              0x0000000100102c08 Vector + 44040 -> __42-[AppDelegate applicationDidBecomeActive:]_block_invoke (in Vector) (AppDelegate.m:439)
    9   Vector                              0x0000000100185788 Vector + 579464 -> __47-[AFNetworkReachabilityManager startMonitoring]_block_invoke (in Vector) (AFNetworkReachabilityManager.m:215)
    10  Vector                              0x0000000100185b58 Vector + 580440 -> __AFPostReachabilityStatusChange_block_invoke (in Vector) (AFNetworkReachabilityManager.m:85)
    11  libdispatch.dylib                   0x0000000182e794bc <redacted> + 24
    12  libdispatch.dylib                   0x0000000182e7947c <redacted> + 16
    13  libdispatch.dylib                   0x0000000182e7eb84 _dispatch_main_queue_callback_4CF + 1844
    14  CoreFoundation                      0x00000001833e4d50 <redacted> + 12
    15  CoreFoundation                      0x00000001833e2bb8 <redacted> + 1628
    16  CoreFoundation                      0x000000018330cc50 CFRunLoopRunSpecific + 384
    17  GraphicsServices                    0x0000000184bf4088 GSEventRunModal + 180
    18  UIKit                               0x00000001885f6088 UIApplicationMain + 204
    19  Vector                              0x000000010013126c Vector + 234092 -> main (in Vector) (main.m:30)
    20  libdyld.dylib                       0x0000000182eaa8b8 <redacted> + 4
)
@manuroe manuroe self-assigned this Aug 1, 2016
manuroe added a commit that referenced this issue Aug 1, 2016
This is a possible fix but not 100% sure. I was not able to reproduce the crash.
@manuroe manuroe closed this as completed Aug 1, 2016
@giomfo giomfo reopened this Aug 10, 2016
@giomfo giomfo assigned giomfo and unassigned manuroe Aug 10, 2016
giomfo added a commit that referenced this issue Aug 11, 2016
Remove KVO handling on [AppDelegate isOffline] by introducing a new notification kAppDelegateNetworkStatusDidChangeNotification.

#489
@giomfo giomfo closed this as completed Aug 11, 2016
langleyd pushed a commit that referenced this issue Mar 29, 2023
* Version 0.19.0

* changelog

* fix for iOS tests

* improved tests

* Fix Android test

* Update CHANGELOG.md

Co-authored-by: Jonny Andrew <jonny.andrew@protonmail.com>
Co-authored-by: Florian Duros <florianduros@element.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants