koichi-szk / postgres

For local PostgreSQL code development by Koichi Suzuki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coredump: when recovery speed get fast, it will core dump at dispatcher worker loop

davidfrz opened this issue · comments

When recovery speed get fast, it will get core dump at dispatcher worker loop.
At
for (worker_list = dispatch_data->worker_list; *worker_list > PR_DISPATCHER_WORKER_IDX; worker_list++) { PR_enqueue(dispatch_data, XLogDispatchData, *worker_list); }

Could you get backtrace of the core using gdb? Koichi Suzuki 2024年4月18日(木) 10:47 范润泽 @.**>:

When recovery speed get fast, it will get core dump at dispatcher worker loop. At for (worker_list = dispatch_data->worker_list; worker_list > PR_DISPATCHER_WORKER_IDX; worker_list++) { PR_enqueue(dispatch_data, XLogDispatchData, worker_list); } — Reply to this email directly, view it on GitHub <#3>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHQS7LAL22CVAGFO3Z6XQ3Y54Q4DAVCNFSM6AAAAABGMLDBNWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI2DSNJWGU2TIMA . You are receiving this because you are subscribed to this thread.Message ID: @.
>

2