Skip to content

Webview - back button bug #741

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

Closed
jligeza opened this issue May 12, 2016 · 2 comments
Closed

Webview - back button bug #741

jligeza opened this issue May 12, 2016 · 2 comments

Comments

@jligeza
Copy link

jligeza commented May 12, 2016

My webview app displays ,,hello world'' text.

I open it, and close shortly after with back button (without deleting from recently opened apps): http://pastebin.com/bAhqqYPS

Then, I try to open it again (from ,,desktop'', or how to call it), and it crashes with segmentation error: http://pastebin.com/uH22kSUV

I use python 2 for this app.

@bobatsar
Copy link
Contributor

The problem is, that the python_thread is not killed when the app is closed.
I have a workaround in pull request #750. Not nice but at least working for now.

@inclement
Copy link
Member

I'll close this as I've merged @bobatsar's PR, but a better solution would be welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants