<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:06:35 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-4645] The shell&apos;s db.collection.find() command asserts on regexs that the shell can&apos;t execute</title>
                <link>https://jira.mongodb.org/browse/SERVER-4645</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;There is a mismatch between the capabilities of the MongoDB database and the MongoDB shell in handling regular expressions.  There are regex specifications that are valid for the database that would not be valid if executed in the shell.  This is due to differing abilities between PCRE and &lt;del&gt;SpiderMonkey&lt;/del&gt; V8.&lt;/p&gt;

&lt;p&gt;The problem comes when using profiling and trying to display the profile collection in the shell.  Regular expression queries of the form /(?i)string/ perform a case-insensitive comparison when executed by the database.  If these queries are captured in a profile collection, the shell is unable to display them with db.system.profile.find().  An assertion failure is displayed instead.&lt;/p&gt;

&lt;p&gt;The find() command, executed in the shell, should not try to validate data that it has been asked to display.  It should display the data, and postpone validation until it has been asked to execute something.&lt;/p&gt;</description>
                <environment></environment>
        <key id="27893">SERVER-4645</key>
            <summary>The shell&apos;s db.collection.find() command asserts on regexs that the shell can&apos;t execute</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</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="backlog-server-platform">DO NOT USE - Backlog - Platform Team</assignee>
                                    <reporter username="tad">Tad Marshall</reporter>
                        <labels>
                    </labels>
                <created>Sat, 7 Jan 2012 04:25:50 +0000</created>
                <updated>Fri, 5 Jan 2018 04:56:35 +0000</updated>
                            <resolved>Tue, 2 May 2017 19:54:25 +0000</resolved>
                                    <version>2.0.2</version>
                                                    <component>JavaScript</component>
                    <component>Performance</component>
                    <component>Shell</component>
                    <component>Usability</component>
                                        <votes>3</votes>
                                    <watches>8</watches>
                                                                                                                <comments>
                            <comment id="1562849" author="thomas.schubert" created="Tue, 2 May 2017 19:54:25 +0000"  >&lt;p&gt;This issue has been resolved in MongoDB 3.4.2 and later as part of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-27649&quot; title=&quot;Don&amp;#39;t error on serialization of $elemMatch with $regex&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-27649&quot;&gt;&lt;del&gt;SERVER-27649&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="1528591" author="asya" created="Mon, 20 Mar 2017 20:00:41 +0000"  >&lt;p&gt;Fixed by &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-27649&quot; title=&quot;Don&amp;#39;t error on serialization of $elemMatch with $regex&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-27649&quot;&gt;&lt;del&gt;SERVER-27649&lt;/del&gt;&lt;/a&gt; I think?&lt;/p&gt;</comment>
                            <comment id="1528558" author="asya" created="Mon, 20 Mar 2017 19:38:10 +0000"  >&lt;p&gt;3.4.1 has the same error, but 3.5.2 does not.&lt;/p&gt;

&lt;p&gt;Was this fixed as a side effect of another ticket?&lt;/p&gt;</comment>
                            <comment id="1269282" author="asya" created="Thu, 19 May 2016 19:10:33 +0000"  >&lt;p&gt;note that above is with 3.0.x with 3.3.6/master the error is:&lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;db.user.find({username:&quot;dave1&quot;,firstname:{$regex:&quot;(?i)dav&quot;}}).sort({firstname:1}).explain()&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;2016-05-19T12:10:02.411-0700 E QUERY    [thread1] Error: SyntaxError: invalid regexp group @src/mongo/shell/types.js:708:13&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;</comment>
                            <comment id="1269280" author="asya" created="Thu, 19 May 2016 19:06:45 +0000"  >&lt;p&gt;This problem can be reproduced in the shell via explain - and therefore should be testable:&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;db.user.find({username:{$regex:&quot;(?i)dave&quot;}}).sort({lastname:1}).explain()&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;2016-05-19T12:05:37.083-0700 I -        Assertion: 16686:error converting js type to Utf8Value&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;2016-05-19T12:05:37.088-0700 I CONTROL&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; 0x109ac3f99 0x109a7c430 0x109a698da 0x109a383f4 0x109a2128b 0x109a1d419 0x109d01d6d 0x109cfe8ad 0x109d85ee2 0x109ca2152 0x109ca54ba 0x3020f8106362&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;----- BEGIN BACKTRACE -----&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;{&quot;backtrace&quot;:[{&quot;b&quot;:&quot;10990B000&quot;,&quot;o&quot;:&quot;1B8F99&quot;,&quot;s&quot;:&quot;_ZN5mongo15printStackTraceERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEE&quot;},{&quot;b&quot;:&quot;10990B000&quot;,&quot;o&quot;:&quot;171430&quot;,&quot;s&quot;:&quot;_ZN5mongo10logContextEPKc&quot;},{&quot;b&quot;:&quot;10990B000&quot;,&quot;o&quot;:&quot;15E8DA&quot;,&quot;s&quot;:&quot;_ZN5mongo11msgassertedEiPKc&quot;},{&quot;b&quot;:&quot;10990B000&quot;,&quot;o&quot;:&quot;12D3F4&quot;,&quot;s&quot;:&quot;_ZN5mongo11toSTLStringERKN2v86HandleINS0_5ValueEEE&quot;},{&quot;b&quot;:&quot;10990B000&quot;,&quot;o&quot;:&quot;11628B&quot;,&quot;s&quot;:&quot;_ZN5mongo7V8Scope16mongoToV8ElementERKNS_11BSONElementEb&quot;},{&quot;b&quot;:&quot;10990B000&quot;,&quot;o&quot;:&quot;112419&quot;,&quot;s&quot;:&quot;_ZN5mongoL8namedGetEN2v85LocalINS0_6StringEEERKNS0_12AccessorInfoE&quot;},{&quot;b&quot;:&quot;10990B000&quot;,&quot;o&quot;:&quot;3F6D6D&quot;,&quot;s&quot;:&quot;_ZN2v88internal8JSObject26GetPropertyWithInterceptorEPNS0_10JSReceiverEPNS0_6StringEP18PropertyAttributes&quot;},{&quot;b&quot;:&quot;10990B000&quot;,&quot;o&quot;:&quot;3F38AD&quot;,&quot;s&quot;:&quot;_ZN2v88internal6Object23GetPropertyWithReceiverEPS1_PNS0_6StringEP18PropertyAttributes&quot;},{&quot;b&quot;:&quot;10990B000&quot;,&quot;o&quot;:&quot;47AEE2&quot;,&quot;s&quot;:&quot;_ZN2v88internal7Runtime17GetObjectPropertyEPNS0_7IsolateENS0_6HandleINS0_6ObjectEEES6_&quot;},{&quot;b&quot;:&quot;10990B000&quot;,&quot;o&quot;:&quot;397152&quot;,&quot;s&quot;:&quot;_ZN2v88internal11KeyedLoadIC4LoadENS0_16InlineCacheStateENS0_6HandleINS0_6ObjectEEES5_b&quot;},{&quot;b&quot;:&quot;10990B000&quot;,&quot;o&quot;:&quot;39A4BA&quot;,&quot;s&quot;:&quot;_ZN2v88internal16KeyedLoadIC_MissENS0_9ArgumentsEPNS0_7IsolateE&quot;},{&quot;b&quot;:&quot;0&quot;,&quot;o&quot;:&quot;3020F8106362&quot;}],&quot;processInfo&quot;:{ &quot;mongodbVersion&quot; : &quot;3.0.9&quot;, &quot;gitVersion&quot; : &quot;20d60d3491908f1ae252fe452300de3978a040c7&quot;, &quot;uname&quot; : { &quot;sysname&quot; : &quot;Darwin&quot;, &quot;release&quot; : &quot;15.4.0&quot;, &quot;version&quot; : &quot;Darwin Kernel Version 15.4.0: Fri Feb 26 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64&quot;, &quot;machine&quot; : &quot;x86_64&quot; }, &quot;somap&quot; : [ { &quot;path&quot; : &quot;/Users/asya/bins/mongodb-osx-x86_64-3.0.9/bin/mongo&quot;, &quot;machType&quot; : 2, &quot;b&quot; : &quot;10990B000&quot;, &quot;vmaddr&quot; : &quot;100000000&quot;, &quot;buildId&quot; : &quot;446D696D93283526840BE1B505990E99&quot; }, { &quot;path&quot; : &quot;/usr/lib/libSystem.B.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF8AED4000&quot;, &quot;vmaddr&quot; : &quot;7FFF89F8E000&quot;, &quot;buildId&quot; : &quot;CD307E99FC5C3575BCCE0C861AA63124&quot; }, { &quot;path&quot; : &quot;/usr/lib/libc++.1.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF8C969000&quot;, &quot;vmaddr&quot; : &quot;7FFF8BA23000&quot;, &quot;buildId&quot; : &quot;8FC3D139805534989AC56467CB7F4D14&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libcache.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF8D4F0000&quot;, &quot;vmaddr&quot; : &quot;7FFF8C5AA000&quot;, &quot;buildId&quot; : &quot;9548AAE92AB735259ECEA2A7C4688447&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libcommonCrypto.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF82518000&quot;, &quot;vmaddr&quot; : &quot;7FFF815D2000&quot;, &quot;buildId&quot; : &quot;B9D08EB8FB353F7B8A1C6FCE3F07B7E7&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libcompiler_rt.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF83F54000&quot;, &quot;vmaddr&quot; : &quot;7FFF8300E000&quot;, &quot;buildId&quot; : &quot;A13ECF69F59F38AE86097B731450FBCD&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libcopyfile.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF94D0E000&quot;, &quot;vmaddr&quot; : &quot;7FFF93DC8000&quot;, &quot;buildId&quot; : &quot;A48637BCF3F234F2BB684C65FD012832&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libcorecrypto.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF89357000&quot;, &quot;vmaddr&quot; : &quot;7FFF88411000&quot;, &quot;buildId&quot; : &quot;9D300121CAF838948774DF38FA65F238&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libdispatch.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF81B8B000&quot;, &quot;vmaddr&quot; : &quot;7FFF80C45000&quot;, &quot;buildId&quot; : &quot;C749985761A53D7DA5EA65DCC8C3DF92&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libdyld.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF89DD8000&quot;, &quot;vmaddr&quot; : &quot;7FFF88E92000&quot;, &quot;buildId&quot; : &quot;8390E026F7DE3C3294863DFF6BD131B0&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libkeymgr.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF89A2B000&quot;, &quot;vmaddr&quot; : &quot;7FFF88AE5000&quot;, &quot;buildId&quot; : &quot;8371CE545FDD3CE9B3DFE98C761B6FE0&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/liblaunch.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;10A73A000&quot;, &quot;vmaddr&quot; : &quot;0&quot;, &quot;buildId&quot; : &quot;1CD7619DAF2E34D18EC68021CF473D9B&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libmacho.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF83A87000&quot;, &quot;vmaddr&quot; : &quot;7FFF82B41000&quot;, &quot;buildId&quot; : &quot;318264FA58F139D882851F6254EE410E&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libquarantine.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF92CB0000&quot;, &quot;vmaddr&quot; : &quot;7FFF91D6A000&quot;, &quot;buildId&quot; : &quot;0F4169F00C843A25B3AEE47B3586D908&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libremovefile.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF911F4000&quot;, &quot;vmaddr&quot; : &quot;7FFF902AE000&quot;, &quot;buildId&quot; : &quot;552EF39E14D7363E90594565AC2F894E&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libsystem_asl.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF968D8000&quot;, &quot;vmaddr&quot; : &quot;7FFF95992000&quot;, &quot;buildId&quot; : &quot;007F9094317A33EAAF62BAEAAB48C0F7&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libsystem_blocks.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF8265F000&quot;, &quot;vmaddr&quot; : &quot;7FFF81719000&quot;, &quot;buildId&quot; : &quot;1244D9D5F6AA35BBB30786851C24B8E5&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libsystem_c.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF87859000&quot;, &quot;vmaddr&quot; : &quot;7FFF86913000&quot;, &quot;buildId&quot; : &quot;CDEBF2BBA57830F5846F96274951C3C5&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libsystem_configuration.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF8C579000&quot;, &quot;vmaddr&quot; : &quot;7FFF8B633000&quot;, &quot;buildId&quot; : &quot;3DEB7DF9680437E1BC830166882FF0FF&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libsystem_coreservices.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF91499000&quot;, &quot;vmaddr&quot; : &quot;7FFF90553000&quot;, &quot;buildId&quot; : &quot;1B3F5AFCFFCD3ECB8B9A5538366FB20D&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libsystem_coretls.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF9045E000&quot;, &quot;vmaddr&quot; : &quot;7FFF8F518000&quot;, &quot;buildId&quot; : &quot;C90DAE384082381CA1852A6A8B677628&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libsystem_dnssd.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF92CB3000&quot;, &quot;vmaddr&quot; : &quot;7FFF91D6D000&quot;, &quot;buildId&quot; : &quot;86A05653DCA03345B29FF320029AA05E&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libsystem_info.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF94956000&quot;, &quot;vmaddr&quot; : &quot;7FFF93A10000&quot;, &quot;buildId&quot; : &quot;6B01C09EA3E53C71B370D0CABD11A436&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libsystem_kernel.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF8D588000&quot;, &quot;vmaddr&quot; : &quot;7FFF8C642000&quot;, &quot;buildId&quot; : &quot;88C17B7F1CD83979A1A9F7BDB4FCE789&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libsystem_m.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF96023000&quot;, &quot;vmaddr&quot; : &quot;7FFF950DD000&quot;, &quot;buildId&quot; : &quot;08E1A4B264483DFEA58CACC7335BE7E4&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libsystem_malloc.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF80F69000&quot;, &quot;vmaddr&quot; : &quot;7FFF80023000&quot;, &quot;buildId&quot; : &quot;5748E8B2F81C34C68B13456213127678&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libsystem_network.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF88CEE000&quot;, &quot;vmaddr&quot; : &quot;7FFF87DA8000&quot;, &quot;buildId&quot; : &quot;269E5ADD692231E28D557B777263AC0D&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libsystem_networkextension.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF85584000&quot;, &quot;vmaddr&quot; : &quot;7FFF8463E000&quot;, &quot;buildId&quot; : &quot;66095DC7653938F295EE458F15F6D014&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libsystem_notify.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF8BF8A000&quot;, &quot;vmaddr&quot; : &quot;7FFF8B044000&quot;, &quot;buildId&quot; : &quot;D48BDE340F7E34CAA0FFC578E39987CC&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libsystem_platform.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF9252C000&quot;, &quot;vmaddr&quot; : &quot;7FFF915E6000&quot;, &quot;buildId&quot; : &quot;29A905EF67773C3382B06C3A88C4BA15&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libsystem_pthread.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF91392000&quot;, &quot;vmaddr&quot; : &quot;7FFF9044C000&quot;, &quot;buildId&quot; : &quot;3DD1EF4C1D1B3ABF8CC6B3B1CEEE9559&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libsystem_sandbox.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;10A746000&quot;, &quot;vmaddr&quot; : &quot;0&quot;, &quot;buildId&quot; : &quot;30671DCC265F325AB33D11CD336B3DA3&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libsystem_secinit.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF94D18000&quot;, &quot;vmaddr&quot; : &quot;7FFF93DD2000&quot;, &quot;buildId&quot; : &quot;32B1A8C6DC843F4FB8CE9A52B47C3E6B&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libsystem_trace.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF8D766000&quot;, &quot;vmaddr&quot; : &quot;7FFF8C820000&quot;, &quot;buildId&quot; : &quot;2510454252513E8DB14A9E37207218BC&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libunc.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF96053000&quot;, &quot;vmaddr&quot; : &quot;7FFF9510D000&quot;, &quot;buildId&quot; : &quot;DDB1E947C77533B8B46163E5EB698F0E&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libunwind.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF8C748000&quot;, &quot;vmaddr&quot; : &quot;7FFF8B802000&quot;, &quot;buildId&quot; : &quot;F6EB48E54D12359AAB54C937FBBE9043&quot; }, { &quot;path&quot; : &quot;/usr/lib/system/libxpc.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;10A754000&quot;, &quot;vmaddr&quot; : &quot;0&quot;, &quot;buildId&quot; : &quot;2CC7CF3666D4301BA6D8EBAE7405B008&quot; }, { &quot;path&quot; : &quot;/usr/lib/libobjc.A.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF80F86000&quot;, &quot;vmaddr&quot; : &quot;7FFF80040000&quot;, &quot;buildId&quot; : &quot;7489D2D61EFD3414B18D2AECCCC90286&quot; }, { &quot;path&quot; : &quot;/usr/lib/libauto.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF82618000&quot;, &quot;vmaddr&quot; : &quot;7FFF816D2000&quot;, &quot;buildId&quot; : &quot;999E610F41FC32A3ADCA5EC049B65DFB&quot; }, { &quot;path&quot; : &quot;/usr/lib/libc++abi.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF93F89000&quot;, &quot;vmaddr&quot; : &quot;7FFF93043000&quot;, &quot;buildId&quot; : &quot;DCCC81773D0935BC97842A04FEC4C71B&quot; }, { &quot;path&quot; : &quot;/usr/lib/libDiagnosticMessagesClient.dylib&quot;, &quot;machType&quot; : 6, &quot;b&quot; : &quot;7FFF84F1B000&quot;, &quot;vmaddr&quot; : &quot;7FFF83FD5000&quot;, &quot;buildId&quot; : &quot;4243B6B421E9355B9C5A95A216233B96&quot; } ] }}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; mongo(_ZN5mongo15printStackTraceERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEE+0x39) [0x109ac3f99]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; mongo(_ZN5mongo10logContextEPKc+0x100) [0x109a7c430]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; mongo(_ZN5mongo11msgassertedEiPKc+0x13A) [0x109a698da]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; mongo(_ZN5mongo11toSTLStringERKN2v86HandleINS0_5ValueEEE+0x54) [0x109a383f4]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; mongo(_ZN5mongo7V8Scope16mongoToV8ElementERKNS_11BSONElementEb+0x145B) [0x109a2128b]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; mongo(_ZN5mongoL8namedGetEN2v85LocalINS0_6StringEEERKNS0_12AccessorInfoE+0x219) [0x109a1d419]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; mongo(_ZN2v88internal8JSObject26GetPropertyWithInterceptorEPNS0_10JSReceiverEPNS0_6StringEP18PropertyAttributes+0x21D) [0x109d01d6d]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; mongo(_ZN2v88internal6Object23GetPropertyWithReceiverEPS1_PNS0_6StringEP18PropertyAttributes+0x7D) [0x109cfe8ad]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; mongo(_ZN2v88internal7Runtime17GetObjectPropertyEPNS0_7IsolateENS0_6HandleINS0_6ObjectEEES6_+0x172) [0x109d85ee2]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; mongo(_ZN2v88internal11KeyedLoadIC4LoadENS0_16InlineCacheStateENS0_6HandleINS0_6ObjectEEES5_b+0x662) [0x109ca2152]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; mongo(_ZN2v88internal16KeyedLoadIC_MissENS0_9ArgumentsEPNS0_7IsolateE+0x19A) [0x109ca54ba]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; ??? [0x3020f8106362]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;-----  END BACKTRACE  -----&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;2016-05-19T12:05:37.091-0700 E QUERY    Error: 16686 error converting js type to Utf8Value&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;    at tojsonObject (src/mongo/shell/types.js:656:20)&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;    at tojson (src/mongo/shell/types.js:600:17)&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;    at tojsonObject (src/mongo/shell/types.js:664:57)&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;    at tojson (src/mongo/shell/types.js:600:17)&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;    at tojsonObject (src/mongo/shell/types.js:664:57)&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;    at tojson (src/mongo/shell/types.js:600:17)&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;    at shellPrintHelper (src/mongo/shell/utils.js:402:15)&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;    at (shell2):1:19 at src/mongo/shell/types.js:656&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;</comment>
                            <comment id="78318" author="tad" created="Sat, 7 Jan 2012 04:29:30 +0000"  >&lt;p&gt;Core server ticket derived from commercial support ticket.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="98429">CSHARP-862</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="344868">SERVER-27649</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="244721">SERVER-21974</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="174367">SERVER-16542</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_13552" key="com.go2group.jira.plugin.crm:crm_generic_field">
                        <customfieldname>Case</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[[500A000000UaYj0IAF]]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 12 Dec 2014 23:32:48 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        6 years, 41 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_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            6 years, 41 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>asya.kamsky@mongodb.com</customfieldvalue>
            <customfieldvalue>backlog-server-platform</customfieldvalue>
            <customfieldvalue>kelsey.schubert@mongodb.com</customfieldvalue>
            <customfieldvalue>tad</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrohdb:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4889</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_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|ht0qu7:</customfieldvalue>

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