I have a somewhat odd problem. My class derived from TCPSession segfaults as soon as i exit run(). Even when i compile the tcpthread.cpp example.
First i get a: free(): invalid pointer 0x83e6120!
then a: Segmentation fault
Compiling on a Fedora Core 2-test1 environment.
using: g++ -o sess sess.C `ccgnu2-config --flags --libs`
Thanx for you response!
Log in to post a comment.
I have a somewhat odd problem. My class derived from TCPSession segfaults as soon as i exit run(). Even when i compile the tcpthread.cpp example.
First i get a:
free(): invalid pointer 0x83e6120!
then a:
Segmentation fault
Compiling on a Fedora Core 2-test1 environment.
using:
g++ -o sess sess.C `ccgnu2-config --flags --libs`
Thanx for you response!