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

Application can crash when a video failed to be converted before sending #318

Closed
manuroe opened this issue May 13, 2016 · 0 comments
Closed
Assignees
Labels
P1 T-Defect Something isn't working: bugs, crashes, hangs and other reported problems

Comments

@manuroe
Copy link
Member

manuroe commented May 13, 2016

Here is the symbolicated crash log:

4743923374210348868 - 2016-05-12 16:43:17 +0000 
Signal detected: 11 
Application: Vector (im.vector.app) 
Application version: 0.1.6 (r18) 
Matrix SDK version: 0.6.7 
Build: #18 
iPhone 9.3.1 
( 
    0   CoreFoundation                      0x000000018242ee50 <redacted> + 148 
    1   libobjc.A.dylib                     0x0000000181a93f80 objc_exception_throw + 56 
    2   CoreFoundation                      0x000000018242ed80 <redacted> + 0 
    3   Vector                              0x000000010020fb9c Vector + 1424284 -> handleSignal (in Vector) (MXLogger.m:175)
    4   libsystem_platform.dylib            0x000000018208d93c _sigtramp + 52 
    5   Vector                              0x00000001001ace30 Vector + 1019440 -> __61-[MXKRoomDataSource sendVideo:withThumbnail:success:failure:]_block_invoke495 (in Vector) (MXKRoomDataSource.m:1471)
    6   AVFoundation                        0x0000000188b3b500 <redacted> + 476 
    7   libdispatch.dylib                   0x0000000181e794bc <redacted> + 24 
    8   libdispatch.dylib                   0x0000000181e7947c <redacted> + 16 
    9   libdispatch.dylib                   0x0000000181e854c0 <redacted> + 864 
    10  libdispatch.dylib                   0x0000000181e7cf80 <redacted> + 464 
    11  libdispatch.dylib                   0x0000000181e87390 <redacted> + 728 
    12  libdispatch.dylib                   0x0000000181e870b0 <redacted> + 112 
    13  libsystem_pthread.dylib             0x0000000182091470 _pthread_wqthread + 1092 
    14  libsystem_pthread.dylib             0x0000000182091020 start_wqthread + 4 
)
@manuroe manuroe self-assigned this May 13, 2016
@manuroe manuroe added T-Defect Something isn't working: bugs, crashes, hangs and other reported problems P1 labels May 13, 2016
manuroe added a commit to matrix-org/matrix-ios-kit that referenced this issue May 13, 2016
…sending (element-hq/element-ios#318)

Fixed possible race condition as iOS calls the [AVAssetExportSession exportAsynchronouslyWithCompletionHandler] block on a private thread.
manuroe added a commit to matrix-org/matrix-ios-kit that referenced this issue May 16, 2016
…sending (element-hq/element-ios#318)

Fixed crash: the failure block of [MXKTools convertVideoToMP4] takes no arg
@manuroe manuroe closed this as completed May 17, 2016
@manuroe manuroe reopened this May 17, 2016
@manuroe manuroe closed this as completed May 17, 2016
langleyd pushed a commit that referenced this issue Mar 29, 2023
* [Android] Add incremental text diff support when typing

* Improve test names

* Add ignored files to remove noise

* Fix a bug with HW backspace and reversed selections
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 T-Defect Something isn't working: bugs, crashes, hangs and other reported problems
Projects
None yet
Development

No branches or pull requests

1 participant