<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:37:04 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>[GODRIVER-1755] Exception thrown on Windows during ApplyURI call</title>
                <link>https://jira.mongodb.org/browse/GODRIVER-1755</link>
                <project id="14289" key="GODRIVER">Go Driver</project>
                    <description>&lt;p&gt;This is the exception being thrown on ApplyURI:&lt;/p&gt;

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

&lt;p&gt;&lt;tt&gt;Exception 0xc0000005 0x0 0x7ff9be532fff 0x2125f2d0000&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;PC=0x2125f2d0000&lt;/tt&gt;&lt;tt&gt;syscall.loadsystemlibrary(0xc00022fb40, 0xc00022b200, 0xc00022b200, 0x1f)&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;c:/go/src/runtime/syscall_windows.go:136 +0xe7&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;syscall.LoadDLL(0xb57753, 0xa, 0x336531, 0xa53f20, 0x29)&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;c:/go/src/syscall/dll_windows.go:81 +0x16a&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;syscall.(*LazyDLL).Load(0xc000004140, 0x0, 0x0)&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;c:/go/src/syscall/dll_windows.go:245 +0xc8&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;syscall.(*LazyProc).Find(0xc00005d7d0, 0x0, 0x0)&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;c:/go/src/syscall/dll_windows.go:300 +0xbf&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;syscall.(*LazyProc).mustFind(...)&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;c:/go/src/syscall/dll_windows.go:318&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;syscall.(*LazyProc).Addr(...)&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;c:/go/src/syscall/dll_windows.go:327&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;syscall._DnsQuery(0xc000026840, 0x21, 0x0, 0xc00029ef98, 0x0, 0x0, 0x0)&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;c:/go/src/syscall/zsyscall_windows.go:1699 +0x4c&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;syscall.DnsQuery(0xc00022cc00, 0x28, 0x21, 0x0, 0xc00029ef98, 0x0, 0xc00027c678, 0xc00027c674)&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;c:/go/src/syscall/zsyscall_windows.go:1695 +0xb5&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;net.(*Resolver).lookupSRV(0x10fb7c0, 0xced7c0, 0xc0000200b0, 0xb552dd, 0x7, 0xb51dee, 0x3, 0xc0000267a9, 0x1a, 0x0, ...)&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;c:/go/src/net/lookup_windows.go:252 +0x125&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;net.LookupSRV(0xb552dd, 0x7, 0xb51dee, 0x3, 0xc0000267a9, 0x1a, 0xcdd860, 0xc000201ae0, 0xa53da0, 0xc00027c558, ...)&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;c:/go/src/net/lookup.go:420 +0xac&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;go.mongodb.org/mongo-driver/x/mongo/driver/dns.(*Resolver).fetchSeedlistFromSRV(0x10e7f60, 0xc0000267a9, 0x1a, 0x1, 0x0, 0x0, 0xc000267110, 0x1, 0x1)&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;C:/Users/Owner/go/pkg/mod/go.mongodb.org/mongo-driver@v1.3.4/x/mongo/driver/dns/dns.go:78 +0xb9&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;go.mongodb.org/mongo-driver/x/mongo/driver/dns.(*Resolver).ParseHosts(0x10e7f60, 0xc0000267a9, 0x1a, 0x1, 0x0, 0x0, 0xc000267100, 0x1, 0x1)&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;C:/Users/Owner/go/pkg/mod/go.mongodb.org/mongo-driver@v1.3.4/x/mongo/driver/dns/dns.go:34 +0xfe&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;go.mongodb.org/mongo-driver/x/mongo/driver/connstring.(*parser).parse(0xc00029f3f0, 0xc000026780, 0x59, 0xc00027c41c, 0xc00027c418)&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;C:/Users/Owner/go/pkg/mod/go.mongodb.org/mongo-driver@v1.3.4/x/mongo/driver/connstring/connstring.go:205 +0xaf3&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;go.mongodb.org/mongo-driver/x/mongo/driver/connstring.Parse(0xc000026780, 0x59, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;C:/Users/Owner/go/pkg/mod/go.mongodb.org/mongo-driver@v1.3.4/x/mongo/driver/connstring/connstring.go:27 +0xb2&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;go.mongodb.org/mongo-driver/mongo/options.(*ClientOptions).ApplyURI(0xc00029fcc0, 0xc000026780, 0x59, 0x59)&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;C:/Users/Owner/go/pkg/mod/go.mongodb.org/mongo-driver@v1.3.4/mongo/options/clientoptions.go:163 +0xdb&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;main.ConnectDB()&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;c:/go/src/occasionally-api/connection.go:23 +0xab&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;main.main()&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;c:/go/src/occasionally-api/main.go:60 +0x5d&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;rax 0x7ff9bb0049d2&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;rbx 0x7ff9bb0049d0&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;rcx 0x77&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;rdi 0xffffffffffbadd11&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;rsi 0x0&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;rbp 0x0&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;rsp 0x2f683ff090&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;r8 0x97c&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;r9 0x97c&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;r10 0x97c&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;r11 0x97c&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;r12 0xc000007a&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;r13 0x0&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;r14 0x7ff9bb0049d2&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;r15 0x7ff9be330000&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;rip 0x2125f2d0000&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;rflags 0x10206&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;cs 0x33&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;fs 0x53&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;gs 0x2b&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;exit status 2&lt;/tt&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;tt&gt;I have the latest mongo-go-driver version and the latest Golang for Windows. This issue was happening intermittently previously, but now it has happening pretty much all the time.&lt;/tt&gt;&lt;/p&gt;</description>
                <environment>Windows 10&lt;br/&gt;
&lt;br/&gt;
set GO111MODULE=&lt;br/&gt;
set GOARCH=amd64&lt;br/&gt;
set GOBIN=&lt;br/&gt;
set GOCACHE=C:\Users\Owner\AppData\Local\go-build&lt;br/&gt;
set GOENV=C:\Users\Owner\AppData\Roaming\go\env&lt;br/&gt;
set GOEXE=.exe&lt;br/&gt;
set GOFLAGS=&lt;br/&gt;
set GOHOSTARCH=amd64&lt;br/&gt;
set GOHOSTOS=windows&lt;br/&gt;
set GOINSECURE=&lt;br/&gt;
set GOMODCACHE=C:\Users\Owner\go\pkg\mod&lt;br/&gt;
set GONOPROXY=github.com/LukasDeco/&lt;br/&gt;
set GONOSUMDB=github.com/LukasDeco/&lt;br/&gt;
set GOOS=windows&lt;br/&gt;
set GOPATH=C:\Users\Owner\go&lt;br/&gt;
set GOPRIVATE=github.com/LukasDeco/&lt;br/&gt;
set GOPROXY=&lt;a href=&quot;https://proxy.golang.org,direct&quot;&gt;https://proxy.golang.org,direct&lt;/a&gt;&lt;br/&gt;
set GOROOT=c:\go&lt;br/&gt;
set GOSUMDB=sum.golang.org&lt;br/&gt;
set GOTMPDIR=&lt;br/&gt;
set GOTOOLDIR=c:\go\pkg\tool\windows_amd64&lt;br/&gt;
set GCCGO=gccgo&lt;br/&gt;
set AR=ar&lt;br/&gt;
set CC=gcc&lt;br/&gt;
set CXX=g++&lt;br/&gt;
set CGO_ENABLED=1&lt;br/&gt;
set GOMOD=C:\Go\src\occasionally-api\go.mod&lt;br/&gt;
set CGO_CFLAGS=-g -O2&lt;br/&gt;
set CGO_CPPFLAGS=&lt;br/&gt;
set CGO_CXXFLAGS=-g -O2&lt;br/&gt;
set CGO_FFLAGS=-g -O2&lt;br/&gt;
set CGO_LDFLAGS=-g -O2&lt;br/&gt;
set PKG_CONFIG=pkg-config&lt;br/&gt;
set GOGCCFLAGS=-m64 -mthreads -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=C:\Users\Owner\AppData\Local\Temp\go-build042358730=/tmp/go-build -gno-record-gcc-switches</environment>
        <key id="1481445">GODRIVER-1755</key>
            <summary>Exception thrown on Windows during ApplyURI call</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="9">Done</resolution>
                                        <assignee username="isabella.siu@mongodb.com">Isabella Siu</assignee>
                                    <reporter username="lukas@occasional.ly">Lukas deConantsesznak</reporter>
                        <labels>
                    </labels>
                <created>Sun, 20 Sep 2020 17:29:16 +0000</created>
                <updated>Fri, 25 Sep 2020 15:07:56 +0000</updated>
                            <resolved>Fri, 25 Sep 2020 15:07:56 +0000</resolved>
                                                                    <component>Connections</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="3410729" author="JIRAUSER1256979" created="Fri, 25 Sep 2020 03:19:45 +0000"  >&lt;p&gt;Hi Guys! Sorry for the delay. Yes that&apos;s right I fixed the problem after uninstalling webroot.&lt;/p&gt;</comment>
                            <comment id="3410122" author="isabella.siu" created="Thu, 24 Sep 2020 19:32:12 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=lukas%40occasional.ly&quot; class=&quot;user-hover&quot; rel=&quot;lukas@occasional.ly&quot;&gt;lukas@occasional.ly&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Was this problem related to this issue?&#160;&lt;a href=&quot;https://github.com/golang/go/issues/41492&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/golang/go/issues/41492&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hxthw7:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>