<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:03:16 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-13676] script to show unique backtraces from crash utility</title>
                <link>https://jira.whamcloud.com/browse/LU-13676</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;it&apos;s not funny to list dozen pages of traces just to find few ones with something important&lt;/p&gt;</description>
                <environment></environment>
        <key id="59564">LU-13676</key>
            <summary>script to show unique backtraces from crash utility</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="bzzz">Alex Zhuravlev</assignee>
                                    <reporter username="bzzz">Alex Zhuravlev</reporter>
                        <labels>
                    </labels>
                <created>Mon, 15 Jun 2020 06:01:01 +0000</created>
                <updated>Mon, 18 Jan 2021 13:54:05 +0000</updated>
                            <resolved>Thu, 13 Aug 2020 13:22:06 +0000</resolved>
                                                    <fixVersion>Lustre 2.14.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="272859" author="gerrit" created="Mon, 15 Jun 2020 06:11:14 +0000"  >&lt;p&gt;Alex Zhuravlev (bzzz@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/38936&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38936&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13676&quot; title=&quot;script to show unique backtraces from crash utility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13676&quot;&gt;&lt;del&gt;LU-13676&lt;/del&gt;&lt;/a&gt; tools: awk script to find unique backtraces&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 920a4c86605f401a314343c5cf6079ed44ba5424&lt;/p&gt;</comment>
                            <comment id="273008" author="jhammond" created="Tue, 16 Jun 2020 17:09:08 +0000"  >&lt;p&gt;I also find it useful to dedup tasks with the same stack trace. The stack1 script attached does this on a running system:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;$ sudo ./stack1
1 systemd
363 systemd-journal
377 systemd-udevd
530 systemd-timesyn
534 systemd-resolve
594 dbus-daemon
615 systemd-logind
1807 firefox
1866 Privileged Cont
1886 firefox
1887 firefox
1918 WebExtensions
1962 Web Content
1990 Web Content
2036 systemd
2065 dbus-daemon
2071 Xorg
2078 Xorg
2204 dbus-daemon
2839 Web Content
3372 skypeforlinux
3375 skypeforlinux
3502 skypeforlinux
3523 skypeforlinux
3526 skypeforlinux
3528 skypeforlinux
3550 skypeforlinux
3556 skypeforlinux
3558 skypeforlinux
3560 skypeforlinux
3562 skypeforlinux
3578 skypeforlinux
3586 skypeforlinux
3610 skypeforlinux
7883 cupsd
11819 Web Content
11998 Web Content
12091 Web Content
12207 Web Content
12284 Web Content
[&amp;lt;0&amp;gt;] ep_poll+0x3d0/0x420
[&amp;lt;0&amp;gt;] do_epoll_wait+0xb8/0xd0
[&amp;lt;0&amp;gt;] __x64_sys_epoll_wait+0x1e/0x30
[&amp;lt;0&amp;gt;] do_syscall_64+0x5a/0x130
[&amp;lt;0&amp;gt;] entry_SYSCALL_64_after_hwframe+0x44/0xa9

2 kthreadd
[&amp;lt;0&amp;gt;] kthreadd+0x2cb/0x2e0
[&amp;lt;0&amp;gt;] ret_from_fork+0x35/0x40
...
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="277417" author="gerrit" created="Thu, 13 Aug 2020 06:02:07 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/38936/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/38936/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13676&quot; title=&quot;script to show unique backtraces from crash utility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13676&quot;&gt;&lt;del&gt;LU-13676&lt;/del&gt;&lt;/a&gt; tools: awk script to find unique backtraces&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8a06f30e6048ebcd57e665c3b7de6c7eb7f6718e&lt;/p&gt;</comment>
                            <comment id="277444" author="pjones" created="Thu, 13 Aug 2020 13:22:06 +0000"  >&lt;p&gt;Landed for 2.14&lt;/p&gt;</comment>
                            <comment id="287431" author="gerrit" created="Sun, 13 Dec 2020 12:00:58 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/40956&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40956&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13676&quot; title=&quot;script to show unique backtraces from crash utility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13676&quot;&gt;&lt;del&gt;LU-13676&lt;/del&gt;&lt;/a&gt; tools: find unique stacks from sysrq-t&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6cc6f897fe2c845d7b398b926ca619c2e9f9ba89&lt;/p&gt;</comment>
                            <comment id="289727" author="gerrit" created="Mon, 18 Jan 2021 13:54:05 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/40956/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40956/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13676&quot; title=&quot;script to show unique backtraces from crash utility&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13676&quot;&gt;&lt;del&gt;LU-13676&lt;/del&gt;&lt;/a&gt; tools: find unique stacks from sysrq-t&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3a88442dfffc451b0c598a95d49896e6ba271304&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="56004">LU-12461</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="35204" name="stack1" size="1298" author="jhammond" created="Tue, 16 Jun 2020 17:06:27 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i012pb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>