Before setting this QT_NO_GLIB environment variable it would leak and
make my computer unusable.

After setting it, trunk (yesterday's) wengophone runs...
...until segfaults


(gdb) bt
#0  0x00002b953b43ad08 in boost::signals::detail::named_slot_map::begin ()
   from /usr/lib64/libboost_signals-gcc-mt-1_33_1.so.1.33.1
#1  0x00000000007583bb in boost::signal1<void, std::string const&,
boost::last_value<void>, int, std::less<int>, boost::function<void
()(std::string const&), std::allocator<void> > >::operator() ()
#2  0x00000000007575fe in Logger::log ()
#3  0x0000000000757fb9 in Logger::debug ()
#4  0x00000000007acad1 in PhApiWrapper::init ()
#5  0x000000000081cb07 in PhoneLine::PhoneLine ()
#6  0x0000000000864bb4 in UserProfile::addPhoneLine ()
#7  0x0000000000869b9c in UserProfile::loginStateChangedEventHandler ()
#8  0x000000000082cd58 in boost::function2<void, SipAccount&,
EnumSipLoginState::SipLoginState, std::allocator<void> >::operator() ()
#9  0x000000000082d32b in boost::signal2<void, SipAccount&,
EnumSipLoginState::SipLoginState, boost::last_value<void>, int,
std::less<int>, boost::function<void ()(SipAccount&,
EnumSipLoginState::SipLoginState), std::allocator<void> > >::operator() ()
#10 0x000000000082a769 in WengoAccount::initTimeoutEventHandler ()
#11 0x0000000000764854 in boost::signal1<void, Timer&,
boost::last_value<void>, int, std::less<int>, boost::function<void
()(Timer&), std::allocator<void> > >::operator() ()
#12 0x0000000000764184 in boost::signal1<void, PrivateThread&,
boost::last_value<void>, int, std::less<int>, boost::function<void
()(PrivateThread&), std::alloc---Type <return> to continue, or q
<return> to quit---
ator<void> > >::operator() ()
#13 0x0000000000762871 in PrivateThread::run ()
#14 0x00000000007651c3 in Thread::runThread ()
#15 0x00002b953b64b8cf in boost::function0<void,
std::allocator<boost::function_base> >::operator() () from
/usr/lib64/libboost_thread-gcc-mt-1_33_1.so.1.33.1
#16 0x00002b953b64b2ef in ?? ()
   from /usr/lib64/libboost_thread-gcc-mt-1_33_1.so.1.33.1
#17 0x00002b953e2922a5 in start_thread () from /lib/libpthread.so.0
#18 0x00002b953fd1e5dd in clone () from /lib/libc.so.6
#19 0x0000000000000000 in ?? ()
(gdb)


Tanguy Krotoff wrote:
> stute mathieu wrote:
>> If you're under a Linux box with a Qt >= 4.2  that might interest
>> you: http://qtnode.net/wiki/GLib_Event_Loop
>
> Just tried it and a simple export QT_NO_GLIB=true works!
> (at least for branch coipmanager with executable wengoconnection)
>


_______________________________________________
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to