-
Notifications
You must be signed in to change notification settings - Fork 23
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
seg fault #26
Comments
with strace get an error: |
I am also curios about the Readme segfault reference. Is it this one?
I did add
Does the CONFIG+ order matter? |
The CONFIG order shouldn't matter. It could be the problem is with the way you're executing your app. See for example this issue, along with this solution. If you're building sailfish-components-webview yourself, you'll also need to match it up with the correct versions of gecko-dev, qtmozembed and embedlite-components. For example, if you're running Sailfish OS 3.4.0 you should build against the HEAD of the upgrade-3.4.0 branch. |
Thanks for the answer @llewelld, this really unblocked me! Regarding CONFIG order, I did found that adding the two lines above after For future reference danvratil/harbour-sailslack@2677b8e |
Thanks for the followup @b100dian, that's always good to hear. Thanks also for highlighting about the .pro file contents order; that's useful to know too. |
Added to
PKGCONFIG
qt5embedqidget and to .yaml file in filedRequires:
And I getting a Seg Fault.Please help
The text was updated successfully, but these errors were encountered: