|
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 |
|
From: Patrick O. <pat...@in...> - 2006-03-01 08:57:53
|
On Wed, 2006-03-01 at 09:10 +0100, Roberto Diaz wrote: > I have the following error which appears every time I call > pthread_create(): > [uninitialized write in pthread_create] > 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. Looks like http://bugs.kde.org/show_bug.cgi?id=119446 It was also mentioned on this list, see http://sourceforge.net/search/?forum_id=32038&group_id=46268&words=pthread+causes+%22Syscall+param+write%28buf%29+points+to+uninitialised+byte%28s%29%22&type_of_search=mlists -- Best Regards, Patrick Ohly The content of this message is my personal opinion only and although I am an employee of Intel, the statements I make here in no way represent Intel's position on the issue, nor am I authorized to speak on behalf of Intel on this matter. |