Bug 1919 - remove printk calls from probe invocation boilerplate
Summary: remove printk calls from probe invocation boilerplate
Status: RESOLVED DUPLICATE of bug 1564
Alias: None
Product: systemtap
Classification: Unclassified
Component: translator (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Frank Ch. Eigler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-23 18:42 UTC by Frank Ch. Eigler
Modified: 2005-11-24 21:15 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Ch. Eigler 2005-11-23 18:42:21 UTC
printk is not safe, so probe reentrancy and other error messages must find
another outlet.
Comment 1 Frank Ch. Eigler 2005-11-24 21:15:01 UTC
Look at that ... there are no printk's there now after all, only stp_warn etc.
calls.

*** This bug has been marked as a duplicate of 1564 ***