From: Maxim Y. <max...@gm...> - 2006-10-22 22:06:19
|
On 22/10/06, Josef Weidendorfer <Jos...@gm...> wrote: > On Sunday 22 October 2006 17:50, Maxim Yegorushkin wrote: > > > I'm using 16 realtime signals [SIGRTMIN, SIGRTMIN + 15]. All the > > > signal handler does is writing a byte to a pipe. > > > > I took the easy path by making my program use 8 signals, rather than > > > 16 (the program is a test, so it's easily tunable). Now I get another > > > assertion. I can recompile valgrind to investigate further if you > > > like. > > > > Callgrind: threads.c:273 (vgCallgrind_post_signal): Assertion > > > '*(vgCallgrind_current_fn_stack.top) == 0' failed. > > Ok, seems to be a real bug. > > Can you please file a bug report? > It would be really good if you can attach your small test program, > as I need to reproduce this somehow. http://bugs.kde.org/show_bug.cgi?id=136154 |