|
From: Roberto D. <rd...@ti...> - 2006-02-28 10:10:34
|
Before the infinite loop valgrind prints this: ==1173== Syscall param select(readfds) points to uninitialised byte(s) ==1173== at 0x4414B8E: select (in /lib/libc-2.2.4.so) ==1173== by 0x804CF5A: main (in /usuarios/SREINT/SREA.pj/sreln060sergio.ss/_LinuxNG.O/brokerProcesos) ==1173== Address 0xBEFFF360 is on thread 1's stack BrokerProcesos:1173:BrokerProcesos.cpp::443::debug::hemos retornado mal de select con rst: -1 error: Bad address BrokerProcesos:1173:BrokerProcesos.cpp::434::informa::1173:Esperando conexiones entrantes en select(2) BrokerProcesos.cpp::436::informa::maxFd: 65525 I wonder what is happening.. Thank you Roberto |
|
From: Dirk M. <dm...@gm...> - 2006-02-28 11:22:25
|
On Tuesday, 28. February 2006 11:05, Roberto Diaz wrote: > Before the infinite loop valgrind prints this: > > ==1173== Syscall param select(readfds) points to uninitialised byte(s) Well, see, even valgrind itself tells you that there is a bug in your code ;) Dirk |