Eugene Edouard ha scritto:
NG won't load when it is built using the native
qt-4.1.0 in (k)ubunru dapper.

segmentation fault
 Critical error : Wrong ui file:
:/forms/phoneline/PhoneLineWidget.ui

Critical error : Wrong ui file:
:/forms/sms/SmdWindow.ui

but it work with qt-4.1.1

though this could help.
Edouard Penlap

On my kubuntu dapper with gcc-4.0.3 and qt-4.1.1 self compiled SEGFAULT PERSIST.

this is the gdb e bt "log":

Starting program: /home/zopar/wengophone-ng/trunk/debug/qtwengophone
[Thread debugging using libthread_db enabled]
[New Thread 1977026240 (LWP 8571)]
warning: Lowest section in /usr/lib/libicudata.so.34 is .hash at 00000094
Qt: gdb: -nograb added to command-line options.
        Use the -dograb option to enforce grabbing.
[New Thread 1975757744 (LWP 8574)]
GaimContactListMngr : NewListCbk()
(error) 0:26:30 Wenbox: Wenbox dll not loaded
[New Thread 1967365040 (LWP 8575)]
(debug) 0:26:30 connectHandlerCreatedEventHandler: CConnectHandler created
(debug) 0:26:30 presenceHandlerCreatedEventHandler: CPresenceHandler created
(debug) 0:26:30 QtChatHandler: QtChatHandler created
(debug) 0:26:30 chatHandlerCreatedEventHandler: CChatHandler created
(debug) 0:26:30 contactListCreatedEventHandler: CContactList created
(debug) 0:26:30 wenboxPluginCreatedEventHandler: CWenboxPlugin created
(debug) 0:26:30 getDefaultPlaybackDevice: default output device=ATI IXP: ATI IXP AC97 (hw:0,0) (debug) 0:26:30 getDefaultRecordDevice: default input device=ATI IXP: ATI IXP AC97 (hw:0,0) (debug) 0:26:30 getDefaultPlaybackDevice: default output device=ATI IXP: ATI IXP AC97 (hw:0,0)
(debug) 0:26:30 initFinishedEventHandler: WengoPhone::init() finished
(debug) 0:26:30 run: The model thread is ready for events

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1977026240 (LWP 8571)]
0x769d24cb in XSetCommand () from /usr/lib/libX11.so.6


(gdb) bt
#0  0x769d24cb in XSetCommand () from /usr/lib/libX11.so.6
#1  0x769d69a4 in XSetWMProperties () from /usr/lib/libX11.so.6
#2 0x773f5ccf in QApplicationPrivate::applyX11SpecificCommandLineArguments (
   main_widget=0x84137a0) at kernel/qapplication_x11.cpp:2137
#3  0x773f0957 in QWidget::setVisible (this=0x84137a0, visible=true)
   at kernel/qwidget.cpp:4470
#4  0x08069d22 in QWidget::show (this=0x84137a0) at qwidget.h:399
#5  0x0806826e in QtWengoPhone::initThreadSafe (this=0x83712c0)
   at wengophone/src/presentation/qt/QtWengoPhone.cpp:174
#6  0x0806db3a in boost::_mfi::mf0<void, QtWengoPhone>::operator() (
   this=0x8405d98, p=0x83712c0) at mem_fn_template.hpp:45
#7 0x0806ef86 in boost::_bi::list1<boost::_bi::value<QtWengoPhone*> >::operator()<boost::_mfi::mf0<void, QtWengoPhone>, boost::_bi::list0> (this=0x8405da0,
   [EMAIL PROTECTED], [EMAIL PROTECTED]) at bind.hpp:229
#8 0x0806efc9 in boost::_bi::bind_t<void, boost::_mfi::mf0<void, QtWengoPhone>, boost::_bi::list1<boost::_bi::value<QtWengoPhone*> > >::operator() (
   this=0x8405d98) at bind_template.hpp:20
#9 0x0806efe3 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 = 0x8405d98, const_obj_ptr = 0x8405d98, func_ptr = 0x8405d98, data = "\230"}) at function_template.hpp:136 #10 0x08070e67 in boost::function0<void, std::allocator<void> >::operator() (

this=0x84069a4) at function_template.hpp:576
#11 0x08070e82 in PostEvent0<void ()()>::callback (this=0x8406998)
   at PostEvent.h:68
#12 0x081387c4 in QObjectThreadSafe::event (this=0x83712c0, event=0x8406998)
   at libs/qtutil/src/QObjectThreadSafe.cpp:41
#13 0x7739a1bb in QApplicationPrivate::notify_helper (this=0x837d738,
   receiver=0x83712c0, e=0x8406998) at kernel/qapplication.cpp:3137
#14 0x7739a503 in QApplication::notify (this=0x837c0e0, receiver=0x83712c0,
   e=0x8406998) at kernel/qapplication.cpp:2761
#15 0x779af12d in QCoreApplication::sendEvent (receiver=0x83712c0,
   event=0x8406998) at qcoreapplication.h:171
#16 0x779ae99c in QCoreApplication::sendPostedEvents (receiver=0x0,
   event_type=0) at kernel/qcoreapplication.cpp:974
#17 0x7741b0ea in QCoreApplication::sendPostedEvents ()
   at qcoreapplication.h:176
#18 0x7741acea in QEventDispatcherX11::processEvents (this=0x8381ff8,
   [EMAIL PROTECTED]) at kernel/qeventdispatcher_x11.cpp:54
#19 0x779a8a2d in QEventLoop::processEvents (this=0x7fd819c8,
   [EMAIL PROTECTED]) at kernel/qeventloop.cpp:124
#20 0x779a8caf in QEventLoop::exec (this=0x7fd819c8, [EMAIL PROTECTED])
   at kernel/qeventloop.cpp:164
#21 0x779aebd6 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:662
#22 0x773997e8 in QApplication::exec () at kernel/qapplication.cpp:2682
#23 0x080656eb in QtFactory::exec (this=0x837c0d0) at QtFactory.h:61
#24 0x080651ba in main (argc=1, argv=0x7fd81cf4)
   at wengophone/src/presentation/main.cpp:111

zopar





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

Reply via email to