I hit a wall with my application so I am looking for someone to help everywhere I can.<br><br>The short version: how can I get qt creator to debug my application on the device. Right now I get CRC mismatch warnings for all libraries and I assume this is what prevents me to see any trace information<br>
<br>That is what I get when I start to debug:<br><span style=" font-family:&#39;Courier&#39;; font-size:10pt; color:#aa00aa;">...<br>the debug information found in &quot;c:/qtsdk/madde/sysroots/harmattan-nokia-meego-arm-sysroot-1134-slim/usr/lib/libpvrPVR2D_DRI2WSEGL_r125.so&quot; does not match &quot;c:/qtsdk/madde/sysroots/harmattan-nokia-meego-arm-sysroot-1134-slim/usr/lib/libpvrPVR2D_DRI2WSEGL.so&quot; (CRC mismatch).</span>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;Courier&#39;; font-size: 10pt; color: rgb(170, 0, 170);">the debug information found in &quot;c:/qtsdk/madde/sysroots/harmattan-nokia-meego-arm-sysroot-1134-slim/usr/lib/libpvr2d_r125.so&quot; does not match &quot;c:/qtsdk/madde/sysroots/harmattan-nokia-meego-arm-sysroot-1134-slim/usr/lib/libpvr2d.so&quot; (CRC mismatch).</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:&#39;Courier&#39;; font-size:10pt; color:#aa00aa;">...<br></span></p>I assume I need to install &quot;debug symbols/versions&quot; for the qt libraries on the device somehow. Am I right? How can I accomplish this?<br>
<br>The long version:<br><br>My applications uses qml\webview and everything works fine until I swipe out of my application and then later come back to it. With one click or two I get a segfault. This is all the information that I managed to get running gdb on the device:<br>
<br>(gdb) backtrace<br>#0  0x42068924 in QPainter::save() () from /usr/lib/libQtGui.so.4<br>#1  0x48ec294c in ?? () from /usr/lib/libQtWebKit.so.4<br>#2  0x48ec294c in ?? () from /usr/lib/libQtWebKit.so.4<br><br>Program received signal SIGSEGV, Segmentation fault.<br>


<br>Any suggestions? <br><br>Thanks in advance, <br>Felipe<br>