bas smit
bas smit
no worries, thanks for testing so quickly :)
reduced your output to the relevant errors :) I'll try to reproduce it on a fedora system. We now have automatic library detection but the tools havent been migrated yet,...
the ` Found: stdin:1:69-87: ERROR: Could not resolve symbol: testprogs/uprobe_test:GLOBAL_A`, if you can manually verify the symbols in the prog that might be helpful. Wonder if they got compiled out...
Seems like the symbols got compiled/stripped out for some reason, in the ubuntu box: ``` $ objdump --sym tests/testprogs/uprobe_test |grep GLOB 0000000000404000 l O .got.plt 0000000000000000 _GLOBAL_OFFSET_TABLE_ 0000000000404040 g O...
Relates /expands #1579
sadly it has been broken for a whlie :( The LLVM build actually pulls in LLVM & CLang from cmake and does the whole build magic stuff. For some reason...
> Good idea! Wonder if it would make sense to have some subcommand like `bpftrace doctor` to check for various things to be in the "right" place. I think we...
Just curious, what is the usecase here?
I always thought that probes should be valid unless they include a wildcard. I think aborting when no probes match is valid default behaviour, adding a `--strict` for that seems...
> @fbs, The testcases are dependent on DTRACE_PROBE probes points. > Adding usdt:./testprogs/usdt_sized_args:test:probe2 caused path not found in one of the ci machine here. Hmm, but not every ci. >...