-
Notifications
You must be signed in to change notification settings - Fork 47
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
[webview_flutter] App crashes when a text is copied #512
Comments
Another issue: Changing the playback speed to 2.0 also crashes the app on RPi. (lldb) Process 1880 stopped
* thread #1, name = 'Runner.dll', stop reason = signal SIGSEGV: invalid address (fault address: 0x30)
frame #0: 0x0000007e96a04b30 libchromium-impl.so
-> 0x7e96a04b30: ldr w19, [x0, #0x8]
0x7e96a04b34: mov w0, #-0x1
0x7e96a04b38: str w0, [x1, #0x8]
0x7e96a04b3c: cmp w19, w0
bt
* thread #1, name = 'Runner.dll', stop reason = signal SIGSEGV: invalid address (fault address: 0x30)
* frame #0: 0x0000007e96a04b30 libchromium-impl.so
frame #1: 0x0000007fb02e9a2c libecore.so.1`___lldb_unnamed_symbol697$$libecore.so.1 + 108
frame #2: 0x0000007fafb25a80 libeo.so.1`___lldb_unnamed_symbol103$$libeo.so.1 + 16 To reproduce the issue, you need to set the |
Another issue: The mouse wheel doesn't work in a webview (on physical devices). |
The webview is quite unstable and I encountered a SIGSEGV again when I was verifying myself as a human in namu.wiki. (lldb) Process 79079 stopped
* thread #45, name = 'Chrome_InProcRe', stop reason = signal SIGSEGV: invalid address (fault address: 0x28)
frame #0: 0x0000007e7c33e490 libchromium-impl.so
-> 0x7e7c33e490: ldr x0, [x0, #0x28]
0x7e7c33e494: ldr x1, [x0]
0x7e7c33e498: ldr x1, [x1, #0x138]
0x7e7c33e49c: blr x1
bt
* thread #45, name = 'Chrome_InProcRe', stop reason = signal SIGSEGV: invalid address (fault address: 0x28)
* frame #0: 0x0000007e7c33e490 libchromium-impl.so
frame #1: 0x0000007f810bfe7c libc.so.6`thread_start at clone.S:78 |
Similar issue: A SIGSEGV crash occurred on wearable 5.5 emulator when I changed the backing webview implementation of google_maps_flutter_tizen from LWE to EWK. (gdb) bt
#0 0xabd98dc9 in ecore_wl2_window_id_get () from target:/lib/libecore_wl2.so.1
#1 0x9450c3ab in ?? () from target:/usr/share/chromium-efl/lib/libchromium-impl.so
Backtrace stopped: previous frame inner to this frame (corrupt stack?) |
How to reproduce:
initialUrl
of the example app to https://www.youtube.com.Image info:
tizen-unified_20220706.2_tizen-headed-aarch64
(Tizen 7.0)The text was updated successfully, but these errors were encountered: