The following bug has been SUBMITTED.
======================================================================
http://www.dbmail.org/mantis/bug_view_advanced_page.php?bug_id=0000156
======================================================================
Reported By:                xing
Assigned To:                
======================================================================
Project:                    DBMail
Bug ID:                     156
Category:                   IMAP daemon
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             11-Jan-05 09:27 CET
Last Modified:              11-Jan-05 09:27 CET
======================================================================
Summary:                    imapd  terminates/restarts child at authentication 
stage...
Description: 
Here is the following log from Thunderbird when trying to check mail. 

Jan 11 00:17:30 dell3 dbmail/imap4d[23917]: CreateSocket(): socket IP
requested [*] OK
Jan 11 00:17:30 dell3 dbmail/imap4d[23917]: CreateSocket(): IP bound to
socket
Jan 11 00:17:30 dell3 dbmail/imap4d[23917]: CreateSocket(): socket
creation complete
Jan 11 00:17:30 dell3 dbmail/imap4d[23918]: StartServer(): init
Jan 11 00:17:30 dell3 dbmail/imap4d[23918]: dbmysql.c,db_query: executing
query [SELECT 1=1 FROM dbmail_physmessage LIMIT 1 OFFSET 0]
Jan 11 00:17:30 dell3 dbmail/imap4d[23918]: StartServer(): init ok.
Creating children..
Jan 11 00:17:30 dell3 dbmail/imap4d[23919]: pool.c,child_register:
register child [23919]
Jan 11 00:17:30 dell3 dbmail/imap4d[23919]: pool.c,child_register:
initializing child_state [23919] using slot [0]
Jan 11 00:17:30 dell3 dbmail/imap4d[23919]: serverchild.c,CreateChild:
signal handler placed, going to perform task now
Jan 11 00:17:30 dell3 dbmail/imap4d[23919]: dbmysql.c,db_query: executing
query [SELECT 1=1 FROM dbmail_physmessage LIMIT 1 OFFSET 0]
Jan 11 00:17:30 dell3 dbmail/imap4d[23919]: PerformChildTask(): waiting
for connection
Jan 11 00:17:30 dell3 dbmail/imap4d[23919]: pool.c,child_reg_disconnected:
[23919]
Jan 11 00:17:30 dell3 dbmail/imap4d[23920]: pool.c,child_register:
register child [23920]
Jan 11 00:17:30 dell3 dbmail/imap4d[23920]: pool.c,child_register:
initializing child_state [23920] using slot [1]
Jan 11 00:17:30 dell3 dbmail/imap4d[23920]: serverchild.c,CreateChild:
signal handler placed, going to perform task now
Jan 11 00:17:30 dell3 dbmail/imap4d[23920]: dbmysql.c,db_query: executing
query [SELECT 1=1 FROM dbmail_physmessage LIMIT 1 OFFSET 0]
Jan 11 00:17:30 dell3 dbmail/imap4d[23920]: PerformChildTask(): waiting
for connection
Jan 11 00:17:30 dell3 dbmail/imap4d[23920]: pool.c,child_reg_disconnected:
[23920]
Jan 11 00:17:30 dell3 dbmail/imap4d[23921]: pool.c,child_register:
register child [23921]
Jan 11 00:17:30 dell3 dbmail/imap4d[23922]: pool.c,child_register:
register child [23922]
Jan 11 00:17:30 dell3 dbmail/imap4d[23923]: pool.c,child_register:
register child [23923]
Jan 11 00:17:30 dell3 dbmail/imap4d[23918]: StartServer(): children
created, starting main service loop
Jan 11 00:17:30 dell3 dbmail/imap4d[23921]: pool.c,child_register:
initializing child_state [23921] using slot [2]
Jan 11 00:17:30 dell3 dbmail/imap4d[23921]: serverchild.c,CreateChild:
signal handler placed, going to perform task now
Jan 11 00:17:30 dell3 dbmail/imap4d[23923]: pool.c,child_register:
initializing child_state [23923] using slot [4]
Jan 11 00:17:30 dell3 dbmail/imap4d[23922]: pool.c,child_register:
initializing child_state [23922] using slot [3]
Jan 11 00:17:30 dell3 dbmail/imap4d[23922]: serverchild.c,CreateChild:
signal handler placed, going to perform task now
Jan 11 00:17:30 dell3 dbmail/imap4d[23923]: serverchild.c,CreateChild:
signal handler placed, going to perform task now
Jan 11 00:17:30 dell3 dbmail/imap4d[23921]: dbmysql.c,db_query: executing
query [SELECT 1=1 FROM dbmail_physmessage LIMIT 1 OFFSET 0]
Jan 11 00:17:30 dell3 dbmail/imap4d[23921]: PerformChildTask(): waiting
for connection
Jan 11 00:17:30 dell3 dbmail/imap4d[23921]: pool.c,child_reg_disconnected:
[23921]
Jan 11 00:17:30 dell3 dbmail/imap4d[23922]: dbmysql.c,db_query: executing
query [SELECT 1=1 FROM dbmail_physmessage LIMIT 1 OFFSET 0]
Jan 11 00:17:30 dell3 dbmail/imap4d[23923]: dbmysql.c,db_query: executing
query [SELECT 1=1 FROM dbmail_physmessage LIMIT 1 OFFSET 0]
Jan 11 00:17:30 dell3 dbmail/imap4d[23922]: PerformChildTask(): waiting
for connection
Jan 11 00:17:30 dell3 dbmail/imap4d[23922]: pool.c,child_reg_disconnected:
[23922]
Jan 11 00:17:30 dell3 dbmail/imap4d[23923]: PerformChildTask(): waiting
for connection
Jan 11 00:17:30 dell3 dbmail/imap4d[23923]: pool.c,child_reg_disconnected:
[23923]
Jan 11 00:18:21 dell3 dbmail/imap4d[23919]: pool.c,child_reg_connected:
[23919]
Jan 11 00:18:21 dell3 dbmail/imap4d[23919]: PerformChildTask(): incoming
connection from [66.54.66.36]
Jan 11 00:18:21 dell3 dbmail/imap4d[23919]: PerformChildTask(): client
info init complete, calling client handler
Jan 11 00:18:21 dell3 dbmail/imap4d[23919]: IMAPClientHandler(): line read
for PID 23919
Jan 11 00:18:21 dell3 dbmail/imap4d[23919]: COMMAND: [1 authenticate
login]
Jan 11 00:18:21 dell3 dbmail/imap4d[23919]: arg[0]: 'login'
Jan 11 00:18:21 dell3 dbmail/imap4d[23919]: IMAPClientHandler(): Executing
command authenticate...
Jan 11 00:18:21 dell3 dbmail/imap4d[23919]:
serverchild.c,active_child_sig_handler: got signal [13]
Jan 11 00:18:21 dell3 dbmail/imap4d[23919]:
serverchild.c,active_child_sig_handler: cannot ignore this. Terminating
Jan 11 00:18:21 dell3 dbmail/imap4d[23919]: pool.c,child_unregister: child
[23919] unregistered
Jan 11 00:18:21 dell3 dbmail/imap4d[23918]: ParentSigHandler(): got signal
[17]
Jan 11 00:18:21 dell3 dbmail/imap4d[23918]:
pool.c,manage_restart_children: child [23919] exited. Restarting...
Jan 11 00:18:21 dell3 dbmail/imap4d[23942]: pool.c,child_register:
register child [23942]
Jan 11 00:18:21 dell3 dbmail/imap4d[23942]: pool.c,child_register:
initializing child_state [23942] using slot [0]
Jan 11 00:18:21 dell3 dbmail/imap4d[23942]: serverchild.c,CreateChild:
signal handler placed, going to perform task now
Jan 11 00:18:21 dell3 dbmail/imap4d[23942]: dbmysql.c,db_query: executing
query [SELECT 1=1 FROM dbmail_physmessage LIMIT 1 OFFSET 0]
Jan 11 00:18:21 dell3 dbmail/imap4d[23942]: PerformChildTask(): waiting
for connection
Jan 11 00:18:21 dell3 dbmail/imap4d[23942]: pool.c,child_reg_disconnected:
[23942]

======================================================================

Bug History
Date Modified  Username       Field                    Change              
======================================================================
11-Jan-05 09:27xing           New Bug                                      
======================================================================

Reply via email to