-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
proxyd crashes while processing a APPEND command #720
Comments
From: paul r turgyan proxyd is segfaulting while processing We are running: Here is a backtrace from one of the proxyd core files (gdb) bt (gdb) up (gdb) p eol This is how I reproduced it: Use imtest to open a connection to a proxyd, 1234567890123456789012345678901234567890123456789012345678901234567890123456789 then wait about 6 minutes, and then enter somemore text. Wait another 30 minutes or whatever your timeout value is in imapd.conf, Here is what I think is happening. proxyd opens a connection to the client. proxyd starts reading from client, writing to backend. client sends some data client stalls/stops sending data for a while. 5 minutes later proxyd detects no incoming data from the Timeout processing consists of: proxyd.c:892 function backend_timeout.
Upon completion of the timeout processing, if the original pipe_command tries to write the returned data to the backend, Possible Fixes: Another idea is to close the client stream before/after closing the |
Attachment-Id: 366 Sets "backend_current" if none set |
From: Ken Murchison Fixed in CVS. We no longer timeout "active" backends. |
From: paul r turgyan
Bugzilla-Id: 2682
Version: 2.2.x
Owner: Ken Murchison
The text was updated successfully, but these errors were encountered: