I'm trying to trace down a bug in "msgrcv01" on our systems, and have
run into a bit of trouble.
In "msgrcv01.c" I'm trying to print more info to the command line using
tst_resm(TINFO, ...), however, it never makes it to stdout if I run it
through the scripts. All the output that does make it to screen for
this particular test case comes from the file: libipc.c . I ran into
similar problems in msgctl01 and msgsnd01.
I would assume this is a bug, as I cannot see a reason to redirect debug
info away from the same destination as the rest of the debug data.
If anyone has any suggestions on getting debug output during these
tests, it would be much appreciated. And if this is, in fact a bug, let
me know where to report it. Also, if there's something I need to
clarify, let me know.
Thanks,
-Larissa
|