fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
<fche>
kerneltoast, yo
<fche>
sorry about the late pong and not getting meaningful data back to you
<kerneltoast>
yoyo
<fche>
hmmmmm
<fche>
can I interest you in adding a test case
<fche>
one that fails with prior code and passes with this patch
<fche>
(the user-symbol offset one)
<fche>
please give that a try. if that works, go for the merge
sscox has joined #systemtap
derek088_ has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek088_ has quit [Remote host closed the connection]
derek0883 has joined #systemtap
derek088_ has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek088_ has quit [Ping timeout: 276 seconds]
derek0883 has joined #systemtap
derek0883 has quit [Ping timeout: 276 seconds]
derek0883 has joined #systemtap
derek0883 has quit [Ping timeout: 256 seconds]
<kerneltoast>
oof, i dunno how to write stap test cases
<kerneltoast>
how bout i give you one spicy meme and you do the test case
derek0883 has joined #systemtap
derek0883 has quit [Ping timeout: 260 seconds]
orivej has joined #systemtap
mjw has quit [Quit: Leaving]
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
khaled has quit [Quit: Konversation terminated!]
derek0883 has joined #systemtap
orivej has quit [Ping timeout: 260 seconds]
sscox has quit [Ping timeout: 264 seconds]
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
orivej has joined #systemtap
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #systemtap
derek0883 has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #systemtap
orivej has quit [Ping timeout: 265 seconds]
orivej has joined #systemtap
orivej has quit [Ping timeout: 276 seconds]
orivej has joined #systemtap
khaled has joined #systemtap
_whitelogger has joined #systemtap
orivej has quit [Ping timeout: 264 seconds]
mjw has joined #systemtap
<fche>
kerneltoast, can you remind me of the motivating problem that this solved? wasn't it ruby based or something?
orivej has joined #systemtap
wcohen has quit [Remote host closed the connection]
wcohen has joined #systemtap
orivej has quit [Ping timeout: 245 seconds]
fdalleau_away is now known as fdalleau
sscox has joined #systemtap
przemoc has joined #systemtap
derek0883 has joined #systemtap
derek088_ has joined #systemtap
derek0883 has quit [Ping timeout: 245 seconds]
derek088_ has quit [Ping timeout: 240 seconds]
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
<kerneltoast>
fche, the first section of the php binary is not executable, so the executable section is located at a nonzero offset
<kerneltoast>
this breaks symbol lookups because stap always assumes the executable section is at offset 0
orivej has joined #systemtap
<fche>
ah I'm starting to recall
<fche>
did you ever try to reproduce the problem with another executable by any chance?