|
I've been attempting to use valgrind, I read through the document on the homepage for it, and thought I knew how to use it, but I am a bit stumped.
I use the command line : ../../marquoz/bin/bin/valgrind --tool=memcheck --leak-check=yes -v bin/circle 3000
to start it up.
Everything loads up fine on it, and it gets to the player prompt wonderfully. Once I log in though, I receieve this:
Feb 10 09:03:32 :: No connections. Going to sleep. Feb 10 09:03:40 :: New connection. Waking up. Feb 10 09:03:43 :: Porthios [127.0.0.1] has connected. ==4510== TRANSLATE: 0xB8C190 redirected to 0x1B903422 Killed
Anybody have any ideas why it locks up when I try to log a character in, and then dies? If I don't use valgrind, there's no problem like this. I'm also not sure if it's the redirect that is causing a problem, it's due to it 'binding to all ip interfaces'.
|