fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
dmalcolm has quit [Remote host closed the connection]
drsmith has quit [Quit: Coyote finally caught me]
slowfranklin has quit [Quit: slowfranklin]
drsmith_away has joined #systemtap
drsmith_away is now known as drsmith
dmalcolm has joined #systemtap
slowfranklin has joined #systemtap
slowfranklin has quit [Quit: slowfranklin]
mbenitez has quit [Quit: Leaving]
scox has quit [Ping timeout: 268 seconds]
tromey has quit [Quit: ERC (IRC client for Emacs 26.0.50)]
<irker831>
systemtap: dsmith systemtap.git:refs/heads/master * release-3.1-130-gfbaead0 / httpd/api.cxx httpd/backends.cxx: Improve the http server "local" backend. http://tinyurl.com/y7fencow
<irker831>
systemtap: dsmith systemtap.git:refs/heads/master * release-3.1-131-gb3d1c4e / configure configure.ac: Add a minor RHEL6 fix to configure for the libcurl check. http://tinyurl.com/y88v5jpv
<irker831>
systemtap: dsmith systemtap.git:refs/heads/master * release-3.1-132-g03dd566 / client-nss.cxx nsscommon.cxx stap-serverd.cxx: Fix a small systemtap server memory leak. http://tinyurl.com/yd8m8lj4
drsmith is now known as drsmith_away
brolley has left #systemtap [#systemtap]
gromero has quit [Ping timeout: 268 seconds]
Yogi has joined #systemtap
gromero has joined #systemtap
<Yogi>
Hi there, I have a question about how to pretty print a struct variable with a large number of fields. Even though I have changed the value of MAXSTRINGLEN to a extreme large number, the results are still not complete and ends with ", ...}". Does anyone there know how to solve this question? Thanks a lot
scox has joined #systemtap
<fche>
yeah, we limit it to 32 for some low level technical reasons (worry about varargs stack usage in the kernel)