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

App Crashing after selecting file #474

Closed
viratshukla opened this issue Oct 30, 2020 · 6 comments
Closed

App Crashing after selecting file #474

viratshukla opened this issue Oct 30, 2020 · 6 comments

Comments

@viratshukla
Copy link

App is crashing as soon as any file is selected.

F/libc ( 9153): Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x8 in tid 9195 (1.raster), pid 9153 (tej.muntej_chef)


Build fingerprint: 'google/sdk_gphone_x86/generic_x86:10/QSR1.200715.002/6695061:userdebug/dev-keys'
Revision: '0'
ABI: 'x86'
Timestamp: 2020-10-30 21:54:13+0530
pid: 9153, tid: 9195, name: 1.raster >>> com.muntej.muntej_chef <<<
uid: 10133
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x8
Cause: null pointer dereference
eax 00000000 ebx bef86180 ecx fffffff9 edx 00000000
edi 00000004 esi 00000000
ebp bf2036a8 esp bf2036a8 eip be8d4b75
backtrace:
#00 pc 013cab75 /data/app/com.muntej.muntej_chef-X3pDk9y0gbbnE53XE9sTbw==/lib/x86/libflutter.so (BuildId: 2e1bfc4b7c8459116dcc4bb4d0c42d090174c072)
#1 pc 013e3403 /data/app/com.muntej.muntej_chef-X3pDk9y0gbbnE53XE9sTbw==/lib/x86/libflutter.so (BuildId: 2e1bfc4b7c8459116dcc4bb4d0c42d090174c072)
#2 pc 0146b31e /data/app/com.muntej.muntej_chef-X3pDk9y0gbbnE53XE9sTbw==/lib/x86/libflutter.so (BuildId: 2e1bfc4b7c8459116dcc4bb4d0c42d090174c072)
#3 pc 0163e853 /data/app/com.muntej.muntej_chef-X3pDk9y0gbbnE53XE9sTbw==/lib/x86/libflutter.so (BuildId: 2e1bfc4b7c8459116dcc4bb4d0c42d090174c072)
#4 pc 0163e725 /data/app/com.muntej.muntej_chef-X3pDk9y0gbbnE53XE9sTbw==/lib/x86/libflutter.so (BuildId: 2e1bfc4b7c8459116dcc4bb4d0c42d090174c072)
#5 pc 0163ec13 /data/app/com.muntej.muntej_chef-X3pDk9y0gbbnE53XE9sTbw==/lib/x86/libflutter.so (BuildId: 2e1bfc4b7c8459116dcc4bb4d0c42d090174c072)
#6 pc 0163e9ff /data/app/com.muntej.muntej_chef-X3pDk9y0gbbnE53XE9sTbw==/lib/x86/libflutter.so (BuildId: 2e1bfc4b7c8459116dcc4bb4d0c42d090174c072)
#7 pc 011f4174 /data/app/com.muntej.muntej_chef-X3pDk9y0gbbnE53XE9sTbw==/lib/x86/libflutter.so (BuildId: 2e1bfc4b7c8459116dcc4bb4d0c42d090174c072)
#8 pc 011f4da4 /data/app/com.muntej.muntej_chef-X3pDk9y0gbbnE53XE9sTbw==/lib/x86/libflutter.so (BuildId: 2e1bfc4b7c8459116dcc4bb4d0c42d090174c072)
#9 pc 011f5bcc /data/app/com.muntej.muntej_chef-X3pDk9y0gbbnE53XE9sTbw==/lib/x86/libflutter.so (BuildId: 2e1bfc4b7c8459116dcc4bb4d0c42d090174c072)
#10 pc 011a2d5b /data/app/com.muntej.muntej_chef-X3pDk9y0gbbnE53XE9sTbw==/lib/x86/libflutter.so (BuildId: 2e1bfc4b7c8459116dcc4bb4d0c42d090174c072)
#11 pc 011f467e /data/app/com.muntej.muntej_chef-X3pDk9y0gbbnE53XE9sTbw==/lib/x86/libflutter.so (BuildId: 2e1bfc4b7c8459116dcc4bb4d0c42d090174c072)
#12 pc 011f43e6 /data/app/com.muntej.muntej_chef-X3pDk9y0gbbnE53XE9sTbw==/lib/x86/libflutter.so (BuildId: 2e1bfc4b7c8459116dcc4bb4d0c42d090174c072)
#13 pc 01202509 /data/app/com.muntej.muntej_chef-X3pDk9y0gbbnE53XE9sTbw==/lib/x86/libflutter.so (BuildId: 2e1bfc4b7c8459116dcc4bb4d0c42d090174c072)

@viratshukla
Copy link
Author

Using Flutter (Channel stable, 1.22.2
file_picker: ^2.0.11

@miguelpruivo
Copy link
Owner

I'm sorry that you're experiencing this, but I don't see anything related with the picker (stack trace should point towards some plugin loc at least).

You may want to try with a different device and let me know if it worked.

@viratshukla
Copy link
Author

I tried with 2 emulator API 30 and API 29, in both devices faced this issue

@miguelpruivo
Copy link
Owner

Try with a real device just for the matter, if possible.

@viratshukla
Copy link
Author

Yes, it worked on real device. Still its an issue. Please try to fix it if possible.
Thank you so much for your prompt reply.

@miguelpruivo
Copy link
Owner

@viratshukla there should be nothing to be fixed about (otherwise wouldn't be working for more people). Sometimes some particularity of some emulator might result in some undesired issue that has actually nothing to do with everything else.

Don't worry. Let me know if you still experience this on a real device!

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