<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 07:45:23 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>[DOCS-3277] Comment on: &quot;manual/tutorial/build-a-2d-index.txt&quot;</title>
                <link>https://jira.mongodb.org/browse/DOCS-3277</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;p&gt;Hi,I might found a bug about Geospatial(mongodb-osx-x86_64-2.6.0):&lt;br/&gt;
scripts listed below:&lt;br/&gt;
step 1:&lt;br/&gt;
db.places.ensureIndex( &lt;/p&gt;
{ loc : &quot;2dsphere&quot; }
&lt;p&gt; )&lt;br/&gt;
step 2:&lt;br/&gt;
db.places.insert( {_id: NumberLong(1), loc : &lt;/p&gt;
{ &quot;longitude&quot; : 121.3449, &quot;latitude&quot; : 31.17528 }
&lt;p&gt; ,&quot;title&quot; :&quot;aa&quot;} )&lt;br/&gt;
step 3:&lt;br/&gt;
db.places.find({loc:{$nearSphere: &lt;span class=&quot;error&quot;&gt;&amp;#91;121.4905, 31.2646&amp;#93;&lt;/span&gt;}})&lt;/p&gt;

&lt;p&gt;everythings fine until now....then&lt;/p&gt;

&lt;p&gt;step 4(longitude or  latitude might illeagal,I&apos;m not sure):&lt;br/&gt;
db.places.find({loc:{$nearSphere: &lt;span class=&quot;error&quot;&gt;&amp;#91;200.4905, 300.2646&amp;#93;&lt;/span&gt;}})&lt;/p&gt;

&lt;p&gt;then the whole mongod process crash!&lt;br/&gt;
(btw,all the scripts above running well under mongodb-osx-x86_64-2.4.8)&lt;/p&gt;

&lt;p&gt;mongo.log attached below:&lt;/p&gt;

&lt;p&gt;2014-04-26T10:12:13.765+0800 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; SEVERE: src/third_party/s2/s2cap.cc:35:  Check failed: S2::IsUnitLength(axis)&lt;br/&gt;
2014-04-26T10:12:13.765+0800 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; test.places Fatal Assertion 0&lt;br/&gt;
2014-04-26T10:12:13.770+0800 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; test.places 0x1006a7d0b 0x10065f972 0x10064f4ee 0x100728208 0x10072efe7 0x10021493e 0x10021535c 0x1003e3a10 0x1003ced58 0x10029f9e0 0x100006754 0x10066d0b1 0x1006dc115 0x7fff8a97c899 0x7fff8a97c72a 0x7fff8a980fc9 &lt;br/&gt;
 0   mongod                              0x00000001006a7d0b _ZN5mongo15printStackTraceERSo + 43&lt;br/&gt;
 1   mongod                              0x000000010065f972 _ZN5mongo10logContextEPKc + 114&lt;br/&gt;
 2   mongod                              0x000000010064f4ee _ZN5mongo13fassertFailedEi + 110&lt;br/&gt;
 3   mongod                              0x0000000100728208 _ZN15LogMessageFatalD1Ev + 22&lt;br/&gt;
 4   mongod                              0x000000010072efe7 _ZN5S2Cap13FromAxisAngleERK7Vector3IdERK7S1Angle + 93&lt;br/&gt;
 5   mongod                              0x000000010021493e _ZN5mongo11S2NearStage11nextAnnulusEv + 172&lt;br/&gt;
 6   mongod                              0x000000010021535c _ZN5mongo11S2NearStage4workEPm + 372&lt;br/&gt;
 7   mongod                              0x00000001003e3a10 _ZN5mongo12PlanExecutor7getNextEPNS_7BSONObjEPNS_7DiskLocE + 274&lt;br/&gt;
 8   mongod                              0x00000001003ced58 &lt;em&gt;ZN5mongo11newRunQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1&lt;/em&gt; + 4776&lt;br/&gt;
 9   mongod                              0x000000010029f9e0 _ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_11HostAndPortE + 1968&lt;br/&gt;
 10  mongod                              0x0000000100006754 _ZN5mongo16MyMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE + 308&lt;br/&gt;
 11  mongod                              0x000000010066d0b1 _ZN5mongo17PortMessageServer17handleIncomingMsgEPv + 1681&lt;br/&gt;
 12  mongod                              0x00000001006dc115 thread_proxy + 229&lt;br/&gt;
 13  libsystem_pthread.dylib             0x00007fff8a97c899 _pthread_body + 138&lt;br/&gt;
 14  libsystem_pthread.dylib             0x00007fff8a97c72a _pthread_struct_init + 0&lt;br/&gt;
 15  libsystem_pthread.dylib             0x00007fff8a980fc9 thread_start + 13&lt;br/&gt;
2014-04-26T10:12:13.770+0800 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; &lt;/p&gt;

&lt;p&gt;***aborting after fassert() failure&lt;/p&gt;


&lt;p&gt;2014-04-26T10:12:13.774+0800 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; SEVERE: Got signal: 6 (Abort trap: 6).&lt;br/&gt;
Backtrace:0x1006a7d0b 0x1006a7a4f 0x7fff920bb5aa 0 0x7fff8e4afb1a 0x10064f560 0x100728208 0x10072efe7 0x10021493e 0x10021535c 0x1003e3a10 0x1003ced58 0x10029f9e0 0x100006754 0x10066d0b1 0x1006dc115 0x7fff8a97c899 0x7fff8a97c72a 0x7fff8a980fc9 &lt;br/&gt;
 0   mongod                              0x00000001006a7d0b _ZN5mongo15printStackTraceERSo + 43&lt;br/&gt;
 1   mongod                              0x00000001006a7a4f &lt;em&gt;ZN5mongo12_GLOBAL&lt;/em&gt;_N_110abruptQuitEi + 191&lt;br/&gt;
 2   libsystem_platform.dylib            0x00007fff920bb5aa _sigtramp + 26&lt;br/&gt;
 3   ???                                 0x0000000000000000 0x0 + 0&lt;br/&gt;
 4   libsystem_c.dylib                   0x00007fff8e4afb1a abort + 125&lt;br/&gt;
 5   mongod                              0x000000010064f560 _ZN5mongo13fassertFailedEi + 224&lt;br/&gt;
 6   mongod                              0x0000000100728208 _ZN15LogMessageFatalD1Ev + 22&lt;br/&gt;
 7   mongod                              0x000000010072efe7 _ZN5S2Cap13FromAxisAngleERK7Vector3IdERK7S1Angle + 93&lt;br/&gt;
 8   mongod                              0x000000010021493e _ZN5mongo11S2NearStage11nextAnnulusEv + 172&lt;br/&gt;
 9   mongod                              0x000000010021535c _ZN5mongo11S2NearStage4workEPm + 372&lt;br/&gt;
 10  mongod                              0x00000001003e3a10 _ZN5mongo12PlanExecutor7getNextEPNS_7BSONObjEPNS_7DiskLocE + 274&lt;br/&gt;
 11  mongod                              0x00000001003ced58 &lt;em&gt;ZN5mongo11newRunQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1&lt;/em&gt; + 4776&lt;br/&gt;
 12  mongod                              0x000000010029f9e0 _ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_11HostAndPortE + 1968&lt;br/&gt;
 13  mongod                              0x0000000100006754 _ZN5mongo16MyMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE + 308&lt;br/&gt;
 14  mongod                              0x000000010066d0b1 _ZN5mongo17PortMessageServer17handleIncomingMsgEPv + 1681&lt;br/&gt;
 15  mongod                              0x00000001006dc115 thread_proxy + 229&lt;br/&gt;
 16  libsystem_pthread.dylib             0x00007fff8a97c899 _pthread_body + 138&lt;br/&gt;
 17  libsystem_pthread.dylib             0x00007fff8a97c72a _pthread_struct_init + 0&lt;br/&gt;
 18  libsystem_pthread.dylib             0x00007fff8a980fc9 thread_start + 13&lt;/p&gt;
</description>
                <environment>mac osx 10.9.2, mongodb-osx-x86_64-2.6.0&lt;br/&gt;
&lt;br/&gt;
*Location*: &lt;a href=&quot;http://docs.mongodb.org/manual/tutorial/build-a-2d-index/&quot;&gt;http://docs.mongodb.org/manual/tutorial/build-a-2d-index/&lt;/a&gt;&lt;br/&gt;
*User-Agent*: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36&lt;br/&gt;
*Referrer*: &lt;a href=&quot;http://docs.mongodb.org/manual/tutorial/query-a-2dsphere-index/&quot;&gt;http://docs.mongodb.org/manual/tutorial/query-a-2dsphere-index/&lt;/a&gt;&lt;br/&gt;
*Screen Resolution*: 1440 x 900&lt;br/&gt;
*repo*: docs&lt;br/&gt;
*source*: tutorial/build-a-2d-index&lt;br/&gt;
</environment>
        <key id="133471">DOCS-3277</key>
            <summary>Comment on: &quot;manual/tutorial/build-a-2d-index.txt&quot;</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</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="3">Duplicate</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="spirit.jay@163.com">Jay Meng</reporter>
                        <labels>
                            <label>collector-298ba4e7</label>
                    </labels>
                <created>Sat, 26 Apr 2014 02:29:10 +0000</created>
                <updated>Fri, 3 Nov 2017 11:19:55 +0000</updated>
                            <resolved>Mon, 28 Apr 2014 15:45:30 +0000</resolved>
                                                    <fixVersion>01112017-cleanup</fixVersion>
                                    <component>Server</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="563684" author="spirit.jay@163.com" created="Sat, 26 Apr 2014 02:44:12 +0000"  >&lt;p&gt;btw,I  run below first:&lt;br/&gt;
db.places.ensureIndex( &lt;/p&gt;
{ loc : &quot;2dsphere&quot; }
&lt;p&gt; )&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="133473">SERVER-13751</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 28 Apr 2014 14:32:56 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        9 years, 42 weeks, 5 days 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>jess.mokrzecki@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            9 years, 42 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>spirit.jay@163.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrr37z:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>114691</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_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrznt3:</customfieldvalue>

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