-
Notifications
You must be signed in to change notification settings - Fork 6
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
Segfault on Linux when trying to run the cefsimple example #3
Comments
I haven't seen that one. Maybe you could try turning off the sandbox feature (in CefSettings) to see if that fixes the example? |
Can you tell me which file I need to edit? |
Here are the settings: https://github.com/anlumo/cef/blob/8841465178fecac6176ed9fe0e7163d784144d66/examples/cefsimple/main.rs#L46 Note that I haven't tested the cefsimple example in a while. |
As far as I understand the code, this example is already supposed to disable the sandbox because Am I mistaken or should I do something else to disable the sandbox? |
I believe that specific parameter is only relevant to Windows. |
I still don't understand. |
Any news on that? |
Could you try updating to the latest master? It looks like there was a memory management bug in |
It seems to be fixed, but now it segfaults in |
Well, sometimes CEF versions add incompatible changes, but most are compatible to each other. We're currently using version I've tried updating to a newer version, but the C++ code doesn't compile for me any more for some reason. I have to look into this when I have some time. |
@antoyo Could you post a stacktrace with the new segfault? I'm not entirely sure how to get symbols in |
When I run in debug mode, it doesn't segfault, but does not work either:
I'm having a hard time compiling CEF with the options I want, but I think this time I was able to disable the sandbox as well. Can I provide more info? |
Hmm. It's not clear whether or not that's an error on our part - can you try running the official |
The |
Hmm I'm having similar issues running cefsimple |
I've been able to reproduce the X error on my system. Could you check to see if |
Yeah, now the window is shown. There's an issue on exit, I think:
|
That error is caused by something not cleaning up all objects that were created for CEF. |
Hi.
Here's the stacktrace in gdb:
Here are the logs (change at every execution):
Any idea of what could be the issue?
Thanks.
The text was updated successfully, but these errors were encountered: