fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
scox has joined #systemtap
pwithnall_ has quit [Ping timeout: 240 seconds]
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
rgrinberg has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
_whitelogger has joined #systemtap
rgrinberg has quit [Remote host closed the connection]
ananth has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
ravi_ has joined #systemtap
jistone has quit [Ping timeout: 255 seconds]
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
Humble has quit [Ping timeout: 255 seconds]
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
hkshaw has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
jistone has joined #systemtap
csanting has joined #systemtap
jlebon has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
Humble has joined #systemtap
Humble has quit [Remote host closed the connection]
Humble has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
pwithnall has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
pwithnall_ has joined #systemtap
Humble has quit [Ping timeout: 255 seconds]
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
pwithnall_ has quit [Quit: pwithnall_]
danielmeirdoron has joined #systemtap
<danielmeirdoron>
hi, is it ok to post newb questions here?
<danielmeirdoron>
i have a problem, I am using systemtap version 2.9/0.165, Debian version 2.9-2ubuntu2 (xenial), and I use the -o flag to send output to a named pipe (/tmp/tun), however as soon as the reader on the other side is closing its end, the whole stap goes down as if it was finished....why?
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
<danielmeirdoron>
since my stap ko is gonna run a very long time, I don't want to have all data written to a file which will grow endlessly, so I though using a named pipe.
pwithnall_ has joined #systemtap
pwithnall_ has quit [Client Quit]
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
<danielmeirdoron>
i have a problem, I am using systemtap version 2.9/0.165, Debian version 2.9-2ubuntu2 (xenial), and I use the -o flag to send output to a named pipe (/tmp/tun), however as soon as the reader on the other side is closing its end, the whole stap goes down as if it was finished....why? since my stap ko is gonna run a very long time, I don't want to have all data written to a file which will grow endlessly, so I though using a named pipe.
Meths has quit [Read error: Connection reset by peer]
groleo has joined #systemtap
Meths has joined #systemtap
<danielmeirdoron>
ok ,so I straced staprun, the problem is that when I close the reading end, it receives a SIGPIPE which by default causes process termination. so, apparently no support for output to pipes in Systemtap
scox has quit [Ping timeout: 260 seconds]
srikar_away has quit [Ping timeout: 252 seconds]
Meths has quit [Read error: Connection reset by peer]
ananth has quit [Quit: Leaving]
Meths has joined #systemtap
ravi_ has quit [Ping timeout: 255 seconds]
pwithnall has quit [Quit: pwithnall]
pwithnall has joined #systemtap
pwithnall has quit [Client Quit]
pwithnall has joined #systemtap
hkshaw has quit [Ping timeout: 240 seconds]
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
pwithnall_ has joined #systemtap
pwithnall has quit [Ping timeout: 255 seconds]
pwithnall_ has quit [Quit: pwithnall_]
pwithnall_ has joined #systemtap
pwithnall_ has left #systemtap [#systemtap]
hkshaw has joined #systemtap
<modem_>
fche: hi
<modem_>
did try this, (the cast with "kernel/") didn't worked neither, i found a workaround meanwhile
<modem_>
i have no idee why i cannot cast to this module's structure
<modem_>
i should give it a try again a bit later
<modem_>
/tmp/stapqePMxL/stap_219d3326f306154964469ff308ff5723_3222_src.c:262:11: error: implicit declaration of function ‘page_to_virt’ [-Werror=implicit-function-declaration]
<modem_>
i am running in a new problem today
<modem_>
in some C embedded code i have no way to use page_to_virt() macro, i added a %{ #include <linux/mm.h> %} previously to that line where it is supposed to be declared
<modem_>
ok i figured a workaround gain
<modem_>
again
<modem_>
but i have no idee why i cannot use this macro
<modem_>
i upgraded to 3.0 meanwhile, not working
pwithnall_ has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
<lzap>
hey guys, I am peeking into a ruby (Rails) app and it worked quite well but with newer version of the app, I am getting user string copy fault -14 at 000000000042f16c near identifier 'user_string_n'...
<lzap>
tried --skip-badvars but it did not change a thing
wcohen has quit [Ping timeout: 240 seconds]
<lzap>
it goes like this:
<lzap>
ERROR: user string copy fault -14 at 0000000001a9e310 [man error::fault] near identifier 'user_string_n' at /usr/share/systemtap/tapset/uconversions.stp:133:10
scox has joined #systemtap
<lzap>
wow I changed user_string to user_string_warn in /opt/rh/rh-ruby22/root/usr/share/systemtap/tapset/libruby.so.2.2.stp and it works
<lzap>
I dont know what I am doing to be honest but it works
drsmith_away is now known as drsmith
<drsmith>
lzap: so are you getting a warning now?
<drsmith>
normally I'd say your user string copy fault error was because that memory wasn't paged in yet, but I'm not sure that address looks valid
<drsmith>
in theory, all you did by changing user_string to user_string_warn would be get a warning on a copy fault instead of an error
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
ton31337 has quit [Ping timeout: 256 seconds]
ton31337 has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
brolley has joined #systemtap
wcohen has joined #systemtap
<lzap>
drsmith: yeah it looks like it thanks
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
jhg_ has quit [Quit: adde parvum parvo magnus acerrus erit]
jhg__ is now known as jhg_
drsmith is now known as drsmith_away
drsmith_away is now known as drsmith
tromey has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
Humble has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
pwithnall has joined #systemtap
pwithnall_ has quit [Read error: Connection reset by peer]
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
jistone_ has joined #systemtap
jistone_ has quit [Quit: Leaving]
hkshaw has quit [Ping timeout: 252 seconds]
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
pwithnall has quit [Ping timeout: 255 seconds]
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
scox has quit [Ping timeout: 245 seconds]
mjw has quit [Quit: Leaving]
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
scox has joined #systemtap
tromey has quit [Quit: ERC (IRC client for Emacs 25.1.91.3)]
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
pwithnall_ has joined #systemtap
Meths has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
wcohen has quit [Ping timeout: 252 seconds]
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
brolley has left #systemtap [#systemtap]
Meths has quit [Read error: Connection reset by peer]
Meths has joined #systemtap
wcohen has joined #systemtap
drsmith is now known as drsmith_away
Meths has quit [Read error: Connection reset by peer]