-
Notifications
You must be signed in to change notification settings - Fork 186
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
App crash on android (Fatal signal 11) #181
Comments
I have the same case and the same problem and I don't know what to do.. |
Same issue as well....what are others doing? Any progress/resolution? |
I know that it does not solve the issue but, in the end, I switched to a different package (flutter_barcode_scanner) that delivers the same functionality. |
Thanks - i'm swapping out now. |
I think I encountered this issue and may have fixed it by modifying the repo and forcing it to use the old camera api internally (not the best solution). It's so long ago a don't remember exactly. I might have done this due to a device specific issue though. |
Hmmm. there used to be some fairly serious memory leaks around the platform views, but I thought that the flutter team had finally fixed that a while ago. I'm not actively working on an app using this any more so I'm going to have more limited exposure to it, but I'll do my best to figure out what's going on... |
Hello everyone,
I've been facing the following issue: After a random number of scans, the application crashes after the scan is complete.
It occurs both when running the app in degub mode over USB on a real device and when running the app in release mode via installed apk.
I am not changing in any way the camera's resolution #160 .
I also tried solving the issue by using the example given in #110 , with no success.
Is there anything that I can do to fix this issue?
Parent page:
String barcode = await Navigator.push(context, MaterialPageRoute(builder: (context) => ScanPage()));
Scan page:
Flutter doctor:
D:\flutter\bin\flutter.bat doctor --verbose
[√] Flutter (Channel stable, 2.2.3, on Microsoft Windows [Version 10.0.19042.1083], locale ro-RO)
• Flutter version 2.2.3 at D:\flutter
• Framework revision f4abaa0735 (2 weeks ago), 2021-07-01 12:46:11 -0700
• Engine revision 241c87ad80
• Dart version 2.13.4
[√] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
• Android SDK at C:\Users***\AppData\Local\Android\sdk
• Platform android-30, build-tools 30.0.3
• Java binary at: C:\Program Files\Java\jdk-11.0.11\bin\java
• Java version Java(TM) SE Runtime Environment 18.9 (build 11.0.11+9-LTS-194)
• All Android licenses accepted.
[√] Chrome - develop for the web
• Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe
[!] Android Studio (not installed)
• Android Studio not found; download from https://developer.android.com/studio/index.html
(or visit https://flutter.dev/docs/get-started/install/windows#android-setup for detailed instructions).
[√] Connected device (3 available)
• BLA L29 (mobile) • AQH7N17A27003028 • android-arm64 • Android 10 (API 29)
• Chrome (web) • chrome • web-javascript • Google Chrome 91.0.4472.124
• Edge (web) • edge • web-javascript • Microsoft Edge 91.0.864.54
! Doctor found issues in 1 category.
Process finished with exit code 0
The text was updated successfully, but these errors were encountered: