<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:35:11 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-17405] Executable created with gcc gives ELF interpreter error (2.15 client w/ 2.12 server)</title>
                <link>https://jira.whamcloud.com/browse/LU-17405</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;I noticed this problem while testing Lustre 2.15 client on a system with 2.12.6 servers.&lt;/p&gt;

&lt;p&gt;The behavior is different with csh and bash.&#160; With csh, ./a.out isn&apos;t there until I run the ls.&#160; With bash, it runs after the ELF interpreter error.&#160; This is reproducible every time.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;csh case (a.out not found until the ls is run)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;$ gcc hello.c&lt;/p&gt;

&lt;p&gt;$ ./a.out&lt;/p&gt;

&lt;p&gt;./a.out: Command not found&lt;/p&gt;

&lt;p&gt;$ ./a.out&lt;/p&gt;

&lt;p&gt;./a.out: Command not found&lt;/p&gt;

&lt;p&gt;$ ./a.out&lt;/p&gt;

&lt;p&gt;./a.out: Command not found&lt;/p&gt;

&lt;p&gt;$ ls a.out&lt;/p&gt;

&lt;p&gt;a.out&lt;/p&gt;

&lt;p&gt;$ ./a.out&lt;/p&gt;

&lt;p&gt;hello world&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;bash case (a.out works after the bad ELF interpreter error)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;$ gcc hello.c&lt;/p&gt;

&lt;p&gt;$ ./a.out&lt;/p&gt;

&lt;p&gt;bash: ./a.out: /lib64/ld-linux-x86-64.so.2: bad ELF interpreter: No such file or directory&lt;/p&gt;

&lt;p&gt;$ ./a.out&lt;/p&gt;

&lt;p&gt;hello world&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;The main thing I&apos;ve noticed in the client debug log:&lt;/p&gt;

&lt;p&gt;running a.out&lt;/p&gt;

&lt;p&gt;file.c:2012:ll_file_read_iter() file a.out:&lt;span class=&quot;error&quot;&gt;&amp;#91;0x2000XXXXX:0x9:0x0&amp;#93;&lt;/span&gt;, ppos: 0, count: 80&lt;/p&gt;

&lt;p&gt;file.c:2012:ll_file_read_iter() file a.out:&lt;span class=&quot;error&quot;&gt;&amp;#91;0x2000XXXXX:0x9:0x0&amp;#93;&lt;/span&gt;, ppos: 6456, count: 1984&lt;/p&gt;

&lt;p&gt;file.c:2012:ll_file_read_iter() file a.out:&lt;span class=&quot;error&quot;&gt;&amp;#91;0x2000XXXXX:0x9:0x0&amp;#93;&lt;/span&gt;, ppos: 6186, count: 268&lt;/p&gt;

&lt;p&gt;file.c:2012:ll_file_read_iter() file a.out:&lt;span class=&quot;error&quot;&gt;&amp;#91;0x2000XXXXX:0x9:0x0&amp;#93;&lt;/span&gt;, ppos: 64, count: 504&lt;/p&gt;

&lt;p&gt;file.c:2012:ll_file_read_iter() file a.out:&lt;span class=&quot;error&quot;&gt;&amp;#91;0x2000XXXXX:0x9:0x0&amp;#93;&lt;/span&gt;, ppos: 568, count: 200&lt;/p&gt;

&lt;p&gt;running a.out again&lt;/p&gt;

&lt;p&gt;file.c:2012:ll_file_read_iter() file a.out:&lt;span class=&quot;error&quot;&gt;&amp;#91;0x2000XXXXX:0x9:0x0&amp;#93;&lt;/span&gt;, ppos: 0, count: 128&lt;/p&gt;

&lt;p&gt;file.c:2012:ll_file_read_iter() file a.out:&lt;span class=&quot;error&quot;&gt;&amp;#91;0x2000XXXXX:0x9:0x0&amp;#93;&lt;/span&gt;, ppos: 64, count: 504&lt;/p&gt;

&lt;p&gt;file.c:2012:ll_file_read_iter() file a.out:&lt;span class=&quot;error&quot;&gt;&amp;#91;0x2000XXXXX:0x9:0x0&amp;#93;&lt;/span&gt;, ppos: 568, count: 28&lt;/p&gt;</description>
                <environment>Lustre 2.15.2.2 client with 2.12.6 server.  CentOS 7 (various kernels)</environment>
        <key id="79884">LU-17405</key>
            <summary>Executable created with gcc gives ELF interpreter error (2.15 client w/ 2.12 server)</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="1" iconUrl="https://jira.whamcloud.com/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="mikedoo4">Mike D</reporter>
                        <labels>
                    </labels>
                <created>Mon, 8 Jan 2024 23:48:39 +0000</created>
                <updated>Wed, 31 Jan 2024 21:39:46 +0000</updated>
                                            <version>Lustre 2.15.2</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="402063" author="JIRAUSER18805" created="Wed, 31 Jan 2024 21:37:50 +0000"  >&lt;p&gt;I would probably classify this as a major bug.&#160; I probably should have set it to major.&#160; This issue is easily reproducible and is a blocker for any future upgrades.&#160;&#160;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="79244">LU-17323</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </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|i046tb:</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>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>