Opening multiple windows in GTK is unstable
See original GitHub issueSpecification
- pywebview version: 3.3.3
- platform / version: Manjaro Linux (GNOME)
Description
Making an app open a new window after a button press sometimes makes the app crash with a Aborted (Core Dumped)
message.
I’m using pywebview with a flask server. In the webpage I’ve added a button to send a message to the server to open the window.
Opening and closing the window three times makes the app crash. Sometimes it crashes on closing the first window.
Tested the same thing on Windows with CEF and it works as intended.
Practicalities
-
NO I am willing to work on this issue myself.
-
NO I am prepared to support this issue financially.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
PyGtk - Can't open the same window twice - Stack Overflow
When opened a second time, however, there widgets in the window disappear. Is there a way I can show and close the same...
Read more >Tag: Unstable - GTK Development Blog
General: Keyboard shortcut handling has been changed, to help with a longstanding complaint about the way GTK+ handles multiple layouts. GTK+ now only...
Read more >GTK window on KDE doesnt update when focus is lost #28
Open any GTK application under KDE Plasma, then open any other window that covers it. If you switch back to GTK app it's...
Read more >Cursor stays in wait status for some seconds after calling ...
The already opened Nautilus window is raised, but the mouse cursor stays in wait status for up to 10 seconds afterwards.
Read more >Development with GTK+: general questions
The problem here is that some widgets in the GTK+ hierarchy have multiple attached X subwindows and this is notably the case for...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@lavchandaria I have investigated a similar issue here and could not reproduce it with the latest Ubuntu. My best guess is that the issue is caused by outdated GTK depenencies.
@r0x0r okay. I will look into that, thanks for the reply.