fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
pwithnall_ has joined #systemtap
lindi- has quit [Write error: Broken pipe]
lindi- has joined #systemtap
pwithnall__ has quit [Remote host closed the connection]
lindi- has quit [Changing host]
lindi- has joined #systemtap
gila has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
serhei has quit [Quit: leaving]
hpt has joined #systemtap
scox has joined #systemtap
gromero_ has joined #systemtap
serhei has joined #systemtap
irker763 has quit [Quit: transmission timeout]
tromey has quit [Quit: ERC (IRC client for Emacs 26.0.50)]
gromero_ has quit [Ping timeout: 255 seconds]
sanoj has joined #systemtap
hkshaw has joined #systemtap
groleo has joined #systemtap
mjw has joined #systemtap
higgins has quit [Quit: Leaving]
higgins has joined #systemtap
pwithnall____ has joined #systemtap
pwithnall_ has quit [Ping timeout: 255 seconds]
mjw has quit [Quit: Leaving]
orivej has quit [Ping timeout: 255 seconds]
mjw has joined #systemtap
pwithnall____ has quit [Quit: pwithnall____]
gila has joined #systemtap
nkambo has joined #systemtap
<invano> hi fche, problem solved. mmap/munmap/mprotect syscalls were not detexcted correctly and __stp_utrace_task_finder_target_syscall_entry was exiting without allowing the to call stapiu_mmap_found for the new vma. was working for ld because after execve struct vma already has ld.so
<invano> so the problem was stap not detecting dynamic mapping but only able to activate probes on *already mapped* regions
<invano> I'm going to fix this and prepare a patch. it affects mips
gromero_ has joined #systemtap
hpt has quit [Quit: Lost terminal]
gila has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
gila has joined #systemtap
hkshaw has quit [Ping timeout: 240 seconds]
<fche> invano, ah neat. maybe just a syscall number mismatch situation
<fche> very good detective work!!
hkshaw has joined #systemtap
orivej has joined #systemtap
gila has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
wcohen has quit [Ping timeout: 240 seconds]
tromey has joined #systemtap
sanoj is now known as sanoj|afk
mbenitez has joined #systemtap
mbenitez has joined #systemtap
mbenitez has quit [Changing host]
drsmith_away is now known as drsmith
mbenitez has quit [Quit: Leaving]
mbenitez has joined #systemtap
wcohen has joined #systemtap
brolley has joined #systemtap
orivej has quit [Read error: Connection reset by peer]
orivej has joined #systemtap
sanoj|afk has quit [Ping timeout: 240 seconds]
orivej has quit [Ping timeout: 255 seconds]
gila has joined #systemtap
efiop has joined #systemtap
groleo has quit [Quit: Leaving.]
<invano> fche: yeah kind of. macros to distinguish the mips abi don't take in account implicit assumptions of the kernel.
<fche> aha, that makes sense
scox has quit [Ping timeout: 240 seconds]
scox has joined #systemtap
hkshaw has quit [Ping timeout: 260 seconds]
pwithnall____ has joined #systemtap
orivej has joined #systemtap
efiop has quit [Quit: Leaving]
mjw has quit [Quit: Leaving]
ppetraki has quit [Quit: Ex-Chat]
gila has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
gila has joined #systemtap
gila has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
gila has joined #systemtap
nkambo has quit [Ping timeout: 255 seconds]
gila has quit [Quit: My Mac Pro has gone to sleep. ZZZzzz…]
gila has joined #systemtap
drsmith has left #systemtap [#systemtap]
tromey has quit [Quit: ERC (IRC client for Emacs 26.0.50)]
mbenitez has quit [Quit: Leaving]
wcohen has quit [Ping timeout: 260 seconds]
orivej has quit [Read error: Connection reset by peer]
<gromero_> Hi. Not sure if it's systemtap related, but I'm trying to logrotate a log file produced from a stap output but looks like it can never be truncated, for instance, >log does not work and logrotate as well. Any clue on that?
<gromero_> lsof shows:
<gromero_> root@gromero16:/home/gromero/git/htm_torture/systemtap# lsof -l ./log
<gromero_> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
<gromero_> stap 22087 0 1w REG 253,2 2518352809 1848063 ./log
<gromero_> sudo 22072 0 1w REG 253,2 2518352809 1848063 ./log
<gromero_> run.sh 22040 1000 1w REG 253,2 2518352809 1848063 ./log
<gromero_> stapio 44960 0 1w REG 253,2 2518352809 1848063 ./log
<gromero_> it's just that systemtap produces a huge log volume and I want to capture it all, for a long period...
<gromero_> "solved" piping to "tee -a". thanks
brolley has left #systemtap [#systemtap]
wcohen has joined #systemtap
<fche> gromero_, see also staprun -S size ...
<gromero_> aha! thanks a lot fche!
<gromero_> have a nice weekend :)
<fche> you too!
orivej has joined #systemtap
hkshaw has joined #systemtap
lindi-_ has joined #systemtap
lindi- has quit [Write error: Broken pipe]
pwithnall____ has quit [Ping timeout: 240 seconds]
hpt has joined #systemtap