From 6f3a380f3c1bc602b1b86dec307abf27f71bfef4 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sat, 28 Jan 2012 15:04:40 +0100 Subject: IRC. --- open_issues/code_analysis/discussion.mdwn | 44 +++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 open_issues/code_analysis/discussion.mdwn (limited to 'open_issues/code_analysis') diff --git a/open_issues/code_analysis/discussion.mdwn b/open_issues/code_analysis/discussion.mdwn new file mode 100644 index 00000000..f8a0657d --- /dev/null +++ b/open_issues/code_analysis/discussion.mdwn @@ -0,0 +1,44 @@ +[[!meta copyright="Copyright © 2011, 2012 Free Software Foundation, Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] + +[[!tag open_issue_documentation]] + +[[!toc]] + + +# IRC, freenode, #hurd, 2011-12-04 + + has anyone used splice on hurd? + splice -> splint + not that I know of + this is tool for statically checking C programs + seems I made it work + hm i realli i personnally dislike such tools a lot, but sometimes + it might help + hello hurd people + braunr: hello + mcsim: duma may be helpful as replacement for the memcheck part of + valgrind + defpager uses it's own dynamic memory allocator, which uses + vm_allocate/vm_deallocate as backing store? Am I able to use duma in such + case? + you will have to adapt it + but it's already designed to handle custom allocators + iirc + btw, are there special flags for that memory which the pager + allocates ? + e.g. to use wired memory ? + yes, wired memory + you'll have to change that in duma then + but apart from such details, it should be straightforward + braunr: I have no idea about duma; but if you think it's a useful + tool, please add it to open_issues/code_analysis.mdwn + (I guess we should have a "proper" page listing useful debugging + tools...) -- cgit v1.2.3