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>
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