|
From: Christian B. <bor...@de...> - 2011-07-28 18:49:20
|
On 28/07/11 18:41, Florian Krohm wrote: > On 07/28/2011 12:21 PM, Bart Van Assche wrote: >> >> I've noticed that the "diff" attachment is missing from the nightly >> build output e-mailed from the systems administered by Christian ? > > yeah, I noticed this myself. And the svn revision number is missing, > too. Ah well, I'm sure Christian will fix it when he's back from his > leave in 3 weeks. Just checked my mail. I tried a short hack on the sles system. Lets see, if that worked out. I have to look at tc04 and tc09, but tc23 is broken even without valgrind: [...] r= pthread_cond_wait(&cv, (pthread_mutex_t*)(1 + (char*)&mx[0]) ); [...] this will cause a compare and swap instruction on a misaligned address, which causes a sigill. |