Project

General

Profile

Bug #804

Updated by Andrii Arsirii over 11 years ago

<pre> 
 (gdb) bt 
 #0    0x0000000800d3d39c in __error () from /lib/libthr.so.3 
 #1    0x0000000800d3b4d1 in pthread_cond_signal () from /lib/libthr.so.3 
 #2    0x0000000801189ab5 in boost::condition_variable::wait () from /usr/local/lib/libboost_thread.so 
 #3    0x000000080118407c in boost::thread::join () from /usr/local/lib/libboost_thread.so 
 #4    0x0000000800928fcc in MyThread::stop (this=0x800bce700) at /usr/ports/net/smartswitch/work/smartswitch-7.2.21066/libsmartswitch/my_thread.cxx:34 
 #5    0x0000000800996098 in ~Config (this=0x800bce700) at /usr/ports/net/smartswitch/work/smartswitch-7.2.21066/libsmartswitch/config.cxx:261 
 #6    0x0000000800996238 in __tcf_0 () at /usr/ports/net/smartswitch/work/smartswitch-7.2.21066/libsmartswitch/config.cxx:124 
 #7    0x0000000802d119b6 in __cxa_finalize () from /lib/libc.so.7 
 #8    0x0000000802cbc0a7 in exit () from /lib/libc.so.7 
 #9    0x000000080094ad44 in popen2 ( 
     command=0x845a00018 "sendEmail -f root@xxx root@order6720.trouble-free.net -t \"support@streamco.org\" -u \"order6720.trouble-free.net asterisk\n-pf\n-U\nsmartswitch\n-G\nsmartswitch crashed\" -m \"\033[0;37mERROR: Unable to open log file '/va"..., infp=0x7fffffffccac, outfp=0x7fffffffcca8) at /usr/ports/net/smartswitch/work/smartswitch-7.2.21066/libsmartswitch/exec.cxx:41 
 #10 0x000000080094ae03 in exec (command=@0x7fffffffe050, in=@0x7fffffffe040) at /usr/ports/net/smartswitch/work/smartswitch-7.2.21066/libsmartswitch/exec.cxx:64 
 #11 0x00000008008c5481 in MailAccount::send_mail (this=0x7fffffffe840, recipient=@0x7fffffffe930, subject=@0x7fffffffeac0, body=@0x7fffffffeab0, files=@0x7fffffffe890) 
     at /usr/ports/net/smartswitch/work/smartswitch-7.2.21066/libsmartswitch/mail_account.cxx:129 
 #12 0x0000000000418692 in main (argc=3, argv=0x7fffffffeb50) at /usr/ports/net/smartswitch/work/smartswitch-7.2.21066/apps/mail/main.cxx:104 
 (gdb) quit 
 </pre>

Back