Description of problem: My .stp source was not doing a sane things for string == / != comparison. Version-Release number of selected component (if applicable): systemtap-0.5.14-1.fc8.x86_64 kernel-2.6.23-0.187.rc6.git7.fc8.x86_64 How reproducible: Always. Steps to Reproduce: 1. # stap -u /tmp/systemtap-bug.stp 2. # stap /tmp/systemtap-bug.stp Actual results: PASS (no bug) FAIL (bug) Expected results: PASS (no bug) PASS (no bug) Additional info: I may not have understood something of SystemTap, I am new to it.
Created attachment 201961 [details] Testcase.
You're right, there's a bug in there.
Fixed in commit 2dd0bf1.