I use Proton with SwiftMQ broker which by default advertises max-frame-size=2147483647. Then realloc fails to allocate a memory region inside pn_buffer_ensure( disp->frame, disp->remote_max_frame) followed by a crash when disp->frame is used. Fortunately max-frame-size is configurable in SwiftMQ. I changed it to "65536" and Proton works now.
-- View this message in context: http://qpid.2158936.n2.nabble.com/Qpid-Proton-messenger-on-32-bit-linux-tp7603445p7604255.html Sent from the Apache Qpid Proton mailing list archive at Nabble.com.
