Actions
Bug #4586
closedsegmentfault when reopen redis
Affected Versions:
Effort:
high
Difficulty:
low
Label:
C
Description
After successfully connecting to redis and then stopping redis, the process will crash.
It should has setted ctx->ev_base to NULL after event_base_free(ctx->ev_base) in the function SCConfLogReopenAsyncRedis.
Actions