|
From: Roberto D. <rd...@ti...> - 2006-03-01 08:10:25
|
Hi. :) I have the following error which appears every time I call pthread_create(): instancia creada: 0x4569d40 ==9902== Syscall param write(buf) points to uninitialised byte(s) ==9902== at 0x440D7B4: write (in /lib/libc-2.2.4.so) ==9902== by 0x4068234: pthread_create@GLIBC_2.0 (in /lib/libpthread-0.9.so) ==9902== by 0x407B097: tsk_hb_create (in /usuarios/SREINT/SREA.pj/tidlib_hb070roberto.ss/_Linux.O/libtsv_comun.so) ==9902== by 0x421CBCF: Comunicaciones::Hilo::lanzaHilo(void) (Hilo.cpp:128) ==9902== by 0x420A198: Comunicaciones::ControladorComunicaciones::comienzaLecturaMensajes(void) (ControladorComunicaciones.cpp:95) It seems pthread_create() is calling write() with some unitialised data.. I wonder if any of you have seen this kind of error before and maybe can point me out any solution. Thank you very much Roberto |