Displaying 2 results from an estimated 2 matches for "auth_request_initial".
2010 Oct 14
1
assertion failed: (auth_request_state_count[request->state] > 0)
...: assertion failed: (auth_request_state_count[request->state] > 0)
Here is a backtrace, unfortunately somewhat obfuscated by compiler optimization.
0 __pthread_kill + 10
1 pthread_kill + 95
2 abort + 143
3 i_set_failure_file + 274
4 i_set_failure_internal + 103
5 i_debug + 0
6 auth_request_initial + 0
7 auth_request_initial + 71
8 auth_penalty_anvil_callback + 207
9 anvil_client_connect + 364
10 io_loop_handler_run + 234
11 io_loop_run + 56
12 master_service_run + 27
13 main + 674
14 start + 52
2010 Oct 27
0
auth crash in 2.0.3
Here's another one-off crash in dovecot-2.0.3's auth process. Looks like request->mech == NULL in auth_request_initial(). I don't see any obvious fixes to this code between 2.0.3 and 2.0.6 so it may still be present in 2.0.6.
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000018
0 auth 0x000000010d89381b auth_request_initial + 85...