<div dir="ltr"><div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">From: Victor Julien <<a href="mailto:victor@inliniac.net">victor@inliniac.net</a>><br>

<br>
On 04/08/2013 10:39 AM, Prabhakaran Kasinathan wrote:<br>
> What does this error represent ?<br>
><br>
><br>
>     [Thread 0xb5f89b70 (LWP 11211) exited]<br>
>     [Thread 0xb4865b70 (LWP 11213) exited]<br>
>     [Thread 0xb4064b70 (LWP 11214) exited]<br>
><br>
>     suricata: flow.c:478: FlowShutdown: Assertion<br>
>     `!((f->use_cnt_sc_atomic__) != 0)' failed.<br>
><br>
>     Program received signal SIGABRT, Aborted.<br>
>     0x0012d422 in __kernel_vsyscall ()<br>
>     (gdb)<br>
<br>
The flow has a reference counter "use_cnt". It's atomic, so it has the<br>
_sc_atomic suffix. This reference counter is increased for each packet<br>
that references the flow. If at shut down, when we should have no more<br>
active packets, there is still a non-zero use_cnt, it most likely means<br>
that a packet got lost inside suricata somehow.<br>
<br>
Are you seeing this in the official code? Or are you running your own<br>
modifications?<br></blockquote><div><br></div><div style>I am seeing it in my own modifications.. I think i fixed it now!  Thanks for the clarification!</div></div></div></div></div>