Last coupla lines of logs...

2010/01/21  2:18:20.198476 New client socket 33
2010/01/21  2:18:20.228583 [36312] SMTP server: QUIT
2010/01/21  2:18:20.229020 Purging session 36312
2010/01/21  2:18:20.229089 RemoveContext() session 36312
2010/01/21  2:18:20.229116 [36312] xmpp_queue_event(1, )
2010/01/21  2:18:20.229174 [36312] Performing SMTP cleanup hook
2010/01/21  2:18:20.229203 [36312] Session ended.
2010/01/21  2:18:20.229224 Closing socket 44
2010/01/21  2:18:20.229248 Done with RemoveContext()
2010/01/21  2:18:20.259755 New client socket 39
2010/01/21  2:18:20.311786 [36316] Session SMTP data is null.  WTF?  We will 
crash now.
2010/01/21  2:18:20.312182 [36316] SMTP server: �z
2010/01/21  2:18:20.316010 [36306] SMTP server: MAIL FROM:<jac...@ecal.com> 
SIZE=2568
Segmentation fault (core dumped)

And a backtrace...

gdb ./citserver core.21084 

Core was generated by `./citserver -x9'.
Program
terminated with signal 11, Segmentation fault.

#0  smtp_command_loop () at modules/smtp/serv_smtp.c:871
871             if (sSMTP->command_state == smtp_user) {

#0  smtp_command_loop () at modules/smtp/serv_smtp.c:871
#1  0x08058a5f in worker_thread (arg=0x0) at sysdep.c:1020
#2  0x080776af in ctdl_internal_thread_func (arg=0x8487ad0) at threads.c:839
#3  0xb7eed50f in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#4  0xb7ba67ee in clone () from /lib/tls/i686/cmov/libc.so.6

Reply via email to