Comment #8 on issue 540 by [email protected]: gb.net.smtp doesn't work with e.g. smtp.gmail.com, responses aren't handled properly (timing issue) http://code.google.com/p/gambas/issues/detail?id=540
Weirdly with a failed authentication, the gbx3 is hanging (100%). The gdb attach to the gbx3 is showing only the following: (gdb) bt #0 0x000000000041525f in STREAM_lof (stream=stream@entry=0x2e0f358, len=len@entry=0x7fff409d9510) at gbx_stream.c:1513 #1 0x000000000042e3a5 in stop_process_after (_object=0x2e0f348) at gbx_c_process.c:328 #2 stop_process (process=0x2e0f348) at gbx_c_process.c:368 #3 0x000000000042e45f in wait_child (process=0x2e0f348) at gbx_c_process.c:780 #4 0x000000000042e47b in callback_child (signum=<optimized out>, data=<optimized out>) at gbx_c_process.c:806 #5 0x00000000004322ad in SIGNAL_raise_callbacks (fd=<optimized out>, type=<optimized out>, data=<optimized out>) at gbx_signal.c:204 #6 0x00007f6fa3567730 in CWatch::read (this=0x2e0a870, fd=61) at CWatch.cpp:145 #7 0x00007f6fa22a987a in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #8 0x00007f6fa22f42ae in QSocketNotifier::activated(int) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #9 0x00007f6fa22b264b in QSocketNotifier::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #10 0x00007f6fa27c6e2c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #11 0x00007f6fa27cd4a0 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #12 0x00007f6fa22954dd in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #13 0x00007f6fa22c34a8 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #14 0x00007f6fa12d1e04 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #15 0x00007f6fa12d2048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #16 0x00007f6fa12d20ec in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #17 0x00007f6fa22c27a1 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #18 0x00007f6fa2868bb6 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4 #19 0x00007f6fa22940af in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #20 0x00007f6fa22943a5 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #21 0x00007f6fa2299b79 in QCoreApplication::exec() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4 #22 0x00007f6fa35450ad in hook_loop () at main.cpp:834 #23 0x000000000040498e in main (argc=1, argv=0x7fff409d9fb8) at gbx.c:434 -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
