[Mono-bugs] [Bug 532846] New: (multi-threaded application) mono --trace is hard to analyze
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Aug 20 09:39:14 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=532846
Summary: (multi-threaded application) mono --trace is hard to
analyze
Classification: Mono
Product: Mono: Runtime
Version: 2.4.x
Platform: All
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: misc
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: paf at yandex.ru
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6; ru-ru)
AppleWebKit/531.5 (KHTML, like Gecko) Version/4.0.3 Safari/531.7
Lines from different threads interlace, which is unreadable.
Reproducible: Always
Steps to Reproduce:
mono --trace test.exe
Actual Results:
. . . . . . . . . . . . . . . . . ENTER:
StringUtil:CaseInsensitiveOrdinalCompare ....
. . . . . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper
remoting-invoke-with-check) FICS:GetString0
Expected Results:
Please consider to add a thread id, like this:
12345678 . . . . . . . . . . . . . . . . . . ENTER:
StringUtil:CaseInsensitiveOrdinalCompare ....
34721c37 . . . . . . . . . . . . . . . . . . . . . . . . . . LEAVE: (wrapper
remoting-invoke-with-check) FICS:GetString0
thanks in advance!
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list