Displaying 2 results from an estimated 2 matches for "policy_refusal".
2019 Aug 02
3
auth-policy crashing
...es 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->payload);
if (context->request == NULL) fprintf...
2019 Aug 06
0
auth-policy crashing
...rate 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->payload);
>
> ??? if...