[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ns] TcpApp, problem killing agents
Hi,
I am working on a h323 model for NS that is loosely based on the
webcache model. I have a problem killing TCP connections : I have one agent send
the other via a TcpApp a "stop-session" request; the instproc stop-session kills
the tcp connections and a sigsev happens. It seems that process_data is called
with a null pointer (the data...) wich makes the program core dump.
Has anybody experienced the same sort of problem? Or is interested by
such a problem...
Thanks,
Tarik