Closed GoogleCodeExporter closed 8 years ago
$ ./src/redis-check-aof appendonly.aof
0x00000020: Expected \r\n, got: 000d
AOF is not valid
Original comment by kmeren...@gmail.com
on 2 Aug 2011 at 12:09
My bad, redis didn't segfault in runtime. It exited because it wrote only part
of AOF (in flushAppendOnlyFile). Still, redis segfaults on broken AOF.
Original comment by kmeren...@gmail.com
on 2 Aug 2011 at 12:35
Fix: https://github.com/antirez/redis/pull/74
Original comment by kmeren...@gmail.com
on 2 Aug 2011 at 1:15
Fix merged, thanks, closing the issue.
Original comment by anti...@gmail.com
on 20 Sep 2011 at 8:53
Original issue reported on code.google.com by
kmeren...@gmail.com
on 2 Aug 2011 at 12:05Attachments: