Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.7.2, 6.8.0
-
None
-
-
2024wk44s3FOQtforAndroid, 2024wk46s3FOQtforAndroid, 2024wk48s3FOQtforAndroid
Description
Hi,
it seems that there is a problem on Android when a Widget Project uses a QComboBox on a Qdialog, at least when it makes the call to QInputDialog::getItem; making such a call will generate:
E EGL_emulation: tid 20601: eglMakeCurrent(1920): error 0x3009 (EGL_BAD_MATCH) E libEGL : eglMakeCurrentImpl:1053 error 3009 (EGL_BAD_MATCH) W libstandarddialogs_x86_64.so: QEGLPlatformContext: eglMakeCurrent failed: 3009 W libstandarddialogs_x86_64.so: QRhiGles2: Failed to make context current. Expect bad things to happen. W libstandarddialogs_x86_64.so: Failed to create QRhi for QBackingStoreRhiSupport W System : A resource failed to call Surface.release. |
To see this:
- use a Android's VM through Android Studio
- use the example « Standard Dialogs Example » (here)
- once built and started, click on the « QInputDialog::getItem » button
I can confirm that real phone have the same problem (it even crash the application).
PS : tested with
- ANDROID_PLATFORM: android-23
- ndk: 27.0.11718014
Attachments
Issue Links
- is duplicated by
-
QTBUG-129684 Potential crash when calling QInputDialogue::getText()
- Closed
- mentioned in
-
Page Loading...