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/12947] Use of hardware watchpoint causing oops


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

--- Comment #3 from William Cohen <wcohen at redhat dot com> 2011-06-29 15:56:54 UTC ---
Created attachment 5830
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5830
Ensure that the rc code is set when attempting to register a hw_breakpoint

The setup code for the hw_breakpoint doesn't check the return code. The problem
occurs later when there is an attempt to unregister the invalid hw_breakpoint.
This makes sure that rc gets propogated to minize the possibility of later
problems.

-- 
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]