search for: auth_policy_parse_response

Displaying 2 results from an estimated 2 matches for "auth_policy_parse_response".

2019 Aug 02
3
auth-policy crashing
My auth process is dumping core. This happens several times per day but dovecot can operate normally for hours between errors. The crash occurs in src/auth/auth-policy.c, line 356: t at 1 (l at 1) program terminated by signal SEGV (no mapping at the fault address) Current function is auth_policy_parse_response 356 context->request->policy_refusal = FALSE; ...context->request is null. Add markers to the code... } if (context->request == NULL) fprintf(stderr, "2222222222222222222222222222 context->request == NULL\n"); i_stream_unref(&context->...
2019 Aug 06
0
auth-policy crashing
...mping core.? This happens several times per day > but dovecot can operate normally for hours between errors. > > The crash occurs in src/auth/auth-policy.c, line 356: > > t at 1 (l at 1) program terminated by signal SEGV (no mapping at the fault > address) > Current function is auth_policy_parse_response > ? 356?????????? context->request->policy_refusal = FALSE; > > ...context->request is null.? Add markers to the code... > > ??? } > ??? if (context->request == NULL) fprintf(stderr, > "2222222222222222222222222222 context->request == NULL\n"); > ???...