Subject: | Segmentation fault |
I'm adding CQLv2 support to my Net::Async::CassandraCQL. CQLv2 allows lz4 compression instead of snappy. Unfortunately I seem to get a segfault decompressing the server's response:
$ perl -MCompress::LZ4=decompress -E 'say decompress("\0\0\0>\360\16\0\0\0\2\0\0\0\1\0\0\0\3\0\6system\0\5peers\0\4\7\0\360\16\0\20\0\vdata_center\0\r\0\4rack\0\r\0\0\0\0")'
Segmentation fault
(this string is the bytes over the wire, as seen by strace)
--
Paul Evans