This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug runtime/14804] Kernel panic when running hello world stap script


http://sourceware.org/bugzilla/show_bug.cgi?id=14804

--- Comment #4 from Frank Ch. Eigler <fche at redhat dot com> 2012-11-29 20:17:09 UTC ---
OK, the problem appears to be that early during initialization, an _stp_error
is generated, but the mechanisms to transmit that message back to userspace
aren't as yet set up (_stp_mempool_init not yet called).  This is a bug.

Would you mind trying to rerun the stap module with -DSTAP_DEBUG_PRINTK?  That
should echo the error to printk first, just for curiosity.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]