-
Notifications
You must be signed in to change notification settings - Fork 45
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
QtWebkit platform plugin error on QtTestBrowser #45
Comments
We've been primarily running and testing with |
Thanks. I've tried using
this is using the same build information as above. |
hmm that is strange, it should use the |
I'm now recieving the following cheri fault in the sqlite3 library:
the sqlite repository is at commit 769749dafbe4e76adb1ab338014a718ecb95885f |
Please could you also paste the contents of |
Also, we currently have a Clang/LLVM |
Ah I've also noticed you don't have our sqlite alignment fix CTSRD-CHERI/sqlite@02b0fa5 . Updating sqlite should eliminate that alignment error you are seeing. |
Thanks, I'm currently recompiling. For completeness, my testfile is:
|
Sorry, I appear to be having the same issues after recompiling. |
After recompiling sqlite on commit @ 02b0fa5e460be7effb536d4f535fc6a06b338f3b i appear to be having the same alignment error when executing any table related sql command
which appears to be coming from
|
Looks like $c19 is only aligned to 8 bytes. I would have expected the last commit in SQlite to have fixed that. Is this also happening when running webkit? |
Running DumpRenderTree with the following arguments appears to run, dumping the image output, albeit incredibly slow. (30 minutes per execution). Then proceeds to fault. where blan.html is
Unfortunately, the corefile does not yield anything interesting
|
DumpRenderTree will be extremly slow if you don't have the mime.cache file on your system (it spends lots of time parsing a massive XML file that it doesn't actually use. If the mime.cache file is found it can just mmap() a pre-generated cache). I have also seen it crash if the fonts directory Does |
Running the qtwebkit smoketest now runs DumpRenderTree significantly faster and produces the output to the directed file when using the
|
Ah that looks like you are building against a CheriBSD sysroot that doesn't contain my latest libunwind fixes. |
Thanks. I'll consider the qtwebkit issue resolved. Is there a solution for running sqlite3 standalone? #45 (comment) ? |
I will have a look at the changes that we made for the sqlite version bundled with CheriBSD and see if we forgot to apply some of those fixes. |
I'm trying to run QtTestBrowser on Cheribsd however I receive the following error after building and running the binary
Qtwebkit was built with
My repositories are in the following state
Cheribuild - 97bfd25
icu4c - 900f5dcf87beca158ea62987482cbd4e517bb07d
qt5/ - ac0e04fc867c636d3a16effa6c7a85d3677bd57f
qt5/qtbase - 6c2f62170ab9973f2a969b2facdc0ca50ea4a8f2
qt5/qtwebkit - e78ae7ab924d27e866e5ba6649ec093cd8f03ee2
libxml2 - c138001afa0bce70d3b9f84f12914e22bce18aa6
The text was updated successfully, but these errors were encountered: