Matti Linnanvuori
Matti Linnanvuori
I think this segmentation fault is because state inbound_buffer bytes is 0x0. memcpy is done to that null address. #1 0x00007ffff6db2c0d in amqp_handle_input (state=0x7bc8a0, received_data=..., decoded_frame=0x7fffffffe2c0) at /usr/include/bits/string3.h:52 52 return...
I upgraded Net::RabbitMQ with the newest librabbitmq (rabbitmq-c-fb6fca832fd2) and the segmentation fault no longer appeared. I was thinking I could upload a fixed version of Net::RabbitMQ to CPAN unless you...
I made a pull request #14 that fixes this segmentation fault.