<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<DIV>That’s not how it’s done.</DIV>
<DIV>&nbsp;</DIV>
<DIV>1. In your .pro file, add:</DIV>
<DIV>QT += opengl</DIV>
<DIV>&nbsp;</DIV>
<DIV>2. at the top of your cpp, add:</DIV>
<DIV>#include &lt;QGLWidget&gt;</DIV>
<DIV>&nbsp;</DIV>
<DIV>3. when you initialize your QDeclarativeView:</DIV>
<DIV>QGLWidget glWidget;</DIV>
<DIV>QDeclarativeView view;</DIV>
<DIV>view.setViewport(&amp;glWidget);</DIV>
<DIV>&nbsp;</DIV>
<DIV>Cheers,</DIV>
<DIV>Timur</DIV>
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">
<DIV style="FONT: 10pt tahoma">
<DIV><FONT size=3 face=Calibri></FONT>&nbsp;</DIV>
<DIV style="BACKGROUND: #f5f5f5">
<DIV style="font-color: black"><B>From:</B> <A title=felipe@crochik.com 
href="mailto:felipe@crochik.com">Felipe Crochik</A> </DIV>
<DIV><B>Sent:</B> Saturday, November 05, 2011 11:26 PM</DIV>
<DIV><B>To:</B> <A title=nicolaihess@web.de 
href="mailto:nicolaihess@web.de">nicolaihess@web.de</A> </DIV>
<DIV><B>Cc:</B> <A title=maemo-developers@maemo.org 
href="mailto:maemo-developers@maemo.org">maemo-developers</A> </DIV>
<DIV><B>Subject:</B> Re: N950 SEGFAULT - help?</DIV></DIV></DIV>
<DIV>&nbsp;</DIV></DIV>
<DIV 
style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT: normal; TEXT-DECORATION: none">Nicolai, 
<BR><BR>I tried the application using (I assume that is what you 
meant):<BR><SPAN style="COLOR: #800080">QApplication</SPAN><SPAN 
style="COLOR: #000000">::</SPAN>setGraphicsSystem<SPAN 
style="COLOR: #000000">(</SPAN><SPAN style="COLOR: #008000">"opengl"</SPAN><SPAN 
style="COLOR: #000000">);<BR><BR>and haven't been able to crash the application 
but it gets really slow and unresponsive. Also I get these error messages on my 
log:<BR></SPAN><SPAN style="COLOR: #008000"></SPAN><BR><SPAN 
style="FONT-FAMILY: 'Courier'; COLOR: #aa0000; FONT-SIZE: 10pt">Valid eglHandle 
received but not running with meego compatible graphicssystem.<BR><BR><SPAN 
style="COLOR: rgb(0,0,0)">Any ideas?</SPAN><BR style="COLOR: rgb(0,0,0)"><BR 
style="COLOR: rgb(0,0,0)"><SPAN style="COLOR: rgb(0,0,0)">Thanks, </SPAN><BR 
style="COLOR: rgb(0,0,0)"><SPAN style="COLOR: rgb(0,0,0)">Felipe</SPAN><BR 
style="COLOR: rgb(0,0,0)"><BR><BR></SPAN><BR>
<DIV class=gmail_quote>2011/10/7 Nicolai Hess <SPAN dir=ltr>&lt;<A 
href="mailto:nicolaihess@web.de">nicolaihess@web.de</A>&gt;</SPAN><BR>
<BLOCKQUOTE 
style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" 
class=gmail_quote>Have you tried to use a QGLWidget for the qmlviewer 
  ?<BR>This works for the QML Camera element which has the <BR>same behavior, 
  segfaults when application moved to background. 
  <DIV>
  <DIV></DIV>
  <DIV class=h5><BR><BR>
  <DIV class=gmail_quote>2011/10/7 Felipe Crochik <SPAN dir=ltr>&lt;<A 
  href="mailto:felipe@crochik.com" 
  target=_blank>felipe@crochik.com</A>&gt;</SPAN><BR>
  <BLOCKQUOTE 
  style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex" 
  class=gmail_quote>That is the "next" problem. They are not available - maybe 
    I need to add some extra repository? sorry if I missed some obvious 
    "development" required step.... It is hard to start over! 
    <DIV>
    <DIV></DIV>
    <DIV><BR><BR>
    <DIV class=gmail_quote>2011/10/7 Daniil Ivanov <SPAN dir=ltr>&lt;<A 
    href="mailto:daniil.ivanov@gmail.com" 
    target=_blank>daniil.ivanov@gmail.com</A>&gt;</SPAN><BR>
    <BLOCKQUOTE 
    style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex" 
    class=gmail_quote>apt-get install libqtwebkit4-dbg<BR>or<BR>apt-get 
      install libqt4-webkit-dbg.<BR><BR>2011/10/7 Ивайло Димитров &lt;<A 
      href="mailto:freemangordon@abv.bg" 
      target=_blank>freemangordon@abv.bg</A>&gt;:<BR>
      <DIV>
      <DIV></DIV>
      <DIV>&gt; Why not install Qt debug symbols on the device and run/attach to 
      your<BR>&gt; program there under gdb?<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; 
      -------- Оригинално писмо --------<BR>&gt; От: Felipe Crochik<BR>&gt; 
      Относно: N950 SEGFAULT - help?<BR>&gt; До: <A 
      href="mailto:maemo-developers@maemo.org" 
      target=_blank>maemo-developers@maemo.org</A><BR>&gt; Изпратено на: Петък, 
      2011, Октомври 7 05:20:55 EEST<BR>&gt; I hit a wall with my application so 
      I am looking for someone to help<BR>&gt; everywhere I can.<BR>&gt;<BR>&gt; 
      The short version: how can I get qt creator to debug my application on 
      the<BR>&gt; device. Right now I get CRC mismatch warnings for all 
      libraries and I assume<BR>&gt; this is what prevents me to see any trace 
      information<BR>&gt;<BR>&gt; That is what I get when I start to 
      debug:<BR>&gt; ...<BR>&gt; the debug information found in<BR>&gt; 
      "c:/qtsdk/madde/sysroots/harmattan-nokia-meego-arm-sysroot-1134-slim/usr/lib/libpvrPVR2D_DRI2WSEGL_r125.so"<BR>&gt; 
      does not match<BR>&gt; 
      "c:/qtsdk/madde/sysroots/harmattan-nokia-meego-arm-sysroot-1134-slim/usr/lib/libpvrPVR2D_DRI2WSEGL.so"<BR>&gt; 
      (CRC mismatch).<BR>&gt;<BR>&gt; the debug information found in<BR>&gt; 
      "c:/qtsdk/madde/sysroots/harmattan-nokia-meego-arm-sysroot-1134-slim/usr/lib/libpvr2d_r125.so"<BR>&gt; 
      does not match<BR>&gt; 
      "c:/qtsdk/madde/sysroots/harmattan-nokia-meego-arm-sysroot-1134-slim/usr/lib/libpvr2d.so"<BR>&gt; 
      (CRC mismatch).<BR>&gt;<BR>&gt; ...<BR>&gt;<BR>&gt; I assume I need to 
      install "debug symbols/versions" for the qt libraries on<BR>&gt; the 
      device somehow. Am I right? How can I accomplish this?<BR>&gt;<BR>&gt; The 
      long version:<BR>&gt;<BR>&gt; My applications uses qml\webview and 
      everything works fine until I swipe out<BR>&gt; of my application and then 
      later come back to it. With one click or two I<BR>&gt; get a segfault. 
      This is all the information that I managed to get running<BR>&gt; gdb on 
      the device:<BR>&gt;<BR>&gt; (gdb) backtrace<BR>&gt; #0&nbsp; 0x42068924 in 
      QPainter::save() () from /usr/lib/libQtGui.so.4<BR>&gt; #1&nbsp; 
      0x48ec294c in ?? () from /usr/lib/libQtWebKit.so.4<BR>&gt; #2&nbsp; 
      0x48ec294c in ?? () from /usr/lib/libQtWebKit.so.4<BR>&gt;<BR>&gt; Program 
      received signal SIGSEGV, Segmentation fault.<BR>&gt;<BR>&gt; Any 
      suggestions?<BR>&gt;<BR>&gt; Thanks in advance,<BR>&gt; 
      Felipe<BR>&gt;<BR></DIV></DIV>&gt; 
      _______________________________________________<BR>&gt; maemo-developers 
      mailing list<BR>&gt; <A href="mailto:maemo-developers@maemo.org" 
      target=_blank>maemo-developers@maemo.org</A><BR>&gt; <A 
      href="https://lists.maemo.org/mailman/listinfo/maemo-developers" 
      target=_blank>https://lists.maemo.org/mailman/listinfo/maemo-developers</A><BR>&gt;<BR>&gt;<BR></BLOCKQUOTE></DIV>
    <DIV>&nbsp;</DIV></DIV></DIV><BR>_______________________________________________<BR>maemo-developers 
    mailing list<BR><A href="mailto:maemo-developers@maemo.org" 
    target=_blank>maemo-developers@maemo.org</A><BR><A 
    href="https://lists.maemo.org/mailman/listinfo/maemo-developers" 
    target=_blank>https://lists.maemo.org/mailman/listinfo/maemo-developers</A><BR><BR></BLOCKQUOTE></DIV>
  <DIV>&nbsp;</DIV></DIV></DIV></BLOCKQUOTE></DIV><BR>
<P>
<HR>
_______________________________________________<BR>maemo-developers mailing 
list<BR>maemo-developers@maemo.org<BR>https://lists.maemo.org/mailman/listinfo/maemo-developers<BR></DIV></DIV></DIV></BODY></HTML>