donotturnoff / aerend

My third year project
0 stars 0 forks source link

Prevent segfault when client crashes with pending GUI updates #189

Open donotturnoff opened 2 years ago

donotturnoff commented 2 years ago

If a client crashes with GUI updates pending, those updates may attempt to access widgets or shapes that have been destroyed in another thread. For instance, forcing an EOF by truncating a transmission and exiting the client program, while other updates are pending, will cause this to occur.