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 quit [Ping timeout: 250 seconds]
scox has quit [Read error: Connection timed out]
ravi_ has joined #systemtap
srikar_away has joined #systemtap
srikar_away has quit [Ping timeout: 252 seconds]
naveen_ has joined #systemtap
naveen- has joined #systemtap
naveen- has quit [Ping timeout: 255 seconds]
naveen_ has quit [Ping timeout: 265 seconds]
lzap has quit [Quit: /quit guys]
lzap has joined #systemtap
ananth has joined #systemtap
gila has joined #systemtap
Minnozz has joined #systemtap
jistone has joined #systemtap
naveen_ has joined #systemtap
nnr has joined #systemtap
nnr has quit [Client Quit]
naveen_ has quit [Quit: ZNC 1.6.3 - http://znc.in]
naveen_ has joined #systemtap
srikar_away has joined #systemtap
srikar_away is now known as srikar
mjw has joined #systemtap
hpt has quit [Quit: Lost terminal]
detter has joined #systemtap
scox has joined #systemtap
detter has quit [Ping timeout: 240 seconds]
scox has quit [Ping timeout: 240 seconds]
ananth has quit [Quit: Leaving]
srikar has quit [Ping timeout: 244 seconds]
ravi_ has quit [Remote host closed the connection]
detter has joined #systemtap
srikar_away has joined #systemtap
srikar_away is now known as srikar
detter has quit [Ping timeout: 240 seconds]
flu_ has joined #systemtap
scox has joined #systemtap
hchiramm has joined #systemtap
mbenitez has joined #systemtap
drsmith has joined #systemtap
hpt has joined #systemtap
hchiramm has quit [Ping timeout: 276 seconds]
tromey has joined #systemtap
detter has joined #systemtap
detter has quit [Ping timeout: 240 seconds]
detter has joined #systemtap
brolley has joined #systemtap
hpt has quit [Quit: Lost terminal]
ravi has joined #systemtap
srikar is now known as srikar_away
mbenitez has quit [Ping timeout: 258 seconds]
mbenitez has joined #systemtap
mbenitez has joined #systemtap
mbenitez has quit [Changing host]
<Minnozz> hi, I built systemtap 3.0 on Ubuntu 14.04 (because the version in the repository doesn't work with kernel >= 3.15) and I am getting "ERROR: user string copy fault -14 at 00007ff3c4b2e658 [man error::fault] near identifier 'user_string_n' at /usr/local/share/systemtap/tapset/uconversions.stp:133:10"
<Minnozz> does that ring a bell with anyone?
<fche> Minnozz, that can be expected (tm) if e.g. that part of the userspace program's memory hasn't been paged in
<fche> so it depends on script & context
<Minnozz> ah
<fche> can use try { } catch { } or stap --skip-badvars to work around such things
<Minnozz> fche: thanks. is this still expected if I only use user_string($argN) in my script?
<fche> yes, [man function::user_string] mentions the possibility of errors
<fche> and see also [man error::fault]
<Minnozz> thank you, I'll look into that
detter has quit [Read error: Connection reset by peer]
<Minnozz> ah right, I'm passing in a pointer, but what it points to isn't necessarily paged in
<Minnozz> re: my question about $argN
<fche> yup
<fche> so esp. at the early startup of a program, this can happen
<Minnozz> I suspect it's a string literal I'm passing in
<fche> could be. one way to check would be to put a strlen(foo) into your c program, to force it to be paged in. or an mlockall() syscall.
<fche> or
<fche> use user_string_quoted()
hchiramm has joined #systemtap
ravi has quit [Quit: Leaving]
srikar_away has quit [Ping timeout: 240 seconds]
naveen_ has quit [Ping timeout: 260 seconds]
ericli has joined #systemtap
agruenba has joined #systemtap
ericli has quit [Quit: This computer has gone to sleep]
fche has quit [Quit: Leaving]
fche has joined #systemtap
biyiklioglu has joined #systemtap
ericli has joined #systemtap
tromey has quit [Quit: ERC (IRC client for Emacs 25.1.3)]
scox has quit [Ping timeout: 244 seconds]
mbenitez has quit [Quit: Leaving]
mjw has quit [Quit: Leaving]
biyiklioglu has quit [Ping timeout: 265 seconds]
brolley has left #systemtap [#systemtap]
drsmith has left #systemtap [#systemtap]
ericli has quit [Quit: This computer has gone to sleep]
scox has joined #systemtap