nff-go icon indicating copy to clipboard operation
nff-go copied to clipboard

Segmentation Fault - IP Reassembly

Open ZainubW opened this issue 2 years ago • 0 comments

Hello, I am working on a project, where IP Reassembly of traffic is required and I am using nff-go for this purpose. I am having a problem while running my application. I tried using debugger and every time my application is breaking at point "rte_ip_frag_free_death_row" with an error "Segmentation Fault". This means, it tries to access the memory that doesn't exist. Can you please guide me how can I resolve this isuse?

ZainubW avatar Oct 15 '21 11:10 ZainubW