Skip to content
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

Fix Rare App Crash #6

Open
arterialist opened this issue May 25, 2018 · 1 comment
Open

Fix Rare App Crash #6

arterialist opened this issue May 25, 2018 · 1 comment
Assignees
Labels
bug Something isn't working critical

Comments

@arterialist
Copy link
Owner

arterialist commented May 25, 2018

App crashes sometimes when pressing OK button of "Invalid message" dialog. It's caused by incorrect work with threads and window object (probably)

Steps to reproduce:

  1. open app and enter all stuff
  2. toggle listening on
  3. connect from terminal to 127.0.0.1:port
  4. accept connection in app
  5. type smth in terminal and smash enter
  6. repeat step 5 until app crashes
@arterialist arterialist added the bug Something isn't working label May 25, 2018
@arterialist arterialist self-assigned this May 25, 2018
arterialist added a commit that referenced this issue May 25, 2018
@arterialist
Copy link
Owner Author

arterialist commented May 26, 2018

code 139 (interrupted by signal 11: SIGSEGV)
code 134 (interrupted by signal 6: SIGABRT)

QBackingStore::endPaint() called with active painter on backingstore paint device

munmap_chunk(): invalid pointer

sometimes happens when second invalid message received and previous dialog is still open
sometimes it just randomly appears

@arterialist arterialist added the help wanted Extra attention is needed label May 26, 2018
@arterialist arterialist removed the help wanted Extra attention is needed label Sep 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working critical
Projects
None yet
Development

No branches or pull requests

1 participant