Re: N950 SEGFAULT - help?

2011-11-11 Thread Felipe Crochik
QDeclarativeView: QGLWidget glWidget; QDeclarativeView view; view.setViewport(glWidget); Cheers, Timur *From:* Felipe Crochik fel...@crochik.com *Sent:* Saturday, November 05, 2011 11:26 PM *To:* nicolaih...@web.de *Cc:* maemo-developers maemo-developers@maemo.org *Subject:* Re: N950 SEGFAULT

Re: N950 SEGFAULT - help?

2011-11-07 Thread Eero Tamminen
-developers@maemo.org *Subject:* Re: N950 SEGFAULT - help? Nicolai, I tried the application using (I assume that is what you meant): QApplication::setGraphicsSystem(opengl); and haven't been able to crash the application but it gets really slow and unresponsive. Also I get these error messages on my

Re: N950 SEGFAULT - help?

2011-11-05 Thread Felipe Crochik
Nicolai, I tried the application using (I assume that is what you meant): QApplication::setGraphicsSystem(opengl); 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: Valid eglHandle received but not running with

Re: N950 SEGFAULT - help?

2011-11-05 Thread Kristóf Timur
, November 05, 2011 11:26 PM To: nicolaih...@web.de Cc: maemo-developers Subject: Re: N950 SEGFAULT - help? Nicolai, I tried the application using (I assume that is what you meant): QApplication::setGraphicsSystem(opengl); and haven't been able to crash the application but it gets really slow

Re: N950 SEGFAULT - help?

2011-11-05 Thread Nicolai Hess
2011/11/5 Felipe Crochik fel...@crochik.com Nicolai, I tried the application using (I assume that is what you meant): QApplication::setGraphicsSystem(opengl); 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:

Re: N950 SEGFAULT - help?

2011-11-05 Thread Felipe Crochik
05, 2011 11:26 PM *To:* nicolaih...@web.de *Cc:* maemo-developers maemo-developers@maemo.org *Subject:* Re: N950 SEGFAULT - help? Nicolai, I tried the application using (I assume that is what you meant): QApplication::setGraphicsSystem(opengl); and haven't been able to crash

Re: N950 SEGFAULT - help?

2011-11-05 Thread Nicolai Hess
Crochik fel...@crochik.com *Sent:* Saturday, November 05, 2011 11:26 PM *To:* nicolaih...@web.de *Cc:* maemo-developers maemo-developers@maemo.org *Subject:* Re: N950 SEGFAULT - help? Nicolai, I tried the application using (I assume that is what you meant): QApplication::setGraphicsSystem

Re: N950 SEGFAULT - help?

2011-10-07 Thread Ивайло Димитров
Why not install Qt debug symbols on the device and run/attach to your program there under gdb? Оригинално писмо От: Felipe Crochik Относно: N950 SEGFAULT - help? До: maemo-developers@maemo.org Изпратено на: Петък, 2011, Октомври 7 05:20:55 EEST I hit a wall with my

Re: N950 SEGFAULT - help?

2011-10-07 Thread Daniil Ivanov
apt-get install libqtwebkit4-dbg or apt-get install libqt4-webkit-dbg. 2011/10/7 Ивайло Димитров freemangor...@abv.bg: Why not install Qt debug symbols on the device and run/attach to your program there under gdb? Оригинално писмо От: Felipe Crochik Относно: N950

Re: N950 SEGFAULT - help?

2011-10-07 Thread Jonathan Wilson
the debug information found in c:/qtsdk/madde/sysroots/harmattan-nokia-meego-arm-sysroot-1134-slim/usr/lib/libpvrPVR2D_DRI2WSEGL_r125.so does not match c:/qtsdk/madde/sysroots/harmattan-nokia-meego-arm-sysroot-1134-slim/usr/lib/libpvrPVR2D_DRI2WSEGL.so (CRC mismatch). the debug information found

Re: N950 SEGFAULT - help?

2011-10-07 Thread Felipe Crochik
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! 2011/10/7 Daniil Ivanov daniil.iva...@gmail.com apt-get install libqtwebkit4-dbg or apt-get install