Hello,
I've been following the quickstart. However, I've encountered a discrepancy between the documented behavior and the my execution. More specifically, attempting to invoke cpg.call.argument.code("stderr") returns an empty iterator. Running cpg.call("fprintf").argument.code.l shows that the stderr argument is registered as <unknown> stderr. I'm not sure if this is a bug or a result of some faulty installation, so any help is appreciated.
Hello,
I've been following the quickstart. However, I've encountered a discrepancy between the documented behavior and the my execution. More specifically, attempting to invoke
cpg.call.argument.code("stderr")returns an empty iterator. Runningcpg.call("fprintf").argument.code.lshows that thestderrargument is registered as<unknown> stderr. I'm not sure if this is a bug or a result of some faulty installation, so any help is appreciated.