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

Core dump on window close. #56

Closed
jcc10 opened this issue Sep 20, 2020 · 2 comments
Closed

Core dump on window close. #56

jcc10 opened this issue Sep 20, 2020 · 2 comments

Comments

@jcc10
Copy link
Contributor

jcc10 commented Sep 20, 2020

I'm trying to make a wrapper for webview_deno that (for now) abstracts the annoyances of getting stuff to run and myself have ran into a problem.

The following command works:
deno run --unstable -A --reload https://raw.githubusercontent.com/jcc10/Simple-Deno-Webview/master/demo.ts
It starts a oak hello world server, opens a webview, when the webview closes, it exits deno.

The following core dumps:
deno run --unstable -A --reload https://raw.githubusercontent.com/jcc10/Simple-Deno-Webview/master/failing_demo.ts
It starts a oak hello world server, opens a webview, when the webview closes it trys to open a new webview (which is when it core dumps) then when the second one closes, it exits deno.

I'm honestly not sure what I'm doing wrong here.

@jcc10
Copy link
Contributor Author

jcc10 commented Sep 20, 2020

I started work on it before I realized that window.close() (#55) doesn't work right now. (I actually did not need that feature)

@eliassjogreen
Copy link
Member

This issue been resolved by the latest release!

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

No branches or pull requests

2 participants