fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
khaled has quit [Quit: Konversation terminated!]
derek0883 has quit [Remote host closed the connection]
<agentzh>
i've noted that on fedora, there is no such "kernel" _stp_module_N struct at all.
<agentzh>
only on centos 6.
<fche>
ok, still worth fixing
<fche>
line 29 is where things go bad
<agentzh>
yep
<agentzh>
it's the m->path[0] deferencing.
<agentzh>
i've checked the assembly and register.
<agentzh>
*dereferencing
<fche>
yeah
<agentzh>
will commit my patch.
<fche>
thanks dude, nice find
<agentzh>
sure thing.
<fche>
the code dates from 2010
<fche>
surprised not have hit this earlier
<agentzh>
my script triggering the panic is really complex :)
<fche>
more curious about the workload -- your simplified .stp script was scary simple
<agentzh>
it worked fine on fed 28/30/31/32, ubuntu 16/18/20, centos 7/8, rhel 7/8, amazon 1/2, ane etc. but just crashed on centos 6.
hpt has joined #systemtap
<agentzh>
not much workload, just a process hanging on sleep.
<agentzh>
an nginx process.
<agentzh>
for the real thing.
derek0883 has joined #systemtap
khaled has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
irker915 has joined #systemtap
<irker915>
systemtap: yichun systemtap.git:master * release-4.2-70-g6ec3b7c02 / runtime/vma.c: Runtime: _stp_vma_match_vdso: fixed a NULL pointer dereference bug in m->path[0].
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
irker915 has quit [Quit: transmission timeout]
derek0883 has quit [Remote host closed the connection]
orivej has quit [Ping timeout: 264 seconds]
yogananth has quit [Remote host closed the connection]
yogananth has joined #systemtap
yogananth has quit [Read error: Connection reset by peer]
yogananth has joined #systemtap
tonyj has quit [Remote host closed the connection]
lindi- has quit [*.net *.split]
lindi- has joined #systemtap
orivej has joined #systemtap
orivej has quit [Ping timeout: 246 seconds]
mjw has joined #systemtap
drsmith has joined #systemtap
drsmith has left #systemtap [#systemtap]
drsmith has joined #systemtap
hpt has quit [Ping timeout: 260 seconds]
tromey has joined #systemtap
derek0883 has joined #systemtap
amerey has joined #systemtap
sscox has quit [Ping timeout: 272 seconds]
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
khaled has quit [Quit: Konversation terminated!]
khaled has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
tonyj has joined #systemtap
sscox has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
orivej has joined #systemtap
sscox has quit [Ping timeout: 256 seconds]
irker812 has joined #systemtap
<irker812>
systemtap: fche systemtap.git:master * release-4.2-72-g54df6ebd7 / NEWS elaborate.h man/stapprobes.3stap staptree.cxx tapsets.cxx testsuite/buildok/contextfuns.stp: PR25841: support context vars in functions called from process.mark probes