On 10/05/2013 01:47 PM, Michael Stone wrote: > Looks like a noise result. Definition of timer_create is: > > int timer_create(clockid_t clockid, struct sigevent *sevp, timer_t > *timerid); > > coreutils has: > > timer_t timerid; > if (timer_create (CLOCK_REALTIME, NULL, &timerid) == 0) > ... > > So, yeah, timerid is unitialized--because it's just an allocated memory > location for timer_create to initialize and return a value in.
Well, Valgrind says "timer_create(evp)", not timerid and the problem apparently relies *inside* eglibc. But anyway, that was not even the point. The point was that debugging and bug reporting is difficult because there are no symbols to provide complete backtraces to developers. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org