Comment 13 for bug 1820618

Revision history for this message
Maxime DOYEN (mdoyen) wrote : Re: glib 2.56.x crash import with HB 5.2.3

@all thanks for your report and help here
the glib fix is into glib 2.58.0, so one solution is that you upgrade glib to that version or above

@cascagrossa : let try a bypass for this glib bug; if I understood correctly what the glib patch was:

please open the file named 'ui-assist-import.c'
go to line 1996 : data->txndata = g_array_sized_new(FALSE, TRUE, sizeof(ImpTxnData), nbacc);
add just below: g_array_set_size(data->txndata, nbacc);

then recompile and retest
if this succeed I will add this call for glib < 2.58.0