Bug #3022
DTrace: keys should not affect the sort order when sorting by value
Start date:
2012-07-23
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
- dtrace -n 'BEGIN{
[(int)1, (int)1] = sum(1);
[(short)2, (short)2] = sum(2); exit(0); }'
dtrace: description 'BEGIN' matched 1 probe
CPU ID FUNCTION:NAME
2 1 :BEGIN2 2 2
1 1 1
One might expect 1 to sort before 2.
Updated by Rich Lowe over 8 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
- Tags deleted (
needs-triage)
Resolved in r13758 commit:23432da34147