Julien Gilli ha scritto:

    Could you please post a stack trace on this list so that we can
    diagnose the problem? You can get a backtrace by typing the "bt"
    command at gdb prompt, just after the program segfaulted. If you
    use to build the program using the "mode=release" scons' command
    line switch, please build the program without it, and run it
    through gdb.


I don't use mode=release.
This is the result of bt:

(gdb) bt
#0  0x76a014cb in XSetCommand () from /usr/lib/libX11.so.6
#1  0x76a059a4 in XSetWMProperties () from /usr/lib/libX11.so.6
#2 0x7752ab21 in QApplicationPrivate::applyX11SpecificCommandLineArguments ()
  from /usr/lib/libQtGui_debug.so.4
#3  0x7751fdc1 in QWidget::setVisible () from /usr/lib/libQtGui_debug.so.4
#4  0x08068772 in QWidget::show (this=0x74c027c0) at qwidget.h:399
#5  0x08066d70 in QtWengoPhone::initThreadSafe (this=0x832ed80)
   at wengophone/src/presentation/qt/QtWengoPhone.cpp:167
#6  0x0806c19e in boost::_mfi::mf0<void, QtWengoPhone>::operator() (
   this=0x83be218, p=0x832ed80) at mem_fn_template.hpp:45
#7 0x0806d5ea in boost::_bi::list1<boost::_bi::value<QtWengoPhone*> >::operator()<boost::_mfi::mf0<void, QtWengoPhone>, boost::_bi::list0> (this=0x83be220,
   [EMAIL PROTECTED], [EMAIL PROTECTED]) at bind.hpp:229
#8 0x0806d62d in boost::_bi::bind_t<void, boost::_mfi::mf0<void, QtWengoPhone>, boost::_bi::list1<boost::_bi::value<QtWengoPhone*> > >::operator() (
   this=0x83be218) at bind_template.hpp:20
#9 0x0806d647 in boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf0<void, QtWengoPhone>, boost::_bi::list1<boost::_bi::value<QtWengoPhone*> > >, void>::invoke (function_obj_ptr= {obj_ptr = 0x83be218, const_obj_ptr = 0x83be218, func_ptr = 0x83be218, data = "\030"}) at function_template.hpp:136 #10 0x0806f4cb in boost::function0<void, std::allocator<void> >::operator() (
   this=0x83bb8fc) at function_template.hpp:576
#11 0x0806f4e6 in PostEvent0<void ()()>::callback (this=0x83bb8f0)
   at PostEvent.h:68
#12 0x0812d9a8 in QObjectThreadSafe::event (this=0x832ed80, event=0x83bb8f0)
   at libs/qtutil/src/QObjectThreadSafe.cpp:41
#13 0x774e1f3a in QApplicationPrivate::notify_helper ()
  from /usr/lib/libQtGui_debug.so.4
#14 0x774e2e38 in QApplication::notify () from /usr/lib/libQtGui_debug.so.4
#15 0x779e05fa in QCoreApplication::sendPostedEvents ()
  from /usr/lib/libQtCore_debug.so.4
#16 0x775449fd in QEventDispatcherX11::processEvents ()
  from /usr/lib/libQtGui_debug.so.4
#17 0x779ddf7a in QEventLoop::processEvents ()
  from /usr/lib/libQtCore_debug.so.4
#18 0x779de18d in QEventLoop::exec () from /usr/lib/libQtCore_debug.so.4
#19 0x779e07a4 in QCoreApplication::exec () from /usr/lib/libQtCore_debug.so.4
#20 0x774e1ca5 in QApplication::exec () from /usr/lib/libQtGui_debug.so.4
#21 0x0806465b in QtFactory::exec (this=0x83370d0) at QtFactory.h:61
#22 0x0806412a in main (argc=1, argv=0x7fea1fc4)
   at wengophone/src/presentation/main.cpp:111
(gdb)

bye
zopar

_______________________________________________
Wengophone-devel mailing list
[email protected]
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to