Summary: | crash on startup, doesn't work | ||
---|---|---|---|
Product: | [Unmaintained] kmtrace | Reporter: | Jiri Palecek <jpalecek> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | crash | CC: | cfeck, toma |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | A fixed version |
Description
Jiri Palecek
2009-12-16 11:31:47 UTC
Created attachment 39090 [details]
A fixed version
This is a version that fixed all problems for me. The changes are quite big, so I don't think it would be worthwhile to make a patch. Among other things, it removes the use of Qt3 data structures, and changes the addresses to be in uintptr_t rather than int (so it should work on architectures where the size of int is not equal to the size of void*). The functionality should be otherwise unchanged.
Jiri, thanks for the code. Unfortunately there is no current maintainer of the application - as you might have noticed. Can I possibly trick you in considering to take that position and maintain the application? The kmtrace tool is no longer maintained. We suggest you use the 'heaptrack' tool instead. For more information, please see http://milianw.de/tag/heaptrack |