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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: