gui: 23.0rc4 crashes when trying to open the "Network Traffic" tab
Expected behavior
The app should not crash.
Actual behavior
The app immediately crashes when trying to open the “Network Traffic” tab. If I open the tab right after startup it doesn’t crash right away and everything looks fine, but then it crashes some 30 seconds later. Other tabs work fine.
To reproduce
- Start bitcoin-qt.
- Go to Window > Network Traffic.
System information
23.0rc4 installed with bitcoin-23.0rc4-win64-setup.exe on Windows 10 over a previous installation of 22.0.0.
These are the last lines of the debug log:
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS Shell Dlg 2", script 12
2022-04-11T21:48:45Z GUI: OpenType support missing for "Arial", script 12
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS UI Gothic", script 12
2022-04-11T21:48:45Z GUI: OpenType support missing for "SimSun", script 12
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS Shell Dlg 2", script 14
2022-04-11T21:48:45Z GUI: OpenType support missing for "Arial", script 14
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS UI Gothic", script 14
2022-04-11T21:48:45Z GUI: OpenType support missing for "SimSun", script 14
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS Shell Dlg 2", script 11
2022-04-11T21:48:45Z GUI: OpenType support missing for "Arial", script 11
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS UI Gothic", script 11
2022-04-11T21:48:45Z GUI: OpenType support missing for "SimSun", script 11
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS Shell Dlg 2", script 32
2022-04-11T21:48:45Z GUI: OpenType support missing for "Arial", script 32
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS UI Gothic", script 32
2022-04-11T21:48:45Z GUI: OpenType support missing for "SimSun", script 32
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS Shell Dlg 2", script 19
2022-04-11T21:48:45Z GUI: OpenType support missing for "Arial", script 19
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS UI Gothic", script 19
2022-04-11T21:48:45Z GUI: OpenType support missing for "SimSun", script 19
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS Shell Dlg 2", script 20
2022-04-11T21:48:45Z GUI: OpenType support missing for "Arial", script 20
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS UI Gothic", script 20
2022-04-11T21:48:45Z GUI: OpenType support missing for "SimSun", script 20
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS Shell Dlg 2", script 16
2022-04-11T21:48:45Z GUI: OpenType support missing for "Arial", script 16
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS UI Gothic", script 16
2022-04-11T21:48:45Z GUI: OpenType support missing for "SimSun", script 16
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS Shell Dlg 2", script 17
2022-04-11T21:48:45Z GUI: OpenType support missing for "Arial", script 17
2022-04-11T21:48:45Z GUI: OpenType support missing for "MS UI Gothic", script 17
2022-04-11T21:48:45Z GUI: OpenType support missing for "SimSun", script 17
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 1
- Comments: 19 (19 by maintainers)
Commits related to this issue
- build, windows: Use Direct2D plugin The default "windows" platform backend being compiled with GCC 10 in Guix environment is broken. See https://github.com/bitcoin-core/gui/issues/582 — committed to hebasto/bitcoin by hebasto 2 years ago
- guix: fix GCC 10.3.0 + mingw-w64 setjmp/longjmp issues This commit backports a patch to the GCC 10.3.0 we build for Windows cross-compilation in Guix. The commit has been backported to the GCC releas... — committed to fanquake/bitcoin by fanquake 2 years ago
- guix: fix GCC 10.3.0 + mingw-w64 setjmp/longjmp issues This commit backports a patch to the GCC 10.3.0 we build for Windows cross-compilation in Guix. The commit has been backported to the GCC releas... — committed to fanquake/bitcoin by fanquake 2 years ago
- Merge bitcoin/bitcoin#24842: guix: fix GCC 10.3.0 + mingw-w64 setjmp/longjmp issues 457148a803cee02897b7428fa7b3eb93eed71e4c guix: fix GCC 10.3.0 + mingw-w64 setjmp/longjmp issues (fanquake) Pull re... — committed to bitcoin-core/gui by laanwj 2 years ago
- Merge bitcoin/bitcoin#24842: guix: fix GCC 10.3.0 + mingw-w64 setjmp/longjmp issues 457148a803cee02897b7428fa7b3eb93eed71e4c guix: fix GCC 10.3.0 + mingw-w64 setjmp/longjmp issues (fanquake) Pull re... — committed to syscoin/syscoin by laanwj 2 years ago
- parent 10f629e644819977914860d093dcd1a19313391a author MarcoFalke <falke.marco@gmail.com> 1649237525 +0200 committer russeree <reese.russell@ymail.com> 1650013843 -0700 parent 10f629e644819977914860d... — committed to russeree/bitcoin by deleted user 2 years ago
- guix: fix GCC 10.3.0 + mingw-w64 setjmp/longjmp issues This commit backports a patch to the GCC 10.3.0 we build for Windows cross-compilation in Guix. The commit has been backported to the GCC releas... — committed to fujicoin/fujicoin-23.0 by fanquake 2 years ago
- guix: fix GCC 10.3.0 + mingw-w64 setjmp/longjmp issues This commit backports a patch to the GCC 10.3.0 we build for Windows cross-compilation in Guix. The commit has been backported to the GCC releas... — committed to BitgesellOfficial/bitgesell by fanquake 2 years ago
- guix: fix GCC 10.3.0 + mingw-w64 setjmp/longjmp issues This commit backports a patch to the GCC 10.3.0 we build for Windows cross-compilation in Guix. The commit has been backported to the GCC releas... — committed to unigrid-project/daemon by fanquake 2 years ago
- rest client (#6) * guix: Add guix-verify script * guix-attest: Only use cross-platform flags for find+xargs * guix-attest: Use ascii-armor signatures * guix-attest: Allow skipping GPG signin... — committed to unigrid-project/daemon by dekm 2 years ago
- Eg refactormasternode (#8) * rest client (#6) * guix: Add guix-verify script * guix-attest: Only use cross-platform flags for find+xargs * guix-attest: Use ascii-armor signatures * guix-a... — committed to unigrid-project/daemon by dekm 2 years ago
- guix: fix GCC 10.3.0 + mingw-w64 setjmp/longjmp issues This commit backports a patch to the GCC 10.3.0 we build for Windows cross-compilation in Guix. The commit has been backported to the GCC releas... — committed to peercoin/peercoin by fanquake 2 years ago
- Daemon with hedgehod (#12) * try and downgrade lief * lief hash * update darwin to never xcode version and osx 10.15 minimum * MS: Updated univalue lib to latest version. Fixed parsing of js... — committed to unigrid-project/daemon by dekm a year ago
- rest client (#6) * guix: Add guix-verify script * guix-attest: Only use cross-platform flags for find+xargs * guix-attest: Use ascii-armor signatures * guix-attest: Allow skipping GPG signin... — committed to HUZU-Project/HUZU by dekm 2 years ago
- Daemon with hedgehod (#12) * try and downgrade lief * lief hash * update darwin to never xcode version and osx 10.15 minimum * MS: Updated univalue lib to latest version. Fixed parsing of js... — committed to HUZU-Project/HUZU by dekm a year ago
This could be: https://bugreports.qt.io/browse/QTBUG-93476.
Verified. Solid colors do not help, unfortunately.
@vostrnad Thank you for testing Bitcoin Core v23.0rc4.
Can confirm the bug on Windows 11 Pro 21H2.