On Sun, 2010-03-28 at 05:39 +0100, Nicola Mfb wrote:
> Hi!
> It seems qt sqlite plugin crashes on my custom built image (derived
> from the current shr-testing branch).
> Is this a know bug or am I missing somethings?
> 
> Step to reproduce:
> 
> opkg install qt4-examples qt4-plugin-sqldriver-sqlite
> gdb /usr/bin/qt4/examples/sql/relationaltablemodel/relationaltablemodel
> 
> GNU gdb (GDB) 7.0
> Copyright (C) 2009 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later
> <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.  Type "show
> copying"
> and "show warranty" for details.
> This GDB was configured as "arm-oe-linux-gnueabi".
> For bug reporting instructions, please see:
> <http://www.gnu.org/software/gdb/bugs/>...
> Reading symbols from
> /usr/bin/qt4/examples/sql/relationaltablemodel/relationaltablemodel...(no
> debugging symbols found)...done.
> (gdb) run
> Starting program:
> /usr/bin/qt4/examples/sql/relationaltablemodel/relationaltablemodel
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> QIconvCodec::convertFromUnicode: using ASCII for conversion,
> iconv_open failed
> QIconvCodec::convertToUnicode: using ASCII for conversion, iconv_open
> failed
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
> warning: Unable to find libthread_db matching inferior's thread
> library, thread debugging will not be available.
I really don't remember well but maybe it has to do with stripped thread
libraries,worth to check
> Program received signal SIGSEGV, Segmentation fault.
> 0x4131e5fc in ?? () from /usr/lib/qt4/plugins/sqldrivers/libqsqlite.so
> (gdb) backtrace
> #0  0x4131e5fc in ?? ()
> from /usr/lib/qt4/plugins/sqldrivers/libqsqlite.so
> Cannot access memory at address 0x0
> #1  0x4132fed4 in ?? ()
> from /usr/lib/qt4/plugins/sqldrivers/libqsqlite.so
> Cannot access memory at address 0x0
> Backtrace stopped: previous frame identical to this frame (corrupt
> stack?)
> (gdb)
I had that once,for me it was a gdb issue.

Maybe try gdbserver->gdb:
http://gnutoo.homelinux.org/blog/index.php?entry=entry090410-230918

Denis.


_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to