GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later 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 "i686-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /usr/sbin/asterisk...done. [New LWP 6460] [New LWP 6462] [New LWP 6461] [New LWP 6463] [New LWP 6454] [New LWP 6451] [New LWP 6449] [New LWP 6448] [New LWP 6464] [New LWP 6465] [New LWP 6466] [New LWP 6467] [New LWP 6468] [New LWP 6450] [New LWP 6452] [New LWP 6453] [New LWP 6455] [New LWP 6456] [New LWP 6457] [New LWP 6458] [New LWP 6459] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1". Core was generated by `asterisk -vvvvvvvvvg'. Program terminated with signal 11, Segmentation fault. #0 0xb699c35f in xmpp_client_authenticate_sasl (client=0x977275c, cfg=0x97726dc, type=0, node=0xb5618e4) at res_xmpp.c:2604 2604 int features, len = strlen(client->jid->user) + strlen(cfg->password) + 3; (gdb) bt full #0 0xb699c35f in xmpp_client_authenticate_sasl (client=0x977275c, cfg=0x97726dc, type=0, node=0xb5618e4) at res_xmpp.c:2604 features = -1232526725 len = 10 auth = 0xb561a68 combined = 0xb6893f65 "abber:" base64 = 0xb561a68 "amsoft2001" __PRETTY_FUNCTION__ = "xmpp_client_authenticate_sasl" #1 0xb699c81a in xmpp_client_authenticate (client=0x977275c, cfg=0x97726dc, type=0, node=0xb5618e4) at res_xmpp.c:2663 No locals. #2 0xb699f929 in xmpp_action_hook (data=0x977275c, type=0, node=0xb5618e4) at res_xmpp.c:3336 cfg = 0x97710dc __PRETTY_FUNCTION__ = "xmpp_action_hook" clientcfg = 0x97726dc client = 0x977275c pak = 0xb561998 i = 2 #3 0xb6890a2b in ?? () from /usr/lib/libiksemel.so.3 No symbol table info available. #4 0xb688edd3 in iks_parse () from /usr/lib/libiksemel.so.3 No symbol table info available. #5 0xb69a01ad in xmpp_client_receive (client=0x977275c, timeout=1) at res_xmpp.c:3520 len = 139 ret = 0 pos = 0 newbufpos = 0 buf = "\000\">X-GOOGLE-TOKENX-OAUTH2", '\000' c = 62 '>' __PRETTY_FUNCTION__ = "xmpp_client_receive" #6 0xb69a0442 in xmpp_client_thread (data=0x977275c) at res_xmpp.c:3562 client = 0x977275c res = 0 __PRETTY_FUNCTION__ = "xmpp_client_thread" #7 0x081cf2ad in dummy_start (data=0x9772aa0) at utils.c:1028 __cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {-1223426060, 0, 4001536, -1234357400, 1849706093, -1916699375}, __mask_was_saved = 0}}, __pad = { 0xb66d3424, 0x0, 0x0, 0x0}} __cancel_routine = 0x8081249 __cancel_arg = 0xb66d3b40 __not_first_call = 0 ret = 0x0 a = {start_routine = 0xb69a033c , data = 0x977275c, name = 0x9772970 "xmpp_client_thread started at [ 3648] res_xmpp.c xmpp_client_config_post_apply()"} lock_info = 0x977d478 mutex_attr = {__size = "\001\000\000", __align = 1} #8 0xb712ed4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0 No symbol table info available. #9 0xb762cd3e in clone () from /lib/i386-linux-gnu/libc.so.6 No symbol table info available. (gdb) quit