real-logic / aeron

Efficient reliable UDP unicast, UDP multicast, and IPC message transport
Apache License 2.0
7.37k stars 888 forks source link

Getting seg fault when running streaming_exclusive_publisher -c "aeron:ipc" #1633

Closed khshm closed 2 months ago

khshm commented 3 months ago

This happens on Ubuntu machine when trying to run aeron sample code.

Ran ipc-c-media-driver in one shell. Then tried running streaming_exclusive_publisher -c "aeron:ipc" in another shell and got following: Streaming 10000000 messages of payload length 32 bytes to aeron:ipc on stream id 1001 Segmentation fault (core dumped)

Is aeron:ipc not a valid option for streaming_exclusive_publisher. Did not have any issue running streaming_publisher with aeron:ipc.