fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
wakatana2 has quit [Remote host closed the connection]
wcohen has joined #systemtap
hpt has joined #systemtap
aluchko has joined #systemtap
scox has joined #systemtap
bchrisman has quit [Quit: Leaving.]
<irker022> systemtap: jistone systemtap.git:refs/heads/jistone/string_ref * release-2.9-86-gf359e3a / testsuite/systemtap.pass1-4/buildok-dyninst.exp: Mark stap_staticmarkers-detailed.stp as ROOT_ONLY for dyninst http://tinyurl.com/qbuouq6
<irker022> systemtap: jistone systemtap.git:refs/heads/jistone/string_ref * release-2.9-87-gd6d4dc4 / translate.cxx util.h: Subclass c_tmpcounter directly from c_unparser http://tinyurl.com/oen2emm
<irker022> systemtap: jistone systemtap.git:refs/heads/jistone/string_ref * release-2.9-88-g7d1e27a / translate.cxx: Remove the last visitors from c_tmpcounter http://tinyurl.com/prf8p7e
<irker022> systemtap: jistone systemtap.git:refs/heads/jistone/string_ref * release-2.9-89-g29d8676 / translate.cxx: Mark c_tmpcounter final http://tinyurl.com/o9sucb7
<fche> woohoo
<jistone> that branch is becoming misnamed
<fche> jistone/funstuff
<fche> or
<fche> jistone/mergethissoon
<jistone> jistone/needstestingbutithinkitworks
<jistone> fche, if you can think of any torture cases for this, let me know
<jistone> I ran on this: probe kernel.trace("*"),kernel.function("*").call { println($$parms) }
<jistone> and pass-3 gets a little slower indeed, but it's a drop compared to how long pass-2 takes anyway
<fche> re torture cases
<fche> I think we actually do ok already with prior codegen bugs & tests
<jistone> "make check" is good
<jistone> I need a full installcheck now
<fche> yeah
<jistone> but I meant torture for performance
<jistone> (which the testsuite doesn't monitor)
<fche> torture for tmpcounter? goodness no, I'm surprised it's even detectable
<jistone> I mean, it is doing more work now, like creating output strings that just get thrown away
<jistone> but it's slight... I'm not too worried
<fche> that cost is worth paying for cleanup of that code.
<jistone> well, I'm done for tonight - have a good one
<fche> see ya josh
<fche> good job
cbzx has quit [Quit: Konversation terminated!]
aluchko has quit [Ping timeout: 264 seconds]
bchrisman has joined #systemtap
naveen has joined #systemtap
przemoc has quit [Ping timeout: 260 seconds]
srikar_away is now known as srikar
przemoc has joined #systemtap
scox has quit [Ping timeout: 240 seconds]
irker022 has quit [Quit: transmission timeout]
lukas` has quit [Ping timeout: 272 seconds]
ego has joined #systemtap
Humble has quit [Ping timeout: 240 seconds]
Humble has joined #systemtap
bchrisman1 has joined #systemtap
bchrisman has quit [Read error: Connection reset by peer]
hchiramm has joined #systemtap
aluchko has joined #systemtap
nkambo1 has joined #systemtap
nkambo has quit [Ping timeout: 244 seconds]
nkambo2 has joined #systemtap
nkambo1 has quit [Ping timeout: 260 seconds]
hpt has quit [Ping timeout: 250 seconds]
nkambo has joined #systemtap
nkambo2 has quit [Ping timeout: 276 seconds]
Humble has quit [Ping timeout: 255 seconds]
hchiramm has quit [Ping timeout: 264 seconds]
wakatana2 has joined #systemtap
wakatana2 has quit [Max SendQ exceeded]
aluchko has quit [Ping timeout: 240 seconds]
naveen has left #systemtap [#systemtap]
hchiramm has joined #systemtap
Humble has joined #systemtap
hchiramm_ has joined #systemtap
hchiramm_ has quit [Read error: No route to host]
Humble has quit [Read error: Connection reset by peer]
Humble has joined #systemtap
hchiramm has quit [Ping timeout: 250 seconds]
irker589 has joined #systemtap
<irker589> systemtap: mcermak systemtap.git:refs/heads/master * release-2.9-78-gd03ff84 / testsuite/buildok/rpc-all-probes.stp testsuite/buildok/rpc-detailed.stp: Allow buildok/{rpc-all-probes,rpc-detailed} to access private var. http://tinyurl.com/ptoqccp
wakatana2 has joined #systemtap
wakatana2 has quit [Max SendQ exceeded]
nkambo1 has joined #systemtap
nkambo has quit [Ping timeout: 246 seconds]
<irker589> systemtap: mcermak systemtap.git:refs/heads/master * release-2.9-79-gdba723b / staprun/relay.c: Update the PR19241 fix so that 'out_fd' gets correctly handled. http://tinyurl.com/ney7zec
mjw has joined #systemtap
ego has quit [Ping timeout: 265 seconds]
bchrisman1 has quit [Ping timeout: 250 seconds]
bchrisman has joined #systemtap
wakatana2 has joined #systemtap
wakatana2 has quit [Max SendQ exceeded]
naveen has joined #systemtap
scox has joined #systemtap
ego has joined #systemtap
mbenitez has joined #systemtap
mbenitez has joined #systemtap
brolley has joined #systemtap
drsmith has joined #systemtap
<flu> fche, is my branch good to go?
<fche> methinks it looked good yesterday; let's merge and continue tweaking on master
<flu> ok
<irker589> systemtap: flu systemtap.git:refs/heads/master * release-2.9-109-g703e742 / elaborate.cxx: PR18848: fix json array string http://tinyurl.com/os2nk9f
<irker589> systemtap: flu systemtap.git:refs/heads/master * release-2.9-110-g239f4e6 / staprun/mainloop.c staprun/monitor.c staprun/relay.c staprun/staprun.h: PR18848: Fix pipe buffer overflow problem, improve monitor UI http://tinyurl.com/pm2w7yx
<irker589> systemtap: flu systemtap.git:refs/heads/master * release-2.9-111-g11ea78d / Makefile.in aclocal.m4 config.in configure configure.ac doc/Makefile.in doc/SystemTap_Tapset_Reference/Makefile.in doc/beginners/Makefile.in java/Makefile.in man/Makefile.in session.cxx stapdyn/Makefile.in staprun/Makefile.am staprun/Makefile.in staprun/mainloop.c: PR18848: Only compile monitor mode if json-c and ncurses developer libraries are install
<irker589> systemtap: flu systemtap.git:refs/heads/master * release-2.9-112-g8122698 / testsuite/systemtap.interactive/README: PR18848: Add manual testing readme guide http://tinyurl.com/p7wetsz
<irker589> systemtap: flu systemtap.git:refs/heads/master * release-2.9-113-gf742004 / systemtap.spec: update systemtap.spec http://tinyurl.com/p8km5w9
tromey has joined #systemtap
srikar is now known as srikar_away
bchrisman has quit [Quit: Leaving.]
aluchko has joined #systemtap
naveen has quit [Quit: Leaving.]
<irker589> systemtap: flu systemtap.git:refs/heads/master * release-2.9-114-g98f01ff / NEWS: update NEWS http://tinyurl.com/npfgg7j
naveen has joined #systemtap
cbzx has joined #systemtap
srikar_away is now known as srikar
ego has quit [Ping timeout: 250 seconds]
cbzx has quit [Quit: Konversation terminated!]
aluchko has quit [Ping timeout: 272 seconds]
bchrisman has joined #systemtap
naveen has quit [Quit: Leaving.]
<irker589> systemtap: dsmith systemtap.git:refs/heads/master * release-2.9-115-gb5a1bb4 / : Fixed PR19275 by updating stap_run. http://tinyurl.com/px5xzds
mjw has quit [Quit: Leaving]
ldng has joined #systemtap
srikar is now known as srikar_away
<irker589> systemtap: flu systemtap.git:refs/heads/master * release-2.9-116-gde7e387 / staprun/relay.c: Fix undeclared F_SETPIPE_SZ error http://tinyurl.com/nbc8n48
sfink has quit [Ping timeout: 240 seconds]
<fche> (flu, another way to do that, later, is #ifdef F_SETPIPE_SZ ... #endif) but let's first diagnose the need
<flu> ok
<jistone> hey overseer fche, I get "secure connection failed" from https://sourceware.org/
<jistone> "An error occurred during a connection to sourceware.org. The security card or token does not exist, needs to be initialized, or has been removed. (Error code: sec_error_no_token)"
<jistone> but a different machine is loading it fine, hmmm
<jistone> ok, maybe it's just this machine. curl from one gives the same token error; curl from a fedora vm within is fine
<jistone> how odd
<fche> the sourceware.org cert is good for another 10 months or so
<jistone> I did just update nss - I'll bet that broke me somehow
<jistone> yeah, no https is working, how lame
<jistone> sorry for the noise
<fche> tumult
<jistone> fche, spammer on PR909
<fche> dealt with
* jistone helped
<fche> reminded :-) it was about an hour ago!
<jistone> heh
<jistone> oh joy, I can't downgrade nss because I can't fetch https repos
<jistone> this may be fun
<fche> any https? is it just this nss that's broken?
<jistone> let's see, wget uses libssl instead
<jistone> and yep, that's fine
<fche> some karma- for the update perhaps? or too late
<jistone> too late, it's already in updates
<jistone> I'm trying to downgrade to confirm it's truly nss, but seems obviously so
mjw has joined #systemtap
<fche> righto
<fche> tried strace or nss-debug-env-whatever?
<jistone> nope; for the moment, I've reported, downgraded, and moving on
<jistone> going to raise it on fedora-devel for more eyes though
<jistone> lest it reach f22/21 too
<jistone> I didn't have nss-softokn updated at the same time
<jistone> now it's better, but rpm ought to be able to make this situation impossible
drsmith has left #systemtap [#systemtap]
cbzx has joined #systemtap
bchrisman has quit [Quit: Leaving.]
mbenitez has quit [Quit: Leaving]
tromey has quit [Quit: ERC (IRC client for Emacs 25.1.50.1)]
scox has quit [Ping timeout: 252 seconds]
irker589 has quit [Quit: transmission timeout]
brolley has left #systemtap [#systemtap]
bchrisman has joined #systemtap
mjw has quit [Quit: Leaving]