Bug 48081

Summary: Enabling mutex profiling panics the kernel
Product: Base System Reporter: Arun Sharma <adsharma>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: smp
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   

Description Arun Sharma 2003-02-08 06:40:06 UTC
	Enabling mutex profiling panics the kernel.

Fix: 

The problem is caused by holding the mprof_mtx and calling
	printf, which results in a blockable malloc().
How-To-Repeat: 	# sysctl debug.mutex.profiling.enable=1
	# sysctl debug.mutex
Comment 1 Kris Kennaway freebsd_committer freebsd_triage 2003-10-11 06:42:25 UTC
State Changed
From-To: open->feedback

Does this problem persist?  I think other people are 
successfully using mutex profiling thesedays.
Comment 2 Kris Kennaway freebsd_committer freebsd_triage 2003-11-02 01:16:39 UTC
State Changed
From-To: feedback->closed

Feedback timeout