Hi Kazu,
I have tried to decompress lzo-rle using the same approach as lzo, with only the following modifications: if (STREQ(name, "lzo")) ---> if (STREQ(name, "lzo") || STREQ(name, "lzo-rle")) but the result is not successful. crash> gcore -v 0 1 gcore: WARNING: zram decompress error gcore: WARNING: zram decompress error gcore: WARNING: zram decompress error Or is there a specific function in the lzo library for decompressing lzo-rle? Thanks, Yulong
-- Crash-utility mailing list -- [email protected] To unsubscribe send an email to [email protected] https://${domain_name}/admin/lists/devel.lists.crash-utility.osci.io/ Contribution Guidelines: https://github.com/crash-utility/crash/wiki
