Crash on exit (PyQt, Qt, abnormal termination, quit, segfault, SIGSEGV)
See original GitHub issueOn 4.0.9 (but this was also present in previous versions) if you normally close Electrum (both stand alone and installed version) on this OS you will get an abnormal crash.
OS: Windows 7 Ultimate 32 bit (updates to date) It’s quite easy to reproduce, just normally start electrum , leave it on for few minutes and then normally try to close it from the close button. It will immediately pop-up this (in 8/10 cases):
Here is the full dump:
roblem Event Name: BEX
Application Name: electrum-4.0.9.exe
Application Version: 0.0.0.0
Application Timestamp: 00000000
Fault Module Name: StackHash_0a9e
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 00000000
Exception Offset: 1e175f42
Exception Code: c0000005
Exception Data: 00000008
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (10 by maintainers)
Top Results From Across the Web
Segmentation fault on exit in pyQt5 but not pyQt4
With your suggestion, no crash. Swapping the del scene and del grview lines there is no crash either. Deleting app, scene and grview...
Read more >PyQt4 applications crash at exit - Launchpad Bugs
When the dialog is closed, the application dies with segmentation fault. The python-qt4 version in Lucid beta 2 is 4.7.2-0ubuntu1. The PyQt4 ......
Read more >Bug listing with status RESOLVED with resolution INVALID as ...
... Bug:547 - "kcpuload and knetload crash on fresh install of KDE/Gentoo" ... Bug:8006 - "kdeedu compile fails with segmentation fault" status:RESOLVED ...
Read more >PyInstaller Documentation - Read the Docs
PyInstaller runs on macOS 10.15 (Catalina) or newer. It can build graphical windowed apps (apps that do not use a terminal window).
Read more >Writing web server applications with QtWebApp
The debugger pops up the more detailed error message "Segmentation fault" which ... the console window which terminates the application abnormally with the ......
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
I’ve made some fixes in commits: https://github.com/spesmilo/electrum/commit/34e64ef152cc433722f460fdb203ce5135be9f6d https://github.com/spesmilo/electrum/commit/be43632cc47eb8cc35c2a39a21bc2089e5ce8ca1 https://github.com/spesmilo/electrum/commit/981381346f7dc095f6c0df4150ddc936c9d2884f
And now I can no longer reproduce the segfault 😃 I think it might either be fixed or have become extremely unlikely.
I still get them on linux too