You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to handle higher loads with just AF_PACKET, I tried to run packetbeat with GOMAXPROCS > 1. With runtime.GOMAXPROCS(2) or higher, it results in a segmentation fault. It seems some part of the code is not threadsafe.
Thanks for the report, we know there are several places in which the code is not thread safe. We'll start patching them, I suspect this access to the transaction map is the biggest issue.
In order to handle higher loads with just AF_PACKET, I tried to run packetbeat with GOMAXPROCS > 1. With runtime.GOMAXPROCS(2) or higher, it results in a segmentation fault. It seems some part of the code is not threadsafe.
Error output:
The text was updated successfully, but these errors were encountered: