[Qt-interest] [ubuntu (vmware fusion) ] Qt demos browser crashes

Bob Hood bhood2 at comcast.net
Sat Aug 7 17:55:55 CEST 2010


  On 8/7/2010 12:10 AM, Sylvain Pointeau wrote:
> Hi,
>
> I installed ubuntu 10.04 in my vmware fusion,
> and I compiled the latest qt 4.7 stable
>
> ./configure -no-qt3support -system-sqlite -plugin-sql-sqlite -no-glib 
> -no-gtkstyle
> (gtkstyle had some artifacts)
> (I install Mesa to have the opengl)
>
> now when I run the "browser" from demos,
> it loads the page and when it wants to display it, it crashes.
>
> ** (process:31072): DEBUG: NP_Initialize
> ** (process:31072): DEBUG: NP_Initialize succeeded
> Segmentation fault
>
> I also tested some small sample using webkit on my own, it seems to work.... 
> (they are very small)
>
> do you have any idea?

Just something to check:

We've had some issues along these lines, and have found that VMware's level of 
OpenGL support was to blame.  I think it can only do basic OGL (i.e., software 
mode), and anything newer or fancier (like hardware shading) will cause the 
application to crash within a virtual machine.  In our particular case, if we 
disable advanced OGL features like hardware shading, then our application will 
run in a VMware image.

(In this case, I'm referring to VMware v7 and above.)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100807/695dc8cf/attachment.html 


More information about the Qt-interest-old mailing list