Re: Segmentation fault when trying to store into cassandra...

2013-10-01 Thread Krishna Chaitanya
openjdk was the problem. I updated to the latest sun jdk and the issue was fixed!!! Thanks... On Mon, Sep 30, 2013 at 7:30 PM, Vivek Mishra wrote: > Java version issue? > Using sun jdk or open jdk? > > -Vivek > > > On Tue, Oct 1, 2013 at 6:16 AM, Krishna Chaitanya > wrote: > >> Hello, >>

Re: Segmentation fault when trying to store into cassandra...

2013-09-30 Thread Vivek Mishra
Java version issue? Using sun jdk or open jdk? -Vivek On Tue, Oct 1, 2013 at 6:16 AM, Krishna Chaitanya wrote: > Hello, >I modified a network probe which collects network packets to > store them into cassandra. So there are many packets that are coming in, I > capture the packets in

Segmentation fault when trying to store into cassandra...

2013-09-30 Thread Krishna Chaitanya
Hello, I modified a network probe which collects network packets to store them into cassandra. So there are many packets that are coming in, I capture the packets in the program and store them into cassandra. I am using libQtCassandra library. The program is crashing with segmentation fa