You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully built QtWebKit on QNX and both the example browser and Otter come up and can handle a Google search. However, trying to open any non-trivial web pages results in a crash. The trace points to a call to platformPath() returning a null pointer. I assume this has to do with the implementation of PathQt.
The text was updated successfully, but these errors were encountered:
For me it was always crashing in platformPath() - even when trying to load google. Please look at my pull request:
file: Source/WebCore/platform/graphics/PlatformPath.h line 42.
I have successfully built QtWebKit on QNX and both the example browser and Otter come up and can handle a Google search. However, trying to open any non-trivial web pages results in a crash. The trace points to a call to platformPath() returning a null pointer. I assume this has to do with the implementation of PathQt.
The text was updated successfully, but these errors were encountered: