Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

[Flutter] app crashes when calling FFprobeKit.getMediaInformation() in ffmpeg-kit 5.1.0 #591

Closed
rlueders opened this issue Oct 6, 2022 · 6 comments
Labels
invalid This doesn't seem right

Comments

@rlueders
Copy link

rlueders commented Oct 6, 2022

Description
when calling FFprobeKit.getMediaInformation() the app crashes with the error below. Recreated on an iphone 7 and 12 Pro Max. Not seeing the issue on any Android devices.

To Reproduce
final MediaInformationSession session = await FFprobeKit.getMediaInformation(inputPath);

Logs
flutter: Loading ffmpeg-kit-flutter.
FFmpegKitFlutterPlugin 0x28062f5c0 started listening to events on 0x2813a9940.
Loading ffmpeg-kit.
Loaded ffmpeg-kit-full-arm64-5.1-20220929.
flutter: Loaded ffmpeg-kit-flutter-ios-full-arm64-5.1.0.

  • thread couldn't find "libffmpegkit_abidetect.so" #45, queue = 'com.apple.root.default-qos', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
    frame #0: 0x000000010f5a048c libavcodecav_packet_make_refcounted + 8 libavcodecav_packet_make_refcounted:
    -> 0x10f5a048c <+8>: ldr x8, [x0]
    0x10f5a0490 <+12>: cbz x8, 0x10f5a049c ; <+24>
    0x10f5a0494 <+16>: mov w0, wzr
    0x10f5a0498 <+20>: b 0x10f5a04d0 ; <+76>
    Target 0: (Runner) stopped.
    Lost connection to device.
    Environment
@rlueders rlueders changed the title [Flutter] app crashes when calling FFprobeKit.getMediaInformation(); [Flutter] app crashes when calling FFprobeKit.getMediaInformation() in ffmpeg-kit 5.1.0 Oct 6, 2022
@rlueders

This comment was marked as abuse.

@tanersener
Copy link
Collaborator

See #215

@rlueders

This comment was marked as abuse.

@tanersener
Copy link
Collaborator

#215 explains how you can get support, get a response from the maintainers. But, if you are not interested in that, if you don't think that it will help you, then there is nothing I can do. Let's wait the community to help you about this.

@rlueders

This comment was marked as abuse.

@tanersener tanersener added the invalid This doesn't seem right label Oct 6, 2022
@tanersener
Copy link
Collaborator

I'm marking this ticket as invalid since

  • We don't see this issue in our tests
  • The issue doesn't include instructions to reproduce the error reported
  • In How To Get Help #215, it is explained we cannot work on an issue if Issue Template fields are not provided
  • Owner of the ticket ignored our warnings

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants