fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
derek0883 has quit [Remote host closed the connection]
hpt has joined #systemtap
derek0883 has joined #systemtap
khaled has quit [Quit: Konversation terminated!]
derek0883 has quit [Ping timeout: 240 seconds]
derek0883 has joined #systemtap
irker923 has quit [Quit: transmission timeout]
khaled has joined #systemtap
orivej has quit [Ping timeout: 256 seconds]
yogananth has quit [Remote host closed the connection]
yogananth has joined #systemtap
khaled has quit [Ping timeout: 246 seconds]
khaled has joined #systemtap
khaled_ has joined #systemtap
khaled has quit [Ping timeout: 256 seconds]
orivej has joined #systemtap
_whitelogger 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 [Remote host closed the connection]
yogananth has quit [Remote host closed the connection]
yogananth has joined #systemtap
mjw has joined #systemtap
ema has quit [Remote host closed the connection]
ema has joined #systemtap
hpt has quit [Ping timeout: 264 seconds]
orivej has quit [Ping timeout: 272 seconds]
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
derek0883 has quit [Ping timeout: 240 seconds]
ema has quit [Remote host closed the connection]
ema has joined #systemtap
amerey has joined #systemtap
khaled_ has quit [Quit: Konversation terminated!]
khaled has joined #systemtap
derek0883 has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
tromey has joined #systemtap
orivej has joined #systemtap
mjw has quit [Quit: Leaving]
tromey has quit [Quit: ERC (IRC client for Emacs 28.0.50)]
drsmith has left #systemtap [#systemtap]
drsmith has joined #systemtap
derek0883 has quit [Remote host closed the connection]
derek0883 has joined #systemtap
Bombonica has joined #systemtap
Bombonica has quit [Client Quit]
drsmith has left #systemtap [#systemtap]
amerey has quit [Quit: Leaving]
<agentzh> fche: what do you think of this patch? https://gist.github.com/agentzh/dace745192fa8752aa3ac489bb7f7a13
<agentzh> i ran into a kenrel panic due to dereferencing a NULL pointer at m->path.
<agentzh> on centos 6.
<agentzh> stap genreated a _stp_module_15 struct which does not initialize the .path field (the .name field is "kernel").
<agentzh> thanks for you attention.
<fche> agentzh,
<fche> hey, I am surprised that such a bug should exist, but can't think of any harm so go for it
<agentzh> cool, thanks
<fche> was this kernel configured some very unusual way?
<agentzh> nope, i'm using centos 6's stock kernel package.
<fche> weird
<agentzh> so i also wonder if the .path field should never be NULL?
<fche> could check a stap -kp4 tmpdir
<agentzh> i already got that tmpdir
<fche> what's your stap script? is it a simple reproducer?
<agentzh> the correspoinding snippet is like this: https://gist.github.com/agentzh/f95ddb650ab39d90821817015da8fe8a
<agentzh> *C code snippet
<agentzh> i'll try designing a minimal script.