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
derek0883 has quit [Remote host closed the connection]
khaled_ has quit [Quit: Konversation terminated!]
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
derek0883 has quit [Ping timeout: 246 seconds]
derek0883 has joined #systemtap
beauty2 has quit [Ping timeout: 246 seconds]
fdalleau_away has quit [Quit: Coyote finally caught me]
orivej has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
khaled has joined #systemtap
derek0883 has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 246 seconds]
orivej has joined #systemtap
mjw has joined #systemtap
derek0883 has joined #systemtap
derek0883 has quit [Ping timeout: 264 seconds]
hpt has quit [Ping timeout: 264 seconds]
beauty2 has joined #systemtap
ggherdov has quit [Ping timeout: 246 seconds]
ggherdov has joined #systemtap
orivej has quit [Ping timeout: 260 seconds]
orivej has joined #systemtap
derek0883 has joined #systemtap
derek0883 has quit [Ping timeout: 272 seconds]
amerey has joined #systemtap
derek0883 has joined #systemtap
fdalleau has joined #systemtap
fdalleau has quit [Quit: Coyote finally caught me]
derek0883 has quit [Remote host closed the connection]
<kerneltoast>
-DSTAP_TRANS_PROCFS makes the debugfs crash go away
<fche>
noice
<kerneltoast>
fche, it's probably a combination of _stp_subbuf_size being reduced in 8819e2a04596deb2fe427d261bebcaf3d2620dfb and _stp_data_write_reserve() needlessly burning through subbuffers
<kerneltoast>
if you make a big request to _stp_data_write_reserve(), it'll pick out a subbuffer and then burn it if the requested alloc size won't fit in that subbuffer
<fche>
that ruby test.sh case is minuscule tho,it prints like 7 lines
<kerneltoast>
o
<kerneltoast>
which commit does systemtap-4.4-6.el8 correspond to
<fche>
it's not visible externally; it's a build of stap 4.4 plus all the runtime/transport-related patches over the last few months
<fche>
(plus one or two other things)
<fche>
(that should be irrelevant)
* fche
hasn't reproduced the problem on git stap , just wanted to bring it to your attention
<kerneltoast>
ah, but you can repro it just fine on that internal build?
<fche>
our qa friend can apparently
<fche>
so this was just reported to me a few hours back
<fche>
Fresh News
<kerneltoast>
did qa friend try git stap?
<fche>
don't think so, mentioned it to him just now
<fche>
hmmm
<fche>
never ind about "small output"
<fche>
it's 50000 lines in a few seconds
<fche>
so yeah subbuf exhaustion etc. a possibility