|
From: Scott K. <val...@ke...> - 2004-09-15 14:33:55
|
Hi all, I've created a very simple test program that causes valgrind (both memcheck and addrcheck) to assert with: valgrind: vg_signals.c:1997 (vg_async_signalhandler): Assertion `vgPlain_ksigismember(&uc->uc_sigmask, sigNo)' failed. All the program does is create a pthread, and from that pthread it calls popen() to open a pipe to qmail to send an email. Is this a known limitation? Or something I should file a proper bug report for? (Yes, I have more details, I just thought I'd check first). Thanks, Scott. |