Re: [SR-Users] run_trans_callbacks_internal crash

2021-02-09 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > Get also the output for gdb commands in frame 0: > > list > > p *cbp Here, but not much: Program terminated with signal SIGSEGV, Segmentation fault. #0  0x7f601d4b2f32 in run_trans_callbacks_internal (cb_lst=0x7f5ffb53e318, type=512, trans=0x7f5ffb53e2a0,

[SR-Users] run_trans_callbacks_internal crash

2021-02-09 Thread Juha Heinanen
We got the crash below with 5.4.2. Before the crash there was db_mysql_async_exec_task(): failed to execute query related error messages in syslog. -- Juha Program terminated with signal SIGSEGV, Segmentation fault. #0  0x7f601d4b2f32 in run_trans_callbacks_internal (cb_lst=0x7f5ffb53e31

Re: [SR-Users] run_trans_callbacks_internal crash

2021-02-09 Thread Daniel-Constantin Mierla
Get also the output for gdb commands in frame 0: list p *cbp Cheers, Daniel On 09.02.21 15:09, Juha Heinanen wrote: > We got the crash below with 5.4.2. Before the crash there was > > db_mysql_async_exec_task(): failed to execute query > > related error messages in syslog. > > -- Juha > > Pro