fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
hpt has joined #systemtap
hchiramm has joined #systemtap
hchiramm_ has joined #systemtap
irker111 has quit [Quit: transmission timeout]
hkshaw has joined #systemtap
hkshaw has quit [Quit: Leaving.]
hkshaw has joined #systemtap
ego has joined #systemtap
ananth has joined #systemtap
ravi_ has joined #systemtap
ananth has quit [Ping timeout: 252 seconds]
ananth has joined #systemtap
srikar_away is now known as srikar
naveen has joined #systemtap
hchiramm_ has quit [Ping timeout: 260 seconds]
hchiramm has quit [Ping timeout: 260 seconds]
hchiramm_ has joined #systemtap
hchiramm has joined #systemtap
hpt has quit [Ping timeout: 244 seconds]
scox has quit [Ping timeout: 240 seconds]
pmuldoon has quit [Ping timeout: 276 seconds]
ego has quit [Ping timeout: 244 seconds]
pmuldoon has joined #systemtap
naveen has quit [Quit: Leaving.]
naveen has joined #systemtap
naveen has quit [Client Quit]
ravi_ has quit [Remote host closed the connection]
lorddoskias1 has joined #systemtap
<lorddoskias1> so I'm running the following tapset with guru mode enabled: http://pastebin.com/8gjmei8j
<lorddoskias1> right, it was apparently a runtime issue :D
mjw has joined #systemtap
hchiramm_ has quit [Ping timeout: 260 seconds]
hchiramm has quit [Ping timeout: 260 seconds]
<lorddoskias1> so what does this error mean : ERROR: Build-id mismatch [man error::buildid]: "/lib/modules/4.4.2-clouder3/kernel/drivers/infiniband/ulp/ipoib/ib_ipoib.ko" byte 0 (0xb2 vs 0x00) address 0xffffffffa022d9d0 rc -14
<lorddoskias1> i get it sporadically ?
<lorddoskias1> i think the build-id mismatch is misleading
<mjw> note the hint: man error::buildid
<mjw> should give you a high-level explanation
<mjw> getting it sporadically is strange though
ravi has joined #systemtap
scox has joined #systemtap
naveen has joined #systemtap
ravi has quit [Ping timeout: 260 seconds]
irker452 has joined #systemtap
<irker452> systemtap: mcermak systemtap.git:refs/heads/master * release-2.9-411-g9546970 / runtime/transport/transport.c: Fix PR19812 by translating vpid to host namespace pid. http://tinyurl.com/jcktlmz
wcohen has quit [Ping timeout: 250 seconds]
drsmith_away is now known as drsmith
ravi has joined #systemtap
tromey has joined #systemtap
naveen has quit [Read error: Connection reset by peer]
<lorddoskias1> hm, my stap seems to not be able to resolve symbols originating from the ib_ipoib module: http://pastebin.com/1zHn1vYV eventough I run it like so: stap -dkernel -dipv6 -dib_core -dib_ipoib ipv6.stp and according to readelf ib_ipoib.ko it does have dwarf infomartion in it
<lorddoskias1> any ideas what might be going wrong?
naveen has joined #systemtap
<irker452> systemtap: flu systemtap.git:refs/heads/master * release-2.9-412-g1e35877 / staprun/monitor.c: Don't signal warning if script is exited immediately in monitor mode. http://tinyurl.com/gp4qq75
flu_ has quit [Ping timeout: 248 seconds]
wcohen has joined #systemtap
hchiramm_ has joined #systemtap
hchiramm has joined #systemtap
<fche> hi lorddoskias1
flu_ has joined #systemtap
<fche> that looks like it should work; did systemtap print any diagnostics during compilation or execution?
<fche> were some of those modules out-of-tree (so stap may not have found them during the unwind-information search phase) ?
<lorddoskias1> it only complained that System.map couldn't be found but I think this is moot if I have debuginfo
<lorddoskias1> none of those modules are out of tree
lorddoskias1 is now known as LordDoskias
LordDoskias has quit [Changing host]
LordDoskias has joined #systemtap
<fche> and does that address 0xedb3b correspond to a symbol in ib_ipoib ?
<fche> (could there be a version mismatch?)
hchiramm has quit [Ping timeout: 240 seconds]
brolley has joined #systemtap
hchiramm has joined #systemtap
hchiramm_ has quit [Ping timeout: 240 seconds]
<LordDoskias> fche: hmz, how do I find out, i ran readelf -r and here what it returned: readelf -r /lib/modules/4.4.2-clouder3/kernel/drivers/infiniband/ulp/ipoib/ib_ipoib.ko | grep db3b
<LordDoskias> 0000000db3b6 000200000001 R_X86_64_64 0000000000000000 .text + b954
<LordDoskias> 0000000ddb3b 000200000001 R_X86_64_64 0000000000000000 .text + c73c
<fche> LordDoskias, I might look at readelf -s (symbol tables) first, and maybe a more complete disassembly
<fche> but it looks like a plausible address so far
flu_ has quit [Remote host closed the connection]
lindi- has joined #systemtap
lindi- has joined #systemtap
flu_ has joined #systemtap
srikar is now known as srikar_away
hchiramm_ has joined #systemtap
hkshaw has quit [Quit: Leaving.]
<irker452> systemtap: fche systemtap.git:refs/heads/fche/pr19802 * release-2.9-397-g69f266b / NEWS man/stap.1.in runtime/dyninst/map_runtime.h runtime/linux/map_runtime.h runtime/map-gen.c runtime/map.c runtime/map.h runtime/pmap-gen.c: PR19802: make associate-array hash tables sized accordingly to each map's maxnum http://tinyurl.com/z8yq49b
<irker452> systemtap: fche systemtap.git:refs/heads/fche/pr19802 * release-2.9-396-g38d4b72 / runtime/map-gen.c runtime/map.c runtime/murmurhash3.c translate.cxx: PR19802 prototype: switch to murmurhash3 http://tinyurl.com/j8c8mog
<irker452> systemtap: fche systemtap.git:refs/heads/fche/pr19802 * release-2.9-397-g85cf67b / NEWS man/stap.1.in runtime/dyninst/map_runtime.h runtime/linux/map_runtime.h runtime/map-gen.c runtime/map.c runtime/map.h runtime/pmap-gen.c: PR19802: make associate-array hash tables sized accordingly to each map's maxnum http://tinyurl.com/jtyp2wy
ego has joined #systemtap
<LordDoskias> fche: yeah, but it still remains a mystery why the symbols for this particular and only this module are not resolved ;
<fche> consider a stap -k .... run to save the /tmp ... stap-symbols.h
<fche> see what's found for that module
ravi has quit [Remote host closed the connection]
<irker452> systemtap: fche systemtap.git:refs/heads/fche/pr19802 * release-2.9-396-g38d4b72 / runtime/map-gen.c runtime/map.c runtime/murmurhash3.c translate.cxx: PR19802 prototype: switch to murmurhash3 http://tinyurl.com/j8c8mog
<irker452> systemtap: fche systemtap.git:refs/heads/fche/pr19802 * release-2.9-397-g85cf67b / NEWS man/stap.1.in runtime/dyninst/map_runtime.h runtime/linux/map_runtime.h runtime/map-gen.c runtime/map.c runtime/map.h runtime/pmap-gen.c: PR19802: make associate-array hash tables sized accordingly to each map's maxnum http://tinyurl.com/jtyp2wy
fche has quit [Read error: Connection reset by peer]
fche has joined #systemtap
srikar_away is now known as srikar
ananth has quit [Quit: Leaving]
naveen has quit [Quit: Leaving.]
hchiramm_ has quit [Ping timeout: 248 seconds]
hchiramm has quit [Ping timeout: 248 seconds]
hchiramm has joined #systemtap
hchiramm_ has joined #systemtap
srikar is now known as srikar_away
ego has quit [Ping timeout: 244 seconds]
flu_ has quit [Read error: Connection reset by peer]
flu_ has joined #systemtap
tromey has quit [Quit: ERC (IRC client for Emacs 25.0.92.1)]
mjw has quit [Quit: Leaving]
scox has quit [Ping timeout: 276 seconds]
lzap has quit [Ping timeout: 244 seconds]
lzap has joined #systemtap
wcohen has quit [Ping timeout: 240 seconds]
brolley has left #systemtap [#systemtap]
<irker452> systemtap: fche systemtap.git:refs/heads/fche/pr19802 * release-2.9-396-g38d4b72 / runtime/map-gen.c runtime/map.c runtime/murmurhash3.c translate.cxx: PR19802 prototype: switch to murmurhash3 http://tinyurl.com/j8c8mog
<irker452> systemtap: fche systemtap.git:refs/heads/fche/pr19802 * release-2.9-397-g62be55f / NEWS man/stap.1.in runtime/dyninst/map_runtime.h runtime/linux/map_runtime.h runtime/map-gen.c runtime/map.c runtime/map.h runtime/pmap-gen.c testsuite/systemtap.maps/map_hash.exp: PR19802: make associate-array hash tables sized accordingly to each map's maxnum http://tinyurl.com/h8tdwcu
<irker452> systemtap: fche systemtap.git:refs/heads/fche/pr19802 * release-2.9-398-g4528e96 / runtime/dyninst/map_runtime.h runtime/linux/map_runtime.h runtime/map-stat.c runtime/map.c runtime/map.h runtime/pmap-gen.c: runtime: map streamlining http://tinyurl.com/h5f85qy
drsmith is now known as drsmith_away
wcohen has joined #systemtap
scox has joined #systemtap