<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:52:50 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>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[SERVER-20000] db.killOp Segmentation fault on custom build</title>
                <link>https://jira.mongodb.org/browse/SERVER-20000</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I am killing previous &quot;finds&quot;. After update to 3.0.5 i have Segmentation fault.&lt;/p&gt;</description>
                <environment>Arch linux</environment>
        <key id="226063">SERVER-20000</key>
            <summary>db.killOp Segmentation fault on custom build</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="ramon.fernandez@mongodb.com">Ramon Fernandez Marina</assignee>
                                    <reporter username="RG">Alexey [X]</reporter>
                        <labels>
                    </labels>
                <created>Tue, 18 Aug 2015 09:55:14 +0000</created>
                <updated>Wed, 26 Aug 2015 03:31:03 +0000</updated>
                            <resolved>Tue, 25 Aug 2015 19:38:21 +0000</resolved>
                                                                    <component>Admin</component>
                                        <votes>0</votes>
                                    <watches>10</watches>
                                                                                                                <comments>
                            <comment id="1014593" author="rg" created="Wed, 26 Aug 2015 03:31:03 +0000"  >&lt;p&gt;Okey, you must close ticket. I will use stock binnaries.&lt;/p&gt;</comment>
                            <comment id="1014275" author="ramon.fernandez" created="Tue, 25 Aug 2015 19:38:06 +0000"  >&lt;p&gt;Thanks for confirming that custom binaries are working &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=RG&quot; class=&quot;user-hover&quot; rel=&quot;RG&quot;&gt;RG&lt;/a&gt;. Note that the issue could also stem from using specific versions of gcc.&lt;/p&gt;

&lt;p&gt;In any event, since this is not a bug in the server I&apos;m going to close this ticket. If you&apos;re interested in pursuing this custom build I&apos;d recommend you post your question on the &lt;a href=&quot;http://groups.google.com/group/mongodb-dev&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;mongodb-dev group&lt;/a&gt;, where your question will reach a larger audience.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Ram&#243;n.&lt;/p&gt;</comment>
                            <comment id="1010387" author="rg" created="Thu, 20 Aug 2015 03:43:08 +0000"  >&lt;p&gt;Stock binaries works FINE.&lt;/p&gt;

&lt;p&gt;I think problem in build parameters:&lt;br/&gt;
  --use-system-pcre&lt;br/&gt;
  --use-system-snappy&lt;br/&gt;
  --use-sasl-client&lt;br/&gt;
  --use-system-boost&lt;br/&gt;
  --variant-dir=build&lt;br/&gt;
  --ssl&lt;br/&gt;
  --c++11=on&lt;br/&gt;
  --disable-warnings-as-errors&lt;/p&gt;

&lt;p&gt;Or external libs as pcre,snappy,boost&lt;/p&gt;</comment>
                            <comment id="1010356" author="rg" created="Thu, 20 Aug 2015 03:17:50 +0000"  >&lt;p&gt;Hi Ramon, i have install arch community package. It&apos;s build from &lt;a href=&quot;http://downloads.mongodb.org/src/mongodb-src-r3.0.5.tar.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://downloads.mongodb.org/src/mongodb-src-r3.0.5.tar.gz&lt;/a&gt;&lt;br/&gt;
I will try stock binaries.&lt;/p&gt;</comment>
                            <comment id="1010355" author="rg" created="Thu, 20 Aug 2015 03:17:45 +0000"  >&lt;p&gt;Arch linux community PKGBUILD&lt;/p&gt;</comment>
                            <comment id="1010006" author="ramon.fernandez" created="Wed, 19 Aug 2015 20:04:30 +0000"  >&lt;p&gt;Hi  &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=RG&quot; class=&quot;user-hover&quot; rel=&quot;RG&quot;&gt;RG&lt;/a&gt;, I see in the logs that there&apos;s no &lt;tt&gt;gitVersion&lt;/tt&gt; &amp;#8211; did you compile this &lt;tt&gt;mongod&lt;/tt&gt; yourself? If the answer is yes I think the next step is to try with the &lt;a href=&quot;https://www.mongodb.org/downloads&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;stock binaries&lt;/a&gt; and see if the problem reproduces. That should help us narrow down the problem to either a bug in the server itself or an issue with the build.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Ram&#243;n.&lt;/p&gt;</comment>
                            <comment id="1007998" author="rg" created="Tue, 18 Aug 2015 09:56:06 +0000"  >&lt;p&gt;Last part of mongod.log&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="86827" name="PKGBUILD" size="2546" author="RG" created="Thu, 20 Aug 2015 03:17:45 +0000"/>
                            <attachment id="86464" name="killOp.js" size="402" author="RG" created="Tue, 18 Aug 2015 09:55:14 +0000"/>
                            <attachment id="86465" name="mongod.txt" size="5720" author="RG" created="Tue, 18 Aug 2015 09:56:06 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 19 Aug 2015 20:04:30 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        8 years, 25 weeks, 1 day ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>RG</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            8 years, 25 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10020"><![CDATA[Linux]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>RG</customfieldvalue>
            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrkx5b:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hsclb3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10750" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Steps To Reproduce</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;Run my node js code at attachment&lt;/p&gt;</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrl04n:</customfieldvalue>

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