Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
757
labels
stringlengths
4
664
body
stringlengths
3
261k
index
stringclasses
10 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
232k
binary_label
int64
0
1
37,998
15,417,959,914
IssuesEvent
2021-03-05 08:04:11
microsoft/botframework-solutions
https://api.github.com/repos/microsoft/botframework-solutions
closed
Does not create knowledge base if select operating system as Linux
Bot Services Team: Kobuk Type: Docs customer-replied-to customer-reported
/virtual-assistant/tutorials/create-assistant/typescript/4-provision-you-azure-resources/ I have tried creating and configuring QnA based Chatbot both in C# & Typescript version, for Windows (default) configuration it works well and create all the resources and knowledgebase in qnamaker without fail. But when i try to host infrastructure (App Service Plan & Bot Service) on Linux Operating System (by simply changing kind to Linux) "kind": "linux" for App Service plan, it though create all required (App Service Plan, Cognitive Service, Web app Bot Service, Search service etc) but does not create knowledgebase. It seems VA template or overall deployment does not support Linux version deployment , as i tried in both C# & Typescript Version Even after creating all service if i try to create knowledge base manually it throws error as No Endpoint keys found ![NoEndpoint](https://user-images.githubusercontent.com/41193836/108236170-9aa76380-716c-11eb-890c-8f880be7b1fd.png)
1.0
Does not create knowledge base if select operating system as Linux - /virtual-assistant/tutorials/create-assistant/typescript/4-provision-you-azure-resources/ I have tried creating and configuring QnA based Chatbot both in C# & Typescript version, for Windows (default) configuration it works well and create all the resources and knowledgebase in qnamaker without fail. But when i try to host infrastructure (App Service Plan & Bot Service) on Linux Operating System (by simply changing kind to Linux) "kind": "linux" for App Service plan, it though create all required (App Service Plan, Cognitive Service, Web app Bot Service, Search service etc) but does not create knowledgebase. It seems VA template or overall deployment does not support Linux version deployment , as i tried in both C# & Typescript Version Even after creating all service if i try to create knowledge base manually it throws error as No Endpoint keys found ![NoEndpoint](https://user-images.githubusercontent.com/41193836/108236170-9aa76380-716c-11eb-890c-8f880be7b1fd.png)
non_defect
does not create knowledge base if select operating system as linux virtual assistant tutorials create assistant typescript provision you azure resources i have tried creating and configuring qna based chatbot both in c typescript version for windows default configuration it works well and create all the resources and knowledgebase in qnamaker without fail but when i try to host infrastructure app service plan bot service on linux operating system by simply changing kind to linux kind linux for app service plan it though create all required app service plan cognitive service web app bot service search service etc but does not create knowledgebase it seems va template or overall deployment does not support linux version deployment as i tried in both c typescript version even after creating all service if i try to create knowledge base manually it throws error as no endpoint keys found
0
516,678
14,986,307,424
IssuesEvent
2021-01-28 21:04:22
bounswe/bounswe2020group8
https://api.github.com/repos/bounswe/bounswe2020group8
closed
Vendor Add Main Product - Categories
Priority: Medium bug web
**Describe the bug** At main product adding page for vendors, the categories are not shown to the vendors. They should be visible and selectable. **Possible code location** At MainProductForm **To Reproduce** Steps to reproduce the behavior: 1. Login as Vendor 2. Go to My Products 3. Click Add Product 4. Click Add Main Product 5. See that no categories are shown **Expected behavior** The categories should be shown
1.0
Vendor Add Main Product - Categories - **Describe the bug** At main product adding page for vendors, the categories are not shown to the vendors. They should be visible and selectable. **Possible code location** At MainProductForm **To Reproduce** Steps to reproduce the behavior: 1. Login as Vendor 2. Go to My Products 3. Click Add Product 4. Click Add Main Product 5. See that no categories are shown **Expected behavior** The categories should be shown
non_defect
vendor add main product categories describe the bug at main product adding page for vendors the categories are not shown to the vendors they should be visible and selectable possible code location at mainproductform to reproduce steps to reproduce the behavior login as vendor go to my products click add product click add main product see that no categories are shown expected behavior the categories should be shown
0
253,713
19,162,159,369
IssuesEvent
2021-12-03 02:22:20
golang/go
https://api.github.com/repos/golang/go
opened
x/website: "The Laws of Reflection" blog post needs a section on generics
Documentation release-blocker okay-after-beta1
The blog post [The Laws of Reflection](https://go.dev/blog/laws-of-reflection), while old, is still a commonly used in-depth resource for the reflect package. There needs to be a preamble explaining how the reflect package is affected by generics (it isn't). cc: @ianlancetaylor cc: @robpike
1.0
x/website: "The Laws of Reflection" blog post needs a section on generics - The blog post [The Laws of Reflection](https://go.dev/blog/laws-of-reflection), while old, is still a commonly used in-depth resource for the reflect package. There needs to be a preamble explaining how the reflect package is affected by generics (it isn't). cc: @ianlancetaylor cc: @robpike
non_defect
x website the laws of reflection blog post needs a section on generics the blog post while old is still a commonly used in depth resource for the reflect package there needs to be a preamble explaining how the reflect package is affected by generics it isn t cc ianlancetaylor cc robpike
0
13,022
2,732,875,399
IssuesEvent
2015-04-17 09:54:47
tiku01/oryx-editor
https://api.github.com/repos/tiku01/oryx-editor
closed
Login not working; Editor not loading.
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. go to http://oryx-project.org/backend/poem/repository 2. Fill in my OpenID 3. Click on <login> What is the expected output? Being successfully logged into the editor. My personal models would show up. What do you see instead? 1. The following error report appears in my browser at the URL: http://oryx-project.org/backend/poem/login ____________ HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: javax.servlet.ServletException: org.openid4java.consumer.ConsumerException: Authentication cannot continue: no discovery information provided. org.b3mn.poem.Dispatcher.dispatch(Unknown Source) org.b3mn.poem.Dispatcher.doPost(Unknown Source) javax.servlet.http.HttpServlet.service(HttpServlet.java:637) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) org.b3mn.poem.security.filter.AuthenticationFilter.doFilter(Unknown Source) root cause javax.servlet.ServletException: org.openid4java.consumer.ConsumerException: Authentication cannot continue: no discovery information provided. org.b3mn.poem.handler.LoginHandler.authRequest(Unknown Source) org.b3mn.poem.handler.LoginHandler.doPost(Unknown Source) org.b3mn.poem.Dispatcher.dispatch(Unknown Source) org.b3mn.poem.Dispatcher.doPost(Unknown Source) javax.servlet.http.HttpServlet.service(HttpServlet.java:637) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) org.b3mn.poem.security.filter.AuthenticationFilter.doFilter(Unknown Source) root cause org.openid4java.consumer.ConsumerException: Authentication cannot continue: no discovery information provided. org.openid4java.consumer.ConsumerManager.authenticate(ConsumerManager.java:998) org.openid4java.consumer.ConsumerManager.authenticate(ConsumerManager.java:967) org.b3mn.poem.handler.LoginHandler.authRequest(Unknown Source) org.b3mn.poem.handler.LoginHandler.doPost(Unknown Source) org.b3mn.poem.Dispatcher.dispatch(Unknown Source) org.b3mn.poem.Dispatcher.doPost(Unknown Source) javax.servlet.http.HttpServlet.service(HttpServlet.java:637) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) org.b3mn.poem.security.filter.AuthenticationFilter.doFilter(Unknown Source) note The full stack trace of the root cause is available in the Apache Tomcat/6.0.20 logs. Apache Tomcat/6.0.20 ____________ Please provide any additional information below. I'm using: Mac OSX 10.6.8 Safari 5.0.5 Firefox 5.0.1 Google Chrome 13 beta ``` Original issue reported on code.google.com by `skoo...@gmail.com` on 18 Jul 2011 at 4:45 Attachments: * [Screen shot 2011-07-18 at 18.44.40.PNG](https://storage.googleapis.com/google-code-attachments/oryx-editor/issue-483/comment-0/Screen shot 2011-07-18 at 18.44.40.PNG)
1.0
Login not working; Editor not loading. - ``` What steps will reproduce the problem? 1. go to http://oryx-project.org/backend/poem/repository 2. Fill in my OpenID 3. Click on <login> What is the expected output? Being successfully logged into the editor. My personal models would show up. What do you see instead? 1. The following error report appears in my browser at the URL: http://oryx-project.org/backend/poem/login ____________ HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: javax.servlet.ServletException: org.openid4java.consumer.ConsumerException: Authentication cannot continue: no discovery information provided. org.b3mn.poem.Dispatcher.dispatch(Unknown Source) org.b3mn.poem.Dispatcher.doPost(Unknown Source) javax.servlet.http.HttpServlet.service(HttpServlet.java:637) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) org.b3mn.poem.security.filter.AuthenticationFilter.doFilter(Unknown Source) root cause javax.servlet.ServletException: org.openid4java.consumer.ConsumerException: Authentication cannot continue: no discovery information provided. org.b3mn.poem.handler.LoginHandler.authRequest(Unknown Source) org.b3mn.poem.handler.LoginHandler.doPost(Unknown Source) org.b3mn.poem.Dispatcher.dispatch(Unknown Source) org.b3mn.poem.Dispatcher.doPost(Unknown Source) javax.servlet.http.HttpServlet.service(HttpServlet.java:637) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) org.b3mn.poem.security.filter.AuthenticationFilter.doFilter(Unknown Source) root cause org.openid4java.consumer.ConsumerException: Authentication cannot continue: no discovery information provided. org.openid4java.consumer.ConsumerManager.authenticate(ConsumerManager.java:998) org.openid4java.consumer.ConsumerManager.authenticate(ConsumerManager.java:967) org.b3mn.poem.handler.LoginHandler.authRequest(Unknown Source) org.b3mn.poem.handler.LoginHandler.doPost(Unknown Source) org.b3mn.poem.Dispatcher.dispatch(Unknown Source) org.b3mn.poem.Dispatcher.doPost(Unknown Source) javax.servlet.http.HttpServlet.service(HttpServlet.java:637) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) org.b3mn.poem.security.filter.AuthenticationFilter.doFilter(Unknown Source) note The full stack trace of the root cause is available in the Apache Tomcat/6.0.20 logs. Apache Tomcat/6.0.20 ____________ Please provide any additional information below. I'm using: Mac OSX 10.6.8 Safari 5.0.5 Firefox 5.0.1 Google Chrome 13 beta ``` Original issue reported on code.google.com by `skoo...@gmail.com` on 18 Jul 2011 at 4:45 Attachments: * [Screen shot 2011-07-18 at 18.44.40.PNG](https://storage.googleapis.com/google-code-attachments/oryx-editor/issue-483/comment-0/Screen shot 2011-07-18 at 18.44.40.PNG)
defect
login not working editor not loading what steps will reproduce the problem go to fill in my openid click on what is the expected output being successfully logged into the editor my personal models would show up what do you see instead the following error report appears in my browser at the url http status type exception report message description the server encountered an internal error that prevented it from fulfilling this request exception javax servlet servletexception javax servlet servletexception org consumer consumerexception authentication cannot continue no discovery information provided org poem dispatcher dispatch unknown source org poem dispatcher dopost unknown source javax servlet http httpservlet service httpservlet java javax servlet http httpservlet service httpservlet java org poem security filter authenticationfilter dofilter unknown source root cause javax servlet servletexception org consumer consumerexception authentication cannot continue no discovery information provided org poem handler loginhandler authrequest unknown source org poem handler loginhandler dopost unknown source org poem dispatcher dispatch unknown source org poem dispatcher dopost unknown source javax servlet http httpservlet service httpservlet java javax servlet http httpservlet service httpservlet java org poem security filter authenticationfilter dofilter unknown source root cause org consumer consumerexception authentication cannot continue no discovery information provided org consumer consumermanager authenticate consumermanager java org consumer consumermanager authenticate consumermanager java org poem handler loginhandler authrequest unknown source org poem handler loginhandler dopost unknown source org poem dispatcher dispatch unknown source org poem dispatcher dopost unknown source javax servlet http httpservlet service httpservlet java javax servlet http httpservlet service httpservlet java org poem security filter authenticationfilter dofilter unknown source note the full stack trace of the root cause is available in the apache tomcat logs apache tomcat please provide any additional information below i m using mac osx safari firefox google chrome beta original issue reported on code google com by skoo gmail com on jul at attachments shot at png
1
685,307
23,452,168,963
IssuesEvent
2022-08-16 04:46:37
woocommerce/woocommerce-ios
https://api.github.com/repos/woocommerce/woocommerce-ios
opened
[Mobile Payments] - Card reader manuals screen empty for stores in countries without IPP
type: bug feature: mobile payments priority: high
**Describe the bug** Card reader manual link is clickable on Payments menu but is empty for stores in countries without IPP **To Reproduce** Steps to reproduce the behavior: 1. Login with a store where IPP is not supported 2. Go to Menu > Payments 3. Tap on Card Reader Manuals 4. See that screen is empty **Screenshots** https://user-images.githubusercontent.com/17252150/184799521-69e20943-a51e-4cb0-b854-de7a962aef9a.MP4 **Expected behavior** Card reader manuals should be displayed since the link is active for the user. **Isolating the problem (mark completed items with an [x]):** - [ ] I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active. - [ ] This bug happens with a default WordPress theme active, or [Storefront](https://woocommerce.com/storefront/). - [x] I can reproduce this bug consistently using the steps above. **Mobile Environment** Please include: - Device: iPhone 13 mini - iOS version: 15.5 - WooCommerce iOS version: Alpha version pr7473-ff6d916 **WordPress Environment** <details> ``` Copy and paste the system status report from **WooCommerce > System Status** in WordPress admin. ``` </details>
1.0
[Mobile Payments] - Card reader manuals screen empty for stores in countries without IPP - **Describe the bug** Card reader manual link is clickable on Payments menu but is empty for stores in countries without IPP **To Reproduce** Steps to reproduce the behavior: 1. Login with a store where IPP is not supported 2. Go to Menu > Payments 3. Tap on Card Reader Manuals 4. See that screen is empty **Screenshots** https://user-images.githubusercontent.com/17252150/184799521-69e20943-a51e-4cb0-b854-de7a962aef9a.MP4 **Expected behavior** Card reader manuals should be displayed since the link is active for the user. **Isolating the problem (mark completed items with an [x]):** - [ ] I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active. - [ ] This bug happens with a default WordPress theme active, or [Storefront](https://woocommerce.com/storefront/). - [x] I can reproduce this bug consistently using the steps above. **Mobile Environment** Please include: - Device: iPhone 13 mini - iOS version: 15.5 - WooCommerce iOS version: Alpha version pr7473-ff6d916 **WordPress Environment** <details> ``` Copy and paste the system status report from **WooCommerce > System Status** in WordPress admin. ``` </details>
non_defect
card reader manuals screen empty for stores in countries without ipp describe the bug card reader manual link is clickable on payments menu but is empty for stores in countries without ipp to reproduce steps to reproduce the behavior login with a store where ipp is not supported go to menu payments tap on card reader manuals see that screen is empty screenshots expected behavior card reader manuals should be displayed since the link is active for the user isolating the problem mark completed items with an i have deactivated other plugins and confirmed this bug occurs when only woocommerce plugin is active this bug happens with a default wordpress theme active or i can reproduce this bug consistently using the steps above mobile environment please include device iphone mini ios version woocommerce ios version alpha version wordpress environment copy and paste the system status report from woocommerce system status in wordpress admin
0
132,239
28,126,791,535
IssuesEvent
2023-03-31 18:28:33
microsoft/vsmarketplace
https://api.github.com/repos/microsoft/vsmarketplace
closed
python
need-information vscode
Type: <b>Bug</b> python had been deleted by it self and it won't reinstall again VS Code version: Code 1.76.2 (ee2b180d582a7f601fa6ecfdad8d9fd269ab1884, 2023-03-14T17:55:54.936Z) OS version: Windows_NT x64 10.0.19044 Modes: Sandboxed: Yes <!-- generated by issue reporter -->
1.0
python - Type: <b>Bug</b> python had been deleted by it self and it won't reinstall again VS Code version: Code 1.76.2 (ee2b180d582a7f601fa6ecfdad8d9fd269ab1884, 2023-03-14T17:55:54.936Z) OS version: Windows_NT x64 10.0.19044 Modes: Sandboxed: Yes <!-- generated by issue reporter -->
non_defect
python type bug python had been deleted by it self and it won t reinstall again vs code version code os version windows nt modes sandboxed yes
0
55,603
14,592,271,516
IssuesEvent
2020-12-19 16:52:02
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
how can I escape ser/deser?
Type: Defect
<!-- Thanks for reporting your issue. Please share with us the following information, to help us resolve your issue quickly and efficiently. --> **Describe the bug** ``` map: POST: in-memory-format: BINARY cache-deserialized-values: ALWAYS statistics-enabled: true max-idle-seconds: 21600 eviction: comparator-class-name: xxxx max-size-policy: PER_NODE size: 10000 map-store: enabled: true initial-mode: LAZY class-name: xxxxx write-coalescing: true near-cache: time-to-live-seconds: 0 max-idle-seconds: 3600 invalidate-on-change: true in-memory-format: OBJECT cache-local-entries: true eviction: size: 100000 max-size-policy: ENTRY_COUNT eviction-policy: LFU ``` I've turned on 'cache-deserialized-values', 'near-cache: in-memory-format : Object' and 'cache-local-entries'. but It does not stop the serializations/deserializations. and not some nodes does not hit the near cache. ``` ``` **Expected behavior** A clear and concise description of what you expected to happen. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. ... **Additional context** <!-- Add any other context about the problem here. Common details that we're often interested in: - Detailed description of the steps to reproduce your issue - Logs and stack traces, if available - Hazelcast version that you use (e.g. 3.4, also specify whether it is a minor release or the latest snapshot) - If available, integration module versions (e.g. Tomcat, Jetty, Spring, Hibernate). Also, include their detailed configuration information such as web.xml, Hibernate configuration and `context.xml` for Spring - Cluster size, i.e. the number of Hazelcast cluster members - Number of the clients - Version of Java. It is also helpful to mention the JVM parameters - Operating system. If it is Linux, kernel version is helpful - Unit test with the `hazelcast.xml` file. If you could include a unit test which reproduces your issue, we would be grateful -->
1.0
how can I escape ser/deser? - <!-- Thanks for reporting your issue. Please share with us the following information, to help us resolve your issue quickly and efficiently. --> **Describe the bug** ``` map: POST: in-memory-format: BINARY cache-deserialized-values: ALWAYS statistics-enabled: true max-idle-seconds: 21600 eviction: comparator-class-name: xxxx max-size-policy: PER_NODE size: 10000 map-store: enabled: true initial-mode: LAZY class-name: xxxxx write-coalescing: true near-cache: time-to-live-seconds: 0 max-idle-seconds: 3600 invalidate-on-change: true in-memory-format: OBJECT cache-local-entries: true eviction: size: 100000 max-size-policy: ENTRY_COUNT eviction-policy: LFU ``` I've turned on 'cache-deserialized-values', 'near-cache: in-memory-format : Object' and 'cache-local-entries'. but It does not stop the serializations/deserializations. and not some nodes does not hit the near cache. ``` ``` **Expected behavior** A clear and concise description of what you expected to happen. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. ... **Additional context** <!-- Add any other context about the problem here. Common details that we're often interested in: - Detailed description of the steps to reproduce your issue - Logs and stack traces, if available - Hazelcast version that you use (e.g. 3.4, also specify whether it is a minor release or the latest snapshot) - If available, integration module versions (e.g. Tomcat, Jetty, Spring, Hibernate). Also, include their detailed configuration information such as web.xml, Hibernate configuration and `context.xml` for Spring - Cluster size, i.e. the number of Hazelcast cluster members - Number of the clients - Version of Java. It is also helpful to mention the JVM parameters - Operating system. If it is Linux, kernel version is helpful - Unit test with the `hazelcast.xml` file. If you could include a unit test which reproduces your issue, we would be grateful -->
defect
how can i escape ser deser thanks for reporting your issue please share with us the following information to help us resolve your issue quickly and efficiently describe the bug map post in memory format binary cache deserialized values always statistics enabled true max idle seconds eviction comparator class name xxxx max size policy per node size map store enabled true initial mode lazy class name xxxxx write coalescing true near cache time to live seconds max idle seconds invalidate on change true in memory format object cache local entries true eviction size max size policy entry count eviction policy lfu i ve turned on cache deserialized values near cache in memory format object and cache local entries but it does not stop the serializations deserializations and not some nodes does not hit the near cache expected behavior a clear and concise description of what you expected to happen to reproduce steps to reproduce the behavior go to click on additional context add any other context about the problem here common details that we re often interested in detailed description of the steps to reproduce your issue logs and stack traces if available hazelcast version that you use e g also specify whether it is a minor release or the latest snapshot if available integration module versions e g tomcat jetty spring hibernate also include their detailed configuration information such as web xml hibernate configuration and context xml for spring cluster size i e the number of hazelcast cluster members number of the clients version of java it is also helpful to mention the jvm parameters operating system if it is linux kernel version is helpful unit test with the hazelcast xml file if you could include a unit test which reproduces your issue we would be grateful
1
77,831
27,184,157,824
IssuesEvent
2023-02-19 01:31:01
amyjko/bookish
https://api.github.com/repos/amyjko/bookish
closed
Special error on empty string glossary ID
defect reading
`~programming~` should produce an error like "Need a glossary ID". Currently it just says that it couldn't find an entry matching empty string.
1.0
Special error on empty string glossary ID - `~programming~` should produce an error like "Need a glossary ID". Currently it just says that it couldn't find an entry matching empty string.
defect
special error on empty string glossary id programming should produce an error like need a glossary id currently it just says that it couldn t find an entry matching empty string
1
20,905
3,431,837,225
IssuesEvent
2015-12-11 00:26:13
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
Provide better way to access constants through source mirrors.
area-dart2js library-mirrors Priority-Medium resolution-not-planned started Type-Defect
Currently with a String constant, you can say Dart2JsStringConstantMirror.reflectee and get the original String object. Why can't we do this with composite objects like Map and List? As it is, to get the original value, I need to check if the particular mirror is of type Dart2JsMapConstantMirror or Dart2JsListConstantMirror and then call the corresponding method, which seems pretty suboptimal, especially since those aren't public interfaces.
1.0
Provide better way to access constants through source mirrors. - Currently with a String constant, you can say Dart2JsStringConstantMirror.reflectee and get the original String object. Why can't we do this with composite objects like Map and List? As it is, to get the original value, I need to check if the particular mirror is of type Dart2JsMapConstantMirror or Dart2JsListConstantMirror and then call the corresponding method, which seems pretty suboptimal, especially since those aren't public interfaces.
defect
provide better way to access constants through source mirrors currently with a string constant you can say reflectee and get the original string object why can t we do this with composite objects like map and list as it is to get the original value i need to check if the particular mirror is of type or and then call the corresponding method which seems pretty suboptimal especially since those aren t public interfaces
1
47,337
13,056,128,828
IssuesEvent
2020-07-30 03:44:44
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
glshovel issues on Mac OS X 10.7 (Trac #373)
Migrated from Trac defect glshovel
I started using glshovel on my mac (10.7.3) using qt 4.8.0 as installed by homebrew. Installing and compiling works perfectly, but I found some issues in using it that I wanted to be documented: * file open dialogs (for .i3 files and libraries) do not show up when requesting to load files using glshovel menu items. * the "Animation->Settings" dialog does not show up when using the menu item. * changing the main window size makes it "snap" to a single size without being able to resize it any further. (Resizing with the green button in the top left corner of the window works as expected.) * zooming using the "scroll wheel" scroll direction is inverted if "natural scroll direction" is selected in the Mac OS X System Preferences (although this might be the desired behavior?) * The following messages are displayed on program start: QMetaObject::connectSlotsByName: No matching signal for on_actionOpen_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionConnect_to_I3TV_Server_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionDisconnect_from_I3TV_Server_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionLoad_Library_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionClose_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionQuit_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionAbout_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionWhat_s_this_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionSave_a_snapshot_as_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionIceColor_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionSettings_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionPerspective_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionOrthoSide_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionOrthoTop_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionView_Detector_Only_activated() Migrated from https://code.icecube.wisc.edu/ticket/373 ```json { "status": "closed", "changetime": "2012-05-17T18:59:49", "description": "I started using glshovel on my mac (10.7.3) using qt 4.8.0 as installed by homebrew. Installing and compiling works perfectly, but I found some issues in using it that I wanted to be documented:\n\n * file open dialogs (for .i3 files and libraries) do not show up when requesting to load files using glshovel menu items.\n * the \"Animation->Settings\" dialog does not show up when using the menu item.\n * changing the main window size makes it \"snap\" to a single size without being able to resize it any further. (Resizing with the green button in the top left corner of the window works as expected.)\n * zooming using the \"scroll wheel\" scroll direction is inverted if \"natural scroll direction\" is selected in the Mac OS X System Preferences (although this might be the desired behavior?)\n * The following messages are displayed on program start:\n\n QMetaObject::connectSlotsByName: No matching signal for on_actionOpen_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionConnect_to_I3TV_Server_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionDisconnect_from_I3TV_Server_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionLoad_Library_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionClose_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionQuit_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionAbout_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionWhat_s_this_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionSave_a_snapshot_as_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionIceColor_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionSettings_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionPerspective_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionOrthoSide_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionOrthoTop_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionView_Detector_Only_activated()\n", "reporter": "claudio.kopper", "cc": "", "resolution": "wontfix", "_ts": "1337281189000000", "component": "glshovel", "summary": "glshovel issues on Mac OS X 10.7", "priority": "normal", "keywords": "mac os x 10.7", "time": "2012-03-06T20:49:39", "milestone": "", "owner": "olivas", "type": "defect" } ```
1.0
glshovel issues on Mac OS X 10.7 (Trac #373) - I started using glshovel on my mac (10.7.3) using qt 4.8.0 as installed by homebrew. Installing and compiling works perfectly, but I found some issues in using it that I wanted to be documented: * file open dialogs (for .i3 files and libraries) do not show up when requesting to load files using glshovel menu items. * the "Animation->Settings" dialog does not show up when using the menu item. * changing the main window size makes it "snap" to a single size without being able to resize it any further. (Resizing with the green button in the top left corner of the window works as expected.) * zooming using the "scroll wheel" scroll direction is inverted if "natural scroll direction" is selected in the Mac OS X System Preferences (although this might be the desired behavior?) * The following messages are displayed on program start: QMetaObject::connectSlotsByName: No matching signal for on_actionOpen_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionConnect_to_I3TV_Server_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionDisconnect_from_I3TV_Server_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionLoad_Library_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionClose_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionQuit_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionAbout_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionWhat_s_this_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionSave_a_snapshot_as_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionIceColor_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionSettings_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionPerspective_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionOrthoSide_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionOrthoTop_activated() QMetaObject::connectSlotsByName: No matching signal for on_actionView_Detector_Only_activated() Migrated from https://code.icecube.wisc.edu/ticket/373 ```json { "status": "closed", "changetime": "2012-05-17T18:59:49", "description": "I started using glshovel on my mac (10.7.3) using qt 4.8.0 as installed by homebrew. Installing and compiling works perfectly, but I found some issues in using it that I wanted to be documented:\n\n * file open dialogs (for .i3 files and libraries) do not show up when requesting to load files using glshovel menu items.\n * the \"Animation->Settings\" dialog does not show up when using the menu item.\n * changing the main window size makes it \"snap\" to a single size without being able to resize it any further. (Resizing with the green button in the top left corner of the window works as expected.)\n * zooming using the \"scroll wheel\" scroll direction is inverted if \"natural scroll direction\" is selected in the Mac OS X System Preferences (although this might be the desired behavior?)\n * The following messages are displayed on program start:\n\n QMetaObject::connectSlotsByName: No matching signal for on_actionOpen_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionConnect_to_I3TV_Server_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionDisconnect_from_I3TV_Server_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionLoad_Library_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionClose_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionQuit_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionAbout_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionWhat_s_this_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionSave_a_snapshot_as_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionIceColor_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionSettings_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionPerspective_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionOrthoSide_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionOrthoTop_activated()\n QMetaObject::connectSlotsByName: No matching signal for on_actionView_Detector_Only_activated()\n", "reporter": "claudio.kopper", "cc": "", "resolution": "wontfix", "_ts": "1337281189000000", "component": "glshovel", "summary": "glshovel issues on Mac OS X 10.7", "priority": "normal", "keywords": "mac os x 10.7", "time": "2012-03-06T20:49:39", "milestone": "", "owner": "olivas", "type": "defect" } ```
defect
glshovel issues on mac os x trac i started using glshovel on my mac using qt as installed by homebrew installing and compiling works perfectly but i found some issues in using it that i wanted to be documented file open dialogs for files and libraries do not show up when requesting to load files using glshovel menu items the animation settings dialog does not show up when using the menu item changing the main window size makes it snap to a single size without being able to resize it any further resizing with the green button in the top left corner of the window works as expected zooming using the scroll wheel scroll direction is inverted if natural scroll direction is selected in the mac os x system preferences although this might be the desired behavior the following messages are displayed on program start qmetaobject connectslotsbyname no matching signal for on actionopen activated qmetaobject connectslotsbyname no matching signal for on actionconnect to server activated qmetaobject connectslotsbyname no matching signal for on actiondisconnect from server activated qmetaobject connectslotsbyname no matching signal for on actionload library activated qmetaobject connectslotsbyname no matching signal for on actionclose activated qmetaobject connectslotsbyname no matching signal for on actionquit activated qmetaobject connectslotsbyname no matching signal for on actionabout activated qmetaobject connectslotsbyname no matching signal for on actionwhat s this activated qmetaobject connectslotsbyname no matching signal for on actionsave a snapshot as activated qmetaobject connectslotsbyname no matching signal for on actionicecolor activated qmetaobject connectslotsbyname no matching signal for on actionsettings activated qmetaobject connectslotsbyname no matching signal for on actionperspective activated qmetaobject connectslotsbyname no matching signal for on actionorthoside activated qmetaobject connectslotsbyname no matching signal for on actionorthotop activated qmetaobject connectslotsbyname no matching signal for on actionview detector only activated migrated from json status closed changetime description i started using glshovel on my mac using qt as installed by homebrew installing and compiling works perfectly but i found some issues in using it that i wanted to be documented n n file open dialogs for files and libraries do not show up when requesting to load files using glshovel menu items n the animation settings dialog does not show up when using the menu item n changing the main window size makes it snap to a single size without being able to resize it any further resizing with the green button in the top left corner of the window works as expected n zooming using the scroll wheel scroll direction is inverted if natural scroll direction is selected in the mac os x system preferences although this might be the desired behavior n the following messages are displayed on program start n n qmetaobject connectslotsbyname no matching signal for on actionopen activated n qmetaobject connectslotsbyname no matching signal for on actionconnect to server activated n qmetaobject connectslotsbyname no matching signal for on actiondisconnect from server activated n qmetaobject connectslotsbyname no matching signal for on actionload library activated n qmetaobject connectslotsbyname no matching signal for on actionclose activated n qmetaobject connectslotsbyname no matching signal for on actionquit activated n qmetaobject connectslotsbyname no matching signal for on actionabout activated n qmetaobject connectslotsbyname no matching signal for on actionwhat s this activated n qmetaobject connectslotsbyname no matching signal for on actionsave a snapshot as activated n qmetaobject connectslotsbyname no matching signal for on actionicecolor activated n qmetaobject connectslotsbyname no matching signal for on actionsettings activated n qmetaobject connectslotsbyname no matching signal for on actionperspective activated n qmetaobject connectslotsbyname no matching signal for on actionorthoside activated n qmetaobject connectslotsbyname no matching signal for on actionorthotop activated n qmetaobject connectslotsbyname no matching signal for on actionview detector only activated n reporter claudio kopper cc resolution wontfix ts component glshovel summary glshovel issues on mac os x priority normal keywords mac os x time milestone owner olivas type defect
1
3,056
5,435,707,081
IssuesEvent
2017-03-05 19:15:51
jau35/CS451
https://api.github.com/repos/jau35/CS451
opened
R3.2.3.1.4.3
requirement
Each player’s pieces will be spread out on the bottom three rows of black squares (four pieces per row)
1.0
R3.2.3.1.4.3 - Each player’s pieces will be spread out on the bottom three rows of black squares (four pieces per row)
non_defect
each player’s pieces will be spread out on the bottom three rows of black squares four pieces per row
0
1,964
2,603,974,164
IssuesEvent
2015-02-24 19:01:05
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳男性疱疹怎么治疗
auto-migrated Priority-Medium Type-Defect
``` 沈阳男性疱疹怎么治疗〓沈陽軍區政治部醫院性病〓TEL:024-3 1023308〓成立于1946年,68年專注于性傳播疾病的研究和治療。� ��于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌� ��歷史悠久、設備精良、技術權威、專家云集,是預防、保健 、醫療、科研康復為一體的綜合性醫院。是國家首批公立甲�� �部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、� ��南大學等知名高等院校的教學醫院。曾被中國人民解放軍空 軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體�� �等功。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:10
1.0
沈阳男性疱疹怎么治疗 - ``` 沈阳男性疱疹怎么治疗〓沈陽軍區政治部醫院性病〓TEL:024-3 1023308〓成立于1946年,68年專注于性傳播疾病的研究和治療。� ��于沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌� ��歷史悠久、設備精良、技術權威、專家云集,是預防、保健 、醫療、科研康復為一體的綜合性醫院。是國家首批公立甲�� �部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、� ��南大學等知名高等院校的教學醫院。曾被中國人民解放軍空 軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體�� �等功。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 8:10
defect
沈阳男性疱疹怎么治疗 沈阳男性疱疹怎么治疗〓沈陽軍區政治部醫院性病〓tel: 〓 , 。� �� 。是一所與新中國同建立共輝煌� ��歷史悠久、設備精良、技術權威、專家云集,是預防、保健 、醫療、科研康復為一體的綜合性醫院。是國家首批公立甲�� �部隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、� ��南大學等知名高等院校的教學醫院。曾被中國人民解放軍空 軍后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體�� �等功。 original issue reported on code google com by gmail com on jun at
1
5,951
2,610,218,472
IssuesEvent
2015-02-26 19:09:28
chrsmith/somefinders
https://api.github.com/repos/chrsmith/somefinders
opened
evgeny grinko вальс ноты
auto-migrated Priority-Medium Type-Defect
``` '''Горислав Козлов''' Привет всем не подскажите где можно найти .evgeny grinko вальс ноты. как то выкладывали уже '''Анастасий Сергеев''' Вот хороший сайт где можно скачать http://bit.ly/1hzJm2S '''Аполлинарий Степанов''' Спасибо вроде то но просит телефон вводить '''Владилен Попов''' Не это не влияет на баланс '''Геральд Панов''' Неа все ок у меня ничего не списало Информация о файле: evgeny grinko вальс ноты Загружен: В этом месяце Скачан раз: 1387 Рейтинг: 1152 Средняя скорость скачивания: 1287 Похожих файлов: 12 ``` ----- Original issue reported on code.google.com by `kondense...@gmail.com` on 17 Dec 2013 at 1:46
1.0
evgeny grinko вальс ноты - ``` '''Горислав Козлов''' Привет всем не подскажите где можно найти .evgeny grinko вальс ноты. как то выкладывали уже '''Анастасий Сергеев''' Вот хороший сайт где можно скачать http://bit.ly/1hzJm2S '''Аполлинарий Степанов''' Спасибо вроде то но просит телефон вводить '''Владилен Попов''' Не это не влияет на баланс '''Геральд Панов''' Неа все ок у меня ничего не списало Информация о файле: evgeny grinko вальс ноты Загружен: В этом месяце Скачан раз: 1387 Рейтинг: 1152 Средняя скорость скачивания: 1287 Похожих файлов: 12 ``` ----- Original issue reported on code.google.com by `kondense...@gmail.com` on 17 Dec 2013 at 1:46
defect
evgeny grinko вальс ноты горислав козлов привет всем не подскажите где можно найти evgeny grinko вальс ноты как то выкладывали уже анастасий сергеев вот хороший сайт где можно скачать аполлинарий степанов спасибо вроде то но просит телефон вводить владилен попов не это не влияет на баланс геральд панов неа все ок у меня ничего не списало информация о файле evgeny grinko вальс ноты загружен в этом месяце скачан раз рейтинг средняя скорость скачивания похожих файлов original issue reported on code google com by kondense gmail com on dec at
1
90,061
11,340,950,976
IssuesEvent
2020-01-23 08:08:19
topcoder-platform/thrive-submit
https://api.github.com/repos/topcoder-platform/thrive-submit
closed
[$150]THRIVE - 5 Simple Tips to Make Your Design Outstanding for Client Review
Design Passed Review Published tcx_Assigned tcx_FixAccepted
@kkartunov Hello Kiril, I finished the article: Track : Design Article: https://docs.google.com/document/d/1tBD0GHo15utPM6ARrmkQIDzi8h6eGpUjT2VwAH1pmqI/edit?usp=sharing Thank You :)
1.0
[$150]THRIVE - 5 Simple Tips to Make Your Design Outstanding for Client Review - @kkartunov Hello Kiril, I finished the article: Track : Design Article: https://docs.google.com/document/d/1tBD0GHo15utPM6ARrmkQIDzi8h6eGpUjT2VwAH1pmqI/edit?usp=sharing Thank You :)
non_defect
thrive simple tips to make your design outstanding for client review kkartunov hello kiril i finished the article track design article thank you
0
30,602
13,259,809,210
IssuesEvent
2020-08-20 17:15:07
terraform-providers/terraform-provider-azurerm
https://api.github.com/repos/terraform-providers/terraform-provider-azurerm
closed
Support for dnsPrefix property in App Service Environment
enhancement service/app-service
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment ### Description Our resource naming convention is complex. The ASE resource currently uses the same value for the DNS sufix of the ASE name. We would like to see these individually. This is possible through ARM. ### New or Affected Resource(s) azurerm_app_service_environment ### Potential Terraform Configuration ```hcl resource "azurerm_app_service_environment" "ase" { name = "ABC-DEF-GHI-ASE-01" internal_load_balancing_mode = "Web, Publishing" resource_group_name = azurerm_resource_group.app.name dns_sufix = myapp # NEW } ``` ### References See [this example](https://github.com/Azure/azure-quickstart-templates/blob/85918fcc72a1bb947747c7a88f96bdaf174ff8f1/201-web-app-asev2-ilb-create/azuredeploy.json#L66).
2.0
Support for dnsPrefix property in App Service Environment - ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment ### Description Our resource naming convention is complex. The ASE resource currently uses the same value for the DNS sufix of the ASE name. We would like to see these individually. This is possible through ARM. ### New or Affected Resource(s) azurerm_app_service_environment ### Potential Terraform Configuration ```hcl resource "azurerm_app_service_environment" "ase" { name = "ABC-DEF-GHI-ASE-01" internal_load_balancing_mode = "Web, Publishing" resource_group_name = azurerm_resource_group.app.name dns_sufix = myapp # NEW } ``` ### References See [this example](https://github.com/Azure/azure-quickstart-templates/blob/85918fcc72a1bb947747c7a88f96bdaf174ff8f1/201-web-app-asev2-ilb-create/azuredeploy.json#L66).
non_defect
support for dnsprefix property in app service environment community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request please do not leave or me too comments they generate extra noise for issue followers and do not help prioritize the request if you are interested in working on this issue or have submitted a pull request please leave a comment description our resource naming convention is complex the ase resource currently uses the same value for the dns sufix of the ase name we would like to see these individually this is possible through arm new or affected resource s azurerm app service environment potential terraform configuration hcl resource azurerm app service environment ase name abc def ghi ase internal load balancing mode web publishing resource group name azurerm resource group app name dns sufix myapp new references see
0
21,582
3,520,724,413
IssuesEvent
2016-01-12 22:03:37
idaholab/moose
https://api.github.com/repos/idaholab/moose
closed
Several threading tests are broken in MOOSE
C: MOOSE P: critical T: defect
Apparently we turned off the status check in MOOSE awhile back (pre-CIVET) on threaded tests to get some PR through the system. The new warehouse design broke several of these tests which we didn't detect. LESSONS LEARNED: Never disable a recipe step without changing the status of that step (don't mark it green) This was the offending merge: https://github.com/idaholab/moose/pull/6061
1.0
Several threading tests are broken in MOOSE - Apparently we turned off the status check in MOOSE awhile back (pre-CIVET) on threaded tests to get some PR through the system. The new warehouse design broke several of these tests which we didn't detect. LESSONS LEARNED: Never disable a recipe step without changing the status of that step (don't mark it green) This was the offending merge: https://github.com/idaholab/moose/pull/6061
defect
several threading tests are broken in moose apparently we turned off the status check in moose awhile back pre civet on threaded tests to get some pr through the system the new warehouse design broke several of these tests which we didn t detect lessons learned never disable a recipe step without changing the status of that step don t mark it green this was the offending merge
1
56,673
15,284,666,112
IssuesEvent
2021-02-23 12:33:25
matrix-org/synapse
https://api.github.com/repos/matrix-org/synapse
closed
Postgres port script breaks the database after synapse 1.26, doesn't allow creating new DMs.
S-Major T-Defect
### Description I upgraded from sqlite to postgres using `synapse_port_db`. The script ran successfully, except for the issues I mentioned in https://github.com/matrix-org/synapse/issues/9344. A few days after that, however, a new user on a different HS tried to initiate a DM with me, and I found myself unable to accept the invite with a "Failed to join room: Internal Server Error". My synapse logs indicate that the problem is `duplicate key value violates unique constraint "event_auth_chains_c_seq_index"`. Searching the history of #synapse:matrix.org for `event_auth_chains_c_seq_index` turned up a couple more cases where people saw that error and were unable to create new rooms or DMs after migrating to postgres, so I know it's not just me. In the past the advice they had been given was to wipe their server and start fresh, but I think that kind of a data loss bug (or a db state bug for which the only remedy is data loss) is pretty unacceptable for a messaging service. This is particularly pernicious because the postgres migration script completes successfully, and it's only possibly a few days later, when someone tries to create a new room, that you find the database is borked. This would be less of a problem if there were a clear, documented workaround (like there is for the bugs in #9344), but for this bug the crowd in #synapse:matrix.org does not know of a nondestructive fix for the problem. ### Steps to reproduce - upgrade from sqlite to postgres on synapse 1.26 - have another user try to start a new DM room with you. - Observe that this fails, with an error ### Version information <!-- IMPORTANT: please answer the following questions, to help us narrow down the problem --> <!-- Was this issue identified on matrix.org or another homeserver? --> - **Homeserver**: If not matrix.org: - **Version**: {"server_version":"1.26.0","python_version":"3.8.5"} - **Install method**: apt: `matrix-synapse-py3/unknown,now 1.26.0+focal1 amd64 [installed]` - **Platform**: Ubuntu 20.04.2 LTS
1.0
Postgres port script breaks the database after synapse 1.26, doesn't allow creating new DMs. - ### Description I upgraded from sqlite to postgres using `synapse_port_db`. The script ran successfully, except for the issues I mentioned in https://github.com/matrix-org/synapse/issues/9344. A few days after that, however, a new user on a different HS tried to initiate a DM with me, and I found myself unable to accept the invite with a "Failed to join room: Internal Server Error". My synapse logs indicate that the problem is `duplicate key value violates unique constraint "event_auth_chains_c_seq_index"`. Searching the history of #synapse:matrix.org for `event_auth_chains_c_seq_index` turned up a couple more cases where people saw that error and were unable to create new rooms or DMs after migrating to postgres, so I know it's not just me. In the past the advice they had been given was to wipe their server and start fresh, but I think that kind of a data loss bug (or a db state bug for which the only remedy is data loss) is pretty unacceptable for a messaging service. This is particularly pernicious because the postgres migration script completes successfully, and it's only possibly a few days later, when someone tries to create a new room, that you find the database is borked. This would be less of a problem if there were a clear, documented workaround (like there is for the bugs in #9344), but for this bug the crowd in #synapse:matrix.org does not know of a nondestructive fix for the problem. ### Steps to reproduce - upgrade from sqlite to postgres on synapse 1.26 - have another user try to start a new DM room with you. - Observe that this fails, with an error ### Version information <!-- IMPORTANT: please answer the following questions, to help us narrow down the problem --> <!-- Was this issue identified on matrix.org or another homeserver? --> - **Homeserver**: If not matrix.org: - **Version**: {"server_version":"1.26.0","python_version":"3.8.5"} - **Install method**: apt: `matrix-synapse-py3/unknown,now 1.26.0+focal1 amd64 [installed]` - **Platform**: Ubuntu 20.04.2 LTS
defect
postgres port script breaks the database after synapse doesn t allow creating new dms description i upgraded from sqlite to postgres using synapse port db the script ran successfully except for the issues i mentioned in a few days after that however a new user on a different hs tried to initiate a dm with me and i found myself unable to accept the invite with a failed to join room internal server error my synapse logs indicate that the problem is duplicate key value violates unique constraint event auth chains c seq index searching the history of synapse matrix org for event auth chains c seq index turned up a couple more cases where people saw that error and were unable to create new rooms or dms after migrating to postgres so i know it s not just me in the past the advice they had been given was to wipe their server and start fresh but i think that kind of a data loss bug or a db state bug for which the only remedy is data loss is pretty unacceptable for a messaging service this is particularly pernicious because the postgres migration script completes successfully and it s only possibly a few days later when someone tries to create a new room that you find the database is borked this would be less of a problem if there were a clear documented workaround like there is for the bugs in but for this bug the crowd in synapse matrix org does not know of a nondestructive fix for the problem steps to reproduce upgrade from sqlite to postgres on synapse have another user try to start a new dm room with you observe that this fails with an error version information homeserver if not matrix org version server version python version install method apt matrix synapse unknown now platform ubuntu lts
1
77,694
27,111,208,782
IssuesEvent
2023-02-15 15:26:05
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
I don't see the same rooms and username in the desktop and web ( github login )
T-Defect
### Steps to reproduce 1. Log in to element web through the GitHub account, see everything like in gitter 2. Try the same thing in the desktop app ( Linux debian 11 ) or Android app ( Android version 12 ) ### Outcome #### What did you expect? The rooms and usernames are to be the same on all 3 platforms #### What happened instead? In Desktop and Android, I see only one room and the username is different (on the desktop looks like this: `@myusername:matrix.org` in the web looks like this `@name-somerandomnumbers:gitter.im` ) ### Operating system _No response_ ### Application version Element version: 1.11.22 Olm version: 3.2.12 ### How did you install the app? from android play/webpage ( as trying to open gitter was redirected ) ### Homeserver _No response_ ### Will you send logs? Yes
1.0
I don't see the same rooms and username in the desktop and web ( github login ) - ### Steps to reproduce 1. Log in to element web through the GitHub account, see everything like in gitter 2. Try the same thing in the desktop app ( Linux debian 11 ) or Android app ( Android version 12 ) ### Outcome #### What did you expect? The rooms and usernames are to be the same on all 3 platforms #### What happened instead? In Desktop and Android, I see only one room and the username is different (on the desktop looks like this: `@myusername:matrix.org` in the web looks like this `@name-somerandomnumbers:gitter.im` ) ### Operating system _No response_ ### Application version Element version: 1.11.22 Olm version: 3.2.12 ### How did you install the app? from android play/webpage ( as trying to open gitter was redirected ) ### Homeserver _No response_ ### Will you send logs? Yes
defect
i don t see the same rooms and username in the desktop and web github login steps to reproduce log in to element web through the github account see everything like in gitter try the same thing in the desktop app linux debian or android app android version outcome what did you expect the rooms and usernames are to be the same on all platforms what happened instead in desktop and android i see only one room and the username is different on the desktop looks like this myusername matrix org in the web looks like this name somerandomnumbers gitter im operating system no response application version element version olm version how did you install the app from android play webpage as trying to open gitter was redirected homeserver no response will you send logs yes
1
35,875
12,393,596,410
IssuesEvent
2020-05-20 15:39:01
wallanpsantos/apache-camel-alura
https://api.github.com/repos/wallanpsantos/apache-camel-alura
opened
CVE-2017-15708 (High) detected in commons-collections-3.2.1.jar
security vulnerability
## CVE-2017-15708 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-collections-3.2.1.jar</b></p></summary> <p>Types that extend and augment the Java Collections Framework.</p> <p>Path to dependency file: /tmp/ws-scm/apache-camel-alura/camel-alura/pom.xml</p> <p>Path to vulnerable library: /root/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar</p> <p> Dependency Hierarchy: - camel-xmljson-2.16.0.jar (Root Library) - json-lib-2.4.jar - :x: **commons-collections-3.2.1.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/wallanpsantos/apache-camel-alura/commit/1c082812a144fc7b9f16c14f56f305c26ef10ca5">1c082812a144fc7b9f16c14f56f305c26ef10ca5</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Apache Synapse, by default no authentication is required for Java Remote Method Invocation (RMI). So Apache Synapse 3.0.1 or all previous releases (3.0.0, 2.1.0, 2.0.0, 1.2, 1.1.2, 1.1.1) allows remote code execution attacks that can be performed by injecting specially crafted serialized objects. And the presence of Apache Commons Collections 3.2.1 (commons-collections-3.2.1.jar) or previous versions in Synapse distribution makes this exploitable. To mitigate the issue, we need to limit RMI access to trusted users only. Further upgrading to 3.0.1 version will eliminate the risk of having said Commons Collection version. In Synapse 3.0.1, Commons Collection has been updated to 3.2.2 version. <p>Publish Date: 2017-12-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-15708>CVE-2017-15708</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15708">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15708</a></p> <p>Release Date: 2017-12-11</p> <p>Fix Resolution: org.apache.synapse:Apache-Synapse:3.0.1;commons-collections:commons-collections:3.2.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2017-15708 (High) detected in commons-collections-3.2.1.jar - ## CVE-2017-15708 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-collections-3.2.1.jar</b></p></summary> <p>Types that extend and augment the Java Collections Framework.</p> <p>Path to dependency file: /tmp/ws-scm/apache-camel-alura/camel-alura/pom.xml</p> <p>Path to vulnerable library: /root/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar</p> <p> Dependency Hierarchy: - camel-xmljson-2.16.0.jar (Root Library) - json-lib-2.4.jar - :x: **commons-collections-3.2.1.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/wallanpsantos/apache-camel-alura/commit/1c082812a144fc7b9f16c14f56f305c26ef10ca5">1c082812a144fc7b9f16c14f56f305c26ef10ca5</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Apache Synapse, by default no authentication is required for Java Remote Method Invocation (RMI). So Apache Synapse 3.0.1 or all previous releases (3.0.0, 2.1.0, 2.0.0, 1.2, 1.1.2, 1.1.1) allows remote code execution attacks that can be performed by injecting specially crafted serialized objects. And the presence of Apache Commons Collections 3.2.1 (commons-collections-3.2.1.jar) or previous versions in Synapse distribution makes this exploitable. To mitigate the issue, we need to limit RMI access to trusted users only. Further upgrading to 3.0.1 version will eliminate the risk of having said Commons Collection version. In Synapse 3.0.1, Commons Collection has been updated to 3.2.2 version. <p>Publish Date: 2017-12-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-15708>CVE-2017-15708</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15708">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15708</a></p> <p>Release Date: 2017-12-11</p> <p>Fix Resolution: org.apache.synapse:Apache-Synapse:3.0.1;commons-collections:commons-collections:3.2.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve high detected in commons collections jar cve high severity vulnerability vulnerable library commons collections jar types that extend and augment the java collections framework path to dependency file tmp ws scm apache camel alura camel alura pom xml path to vulnerable library root repository commons collections commons collections commons collections jar dependency hierarchy camel xmljson jar root library json lib jar x commons collections jar vulnerable library found in head commit a href vulnerability details in apache synapse by default no authentication is required for java remote method invocation rmi so apache synapse or all previous releases allows remote code execution attacks that can be performed by injecting specially crafted serialized objects and the presence of apache commons collections commons collections jar or previous versions in synapse distribution makes this exploitable to mitigate the issue we need to limit rmi access to trusted users only further upgrading to version will eliminate the risk of having said commons collection version in synapse commons collection has been updated to version publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org apache synapse apache synapse commons collections commons collections step up your open source security game with whitesource
0
47,921
13,066,373,969
IssuesEvent
2020-07-30 21:33:40
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
[cmake] I3_SRC read only (Trac #1429)
Migrated from Trac cmake defect
Make these errors go away, so I can attempt to build a cvmfs src locally: ```text CMake Error at cmake/project.cmake:682 (file): file failed to open for writing (Read-only file system): /cvmfs/icecube.opensciencegrid.org/py2-v2/Ubuntu_14_x86_64/metaprojects/simulation/trunk/dataclasses/CMakeFiles/tests.list Call Stack (most recent call first): dataclasses/CMakeLists.txt:134 (i3_test_scripts) CMake Error at cmake/toplevel.cmake:241 (file): file failed to open for writing (No such file or directory): /cvmfs/icecube.opensciencegrid.org/py2-v2/Ubuntu_14_x86_64/metaprojects/simulation/trunk/docs/doxygen/.tagfiles/dataclasses.include.tmp Call Stack (most recent call first): CMakeLists.txt:22 (include) CMake Error at cmake/toplevel.cmake:242 (file): file failed to open for writing (Read-only file system): /cvmfs/icecube.opensciencegrid.org/py2-v2/Ubuntu_14_x86_64/metaprojects/simulation/trunk/docs/doxygen/.tagfiles/dataclasses.include.tmp Call Stack (most recent call first): CMakeLists.txt:22 (include) ``` Migrated from https://code.icecube.wisc.edu/ticket/1429 ```json { "status": "closed", "changetime": "2019-02-13T14:11:22", "description": "Make these errors go away, so I can attempt to build a cvmfs src locally:\n\n{{{\nCMake Error at cmake/project.cmake:682 (file):\n file failed to open for writing (Read-only file system):\n\n /cvmfs/icecube.opensciencegrid.org/py2-v2/Ubuntu_14_x86_64/metaprojects/simulation/trunk/dataclasses/CMakeFiles/tests.list\nCall Stack (most recent call first):\n dataclasses/CMakeLists.txt:134 (i3_test_scripts)\n\nCMake Error at cmake/toplevel.cmake:241 (file):\n file failed to open for writing (No such file or directory):\n\n /cvmfs/icecube.opensciencegrid.org/py2-v2/Ubuntu_14_x86_64/metaprojects/simulation/trunk/docs/doxygen/.tagfiles/dataclasses.include.tmp\nCall Stack (most recent call first):\n CMakeLists.txt:22 (include)\n\nCMake Error at cmake/toplevel.cmake:242 (file):\n file failed to open for writing (Read-only file system):\n\n /cvmfs/icecube.opensciencegrid.org/py2-v2/Ubuntu_14_x86_64/metaprojects/simulation/trunk/docs/doxygen/.tagfiles/dataclasses.include.tmp\nCall Stack (most recent call first):\n CMakeLists.txt:22 (include)\n}}}", "reporter": "david.schultz", "cc": "", "resolution": "invalid", "_ts": "1550067082284240", "component": "cmake", "summary": "[cmake] I3_SRC read only", "priority": "normal", "keywords": "", "time": "2015-11-09T23:04:16", "milestone": "", "owner": "nega", "type": "defect" } ```
1.0
[cmake] I3_SRC read only (Trac #1429) - Make these errors go away, so I can attempt to build a cvmfs src locally: ```text CMake Error at cmake/project.cmake:682 (file): file failed to open for writing (Read-only file system): /cvmfs/icecube.opensciencegrid.org/py2-v2/Ubuntu_14_x86_64/metaprojects/simulation/trunk/dataclasses/CMakeFiles/tests.list Call Stack (most recent call first): dataclasses/CMakeLists.txt:134 (i3_test_scripts) CMake Error at cmake/toplevel.cmake:241 (file): file failed to open for writing (No such file or directory): /cvmfs/icecube.opensciencegrid.org/py2-v2/Ubuntu_14_x86_64/metaprojects/simulation/trunk/docs/doxygen/.tagfiles/dataclasses.include.tmp Call Stack (most recent call first): CMakeLists.txt:22 (include) CMake Error at cmake/toplevel.cmake:242 (file): file failed to open for writing (Read-only file system): /cvmfs/icecube.opensciencegrid.org/py2-v2/Ubuntu_14_x86_64/metaprojects/simulation/trunk/docs/doxygen/.tagfiles/dataclasses.include.tmp Call Stack (most recent call first): CMakeLists.txt:22 (include) ``` Migrated from https://code.icecube.wisc.edu/ticket/1429 ```json { "status": "closed", "changetime": "2019-02-13T14:11:22", "description": "Make these errors go away, so I can attempt to build a cvmfs src locally:\n\n{{{\nCMake Error at cmake/project.cmake:682 (file):\n file failed to open for writing (Read-only file system):\n\n /cvmfs/icecube.opensciencegrid.org/py2-v2/Ubuntu_14_x86_64/metaprojects/simulation/trunk/dataclasses/CMakeFiles/tests.list\nCall Stack (most recent call first):\n dataclasses/CMakeLists.txt:134 (i3_test_scripts)\n\nCMake Error at cmake/toplevel.cmake:241 (file):\n file failed to open for writing (No such file or directory):\n\n /cvmfs/icecube.opensciencegrid.org/py2-v2/Ubuntu_14_x86_64/metaprojects/simulation/trunk/docs/doxygen/.tagfiles/dataclasses.include.tmp\nCall Stack (most recent call first):\n CMakeLists.txt:22 (include)\n\nCMake Error at cmake/toplevel.cmake:242 (file):\n file failed to open for writing (Read-only file system):\n\n /cvmfs/icecube.opensciencegrid.org/py2-v2/Ubuntu_14_x86_64/metaprojects/simulation/trunk/docs/doxygen/.tagfiles/dataclasses.include.tmp\nCall Stack (most recent call first):\n CMakeLists.txt:22 (include)\n}}}", "reporter": "david.schultz", "cc": "", "resolution": "invalid", "_ts": "1550067082284240", "component": "cmake", "summary": "[cmake] I3_SRC read only", "priority": "normal", "keywords": "", "time": "2015-11-09T23:04:16", "milestone": "", "owner": "nega", "type": "defect" } ```
defect
src read only trac make these errors go away so i can attempt to build a cvmfs src locally text cmake error at cmake project cmake file file failed to open for writing read only file system cvmfs icecube opensciencegrid org ubuntu metaprojects simulation trunk dataclasses cmakefiles tests list call stack most recent call first dataclasses cmakelists txt test scripts cmake error at cmake toplevel cmake file file failed to open for writing no such file or directory cvmfs icecube opensciencegrid org ubuntu metaprojects simulation trunk docs doxygen tagfiles dataclasses include tmp call stack most recent call first cmakelists txt include cmake error at cmake toplevel cmake file file failed to open for writing read only file system cvmfs icecube opensciencegrid org ubuntu metaprojects simulation trunk docs doxygen tagfiles dataclasses include tmp call stack most recent call first cmakelists txt include migrated from json status closed changetime description make these errors go away so i can attempt to build a cvmfs src locally n n ncmake error at cmake project cmake file n file failed to open for writing read only file system n n cvmfs icecube opensciencegrid org ubuntu metaprojects simulation trunk dataclasses cmakefiles tests list ncall stack most recent call first n dataclasses cmakelists txt test scripts n ncmake error at cmake toplevel cmake file n file failed to open for writing no such file or directory n n cvmfs icecube opensciencegrid org ubuntu metaprojects simulation trunk docs doxygen tagfiles dataclasses include tmp ncall stack most recent call first n cmakelists txt include n ncmake error at cmake toplevel cmake file n file failed to open for writing read only file system n n cvmfs icecube opensciencegrid org ubuntu metaprojects simulation trunk docs doxygen tagfiles dataclasses include tmp ncall stack most recent call first n cmakelists txt include n reporter david schultz cc resolution invalid ts component cmake summary src read only priority normal keywords time milestone owner nega type defect
1
602,647
18,492,194,955
IssuesEvent
2021-10-19 02:46:15
AY2122S1-CS2103T-W08-2/tp
https://api.github.com/repos/AY2122S1-CS2103T-W08-2/tp
closed
As a CS1101S Professor, I can check my history commands
type.Story priority.Medium
... so that I can quickly reuse a past command.
1.0
As a CS1101S Professor, I can check my history commands - ... so that I can quickly reuse a past command.
non_defect
as a professor i can check my history commands so that i can quickly reuse a past command
0
125,640
17,836,504,035
IssuesEvent
2021-09-03 02:22:19
alpersonalwebsite/react-state-fetch
https://api.github.com/repos/alpersonalwebsite/react-state-fetch
opened
CVE-2021-23434 (Medium) detected in object-path-0.11.4.tgz
security vulnerability
## CVE-2021-23434 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>object-path-0.11.4.tgz</b></p></summary> <p>Access deep object properties using a path</p> <p>Library home page: <a href="https://registry.npmjs.org/object-path/-/object-path-0.11.4.tgz">https://registry.npmjs.org/object-path/-/object-path-0.11.4.tgz</a></p> <p>Path to dependency file: react-state-fetch/package.json</p> <p>Path to vulnerable library: react-state-fetch/node_modules/object-path/package.json</p> <p> Dependency Hierarchy: - react-scripts-3.3.0.tgz (Root Library) - resolve-url-loader-3.1.1.tgz - adjust-sourcemap-loader-2.0.0.tgz - :x: **object-path-0.11.4.tgz** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> This affects the package object-path before 0.11.6. A type confusion vulnerability can lead to a bypass of CVE-2020-15256 when the path components used in the path parameter are arrays. In particular, the condition currentPath === '__proto__' returns false if currentPath is ['__proto__']. This is because the === operator returns always false when the type of the operands is different. <p>Publish Date: 2021-08-27 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23434>CVE-2021-23434</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.6</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23434">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23434</a></p> <p>Release Date: 2021-08-27</p> <p>Fix Resolution: object-path - 0.11.6</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-23434 (Medium) detected in object-path-0.11.4.tgz - ## CVE-2021-23434 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>object-path-0.11.4.tgz</b></p></summary> <p>Access deep object properties using a path</p> <p>Library home page: <a href="https://registry.npmjs.org/object-path/-/object-path-0.11.4.tgz">https://registry.npmjs.org/object-path/-/object-path-0.11.4.tgz</a></p> <p>Path to dependency file: react-state-fetch/package.json</p> <p>Path to vulnerable library: react-state-fetch/node_modules/object-path/package.json</p> <p> Dependency Hierarchy: - react-scripts-3.3.0.tgz (Root Library) - resolve-url-loader-3.1.1.tgz - adjust-sourcemap-loader-2.0.0.tgz - :x: **object-path-0.11.4.tgz** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> This affects the package object-path before 0.11.6. A type confusion vulnerability can lead to a bypass of CVE-2020-15256 when the path components used in the path parameter are arrays. In particular, the condition currentPath === '__proto__' returns false if currentPath is ['__proto__']. This is because the === operator returns always false when the type of the operands is different. <p>Publish Date: 2021-08-27 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23434>CVE-2021-23434</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.6</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23434">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23434</a></p> <p>Release Date: 2021-08-27</p> <p>Fix Resolution: object-path - 0.11.6</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve medium detected in object path tgz cve medium severity vulnerability vulnerable library object path tgz access deep object properties using a path library home page a href path to dependency file react state fetch package json path to vulnerable library react state fetch node modules object path package json dependency hierarchy react scripts tgz root library resolve url loader tgz adjust sourcemap loader tgz x object path tgz vulnerable library found in base branch master vulnerability details this affects the package object path before a type confusion vulnerability can lead to a bypass of cve when the path components used in the path parameter are arrays in particular the condition currentpath proto returns false if currentpath is this is because the operator returns always false when the type of the operands is different publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution object path step up your open source security game with whitesource
0
48,227
13,067,548,450
IssuesEvent
2020-07-31 00:48:53
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
[icetray] Fixed broken test pattern for failure modes (Trac #2014)
Migrated from Trac combo core defect
There's a common pattern in both C++ and python tests that check to see if a module fails as expected. It goes something like this: try: run_code_i_expect_to_throw() # Hmm...I shouldn't have gotten this far. # This should have thrown. # This is a failure. What do we do with failures? # That's right, we throw. assert False, "FAIL!" except: # OK...I was expecting this to throw, so this is good. pass The problem here is assert False throws an AssertionError, which is caught in the except block, so the test doesn't fail as expected. The take away is, no matter how the test code behaves there's ALWAYS a throw within the try block. We need to find all of these and fix them. One solution is to know the exception you're expecting and catch only that. The other is to call exit with a non-zero return code so the test fails. Migrated from https://code.icecube.wisc.edu/ticket/2014 ```json { "status": "closed", "changetime": "2019-02-13T14:15:13", "description": "There's a common pattern in both C++ and python tests that check to see if a module fails as expected. It goes something like this:\n\ntry:\n run_code_i_expect_to_throw()\n # Hmm...I shouldn't have gotten this far. \n # This should have thrown.\n # This is a failure. What do we do with failures?\n # That's right, we throw.\n assert False, \"FAIL!\"\nexcept:\n # OK...I was expecting this to throw, so this is good. \n pass\n\nThe problem here is assert False throws an AssertionError, \nwhich is caught in the except block, so the test doesn't fail\nas expected.\n\nThe take away is, no matter how the test code behaves \nthere's ALWAYS a throw within the try block.\n\nWe need to find all of these and fix them. One solution is\nto know the exception you're expecting and catch only that.\nThe other is to call exit with a non-zero return code\nso the test fails.\n ", "reporter": "olivas", "cc": "", "resolution": "fixed", "_ts": "1550067313248429", "component": "combo core", "summary": "[icetray] Fixed broken test pattern for failure modes", "priority": "normal", "keywords": "", "time": "2017-05-10T03:50:45", "milestone": "", "owner": "olivas", "type": "defect" } ```
1.0
[icetray] Fixed broken test pattern for failure modes (Trac #2014) - There's a common pattern in both C++ and python tests that check to see if a module fails as expected. It goes something like this: try: run_code_i_expect_to_throw() # Hmm...I shouldn't have gotten this far. # This should have thrown. # This is a failure. What do we do with failures? # That's right, we throw. assert False, "FAIL!" except: # OK...I was expecting this to throw, so this is good. pass The problem here is assert False throws an AssertionError, which is caught in the except block, so the test doesn't fail as expected. The take away is, no matter how the test code behaves there's ALWAYS a throw within the try block. We need to find all of these and fix them. One solution is to know the exception you're expecting and catch only that. The other is to call exit with a non-zero return code so the test fails. Migrated from https://code.icecube.wisc.edu/ticket/2014 ```json { "status": "closed", "changetime": "2019-02-13T14:15:13", "description": "There's a common pattern in both C++ and python tests that check to see if a module fails as expected. It goes something like this:\n\ntry:\n run_code_i_expect_to_throw()\n # Hmm...I shouldn't have gotten this far. \n # This should have thrown.\n # This is a failure. What do we do with failures?\n # That's right, we throw.\n assert False, \"FAIL!\"\nexcept:\n # OK...I was expecting this to throw, so this is good. \n pass\n\nThe problem here is assert False throws an AssertionError, \nwhich is caught in the except block, so the test doesn't fail\nas expected.\n\nThe take away is, no matter how the test code behaves \nthere's ALWAYS a throw within the try block.\n\nWe need to find all of these and fix them. One solution is\nto know the exception you're expecting and catch only that.\nThe other is to call exit with a non-zero return code\nso the test fails.\n ", "reporter": "olivas", "cc": "", "resolution": "fixed", "_ts": "1550067313248429", "component": "combo core", "summary": "[icetray] Fixed broken test pattern for failure modes", "priority": "normal", "keywords": "", "time": "2017-05-10T03:50:45", "milestone": "", "owner": "olivas", "type": "defect" } ```
defect
fixed broken test pattern for failure modes trac there s a common pattern in both c and python tests that check to see if a module fails as expected it goes something like this try run code i expect to throw hmm i shouldn t have gotten this far this should have thrown this is a failure what do we do with failures that s right we throw assert false fail except ok i was expecting this to throw so this is good pass the problem here is assert false throws an assertionerror which is caught in the except block so the test doesn t fail as expected the take away is no matter how the test code behaves there s always a throw within the try block we need to find all of these and fix them one solution is to know the exception you re expecting and catch only that the other is to call exit with a non zero return code so the test fails migrated from json status closed changetime description there s a common pattern in both c and python tests that check to see if a module fails as expected it goes something like this n ntry n run code i expect to throw n hmm i shouldn t have gotten this far n this should have thrown n this is a failure what do we do with failures n that s right we throw n assert false fail nexcept n ok i was expecting this to throw so this is good n pass n nthe problem here is assert false throws an assertionerror nwhich is caught in the except block so the test doesn t fail nas expected n nthe take away is no matter how the test code behaves nthere s always a throw within the try block n nwe need to find all of these and fix them one solution is nto know the exception you re expecting and catch only that nthe other is to call exit with a non zero return code nso the test fails n reporter olivas cc resolution fixed ts component combo core summary fixed broken test pattern for failure modes priority normal keywords time milestone owner olivas type defect
1
73,224
14,011,967,568
IssuesEvent
2020-10-29 08:19:44
Regalis11/Barotrauma
https://api.github.com/repos/Regalis11/Barotrauma
closed
Oxygen distribution logic doesn't work correctly in multi-hull rooms
Bug Code
- [x] I have searched the issue tracker to check if the issue has already been reported. **Description** https://steamcommunity.com/app/602960/discussions/0/2949250308627705158/ > - The amount of oxygen contained in a room is proportional to its size as oxygen level drops faster in small rooms. > - Oxygen flows through gaps just fine. > - The amount of oxygen produced by one vent is proportional to the size of the hull where the vent is located. > - BUG: Multiple hulls with gapsinbetween are not considered as a single volume even when the hulls are linked together. **Version** Any
1.0
Oxygen distribution logic doesn't work correctly in multi-hull rooms - - [x] I have searched the issue tracker to check if the issue has already been reported. **Description** https://steamcommunity.com/app/602960/discussions/0/2949250308627705158/ > - The amount of oxygen contained in a room is proportional to its size as oxygen level drops faster in small rooms. > - Oxygen flows through gaps just fine. > - The amount of oxygen produced by one vent is proportional to the size of the hull where the vent is located. > - BUG: Multiple hulls with gapsinbetween are not considered as a single volume even when the hulls are linked together. **Version** Any
non_defect
oxygen distribution logic doesn t work correctly in multi hull rooms i have searched the issue tracker to check if the issue has already been reported description the amount of oxygen contained in a room is proportional to its size as oxygen level drops faster in small rooms oxygen flows through gaps just fine the amount of oxygen produced by one vent is proportional to the size of the hull where the vent is located bug multiple hulls with gapsinbetween are not considered as a single volume even when the hulls are linked together version any
0
47,757
13,066,202,757
IssuesEvent
2020-07-30 21:12:17
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
[cmc] missing tests of pybindings, python example fails (Trac #1136)
Migrated from Trac combo simulation defect
cmc does not have any tests for its pybindings, the folder resources/test/ is empty. a script that looks like a test exists in resources/script/test_cmc_service.py, but it fails on my machine with this error message: Traceback (most recent call last): File "cmc/resources/scripts/test_cmc_service.py", line 31, in <module> daughters = c.Propagate(particle, icetray.I3Frame() ) Boost.Python.ArgumentError: Python argument types in I3PropagatorService.Propagate(I3CascadeMCService, I3Particle, I3Frame) did not match C++ signature: Propagate(boost::shared_ptr<I3PropagatorServiceWrapper> {lvalue}, I3Particle {lvalue}, boost::shared_ptr<I3PropagatorService::DiagnosticMap>) Propagate(I3PropagatorService {lvalue}, I3Particle {lvalue}, boost::shared_ptr<I3PropagatorService::DiagnosticMap>) Migrated from https://code.icecube.wisc.edu/ticket/1136 ```json { "status": "closed", "changetime": "2019-02-13T14:13:35", "description": "cmc does not have any tests for its pybindings, the folder resources/test/ is empty.\n\na script that looks like a test exists in resources/script/test_cmc_service.py, but it fails on my machine with this error message:\nTraceback (most recent call last):\n File \"cmc/resources/scripts/test_cmc_service.py\", line 31, in <module>\n daughters = c.Propagate(particle, icetray.I3Frame() )\nBoost.Python.ArgumentError: Python argument types in\n I3PropagatorService.Propagate(I3CascadeMCService, I3Particle, I3Frame)\ndid not match C++ signature:\n Propagate(boost::shared_ptr<I3PropagatorServiceWrapper> {lvalue}, I3Particle {lvalue}, boost::shared_ptr<I3PropagatorService::DiagnosticMap>)\n Propagate(I3PropagatorService {lvalue}, I3Particle {lvalue}, boost::shared_ptr<I3PropagatorService::DiagnosticMap>)\n", "reporter": "hdembinski", "cc": "", "resolution": "fixed", "_ts": "1550067215093672", "component": "combo simulation", "summary": "[cmc] missing tests of pybindings, python example fails", "priority": "blocker", "keywords": "", "time": "2015-08-17T20:41:30", "milestone": "", "owner": "olivas", "type": "defect" } ```
1.0
[cmc] missing tests of pybindings, python example fails (Trac #1136) - cmc does not have any tests for its pybindings, the folder resources/test/ is empty. a script that looks like a test exists in resources/script/test_cmc_service.py, but it fails on my machine with this error message: Traceback (most recent call last): File "cmc/resources/scripts/test_cmc_service.py", line 31, in <module> daughters = c.Propagate(particle, icetray.I3Frame() ) Boost.Python.ArgumentError: Python argument types in I3PropagatorService.Propagate(I3CascadeMCService, I3Particle, I3Frame) did not match C++ signature: Propagate(boost::shared_ptr<I3PropagatorServiceWrapper> {lvalue}, I3Particle {lvalue}, boost::shared_ptr<I3PropagatorService::DiagnosticMap>) Propagate(I3PropagatorService {lvalue}, I3Particle {lvalue}, boost::shared_ptr<I3PropagatorService::DiagnosticMap>) Migrated from https://code.icecube.wisc.edu/ticket/1136 ```json { "status": "closed", "changetime": "2019-02-13T14:13:35", "description": "cmc does not have any tests for its pybindings, the folder resources/test/ is empty.\n\na script that looks like a test exists in resources/script/test_cmc_service.py, but it fails on my machine with this error message:\nTraceback (most recent call last):\n File \"cmc/resources/scripts/test_cmc_service.py\", line 31, in <module>\n daughters = c.Propagate(particle, icetray.I3Frame() )\nBoost.Python.ArgumentError: Python argument types in\n I3PropagatorService.Propagate(I3CascadeMCService, I3Particle, I3Frame)\ndid not match C++ signature:\n Propagate(boost::shared_ptr<I3PropagatorServiceWrapper> {lvalue}, I3Particle {lvalue}, boost::shared_ptr<I3PropagatorService::DiagnosticMap>)\n Propagate(I3PropagatorService {lvalue}, I3Particle {lvalue}, boost::shared_ptr<I3PropagatorService::DiagnosticMap>)\n", "reporter": "hdembinski", "cc": "", "resolution": "fixed", "_ts": "1550067215093672", "component": "combo simulation", "summary": "[cmc] missing tests of pybindings, python example fails", "priority": "blocker", "keywords": "", "time": "2015-08-17T20:41:30", "milestone": "", "owner": "olivas", "type": "defect" } ```
defect
missing tests of pybindings python example fails trac cmc does not have any tests for its pybindings the folder resources test is empty a script that looks like a test exists in resources script test cmc service py but it fails on my machine with this error message traceback most recent call last file cmc resources scripts test cmc service py line in daughters c propagate particle icetray boost python argumenterror python argument types in propagate did not match c signature propagate boost shared ptr lvalue lvalue boost shared ptr propagate lvalue lvalue boost shared ptr migrated from json status closed changetime description cmc does not have any tests for its pybindings the folder resources test is empty n na script that looks like a test exists in resources script test cmc service py but it fails on my machine with this error message ntraceback most recent call last n file cmc resources scripts test cmc service py line in n daughters c propagate particle icetray nboost python argumenterror python argument types in n propagate ndid not match c signature n propagate boost shared ptr lvalue lvalue boost shared ptr n propagate lvalue lvalue boost shared ptr n reporter hdembinski cc resolution fixed ts component combo simulation summary missing tests of pybindings python example fails priority blocker keywords time milestone owner olivas type defect
1
57,276
24,080,413,832
IssuesEvent
2022-09-19 05:48:01
Azure/azure-sdk-for-java
https://api.github.com/repos/Azure/azure-sdk-for-java
closed
Service Bus: Client Identifier Support
Service Bus Client
# Summary When creating one of the Service Bus client types, it can be useful for a host application to be able to uniquely identify the client instance. The Service Bus service also supports setting the identifier of an AMQP link, which it will associate with some error messages to make it easier to correlate errors with a given client instance. # Scope of Work - The options for each Service Bus client type (sender, receiver, processor) should be extended with a string-based `Identifier` property, defaulting to `null` if not supplied by callers. - The Service Bus client types should be extended with an `Identifier` property, mapping to the `Identifer` received as part of their client options. If the options do not specify an identifier, a unique one should be generated. - When opening an AMQP link for receiving, the identifier should be added to a link property named `com.microsoft:receiver-name` so that it can be used by the service with error messages. _([example](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/eventhub/Azure.Messaging.EventHubs/src/Amqp/AmqpConnectionScope.cs#L672))_ - When opening an AMQP link for receiving, the identifier should be used as the `Target` in the link settings if doing so us supported by the transport. _([example](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/eventhub/Azure.Messaging.EventHubs/src/Amqp/AmqpConnectionScope.cs#L661))_ - When opening an AMQP link for sending, the identifier should be used as the `Source` in the link settings if doing so is supported by the transport. _([example](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/eventhub/Azure.Messaging.EventHubs/src/Amqp/AmqpConnectionScope.cs#L771))_ - There should be no change to the logic when opening an AMQP `RequestResponse` link for management purposes; the identifier is not supported in this context. # Success Criteria - The API changes have been informally reviewed by the language architects and approved. - The client options identified in the scope have been enhanced to include an `Identifier` property. - The client types identifier in the scope have been enhanced to accept the identifier from the options, expose it via an `Identifier` property, and make use of it when creating links. - The tests necessary for ensuring the feature works as intended have been created or adjusted and pass reliably. - Existing tests continue to produce deterministic results and pass reliably. # References and Related - [Add client id as identifier to client and link](https://github.com/Azure/azure-sdk-for-java/pull/27910)
1.0
Service Bus: Client Identifier Support - # Summary When creating one of the Service Bus client types, it can be useful for a host application to be able to uniquely identify the client instance. The Service Bus service also supports setting the identifier of an AMQP link, which it will associate with some error messages to make it easier to correlate errors with a given client instance. # Scope of Work - The options for each Service Bus client type (sender, receiver, processor) should be extended with a string-based `Identifier` property, defaulting to `null` if not supplied by callers. - The Service Bus client types should be extended with an `Identifier` property, mapping to the `Identifer` received as part of their client options. If the options do not specify an identifier, a unique one should be generated. - When opening an AMQP link for receiving, the identifier should be added to a link property named `com.microsoft:receiver-name` so that it can be used by the service with error messages. _([example](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/eventhub/Azure.Messaging.EventHubs/src/Amqp/AmqpConnectionScope.cs#L672))_ - When opening an AMQP link for receiving, the identifier should be used as the `Target` in the link settings if doing so us supported by the transport. _([example](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/eventhub/Azure.Messaging.EventHubs/src/Amqp/AmqpConnectionScope.cs#L661))_ - When opening an AMQP link for sending, the identifier should be used as the `Source` in the link settings if doing so is supported by the transport. _([example](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/eventhub/Azure.Messaging.EventHubs/src/Amqp/AmqpConnectionScope.cs#L771))_ - There should be no change to the logic when opening an AMQP `RequestResponse` link for management purposes; the identifier is not supported in this context. # Success Criteria - The API changes have been informally reviewed by the language architects and approved. - The client options identified in the scope have been enhanced to include an `Identifier` property. - The client types identifier in the scope have been enhanced to accept the identifier from the options, expose it via an `Identifier` property, and make use of it when creating links. - The tests necessary for ensuring the feature works as intended have been created or adjusted and pass reliably. - Existing tests continue to produce deterministic results and pass reliably. # References and Related - [Add client id as identifier to client and link](https://github.com/Azure/azure-sdk-for-java/pull/27910)
non_defect
service bus client identifier support summary when creating one of the service bus client types it can be useful for a host application to be able to uniquely identify the client instance the service bus service also supports setting the identifier of an amqp link which it will associate with some error messages to make it easier to correlate errors with a given client instance scope of work the options for each service bus client type sender receiver processor should be extended with a string based identifier property defaulting to null if not supplied by callers the service bus client types should be extended with an identifier property mapping to the identifer received as part of their client options if the options do not specify an identifier a unique one should be generated when opening an amqp link for receiving the identifier should be added to a link property named com microsoft receiver name so that it can be used by the service with error messages when opening an amqp link for receiving the identifier should be used as the target in the link settings if doing so us supported by the transport when opening an amqp link for sending the identifier should be used as the source in the link settings if doing so is supported by the transport there should be no change to the logic when opening an amqp requestresponse link for management purposes the identifier is not supported in this context success criteria the api changes have been informally reviewed by the language architects and approved the client options identified in the scope have been enhanced to include an identifier property the client types identifier in the scope have been enhanced to accept the identifier from the options expose it via an identifier property and make use of it when creating links the tests necessary for ensuring the feature works as intended have been created or adjusted and pass reliably existing tests continue to produce deterministic results and pass reliably references and related
0
51,453
13,207,491,859
IssuesEvent
2020-08-14 23:18:41
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
trunk offline-software (cmake) testing framework does not support multiple test executables per project (Trac #453)
Incomplete Migration Migrated from Trac combo core defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/453">https://code.icecube.wisc.edu/projects/icecube/ticket/453</a>, reported by claudio.kopperand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2013-01-27T15:04:22", "_ts": "1359299062000000", "description": "mmc-icetray and neutrino-generator use multiple \"i3_test_executable\" statements in their respective CMakeLists.txt files. This fails during the cmake stage (rebuild_cache) with current offline-software/trunk (as of r95785) with:\n{{{\nCMake Error at cmake/project.cmake:456 (add_test):\n add_test given test NAME \"mmc-icetray::unit_tests\" which already exists in\n this directory.\nCall Stack (most recent call first):\n mmc-icetray/CMakeLists.txt:19 (i3_test_executable)\n}}}\nand \n{{{\nCMake Error at cmake/project.cmake:456 (add_test):\n add_test given test NAME \"neutrino-generator::unit_tests\" which already\n exists in this directory.\nCall Stack (most recent call first):\n neutrino-generator/CMakeLists.txt:20 (i3_test_executable)\n}}}\n\n", "reporter": "claudio.kopper", "cc": "", "resolution": "fixed", "time": "2012-11-26T23:04:21", "component": "combo core", "summary": "trunk offline-software (cmake) testing framework does not support multiple test executables per project", "priority": "normal", "keywords": "", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
1.0
trunk offline-software (cmake) testing framework does not support multiple test executables per project (Trac #453) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/453">https://code.icecube.wisc.edu/projects/icecube/ticket/453</a>, reported by claudio.kopperand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2013-01-27T15:04:22", "_ts": "1359299062000000", "description": "mmc-icetray and neutrino-generator use multiple \"i3_test_executable\" statements in their respective CMakeLists.txt files. This fails during the cmake stage (rebuild_cache) with current offline-software/trunk (as of r95785) with:\n{{{\nCMake Error at cmake/project.cmake:456 (add_test):\n add_test given test NAME \"mmc-icetray::unit_tests\" which already exists in\n this directory.\nCall Stack (most recent call first):\n mmc-icetray/CMakeLists.txt:19 (i3_test_executable)\n}}}\nand \n{{{\nCMake Error at cmake/project.cmake:456 (add_test):\n add_test given test NAME \"neutrino-generator::unit_tests\" which already\n exists in this directory.\nCall Stack (most recent call first):\n neutrino-generator/CMakeLists.txt:20 (i3_test_executable)\n}}}\n\n", "reporter": "claudio.kopper", "cc": "", "resolution": "fixed", "time": "2012-11-26T23:04:21", "component": "combo core", "summary": "trunk offline-software (cmake) testing framework does not support multiple test executables per project", "priority": "normal", "keywords": "", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
defect
trunk offline software cmake testing framework does not support multiple test executables per project trac migrated from json status closed changetime ts description mmc icetray and neutrino generator use multiple test executable statements in their respective cmakelists txt files this fails during the cmake stage rebuild cache with current offline software trunk as of with n ncmake error at cmake project cmake add test n add test given test name mmc icetray unit tests which already exists in n this directory ncall stack most recent call first n mmc icetray cmakelists txt test executable n nand n ncmake error at cmake project cmake add test n add test given test name neutrino generator unit tests which already n exists in this directory ncall stack most recent call first n neutrino generator cmakelists txt test executable n n n reporter claudio kopper cc resolution fixed time component combo core summary trunk offline software cmake testing framework does not support multiple test executables per project priority normal keywords milestone owner nega type defect
1
20,685
3,399,323,764
IssuesEvent
2015-12-02 10:19:24
crawler-commons/crawler-commons
https://api.github.com/repos/crawler-commons/crawler-commons
closed
[Sitemaps] Fix the Tester Util's Logic
auto-migrated Priority-Medium Type-Defect
``` The scenario is running the SitemapTester on a sitemapIndex in a GZ file. This is the current method stamp of the sitemapParser: parse(URL url, String mt, boolean recursive) As you see, the second argument is the MediaType, which never changes in the current tool. So the problem occurred when one tried to parse a GZ file (so he sent "application/gzip" as media type) recursively, where inside the SitemapIndex were other sitemaps, for example plain/text, and our parser then tried to get the URLs from those sitemaps with the Media Type of "application/gz"... The solution is to use the new method in issue39, where our library detects the MediaType on the fly using Tika. ``` Original issue reported on code.google.com by `avrah...@gmail.com` on 4 Jul 2014 at 9:26 * Blocking: #44 * Blocked on: #65
1.0
[Sitemaps] Fix the Tester Util's Logic - ``` The scenario is running the SitemapTester on a sitemapIndex in a GZ file. This is the current method stamp of the sitemapParser: parse(URL url, String mt, boolean recursive) As you see, the second argument is the MediaType, which never changes in the current tool. So the problem occurred when one tried to parse a GZ file (so he sent "application/gzip" as media type) recursively, where inside the SitemapIndex were other sitemaps, for example plain/text, and our parser then tried to get the URLs from those sitemaps with the Media Type of "application/gz"... The solution is to use the new method in issue39, where our library detects the MediaType on the fly using Tika. ``` Original issue reported on code.google.com by `avrah...@gmail.com` on 4 Jul 2014 at 9:26 * Blocking: #44 * Blocked on: #65
defect
fix the tester util s logic the scenario is running the sitemaptester on a sitemapindex in a gz file this is the current method stamp of the sitemapparser parse url url string mt boolean recursive as you see the second argument is the mediatype which never changes in the current tool so the problem occurred when one tried to parse a gz file so he sent application gzip as media type recursively where inside the sitemapindex were other sitemaps for example plain text and our parser then tried to get the urls from those sitemaps with the media type of application gz the solution is to use the new method in where our library detects the mediatype on the fly using tika original issue reported on code google com by avrah gmail com on jul at blocking blocked on
1
403
2,535,841,707
IssuesEvent
2015-01-26 08:21:34
localwiki/localwiki
https://api.github.com/repos/localwiki/localwiki
closed
Centering image is wonky
defect editor
1. Make an inline image, put it inside a paragraph with text before and after it. 2. Center the paragraph using the text-center button. 3. Paragraph is split: {{{ <p style="text-align: center;"> Hi there dood</p> <p> <span class="image_frame"><img src="_files/rock-the-vote.gif" style="width: 41px; height: 45px;" /></span></p> <p style="text-align: center;"> sup?</p> <p> }}} without the {{{<span>}}} the paragraph isn't split, so it's likely CKeditor trying to do something clever here. The same thing happens with the text-right button.
1.0
Centering image is wonky - 1. Make an inline image, put it inside a paragraph with text before and after it. 2. Center the paragraph using the text-center button. 3. Paragraph is split: {{{ <p style="text-align: center;"> Hi there dood</p> <p> <span class="image_frame"><img src="_files/rock-the-vote.gif" style="width: 41px; height: 45px;" /></span></p> <p style="text-align: center;"> sup?</p> <p> }}} without the {{{<span>}}} the paragraph isn't split, so it's likely CKeditor trying to do something clever here. The same thing happens with the text-right button.
defect
centering image is wonky make an inline image put it inside a paragraph with text before and after it center the paragraph using the text center button paragraph is split hi there dood sup without the the paragraph isn t split so it s likely ckeditor trying to do something clever here the same thing happens with the text right button
1
66,491
20,246,211,897
IssuesEvent
2022-02-14 13:59:12
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Display name and avatar disappearing after sending a second message
T-Defect X-Regression S-Major X-Release-Blocker A-Timeline O-Occasional
### Steps to reproduce 1. Send a message in a DM, and see my account's display name and profile picture 2. Send another message -> my profile picture and display name are no longer there! Example one: ![image](https://user-images.githubusercontent.com/1342360/153189617-cbcb4347-f533-4284-ab15-3fcabda34865.png) Example two: ![image](https://user-images.githubusercontent.com/1342360/153189798-6342a002-d3cb-4a16-ba92-791039274803.png) I also seem to have completely disappeared from the members list: ![image](https://user-images.githubusercontent.com/1342360/153190999-c5b78e3f-4799-4cb4-ae06-b84d58833712.png) ### Outcome #### What did you expect? To see my display name and profile picture consistently. #### What happened instead? It's a gone! Hunch: could this perhaps be related to any recent "change profile information for older messages" work? Also possibly related: https://github.com/vector-im/element-web/issues/20981 Very possibly related (stale memberlist): https://github.com/vector-im/element-web/issues/20962 ### Operating system Arch Linux ### Application version Element Nightly version: 2022020701, Olm version: 3.2.8 ### How did you install the app? https://aur.archlinux.org/packages/element-desktop-nightly-bin/ ### Homeserver _No response_ ### Will you send logs? Yes
1.0
Display name and avatar disappearing after sending a second message - ### Steps to reproduce 1. Send a message in a DM, and see my account's display name and profile picture 2. Send another message -> my profile picture and display name are no longer there! Example one: ![image](https://user-images.githubusercontent.com/1342360/153189617-cbcb4347-f533-4284-ab15-3fcabda34865.png) Example two: ![image](https://user-images.githubusercontent.com/1342360/153189798-6342a002-d3cb-4a16-ba92-791039274803.png) I also seem to have completely disappeared from the members list: ![image](https://user-images.githubusercontent.com/1342360/153190999-c5b78e3f-4799-4cb4-ae06-b84d58833712.png) ### Outcome #### What did you expect? To see my display name and profile picture consistently. #### What happened instead? It's a gone! Hunch: could this perhaps be related to any recent "change profile information for older messages" work? Also possibly related: https://github.com/vector-im/element-web/issues/20981 Very possibly related (stale memberlist): https://github.com/vector-im/element-web/issues/20962 ### Operating system Arch Linux ### Application version Element Nightly version: 2022020701, Olm version: 3.2.8 ### How did you install the app? https://aur.archlinux.org/packages/element-desktop-nightly-bin/ ### Homeserver _No response_ ### Will you send logs? Yes
defect
display name and avatar disappearing after sending a second message steps to reproduce send a message in a dm and see my account s display name and profile picture send another message my profile picture and display name are no longer there example one example two i also seem to have completely disappeared from the members list outcome what did you expect to see my display name and profile picture consistently what happened instead it s a gone hunch could this perhaps be related to any recent change profile information for older messages work also possibly related very possibly related stale memberlist operating system arch linux application version element nightly version olm version how did you install the app homeserver no response will you send logs yes
1
21,887
3,575,291,838
IssuesEvent
2016-01-27 15:29:05
dkfans/keeperfx
https://api.github.com/repos/dkfans/keeperfx
closed
Computer opponnent does not fortify walls right after claiming rooms
Status-Duplicate Type-Defect
I am using KeeperFX 0.4.5.1540 and noticed strange bug: enemy keeper(computer) did not fortify portal and other rooms he dug automatically(i expected that behaviour because in original Dungeon Keeper after claiming room he usually try fortify all walls as fast as he can). Map where i played at was Morkadar and he did it only when i trained my creatures(basically i could just break the wall, rush in and complete mission quickly even without touching heroes).
1.0
Computer opponnent does not fortify walls right after claiming rooms - I am using KeeperFX 0.4.5.1540 and noticed strange bug: enemy keeper(computer) did not fortify portal and other rooms he dug automatically(i expected that behaviour because in original Dungeon Keeper after claiming room he usually try fortify all walls as fast as he can). Map where i played at was Morkadar and he did it only when i trained my creatures(basically i could just break the wall, rush in and complete mission quickly even without touching heroes).
defect
computer opponnent does not fortify walls right after claiming rooms i am using keeperfx and noticed strange bug enemy keeper computer did not fortify portal and other rooms he dug automatically i expected that behaviour because in original dungeon keeper after claiming room he usually try fortify all walls as fast as he can map where i played at was morkadar and he did it only when i trained my creatures basically i could just break the wall rush in and complete mission quickly even without touching heroes
1
16,038
11,807,673,805
IssuesEvent
2020-03-19 11:55:24
wellcomecollection/platform
https://api.github.com/repos/wellcomecollection/platform
closed
Move Wellcome Collection projects to wellcomecollection Github org
🚧 Infrastructure
Wellcome Collection has a Github Org: https://github.com/wellcomecollection ## Moved - [x] https://github.com/wellcometrust/wellcomeplayer-pdf-extension - [x] https://github.com/wellcometrust/wellcomeplayer-dialogues-module - [x] https://github.com/wellcometrust/wellcomeplayer-seadragon-extension - [x] https://github.com/wellcometrust/wellcomeplayer-seadragoncenterpanel-module - [x] https://github.com/wellcometrust/wellcomeplayer-treeviewleftpanel-module - [x] https://github.com/wellcometrust/wellcomeplayer-searchfooterpanel-module - [x] https://github.com/wellcometrust/wellcomeplayer-extendedfooterpanel-module - [x] https://github.com/wellcometrust/wellcomeplayer-moreinforightpanel-module - [x] https://github.com/wellcometrust/wellcomeplayer-shared-module - [x] https://github.com/wellcometrust/wellcomeplayer-mediaelement-extension - [x] https://github.com/wellcometrust/alpha (should be public wellcometrust/platform#3989) - [x] https://github.com/wellcometrust/catalogue - [x] https://github.com/wellcometrust/platform - [x] https://github.com/wellcometrust/wellcomecollection.org - [x] https://github.com/wellcometrust/dockerfiles - [x] https://github.com/wellcometrust/docker_run - [x] https://github.com/wellcometrust/prismic-remapper - [x] https://github.com/wellcometrust/storage-service - [x] https://github.com/wellcometrust/tzitzit - [x] https://github.com/wellcometrust/archivematica - [x] https://github.com/wellcometrust/archivematica-docs - [x] https://github.com/wellcometrust/archivematica-storage-service - [x] https://github.com/wellcometrust/loris - [x] https://github.com/wellcometrust/python-gearman - [x] https://github.com/wellcometrust/scala-fixtures - [x] https://github.com/wellcometrust/scala-json - [x] https://github.com/wellcometrust/scala-messaging - [x] https://github.com/wellcometrust/scala-monitoring - [x] https://github.com/wellcometrust/scala-storage - [x] https://github.com/wellcometrust/wellcome-collection-tei - [x] https://github.com/wellcometrust/wellcome-typesafe-app - [x] https://github.com/wellcometrust/workflow - [x] https://github.com/wellcometrust/sierra-streams-source ## Archived / Deleted - [x] https://github.com/wellcometrust/annotated-viewer (deleted) - [x] https://github.com/wellcometrust/aws-azure-login (deleted) - [x] https://github.com/wellcometrust/aws_utils (archived) - [x] https://github.com/wellcometrust/chemist-and-druggist-dataweek (archived) - [x] https://github.com/wellcometrust/collection (archived) - [x] https://github.com/wellcometrust/data-for-data-science (deleted) - [x] https://github.com/wellcometrust/dotorg-dash (deleted) - [x] https://github.com/wellcometrust/feature-flags (deleted) - [x] https://github.com/wellcometrust/iiif-features (deleted) - [x] https://github.com/wellcometrust/iiif-manifests (archived) - [x] https://github.com/wellcometrust/loris-docker (deleted) - [x] https://github.com/wellcometrust/parser_test (deleted) - [x] https://github.com/wellcometrust/platform-cli (deleted) - [x] https://github.com/wellcometrust/platform-developer-docs (archived) - [x] https://github.com/wellcometrust/platform-makefiles (archived) - [x] https://github.com/wellcometrust/player (archived) - [x] https://github.com/wellcometrust/requests (deleted) - [x] https://github.com/wellcometrust/terraform-modules (archived) - [x] https://github.com/wellcometrust/toggler (deleted) - [x] https://github.com/wellcometrust/universalviewer (archived) - [x] https://github.com/wellcometrust/universalviewer.github.io (archived) - [x] https://github.com/wellcometrust/uv-cy-GB-theme (archived) - [x] https://github.com/wellcometrust/uv-en-GB-theme (archived) - [x] https://github.com/wellcometrust/wecobot (deleted) - [x] https://github.com/wellcometrust/wellcomeBDD (archived) - [x] https://github.com/wellcometrust/timeline (archived) - [x] https://github.com/wellcometrust/womens-work (archived) - [x] https://github.com/wellcometrust/drink (archived) - [x] https://github.com/wellcometrust/configuration (archived) - [x] https://github.com/wellcometrust/whos-the-pest (archived) - [x] https://github.com/wellcometrust/wellcomecollection-dns-infra (archived) See https://github.com/wellcometrust/platform-private/issues/62 for private repos. Migrating a repo includes: * Transferring it across, or deleting it if no longer needed * Setting up permissions for anybody who needs access to it * Setting up CI in the new organisation Projects should be transitioned to the new organisation when possible - this includes repos in https://github.com/wellcomelibrary.
1.0
Move Wellcome Collection projects to wellcomecollection Github org - Wellcome Collection has a Github Org: https://github.com/wellcomecollection ## Moved - [x] https://github.com/wellcometrust/wellcomeplayer-pdf-extension - [x] https://github.com/wellcometrust/wellcomeplayer-dialogues-module - [x] https://github.com/wellcometrust/wellcomeplayer-seadragon-extension - [x] https://github.com/wellcometrust/wellcomeplayer-seadragoncenterpanel-module - [x] https://github.com/wellcometrust/wellcomeplayer-treeviewleftpanel-module - [x] https://github.com/wellcometrust/wellcomeplayer-searchfooterpanel-module - [x] https://github.com/wellcometrust/wellcomeplayer-extendedfooterpanel-module - [x] https://github.com/wellcometrust/wellcomeplayer-moreinforightpanel-module - [x] https://github.com/wellcometrust/wellcomeplayer-shared-module - [x] https://github.com/wellcometrust/wellcomeplayer-mediaelement-extension - [x] https://github.com/wellcometrust/alpha (should be public wellcometrust/platform#3989) - [x] https://github.com/wellcometrust/catalogue - [x] https://github.com/wellcometrust/platform - [x] https://github.com/wellcometrust/wellcomecollection.org - [x] https://github.com/wellcometrust/dockerfiles - [x] https://github.com/wellcometrust/docker_run - [x] https://github.com/wellcometrust/prismic-remapper - [x] https://github.com/wellcometrust/storage-service - [x] https://github.com/wellcometrust/tzitzit - [x] https://github.com/wellcometrust/archivematica - [x] https://github.com/wellcometrust/archivematica-docs - [x] https://github.com/wellcometrust/archivematica-storage-service - [x] https://github.com/wellcometrust/loris - [x] https://github.com/wellcometrust/python-gearman - [x] https://github.com/wellcometrust/scala-fixtures - [x] https://github.com/wellcometrust/scala-json - [x] https://github.com/wellcometrust/scala-messaging - [x] https://github.com/wellcometrust/scala-monitoring - [x] https://github.com/wellcometrust/scala-storage - [x] https://github.com/wellcometrust/wellcome-collection-tei - [x] https://github.com/wellcometrust/wellcome-typesafe-app - [x] https://github.com/wellcometrust/workflow - [x] https://github.com/wellcometrust/sierra-streams-source ## Archived / Deleted - [x] https://github.com/wellcometrust/annotated-viewer (deleted) - [x] https://github.com/wellcometrust/aws-azure-login (deleted) - [x] https://github.com/wellcometrust/aws_utils (archived) - [x] https://github.com/wellcometrust/chemist-and-druggist-dataweek (archived) - [x] https://github.com/wellcometrust/collection (archived) - [x] https://github.com/wellcometrust/data-for-data-science (deleted) - [x] https://github.com/wellcometrust/dotorg-dash (deleted) - [x] https://github.com/wellcometrust/feature-flags (deleted) - [x] https://github.com/wellcometrust/iiif-features (deleted) - [x] https://github.com/wellcometrust/iiif-manifests (archived) - [x] https://github.com/wellcometrust/loris-docker (deleted) - [x] https://github.com/wellcometrust/parser_test (deleted) - [x] https://github.com/wellcometrust/platform-cli (deleted) - [x] https://github.com/wellcometrust/platform-developer-docs (archived) - [x] https://github.com/wellcometrust/platform-makefiles (archived) - [x] https://github.com/wellcometrust/player (archived) - [x] https://github.com/wellcometrust/requests (deleted) - [x] https://github.com/wellcometrust/terraform-modules (archived) - [x] https://github.com/wellcometrust/toggler (deleted) - [x] https://github.com/wellcometrust/universalviewer (archived) - [x] https://github.com/wellcometrust/universalviewer.github.io (archived) - [x] https://github.com/wellcometrust/uv-cy-GB-theme (archived) - [x] https://github.com/wellcometrust/uv-en-GB-theme (archived) - [x] https://github.com/wellcometrust/wecobot (deleted) - [x] https://github.com/wellcometrust/wellcomeBDD (archived) - [x] https://github.com/wellcometrust/timeline (archived) - [x] https://github.com/wellcometrust/womens-work (archived) - [x] https://github.com/wellcometrust/drink (archived) - [x] https://github.com/wellcometrust/configuration (archived) - [x] https://github.com/wellcometrust/whos-the-pest (archived) - [x] https://github.com/wellcometrust/wellcomecollection-dns-infra (archived) See https://github.com/wellcometrust/platform-private/issues/62 for private repos. Migrating a repo includes: * Transferring it across, or deleting it if no longer needed * Setting up permissions for anybody who needs access to it * Setting up CI in the new organisation Projects should be transitioned to the new organisation when possible - this includes repos in https://github.com/wellcomelibrary.
non_defect
move wellcome collection projects to wellcomecollection github org wellcome collection has a github org moved should be public wellcometrust platform archived deleted deleted deleted archived archived archived deleted deleted deleted deleted archived deleted deleted deleted archived archived archived deleted archived deleted archived archived archived archived deleted archived archived archived archived archived archived archived see for private repos migrating a repo includes transferring it across or deleting it if no longer needed setting up permissions for anybody who needs access to it setting up ci in the new organisation projects should be transitioned to the new organisation when possible this includes repos in
0
284,925
21,477,435,205
IssuesEvent
2022-04-26 14:44:23
johnnywong30/Pooler
https://api.github.com/repos/johnnywong30/Pooler
closed
User Profile
documentation enhancement core feature urgent
Upon account creation a user’s profile will be automatically created. User profile will include important information about the user such as - [ ] name - [ ] home address - [ ] Venmo username - [ ] contact information (email and phone number) - [ ] if they are a driver and/or a passenger
1.0
User Profile - Upon account creation a user’s profile will be automatically created. User profile will include important information about the user such as - [ ] name - [ ] home address - [ ] Venmo username - [ ] contact information (email and phone number) - [ ] if they are a driver and/or a passenger
non_defect
user profile upon account creation a user’s profile will be automatically created user profile will include important information about the user such as name home address venmo username contact information email and phone number if they are a driver and or a passenger
0
453,403
13,069,277,404
IssuesEvent
2020-07-31 06:07:46
moe-lk/ncoe
https://api.github.com/repos/moe-lk/ncoe
closed
UI for SriPada NCoE + State workers
Frontend Priority 1
- [x] Are you applying for SriPada? - Drop down - [x] If it yes, State worker or Not? - Drop down
1.0
UI for SriPada NCoE + State workers - - [x] Are you applying for SriPada? - Drop down - [x] If it yes, State worker or Not? - Drop down
non_defect
ui for sripada ncoe state workers are you applying for sripada drop down if it yes state worker or not drop down
0
66,832
14,798,971,868
IssuesEvent
2021-01-13 01:06:53
billmcchesney1/flowgate
https://api.github.com/repos/billmcchesney1/flowgate
opened
CVE-2020-36182 (High) detected in jackson-databind-2.8.8.jar
security vulnerability
## CVE-2020-36182 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.8.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: flowgate/operation-expert/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-hateoas-1.4.7.RELEASE.jar (Root Library) - spring-boot-starter-web-1.4.7.RELEASE.jar - :x: **jackson-databind-2.8.8.jar** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS. <p>Publish Date: 2021-01-07 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36182>CVE-2020-36182</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/FasterXML/jackson-databind/issues/3004">https://github.com/FasterXML/jackson-databind/issues/3004</a></p> <p>Release Date: 2021-01-07</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.8</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.8.8","isTransitiveDependency":true,"dependencyTree":"org.springframework.boot:spring-boot-starter-hateoas:1.4.7.RELEASE;org.springframework.boot:spring-boot-starter-web:1.4.7.RELEASE;com.fasterxml.jackson.core:jackson-databind:2.8.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.8"}],"vulnerabilityIdentifier":"CVE-2020-36182","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36182","cvss3Severity":"high","cvss3Score":"8.1","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
True
CVE-2020-36182 (High) detected in jackson-databind-2.8.8.jar - ## CVE-2020-36182 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.8.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: flowgate/operation-expert/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-hateoas-1.4.7.RELEASE.jar (Root Library) - spring-boot-starter-web-1.4.7.RELEASE.jar - :x: **jackson-databind-2.8.8.jar** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS. <p>Publish Date: 2021-01-07 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36182>CVE-2020-36182</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/FasterXML/jackson-databind/issues/3004">https://github.com/FasterXML/jackson-databind/issues/3004</a></p> <p>Release Date: 2021-01-07</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.8</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.8.8","isTransitiveDependency":true,"dependencyTree":"org.springframework.boot:spring-boot-starter-hateoas:1.4.7.RELEASE;org.springframework.boot:spring-boot-starter-web:1.4.7.RELEASE;com.fasterxml.jackson.core:jackson-databind:2.8.8","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.8"}],"vulnerabilityIdentifier":"CVE-2020-36182","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36182","cvss3Severity":"high","cvss3Score":"8.1","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
non_defect
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file flowgate operation expert pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy spring boot starter hateoas release jar root library spring boot starter web release jar x jackson databind jar vulnerable library found in base branch master vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache tomcat dbcp cpdsadapter driveradaptercpds publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com fasterxml jackson core jackson databind isopenpronvulnerability true ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache tomcat dbcp cpdsadapter driveradaptercpds vulnerabilityurl
0
404,536
27,489,832,584
IssuesEvent
2023-03-04 13:32:02
Community-PIO-CH32V/platform-ch32v
https://api.github.com/repos/Community-PIO-CH32V/platform-ch32v
closed
Broken links in Readme.md
bug documentation
The following links in Readme.md don't exist - [Home](https://registry.platformio.org/platforms/platformio/ch32v) (home page in the PlatformIO Registry) - [Documentation](https://docs.platformio.org/page/platforms/ch32v.html) (advanced usage, packages, boards, frameworks, etc.) - [documentation](https://docs.platformio.org/page/platforms/ch32v.html) at bottom of page I suspect(!) these will be created once ch32v platform is released...? If yes, please just close this issue
1.0
Broken links in Readme.md - The following links in Readme.md don't exist - [Home](https://registry.platformio.org/platforms/platformio/ch32v) (home page in the PlatformIO Registry) - [Documentation](https://docs.platformio.org/page/platforms/ch32v.html) (advanced usage, packages, boards, frameworks, etc.) - [documentation](https://docs.platformio.org/page/platforms/ch32v.html) at bottom of page I suspect(!) these will be created once ch32v platform is released...? If yes, please just close this issue
non_defect
broken links in readme md the following links in readme md don t exist home page in the platformio registry advanced usage packages boards frameworks etc at bottom of page i suspect these will be created once platform is released if yes please just close this issue
0
16,019
2,870,251,812
IssuesEvent
2015-06-07 00:36:45
pdelia/away3d
https://api.github.com/repos/pdelia/away3d
closed
[Away3DLite] Clipping base class fails to include all faces
auto-migrated Priority-Medium Type-Defect
#72 Issue by __GoogleCodeExporter__, created on: 2015-04-24T07:51:34Z ``` What steps will reproduce the problem? 1. Set up a scene using the Clipping base class for face culling 2. Render more than one mesh 3. See that the clipping step removes valid faces What is the expected output? What do you see instead? In Clipping.as:collectFaces(), a local index (i) into the top of the face list is kept in the method, and reset to -1 on each call. The face list is not normally empty after the first call per render, so previous faces get overwritten. What version of the product are you using? On what operating system? away3dlite svn -r1955 Please provide any additional information below. The RectangleClipping subclass stores no index and adds the faces using: faces[faces.length] = face; Using this method in Clipping.as as well fixes the problem. ``` Original issue reported on code.google.com by `ken.rai...@gmail.com` on 16 Oct 2009 at 9:43
1.0
[Away3DLite] Clipping base class fails to include all faces - #72 Issue by __GoogleCodeExporter__, created on: 2015-04-24T07:51:34Z ``` What steps will reproduce the problem? 1. Set up a scene using the Clipping base class for face culling 2. Render more than one mesh 3. See that the clipping step removes valid faces What is the expected output? What do you see instead? In Clipping.as:collectFaces(), a local index (i) into the top of the face list is kept in the method, and reset to -1 on each call. The face list is not normally empty after the first call per render, so previous faces get overwritten. What version of the product are you using? On what operating system? away3dlite svn -r1955 Please provide any additional information below. The RectangleClipping subclass stores no index and adds the faces using: faces[faces.length] = face; Using this method in Clipping.as as well fixes the problem. ``` Original issue reported on code.google.com by `ken.rai...@gmail.com` on 16 Oct 2009 at 9:43
defect
clipping base class fails to include all faces issue by googlecodeexporter created on what steps will reproduce the problem set up a scene using the clipping base class for face culling render more than one mesh see that the clipping step removes valid faces what is the expected output what do you see instead in clipping as collectfaces a local index i into the top of the face list is kept in the method and reset to on each call the face list is not normally empty after the first call per render so previous faces get overwritten what version of the product are you using on what operating system svn please provide any additional information below the rectangleclipping subclass stores no index and adds the faces using faces face using this method in clipping as as well fixes the problem original issue reported on code google com by ken rai gmail com on oct at
1
46,678
13,055,958,672
IssuesEvent
2020-07-30 03:14:13
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
[BadDomList] Broken Tests (Trac #1705)
Incomplete Migration Migrated from Trac defect infrastructure
Migrated from https://code.icecube.wisc.edu/ticket/1705 ```json { "status": "closed", "changetime": "2019-02-13T14:12:58", "description": "The tests use data from the Data Warehouse. That needs to be included in I3_TESTDATA.", "reporter": "olivas", "cc": "nega", "resolution": "fixed", "_ts": "1550067178841456", "component": "infrastructure", "summary": "[BadDomList] Broken Tests", "priority": "normal", "keywords": "", "time": "2016-05-16T21:37:30", "milestone": "", "owner": "joertlin", "type": "defect" } ```
1.0
[BadDomList] Broken Tests (Trac #1705) - Migrated from https://code.icecube.wisc.edu/ticket/1705 ```json { "status": "closed", "changetime": "2019-02-13T14:12:58", "description": "The tests use data from the Data Warehouse. That needs to be included in I3_TESTDATA.", "reporter": "olivas", "cc": "nega", "resolution": "fixed", "_ts": "1550067178841456", "component": "infrastructure", "summary": "[BadDomList] Broken Tests", "priority": "normal", "keywords": "", "time": "2016-05-16T21:37:30", "milestone": "", "owner": "joertlin", "type": "defect" } ```
defect
broken tests trac migrated from json status closed changetime description the tests use data from the data warehouse that needs to be included in testdata reporter olivas cc nega resolution fixed ts component infrastructure summary broken tests priority normal keywords time milestone owner joertlin type defect
1
340,412
30,514,533,894
IssuesEvent
2023-07-19 01:02:19
mehah/otclient
https://api.github.com/repos/mehah/otclient
closed
Problem holding keyboard buttons to walk
Priority: Low Status: Pending Test Type: Bug
### Priority Low ### Area - [x] Data - [x] Source - [ ] Docker - [ ] Other ### What happened? The problem boils down to holding down any button to walk, whether it's the WASD or the keyboard arrows, the result will be the same I'm testing it in TFS 0.3.6 8.60 GIF: https://imgur.com/OH5xB3y ### What OS are you seeing the problem on? Windows ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
1.0
Problem holding keyboard buttons to walk - ### Priority Low ### Area - [x] Data - [x] Source - [ ] Docker - [ ] Other ### What happened? The problem boils down to holding down any button to walk, whether it's the WASD or the keyboard arrows, the result will be the same I'm testing it in TFS 0.3.6 8.60 GIF: https://imgur.com/OH5xB3y ### What OS are you seeing the problem on? Windows ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
non_defect
problem holding keyboard buttons to walk priority low area data source docker other what happened the problem boils down to holding down any button to walk whether it s the wasd or the keyboard arrows the result will be the same i m testing it in tfs gif what os are you seeing the problem on windows code of conduct i agree to follow this project s code of conduct
0
32,307
4,761,836,458
IssuesEvent
2016-10-25 09:30:36
zalando-incubator/atlas-ios
https://api.github.com/repos/zalando-incubator/atlas-ios
closed
Drop Quick framework
refactor tests
We can leave Nimble as it has nice syntax, but specs written in Quick give more problems than profits now.
1.0
Drop Quick framework - We can leave Nimble as it has nice syntax, but specs written in Quick give more problems than profits now.
non_defect
drop quick framework we can leave nimble as it has nice syntax but specs written in quick give more problems than profits now
0
680,631
23,280,476,037
IssuesEvent
2022-08-05 11:32:55
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
opened
[Semantic API] Required parameter information are missing in function type symbol
Type/Bug Priority/Blocker
**Description:** Refer to the below output values of the `functionSymbol.params()` and `functionSymbol.parameters()`(deprecated) APIs on the same function type symbol. Note the the information related to the required parameter `path` is missing (hence showing only 3 parameters), when trying to retrieve using the `params()` API. ## `params()` output <img width="635" alt="Screenshot 2022-08-05 at 16 58 53" src="https://user-images.githubusercontent.com/29032600/183068681-68d8bb6f-2ea7-4cb2-8dcd-7528eebaed05.png"> ## `parameters()` (deprecated API) output <img width="780" alt="Screenshot 2022-08-05 at 16 59 13" src="https://user-images.githubusercontent.com/29032600/183068715-91c0fe9d-26cc-467d-b4e9-96e29f8c0fe6.png">
1.0
[Semantic API] Required parameter information are missing in function type symbol - **Description:** Refer to the below output values of the `functionSymbol.params()` and `functionSymbol.parameters()`(deprecated) APIs on the same function type symbol. Note the the information related to the required parameter `path` is missing (hence showing only 3 parameters), when trying to retrieve using the `params()` API. ## `params()` output <img width="635" alt="Screenshot 2022-08-05 at 16 58 53" src="https://user-images.githubusercontent.com/29032600/183068681-68d8bb6f-2ea7-4cb2-8dcd-7528eebaed05.png"> ## `parameters()` (deprecated API) output <img width="780" alt="Screenshot 2022-08-05 at 16 59 13" src="https://user-images.githubusercontent.com/29032600/183068715-91c0fe9d-26cc-467d-b4e9-96e29f8c0fe6.png">
non_defect
required parameter information are missing in function type symbol description refer to the below output values of the functionsymbol params and functionsymbol parameters deprecated apis on the same function type symbol note the the information related to the required parameter path is missing hence showing only parameters when trying to retrieve using the params api params output img width alt screenshot at src parameters deprecated api output img width alt screenshot at src
0
30,517
6,149,153,621
IssuesEvent
2017-06-27 19:26:56
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
DateTime AddMonths Problem
defect in progress
**System.DateTime.AddMonth** does not work for edge cases, such as adding to the 31st day of some months, using JavaScript standard Date object as underlying implementation. A leap year's February 29 should be also checked. ### Steps To Reproduce https://deck.net/584206e6bd18bd6257a203c18a353adf ```c# public class Program { public static void Main() { DateTime date = new DateTime(2017, 3, 31, 16, 10, 10); Console.WriteLine(date.ToString()); date = date.AddMonths(1); // Should be 04/30/2017 16:10:10 Console.WriteLine(date.ToString()); } } ``` ### Expected Result https://dotnetfiddle.net/NfW8ZF ```js 04/30/2017 16:10:10 ``` ### Actual Result ```js 05/01/2017 16:10:10 ``` ## See Also * https://forums.bridge.net/forum/bridge-net-pro/bugs/3924-datetime-addmonths-problem * http://stackoverflow.com/questions/2706125/javascript-function-to-add-x-months-to-a-date * http://stackoverflow.com/questions/12793045/adding-months-to-a-date-in-javascript * #2524
1.0
DateTime AddMonths Problem - **System.DateTime.AddMonth** does not work for edge cases, such as adding to the 31st day of some months, using JavaScript standard Date object as underlying implementation. A leap year's February 29 should be also checked. ### Steps To Reproduce https://deck.net/584206e6bd18bd6257a203c18a353adf ```c# public class Program { public static void Main() { DateTime date = new DateTime(2017, 3, 31, 16, 10, 10); Console.WriteLine(date.ToString()); date = date.AddMonths(1); // Should be 04/30/2017 16:10:10 Console.WriteLine(date.ToString()); } } ``` ### Expected Result https://dotnetfiddle.net/NfW8ZF ```js 04/30/2017 16:10:10 ``` ### Actual Result ```js 05/01/2017 16:10:10 ``` ## See Also * https://forums.bridge.net/forum/bridge-net-pro/bugs/3924-datetime-addmonths-problem * http://stackoverflow.com/questions/2706125/javascript-function-to-add-x-months-to-a-date * http://stackoverflow.com/questions/12793045/adding-months-to-a-date-in-javascript * #2524
defect
datetime addmonths problem system datetime addmonth does not work for edge cases such as adding to the day of some months using javascript standard date object as underlying implementation a leap year s february should be also checked steps to reproduce c public class program public static void main datetime date new datetime console writeline date tostring date date addmonths should be console writeline date tostring expected result js actual result js see also
1
398,186
11,738,969,855
IssuesEvent
2020-03-11 16:55:09
luna/enso
https://api.github.com/repos/luna/enso
closed
Implement `text/applyEdit`
Category: Tooling Change: Non-Breaking Difficulty: Core Contributor Priority: Medium Type: Enhancement
### Summary The key operation of the text editing workflow is the ability for the client to inform the language server about a change that it has made. This underlies the whole functionality as it ensures that the language server (and other clients) keep their buffer representations in sync. ### Value The clients and language server will all be able to stay in sync when changes are made to buffers. ### Specification - [ ] Implement any auxiliary data structures necessary for passing this information. - [ ] Implement the `text/applyEdit` message, that applies a list of file edits, potentially across multiple files, as specified in the [design document](https://github.com/luna/enso/blob/master/doc/design/engine/engine-services.md). - [ ] If an edit is applied in an out of date fashion (the `oldVersion` UUID doesn't match), the edit must be rejected and return an error. - [ ] Document any errors in the design document that may be returned by this message. ### Acceptance Criteria & Test Cases - The above specification has been implemented. - The above functionality has been rigorously tested.
1.0
Implement `text/applyEdit` - ### Summary The key operation of the text editing workflow is the ability for the client to inform the language server about a change that it has made. This underlies the whole functionality as it ensures that the language server (and other clients) keep their buffer representations in sync. ### Value The clients and language server will all be able to stay in sync when changes are made to buffers. ### Specification - [ ] Implement any auxiliary data structures necessary for passing this information. - [ ] Implement the `text/applyEdit` message, that applies a list of file edits, potentially across multiple files, as specified in the [design document](https://github.com/luna/enso/blob/master/doc/design/engine/engine-services.md). - [ ] If an edit is applied in an out of date fashion (the `oldVersion` UUID doesn't match), the edit must be rejected and return an error. - [ ] Document any errors in the design document that may be returned by this message. ### Acceptance Criteria & Test Cases - The above specification has been implemented. - The above functionality has been rigorously tested.
non_defect
implement text applyedit summary the key operation of the text editing workflow is the ability for the client to inform the language server about a change that it has made this underlies the whole functionality as it ensures that the language server and other clients keep their buffer representations in sync value the clients and language server will all be able to stay in sync when changes are made to buffers specification implement any auxiliary data structures necessary for passing this information implement the text applyedit message that applies a list of file edits potentially across multiple files as specified in the if an edit is applied in an out of date fashion the oldversion uuid doesn t match the edit must be rejected and return an error document any errors in the design document that may be returned by this message acceptance criteria test cases the above specification has been implemented the above functionality has been rigorously tested
0
23,266
3,785,080,869
IssuesEvent
2016-03-20 08:35:37
jaceee/gmaps-samples-v3
https://api.github.com/repos/jaceee/gmaps-samples-v3
closed
Not loading icons in Chrome or Safari
auto-migrated Priority-Medium Type-Defect
``` not loading icons or sidebar in Chrome or Safari, maps loads ok but no icons or sidebar. ``` Original issue reported on code.google.com by `cdfabr...@gmail.com` on 6 May 2011 at 7:53
1.0
Not loading icons in Chrome or Safari - ``` not loading icons or sidebar in Chrome or Safari, maps loads ok but no icons or sidebar. ``` Original issue reported on code.google.com by `cdfabr...@gmail.com` on 6 May 2011 at 7:53
defect
not loading icons in chrome or safari not loading icons or sidebar in chrome or safari maps loads ok but no icons or sidebar original issue reported on code google com by cdfabr gmail com on may at
1
179,563
30,265,412,198
IssuesEvent
2023-07-07 11:27:14
alphagov/govuk-design-system
https://api.github.com/repos/alphagov/govuk-design-system
closed
Review design system components following finalised update to font scale
accessibility design typography
## What Review all govuk-frontend components against the updated font scale, done as part of https://github.com/alphagov/govuk-design-system/issues/2289. Requires https://github.com/alphagov/govuk-design-system/issues/2298 to be done before this can start. ## Why To ensure that our components are still usable with the updated font scale. ## Who needs to work on this Designers, developers, accessibility specialists ## Components to review - [x] Accordion - [x] Back link - [x] Breadcrumbs - [x] Button - [x] Character count - [x] Checkboxes - [x] Cookie banner - [x] Date input - [x] Details - [x] Error message - [x] Error summary - [ ] Exit This Page - [x] Fieldset - [x] File upload - [x] Footer - [x] Header - [x] Insert text - [x] Notification banner - [x] Pagination - [x] Panel - [x] Phase banner - [x] Radios - [x] Select - [x] Skip link - [x] Summary list - [x] Table - [x] Tabs - [x] Tag - [ ] Task list - [x] Text input - [x] Textarea - [x] Warning text ```[tasklist] ### Tasks following component audit - [x] Propose actions to take forward from audit - [x] Collect action review from team - [ ] Write up issues in response to actions and update typography epic ```
1.0
Review design system components following finalised update to font scale - ## What Review all govuk-frontend components against the updated font scale, done as part of https://github.com/alphagov/govuk-design-system/issues/2289. Requires https://github.com/alphagov/govuk-design-system/issues/2298 to be done before this can start. ## Why To ensure that our components are still usable with the updated font scale. ## Who needs to work on this Designers, developers, accessibility specialists ## Components to review - [x] Accordion - [x] Back link - [x] Breadcrumbs - [x] Button - [x] Character count - [x] Checkboxes - [x] Cookie banner - [x] Date input - [x] Details - [x] Error message - [x] Error summary - [ ] Exit This Page - [x] Fieldset - [x] File upload - [x] Footer - [x] Header - [x] Insert text - [x] Notification banner - [x] Pagination - [x] Panel - [x] Phase banner - [x] Radios - [x] Select - [x] Skip link - [x] Summary list - [x] Table - [x] Tabs - [x] Tag - [ ] Task list - [x] Text input - [x] Textarea - [x] Warning text ```[tasklist] ### Tasks following component audit - [x] Propose actions to take forward from audit - [x] Collect action review from team - [ ] Write up issues in response to actions and update typography epic ```
non_defect
review design system components following finalised update to font scale what review all govuk frontend components against the updated font scale done as part of requires to be done before this can start why to ensure that our components are still usable with the updated font scale who needs to work on this designers developers accessibility specialists components to review accordion back link breadcrumbs button character count checkboxes cookie banner date input details error message error summary exit this page fieldset file upload footer header insert text notification banner pagination panel phase banner radios select skip link summary list table tabs tag task list text input textarea warning text tasks following component audit propose actions to take forward from audit collect action review from team write up issues in response to actions and update typography epic
0
33,042
7,644,104,063
IssuesEvent
2018-05-08 14:36:14
MicrosoftDocs/live-share
https://api.github.com/repos/MicrosoftDocs/live-share
closed
Share errors with guests (build errors, linter warnings, analyzers, etc.)
area: co-edit area: extensions feature-request vs vscode
Currently, Live Share doesn't share the errors the host sees in their editor, which means if the host is experiencing build issues, linter warnings (e.g. ESLint), test failures (E.g. XUnit), etc. then than context isn't visible to participants within their collaboration session. This is a critical component for effective pair programming, and therefore, Live Share needs to automatically remote errors from the host to their guests, including errors that were generated from 3rd party extensions. *Note: Refer to #141 and #133 for details on specific scenarios where this general issue occurs.*
1.0
Share errors with guests (build errors, linter warnings, analyzers, etc.) - Currently, Live Share doesn't share the errors the host sees in their editor, which means if the host is experiencing build issues, linter warnings (e.g. ESLint), test failures (E.g. XUnit), etc. then than context isn't visible to participants within their collaboration session. This is a critical component for effective pair programming, and therefore, Live Share needs to automatically remote errors from the host to their guests, including errors that were generated from 3rd party extensions. *Note: Refer to #141 and #133 for details on specific scenarios where this general issue occurs.*
non_defect
share errors with guests build errors linter warnings analyzers etc currently live share doesn t share the errors the host sees in their editor which means if the host is experiencing build issues linter warnings e g eslint test failures e g xunit etc then than context isn t visible to participants within their collaboration session this is a critical component for effective pair programming and therefore live share needs to automatically remote errors from the host to their guests including errors that were generated from party extensions note refer to and for details on specific scenarios where this general issue occurs
0
65,442
19,516,867,122
IssuesEvent
2021-12-29 11:45:40
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
opened
Tanslations: Non-technical users may not know what "hash" means
T-Defect
### Steps to reproduce Users with no technical background do not know what "hashing" means in the context of `identity_server_consent_dialog_*`. Another text that clearly states that the identity server cannot read the contact data should be added to fix this. ### Outcome - ### Your phone model _No response_ ### Operating system version _No response_ ### Application version and app store _No response_ ### Homeserver _No response_ ### Will you send logs? No
1.0
Tanslations: Non-technical users may not know what "hash" means - ### Steps to reproduce Users with no technical background do not know what "hashing" means in the context of `identity_server_consent_dialog_*`. Another text that clearly states that the identity server cannot read the contact data should be added to fix this. ### Outcome - ### Your phone model _No response_ ### Operating system version _No response_ ### Application version and app store _No response_ ### Homeserver _No response_ ### Will you send logs? No
defect
tanslations non technical users may not know what hash means steps to reproduce users with no technical background do not know what hashing means in the context of identity server consent dialog another text that clearly states that the identity server cannot read the contact data should be added to fix this outcome your phone model no response operating system version no response application version and app store no response homeserver no response will you send logs no
1
35,990
7,844,145,020
IssuesEvent
2018-06-19 08:46:11
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
Illegal offset type in HelpCommand
Defect
This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 3.6.5 ### What you did I added a command object to the collection: ```php //Application.php public function console($commands) { $commands->add('foo', new FooCommand()); return $commands; } ``` ### What happened `bin/cake` output: ``` No command provided. Choose one of the available commands. Current Paths: * app: src * root: /app * core: /app/vendor/cakephp/cakephp Available Commands: PHP Warning: Illegal offset type in isset or empty in /app/vendor/cakephp/cakephp/src/Command/HelpCommand.php on line 90 PHP Warning: Illegal offset type in /app/vendor/cakephp/cakephp/src/Command/HelpCommand.php on line 91 PHP Warning: Illegal offset type in /app/vendor/cakephp/cakephp/src/Command/HelpCommand.php on line 93 PHP Warning: Illegal offset type in /app/vendor/cakephp/cakephp/src/Command/HelpCommand.php on line 97 PHP Warning: Illegal offset type in /app/vendor/cakephp/cakephp/src/Command/HelpCommand.php on line 101 - help - version To run a command, type `cake shell_name [args|options]` To get help on a specific command, type `cake shell_name --help` ``` ### What do you suspect has happened `HelpCommand` expects commands are provided as class name strings: https://github.com/cakephp/cakephp/blob/66586166f23a2352fa0a3499b9c356e2acd38817/src/Command/HelpCommand.php#L88-L110
1.0
Illegal offset type in HelpCommand - This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 3.6.5 ### What you did I added a command object to the collection: ```php //Application.php public function console($commands) { $commands->add('foo', new FooCommand()); return $commands; } ``` ### What happened `bin/cake` output: ``` No command provided. Choose one of the available commands. Current Paths: * app: src * root: /app * core: /app/vendor/cakephp/cakephp Available Commands: PHP Warning: Illegal offset type in isset or empty in /app/vendor/cakephp/cakephp/src/Command/HelpCommand.php on line 90 PHP Warning: Illegal offset type in /app/vendor/cakephp/cakephp/src/Command/HelpCommand.php on line 91 PHP Warning: Illegal offset type in /app/vendor/cakephp/cakephp/src/Command/HelpCommand.php on line 93 PHP Warning: Illegal offset type in /app/vendor/cakephp/cakephp/src/Command/HelpCommand.php on line 97 PHP Warning: Illegal offset type in /app/vendor/cakephp/cakephp/src/Command/HelpCommand.php on line 101 - help - version To run a command, type `cake shell_name [args|options]` To get help on a specific command, type `cake shell_name --help` ``` ### What do you suspect has happened `HelpCommand` expects commands are provided as class name strings: https://github.com/cakephp/cakephp/blob/66586166f23a2352fa0a3499b9c356e2acd38817/src/Command/HelpCommand.php#L88-L110
defect
illegal offset type in helpcommand this is a multiple allowed bug enhancement feature discussion rfc cakephp version what you did i added a command object to the collection php application php public function console commands commands add foo new foocommand return commands what happened bin cake output no command provided choose one of the available commands current paths app src root app core app vendor cakephp cakephp available commands php warning illegal offset type in isset or empty in app vendor cakephp cakephp src command helpcommand php on line php warning illegal offset type in app vendor cakephp cakephp src command helpcommand php on line php warning illegal offset type in app vendor cakephp cakephp src command helpcommand php on line php warning illegal offset type in app vendor cakephp cakephp src command helpcommand php on line php warning illegal offset type in app vendor cakephp cakephp src command helpcommand php on line help version to run a command type cake shell name to get help on a specific command type cake shell name help what do you suspect has happened helpcommand expects commands are provided as class name strings
1
34,227
7,428,844,132
IssuesEvent
2018-03-24 07:05:23
ubc/iPeer
https://api.github.com/repos/ubc/iPeer
closed
Upgrade functionality should clear the cache
P: minor T: defect
Whenever we change the DB version, the system shows a message alerting the user (admin only) to update the db. When this is done, the database is updated, but Cake cache is not. This causes issues because the model objects will now be inconsistent with the db schema. We need to make sure that when updating the DB, we also clear the Cake cache. Affected Controller: upgrade_controller.php
1.0
Upgrade functionality should clear the cache - Whenever we change the DB version, the system shows a message alerting the user (admin only) to update the db. When this is done, the database is updated, but Cake cache is not. This causes issues because the model objects will now be inconsistent with the db schema. We need to make sure that when updating the DB, we also clear the Cake cache. Affected Controller: upgrade_controller.php
defect
upgrade functionality should clear the cache whenever we change the db version the system shows a message alerting the user admin only to update the db when this is done the database is updated but cake cache is not this causes issues because the model objects will now be inconsistent with the db schema we need to make sure that when updating the db we also clear the cake cache affected controller upgrade controller php
1
633
2,577,793,688
IssuesEvent
2015-02-12 19:10:21
chrsmith/quake2-gwt-port
https://api.github.com/repos/chrsmith/quake2-gwt-port
opened
Following Wiki - openJdk, lame, oggvorbis installed - Debian Squeeze testing, bug after ant run
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Follow all steps on wiki with Debian Squeeze 2. Run : ant run in the quake2-gwt folder 3. Exception in thread "main" java.lang.NoClassDefFoundError: What is the expected output? What do you see instead? root@nox:/home/nox/quake2-gwt-port# ant run Buildfile: /home/nox/quake2-gwt-port/build.xml libs: server: [javac] /home/nox/quake2-gwt-port/build.xml:57: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds install-resources: [java] raw/baseq2 already exists; no need to download [java] war/baseq2 already exists; no need to unpak client.build: libs: server: [javac] /home/nox/quake2-gwt-port/build.xml:57: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds client.run: build: run: [java] 2010-12-03 23:30:47.413:INFO::jetty-8.0.0.M2-SNAPSHOT [java] 2010-12-03 23:30:47.485:INFO::Started SelectChannelConnector@0.0.0.0:8080 [java] couldn't exec config.cfg [java] couldn't exec config.cfg [java] Exception in thread "main" java.lang.NoClassDefFoundError: jake2/gwt/server/ServerWebSocketImpl [java] at jake2.gwt.server.ServerWebSocketFactoryImpl.bind(ServerWebSocketFactoryImpl.java:41) [java] at jake2.sys.NET.Socket(NET.java:337) [java] at jake2.sys.NET.OpenIP(NET.java:285) [java] at jake2.sys.NET.Config(NET.java:315) [java] at jake2.server.SV_INIT.SV_InitGame(SV_INIT.java:371) [java] at jake2.server.SV_INIT.SV_Map(SV_INIT.java:413) [java] at jake2.server.SV_CCMDS.SV_GameMap_f(SV_CCMDS.java:612) [java] at jake2.server.SV_CCMDS.SV_Map_f(SV_CCMDS.java:643) [java] at jake2.server.SV_CCMDS$8.execute(SV_CCMDS.java:1091) [java] at jake2.game.Cmd.ExecuteString(Cmd.java:408) [java] at jake2.qcommon.Cbuf.Execute(Cbuf.java:203) [java] at jake2.qcommon.Qcommon.Init(Qcommon.java:139) [java] at jake2.server.QuakeServer.run(QuakeServer.java:61) [java] at jake2.gwt.server.GwtQuakeServer.main(GwtQuakeServer.java:66) [java] Caused by: java.lang.ClassNotFoundException: jake2.gwt.server.ServerWebSocketImpl [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:217) [java] at java.security.AccessController.doPrivileged(Native Method) [java] at java.net.URLClassLoader.findClass(URLClassLoader.java:205) [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:321) [java] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:266) [java] ... 14 more ``` ----- Original issue reported on code.google.com by thierry....@gmail.com on 3 Dec 2010 at 10:35
1.0
Following Wiki - openJdk, lame, oggvorbis installed - Debian Squeeze testing, bug after ant run - ``` What steps will reproduce the problem? 1. Follow all steps on wiki with Debian Squeeze 2. Run : ant run in the quake2-gwt folder 3. Exception in thread "main" java.lang.NoClassDefFoundError: What is the expected output? What do you see instead? root@nox:/home/nox/quake2-gwt-port# ant run Buildfile: /home/nox/quake2-gwt-port/build.xml libs: server: [javac] /home/nox/quake2-gwt-port/build.xml:57: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds install-resources: [java] raw/baseq2 already exists; no need to download [java] war/baseq2 already exists; no need to unpak client.build: libs: server: [javac] /home/nox/quake2-gwt-port/build.xml:57: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds client.run: build: run: [java] 2010-12-03 23:30:47.413:INFO::jetty-8.0.0.M2-SNAPSHOT [java] 2010-12-03 23:30:47.485:INFO::Started SelectChannelConnector@0.0.0.0:8080 [java] couldn't exec config.cfg [java] couldn't exec config.cfg [java] Exception in thread "main" java.lang.NoClassDefFoundError: jake2/gwt/server/ServerWebSocketImpl [java] at jake2.gwt.server.ServerWebSocketFactoryImpl.bind(ServerWebSocketFactoryImpl.java:41) [java] at jake2.sys.NET.Socket(NET.java:337) [java] at jake2.sys.NET.OpenIP(NET.java:285) [java] at jake2.sys.NET.Config(NET.java:315) [java] at jake2.server.SV_INIT.SV_InitGame(SV_INIT.java:371) [java] at jake2.server.SV_INIT.SV_Map(SV_INIT.java:413) [java] at jake2.server.SV_CCMDS.SV_GameMap_f(SV_CCMDS.java:612) [java] at jake2.server.SV_CCMDS.SV_Map_f(SV_CCMDS.java:643) [java] at jake2.server.SV_CCMDS$8.execute(SV_CCMDS.java:1091) [java] at jake2.game.Cmd.ExecuteString(Cmd.java:408) [java] at jake2.qcommon.Cbuf.Execute(Cbuf.java:203) [java] at jake2.qcommon.Qcommon.Init(Qcommon.java:139) [java] at jake2.server.QuakeServer.run(QuakeServer.java:61) [java] at jake2.gwt.server.GwtQuakeServer.main(GwtQuakeServer.java:66) [java] Caused by: java.lang.ClassNotFoundException: jake2.gwt.server.ServerWebSocketImpl [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:217) [java] at java.security.AccessController.doPrivileged(Native Method) [java] at java.net.URLClassLoader.findClass(URLClassLoader.java:205) [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:321) [java] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:266) [java] ... 14 more ``` ----- Original issue reported on code.google.com by thierry....@gmail.com on 3 Dec 2010 at 10:35
defect
following wiki openjdk lame oggvorbis installed debian squeeze testing bug after ant run what steps will reproduce the problem follow all steps on wiki with debian squeeze run ant run in the gwt folder exception in thread main java lang noclassdeffounderror what is the expected output what do you see instead root nox home nox gwt port ant run buildfile home nox gwt port build xml libs server home nox gwt port build xml warning includeantruntime was not set defaulting to build sysclasspath last set to false for repeatable builds install resources raw already exists no need to download war already exists no need to unpak client build libs server home nox gwt port build xml warning includeantruntime was not set defaulting to build sysclasspath last set to false for repeatable builds client run build run info jetty snapshot info started selectchannelconnector couldn t exec config cfg couldn t exec config cfg exception in thread main java lang noclassdeffounderror gwt server serverwebsocketimpl at gwt server serverwebsocketfactoryimpl bind serverwebsocketfactoryimpl java at sys net socket net java at sys net openip net java at sys net config net java at server sv init sv initgame sv init java at server sv init sv map sv init java at server sv ccmds sv gamemap f sv ccmds java at server sv ccmds sv map f sv ccmds java at server sv ccmds execute sv ccmds java at game cmd executestring cmd java at qcommon cbuf execute cbuf java at qcommon qcommon init qcommon java at server quakeserver run quakeserver java at gwt server gwtquakeserver main gwtquakeserver java caused by java lang classnotfoundexception gwt server serverwebsocketimpl at java net urlclassloader run urlclassloader java at java security accesscontroller doprivileged native method at java net urlclassloader findclass urlclassloader java at java lang classloader loadclass classloader java at sun misc launcher appclassloader loadclass launcher java at java lang classloader loadclass classloader java more original issue reported on code google com by thierry gmail com on dec at
1
779,192
27,342,970,823
IssuesEvent
2023-02-27 00:35:10
noisy/portfolio
https://api.github.com/repos/noisy/portfolio
closed
Links from blog's post "How I bankrupt" should open in new tabs
enhancement Priority: Minor
All links from blog's posts should open in new tabs. Currently there is only one post: [How I bankrupt my first startup by not understanding the definition of MVP - Minimum Viable Product](https://krzysztofszumny.com/post/how-i-bankrupt-my-first-startup-by-not-understanding-the-definition-of-mvp-minimum-viable-product) All links open in the same tab.
1.0
Links from blog's post "How I bankrupt" should open in new tabs - All links from blog's posts should open in new tabs. Currently there is only one post: [How I bankrupt my first startup by not understanding the definition of MVP - Minimum Viable Product](https://krzysztofszumny.com/post/how-i-bankrupt-my-first-startup-by-not-understanding-the-definition-of-mvp-minimum-viable-product) All links open in the same tab.
non_defect
links from blog s post how i bankrupt should open in new tabs all links from blog s posts should open in new tabs currently there is only one post all links open in the same tab
0
47
2,495,374,682
IssuesEvent
2015-01-06 10:24:02
toggl/toggldesktop
https://api.github.com/repos/toggl/toggldesktop
opened
Improved login and signup view
design osx
Log in and signup are two different views. Actually the buttons hide/show on certain action.
1.0
Improved login and signup view - Log in and signup are two different views. Actually the buttons hide/show on certain action.
non_defect
improved login and signup view log in and signup are two different views actually the buttons hide show on certain action
0
69,558
22,495,809,139
IssuesEvent
2022-06-23 07:28:04
BOINC/boinc
https://api.github.com/repos/BOINC/boinc
closed
an error happened if I close the PC without exiting BOINC
C: Manager P: Critical R: duplicate T: Defect
**Describe the bug** If I close the PC without exiting BOINC,an error happened(the screenshot). **Steps To Reproduce** 1. Close the PC without exiting BOINC **Expected behavior** **Screenshots** If applicable, add screenshots to help explain your problem. ![1 (2)](https://user-images.githubusercontent.com/76685272/175185252-1c9532c8-7d0a-47db-874d-d688c743b5c9.jpg) **System Information** - OS: windows11 - BOINC Version:7.20.0 **Additional context**
1.0
an error happened if I close the PC without exiting BOINC - **Describe the bug** If I close the PC without exiting BOINC,an error happened(the screenshot). **Steps To Reproduce** 1. Close the PC without exiting BOINC **Expected behavior** **Screenshots** If applicable, add screenshots to help explain your problem. ![1 (2)](https://user-images.githubusercontent.com/76685272/175185252-1c9532c8-7d0a-47db-874d-d688c743b5c9.jpg) **System Information** - OS: windows11 - BOINC Version:7.20.0 **Additional context**
defect
an error happened if i close the pc without exiting boinc describe the bug if i close the pc without exiting boinc,an error happened(the screenshot) steps to reproduce close the pc without exiting boinc expected behavior screenshots if applicable add screenshots to help explain your problem system information os boinc version additional context
1
4,323
2,610,091,606
IssuesEvent
2015-02-26 18:27:40
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳额头上长痘痘怎么治
auto-migrated Priority-Medium Type-Defect
``` 深圳额头上长痘痘怎么治【深圳韩方科颜全国热线400-869-1818�� �24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以�� �国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品� ��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反 弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国�� �专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸� ��的痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:50
1.0
深圳额头上长痘痘怎么治 - ``` 深圳额头上长痘痘怎么治【深圳韩方科颜全国热线400-869-1818�� �24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以�� �国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品� ��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反 弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国�� �专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸� ��的痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:50
defect
深圳额头上长痘痘怎么治 深圳额头上长痘痘怎么治【 �� � 】深圳韩方科颜专业祛痘连锁机构,机构以�� �国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品� ��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反 弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国�� �专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸� ��的痘痘。 original issue reported on code google com by szft com on may at
1
12,001
2,674,557,673
IssuesEvent
2015-03-25 04:06:30
bowdidge/switchlist
https://api.github.com/repos/bowdidge/switchlist
closed
Test that new place names do not have commas.
auto-migrated Priority-Medium Type-Defect
``` The "train stops" field in the file uses string names of places separated by commas to name the places where a train stops. Either commas in place names should not be allowed, or the commas should be escaped. ``` ----- Original issue reported on code.google.com by `rwbowdi...@gmail.com` on 24 Apr 2011 at 5:19
1.0
Test that new place names do not have commas. - ``` The "train stops" field in the file uses string names of places separated by commas to name the places where a train stops. Either commas in place names should not be allowed, or the commas should be escaped. ``` ----- Original issue reported on code.google.com by `rwbowdi...@gmail.com` on 24 Apr 2011 at 5:19
defect
test that new place names do not have commas the train stops field in the file uses string names of places separated by commas to name the places where a train stops either commas in place names should not be allowed or the commas should be escaped original issue reported on code google com by rwbowdi gmail com on apr at
1
80,258
30,197,323,083
IssuesEvent
2023-07-04 23:42:56
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
[a11y-defect-2]: Memorable date has 4 unresolved major issues
a11y-defect-2 NOD benefits-crew benefits-team-1 squad-2
### Point of contact joshkimux ### Severity level 2, Serious. Should be fixed in 1-2 sprints post-launch. ### Details The memorable date component on the add new issue page has [three major defects which we've documented for the design system team here.](https://github.com/department-of-veterans-affairs/vets-design-system-documentation/issues/1593) > The most critical of the three is on VoiceOver iOS, where an error is drawn every time the user swipes right to the next field. I'm uncertain if the 4th issue (see below) should be resolved through DST or is something we control (I could use @Mottie 's help here). I haven't added it to the DST memorable date bug ticket yet as a result. If we determine it should be there, I'll add it in. > When a user attempts to add an issue, focus does not go to the first fieldset with an error. https://github.com/department-of-veterans-affairs/va.gov-team/assets/14154792/a4d9e06e-d03f-4df3-95d2-45ceb4e9bedb ### Reproduction steps For bug #4 related to focus management 1. Log in to NoD as user 236 2. Turn on VoiceOver on Safari 3. On the contestable issues page, add an issue 4. When adding the issue, input 10, 10, 1993 5. This should create an error message 6. Attempt to add the issue 7. Confirm that focus is not managed to the memorable date component ### Proposed solution or next steps Focus management should be consistent with other parts of the form where we send focus to the first component with an issue. Small caveat-- I recently discovered an iOS bug with how errors are read out (I'm currently guessing that due to the several `span` tags we have in our error messages, only the first of the error before the `span`s will read out), which I'll need to do a bit more digging into. This may change my recommendation and require a DST ticket (I'll write this if I can confirm if it's an issue with some other specialists). ### References, articles, or WCAG support 1. 2. 3. ... ### Type of issue - [X] Screenreader - [ ] Keyboard - [X] Focus - [ ] Headings - [ ] Color - [ ] Zoom - [ ] Semantics - [ ] Axe-core - [ ] Something else
1.0
[a11y-defect-2]: Memorable date has 4 unresolved major issues - ### Point of contact joshkimux ### Severity level 2, Serious. Should be fixed in 1-2 sprints post-launch. ### Details The memorable date component on the add new issue page has [three major defects which we've documented for the design system team here.](https://github.com/department-of-veterans-affairs/vets-design-system-documentation/issues/1593) > The most critical of the three is on VoiceOver iOS, where an error is drawn every time the user swipes right to the next field. I'm uncertain if the 4th issue (see below) should be resolved through DST or is something we control (I could use @Mottie 's help here). I haven't added it to the DST memorable date bug ticket yet as a result. If we determine it should be there, I'll add it in. > When a user attempts to add an issue, focus does not go to the first fieldset with an error. https://github.com/department-of-veterans-affairs/va.gov-team/assets/14154792/a4d9e06e-d03f-4df3-95d2-45ceb4e9bedb ### Reproduction steps For bug #4 related to focus management 1. Log in to NoD as user 236 2. Turn on VoiceOver on Safari 3. On the contestable issues page, add an issue 4. When adding the issue, input 10, 10, 1993 5. This should create an error message 6. Attempt to add the issue 7. Confirm that focus is not managed to the memorable date component ### Proposed solution or next steps Focus management should be consistent with other parts of the form where we send focus to the first component with an issue. Small caveat-- I recently discovered an iOS bug with how errors are read out (I'm currently guessing that due to the several `span` tags we have in our error messages, only the first of the error before the `span`s will read out), which I'll need to do a bit more digging into. This may change my recommendation and require a DST ticket (I'll write this if I can confirm if it's an issue with some other specialists). ### References, articles, or WCAG support 1. 2. 3. ... ### Type of issue - [X] Screenreader - [ ] Keyboard - [X] Focus - [ ] Headings - [ ] Color - [ ] Zoom - [ ] Semantics - [ ] Axe-core - [ ] Something else
defect
memorable date has unresolved major issues point of contact joshkimux severity level serious should be fixed in sprints post launch details the memorable date component on the add new issue page has the most critical of the three is on voiceover ios where an error is drawn every time the user swipes right to the next field i m uncertain if the issue see below should be resolved through dst or is something we control i could use mottie s help here i haven t added it to the dst memorable date bug ticket yet as a result if we determine it should be there i ll add it in when a user attempts to add an issue focus does not go to the first fieldset with an error reproduction steps for bug related to focus management log in to nod as user turn on voiceover on safari on the contestable issues page add an issue when adding the issue input this should create an error message attempt to add the issue confirm that focus is not managed to the memorable date component proposed solution or next steps focus management should be consistent with other parts of the form where we send focus to the first component with an issue small caveat i recently discovered an ios bug with how errors are read out i m currently guessing that due to the several span tags we have in our error messages only the first of the error before the span s will read out which i ll need to do a bit more digging into this may change my recommendation and require a dst ticket i ll write this if i can confirm if it s an issue with some other specialists references articles or wcag support type of issue screenreader keyboard focus headings color zoom semantics axe core something else
1
78,680
27,708,225,035
IssuesEvent
2023-03-14 12:41:23
zed-industries/community
https://api.github.com/repos/zed-industries/community
opened
Code commenting does not work in .css
defect triage
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Cmd + / does not comment code in .css files I'm guessing this is an oversight because it works in other files such as .js ### Environment N/A ### If applicable, add mockups / screenshots to help explain present your vision of the feature _No response_ ### If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue. If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000. _No response_
1.0
Code commenting does not work in .css - ### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Cmd + / does not comment code in .css files I'm guessing this is an oversight because it works in other files such as .js ### Environment N/A ### If applicable, add mockups / screenshots to help explain present your vision of the feature _No response_ ### If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue. If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000. _No response_
defect
code commenting does not work in css check for existing issues completed describe the bug provide steps to reproduce it cmd does not comment code in css files i m guessing this is an oversight because it works in other files such as js environment n a if applicable add mockups screenshots to help explain present your vision of the feature no response if applicable attach your library logs zed zed log file to this issue if you only need the most recent lines you can run the zed open log command palette action to see the last no response
1
26,740
13,099,090,653
IssuesEvent
2020-08-03 20:50:40
mozilla-mobile/fenix
https://api.github.com/repos/mozilla-mobile/fenix
closed
Identify Mozilla libraries built for Android that could be built with optimizations for speed
eng:performance needs:triage
https://bugzilla.mozilla.org/show_bug.cgi?id=1611279
True
Identify Mozilla libraries built for Android that could be built with optimizations for speed - https://bugzilla.mozilla.org/show_bug.cgi?id=1611279
non_defect
identify mozilla libraries built for android that could be built with optimizations for speed
0
719,588
24,764,745,723
IssuesEvent
2022-10-22 11:17:00
DISSINET/InkVisitor
https://api.github.com/repos/DISSINET/InkVisitor
closed
New reference; changing the parsing notation for references
data parsing priority
1. Please include a new col. in Actions and Concepts into the parsing: wordnet_sense_key. 2. I had an inconsistency in the notation of wordnet cols between Actions and Concepts ("special" vs. "reference"). Now unified to "reference". 3. In cols. to be parsed as "reference", I now added the Resource ID (R entity) to the row no. 3, and created those entities in the normal [list of Rs](https://docs.google.com/spreadsheets/d/13eVorFf7J9R8YzO7TmJRVLzIIwRJS737r7eFbH1boyE/edit#gid=583750775).
1.0
New reference; changing the parsing notation for references - 1. Please include a new col. in Actions and Concepts into the parsing: wordnet_sense_key. 2. I had an inconsistency in the notation of wordnet cols between Actions and Concepts ("special" vs. "reference"). Now unified to "reference". 3. In cols. to be parsed as "reference", I now added the Resource ID (R entity) to the row no. 3, and created those entities in the normal [list of Rs](https://docs.google.com/spreadsheets/d/13eVorFf7J9R8YzO7TmJRVLzIIwRJS737r7eFbH1boyE/edit#gid=583750775).
non_defect
new reference changing the parsing notation for references please include a new col in actions and concepts into the parsing wordnet sense key i had an inconsistency in the notation of wordnet cols between actions and concepts special vs reference now unified to reference in cols to be parsed as reference i now added the resource id r entity to the row no and created those entities in the normal
0
8,726
3,783,780,488
IssuesEvent
2016-03-19 10:51:14
Kicer86/photobroom
https://api.github.com/repos/Kicer86/photobroom
closed
review translations mechanism
bug code enhancement
- no translations for tools - translations should be divided into several files for each binary file
1.0
review translations mechanism - - no translations for tools - translations should be divided into several files for each binary file
non_defect
review translations mechanism no translations for tools translations should be divided into several files for each binary file
0
73,980
19,913,184,681
IssuesEvent
2022-01-25 19:23:42
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
ci: Bazel-based `acceptance` CI job does not report test failures to TeamCity UI
C-enhancement A-build-system T-dev-inf
When you run the `acceptance` tests, the test logs including the `test.xml` are placed in an unpredictable location, and we haven't wired it up such that the TeamCity UI displays the test output. I think that we want to extend `bazci` to do the following: 1. Support `run` instead of `build` or `test` for `go_test` targets. 2. Teach `bazci` to do a `cquery` to find where the `acceptance_test` logs are, and then stage them from the appropriate location. Epic CRDB-8306
1.0
ci: Bazel-based `acceptance` CI job does not report test failures to TeamCity UI - When you run the `acceptance` tests, the test logs including the `test.xml` are placed in an unpredictable location, and we haven't wired it up such that the TeamCity UI displays the test output. I think that we want to extend `bazci` to do the following: 1. Support `run` instead of `build` or `test` for `go_test` targets. 2. Teach `bazci` to do a `cquery` to find where the `acceptance_test` logs are, and then stage them from the appropriate location. Epic CRDB-8306
non_defect
ci bazel based acceptance ci job does not report test failures to teamcity ui when you run the acceptance tests the test logs including the test xml are placed in an unpredictable location and we haven t wired it up such that the teamcity ui displays the test output i think that we want to extend bazci to do the following support run instead of build or test for go test targets teach bazci to do a cquery to find where the acceptance test logs are and then stage them from the appropriate location epic crdb
0
394,937
11,661,326,983
IssuesEvent
2020-03-03 06:27:06
inverse-inc/packetfence
https://api.github.com/repos/inverse-inc/packetfence
closed
URL portal module: improve documentation
Priority: Low Type: Bug
**Describe the bug** When you use URL portal module on a captive portal, you're redirected to URL defined in this module. However, redirection seems persistent and unless you remove `session:MAC` key from cache, you're always redirected to URL. It's not possible to reach again the captive portal. **To Reproduce** Steps to reproduce the behavior: 1. Create a URL portal module called `url` with http://www.cnn.com as URL 2. Add this portal module to default registration policy portal module 3. Preview captive portal from default connection profile 4. Click on your URL portal module => You're redirected to http://www.cnn.com 5. Leave your web browser, clear your cache and try to reach again captive portal => You're redirected to http://www.cnn.com **Expected behavior** Captive portal should be display after step 5 in place of URL. **Additional context** If I dump `session:MAC` key using `pfcmd cache httpd.portal dump session:001122334455`, I got following value **after** step 4: ```perl 'module_default_policy+default_registration_policy' => { 'current_module' => 'default_policy+default_registration_policy+url' }, ``` This value is kept in cache so it's seems normal that PF always redirect to URL defined in portal module. However, if user is redirected to captive portal using `http://YOUR_PORTAL_HOSTNAME/captive-portal?next=next`, captive portal workflow continue. I already noticed this behavior on PF 8.3.0.
1.0
URL portal module: improve documentation - **Describe the bug** When you use URL portal module on a captive portal, you're redirected to URL defined in this module. However, redirection seems persistent and unless you remove `session:MAC` key from cache, you're always redirected to URL. It's not possible to reach again the captive portal. **To Reproduce** Steps to reproduce the behavior: 1. Create a URL portal module called `url` with http://www.cnn.com as URL 2. Add this portal module to default registration policy portal module 3. Preview captive portal from default connection profile 4. Click on your URL portal module => You're redirected to http://www.cnn.com 5. Leave your web browser, clear your cache and try to reach again captive portal => You're redirected to http://www.cnn.com **Expected behavior** Captive portal should be display after step 5 in place of URL. **Additional context** If I dump `session:MAC` key using `pfcmd cache httpd.portal dump session:001122334455`, I got following value **after** step 4: ```perl 'module_default_policy+default_registration_policy' => { 'current_module' => 'default_policy+default_registration_policy+url' }, ``` This value is kept in cache so it's seems normal that PF always redirect to URL defined in portal module. However, if user is redirected to captive portal using `http://YOUR_PORTAL_HOSTNAME/captive-portal?next=next`, captive portal workflow continue. I already noticed this behavior on PF 8.3.0.
non_defect
url portal module improve documentation describe the bug when you use url portal module on a captive portal you re redirected to url defined in this module however redirection seems persistent and unless you remove session mac key from cache you re always redirected to url it s not possible to reach again the captive portal to reproduce steps to reproduce the behavior create a url portal module called url with as url add this portal module to default registration policy portal module preview captive portal from default connection profile click on your url portal module you re redirected to leave your web browser clear your cache and try to reach again captive portal you re redirected to expected behavior captive portal should be display after step in place of url additional context if i dump session mac key using pfcmd cache httpd portal dump session i got following value after step perl module default policy default registration policy current module default policy default registration policy url this value is kept in cache so it s seems normal that pf always redirect to url defined in portal module however if user is redirected to captive portal using captive portal workflow continue i already noticed this behavior on pf
0
47,743
13,066,179,961
IssuesEvent
2020-07-30 21:09:22
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
tests - the "test-bins" target should be a dependency of "make test" (Trac #1106)
Migrated from Trac cmake defect
Migrated from https://code.icecube.wisc.edu/ticket/1106 ```json { "status": "closed", "changetime": "2015-12-09T17:06:37", "description": "", "reporter": "nega", "cc": "", "resolution": "invalid", "_ts": "1449680797245836", "component": "cmake", "summary": "tests - the \"test-bins\" target should be a dependency of \"make test\"", "priority": "normal", "keywords": "", "time": "2015-08-11T17:56:38", "milestone": "", "owner": "nega", "type": "defect" } ```
1.0
tests - the "test-bins" target should be a dependency of "make test" (Trac #1106) - Migrated from https://code.icecube.wisc.edu/ticket/1106 ```json { "status": "closed", "changetime": "2015-12-09T17:06:37", "description": "", "reporter": "nega", "cc": "", "resolution": "invalid", "_ts": "1449680797245836", "component": "cmake", "summary": "tests - the \"test-bins\" target should be a dependency of \"make test\"", "priority": "normal", "keywords": "", "time": "2015-08-11T17:56:38", "milestone": "", "owner": "nega", "type": "defect" } ```
defect
tests the test bins target should be a dependency of make test trac migrated from json status closed changetime description reporter nega cc resolution invalid ts component cmake summary tests the test bins target should be a dependency of make test priority normal keywords time milestone owner nega type defect
1
344,488
30,748,737,769
IssuesEvent
2023-07-28 17:11:51
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
All csi tests against 1.28 are failing
sig/storage kind/failing-test needs-triage
### Which jobs are failing? All csi jobs running against 1.28 started failing. Here's one example: https://testgrid.k8s.io/sig-storage-csi-ci#1.25-on-master ### Which tests are failing? In some cases the entire test suite timed out after 2 hours. In other cases, some test cases also timed out. ### Since when has it been failing? Starting June 22 ### Testgrid link _No response_ ### Reason for failure (if possible) _No response_ ### Anything else we need to know? _No response_ ### Relevant SIG(s) /sig storage
1.0
All csi tests against 1.28 are failing - ### Which jobs are failing? All csi jobs running against 1.28 started failing. Here's one example: https://testgrid.k8s.io/sig-storage-csi-ci#1.25-on-master ### Which tests are failing? In some cases the entire test suite timed out after 2 hours. In other cases, some test cases also timed out. ### Since when has it been failing? Starting June 22 ### Testgrid link _No response_ ### Reason for failure (if possible) _No response_ ### Anything else we need to know? _No response_ ### Relevant SIG(s) /sig storage
non_defect
all csi tests against are failing which jobs are failing all csi jobs running against started failing here s one example which tests are failing in some cases the entire test suite timed out after hours in other cases some test cases also timed out since when has it been failing starting june testgrid link no response reason for failure if possible no response anything else we need to know no response relevant sig s sig storage
0
38,254
12,532,722,824
IssuesEvent
2020-06-04 16:23:07
RG4421/azure-iot-platform-dotnet
https://api.github.com/repos/RG4421/azure-iot-platform-dotnet
opened
CVE-2018-11695 (High) detected in node-sass-4.11.0.tgz, node-sass-v4.13.1
security vulnerability
## CVE-2018-11695 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.11.0.tgz</b></p></summary> <p> <details><summary><b>node-sass-4.11.0.tgz</b></p></summary> <p>Wrapper around libsass</p> <p>Library home page: <a href="https://registry.npmjs.org/node-sass/-/node-sass-4.11.0.tgz">https://registry.npmjs.org/node-sass/-/node-sass-4.11.0.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/azure-iot-platform-dotnet/src/webui/package.json</p> <p>Path to vulnerable library: /azure-iot-platform-dotnet/src/webui/node_modules/node-sass/package.json</p> <p> Dependency Hierarchy: - :x: **node-sass-4.11.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/RG4421/azure-iot-platform-dotnet/commit/e1215c4c0b54ac624a08bdd584a503ed82b21d0d">e1215c4c0b54ac624a08bdd584a503ed82b21d0d</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> An issue was discovered in LibSass through 3.5.2. A NULL pointer dereference was found in the function Sass::Expand::operator which could be leveraged by an attacker to cause a denial of service (application crash) or possibly have unspecified other impact. <p>Publish Date: 2018-06-04 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-11695>CVE-2018-11695</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11695">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11695</a></p> <p>Release Date: 2018-06-04</p> <p>Fix Resolution: LibSass - 3.6.0;node-sass - 4.13.1</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"node-sass","packageVersion":"4.11.0","isTransitiveDependency":false,"dependencyTree":"node-sass:4.11.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"LibSass - 3.6.0;node-sass - 4.13.1"}],"vulnerabilityIdentifier":"CVE-2018-11695","vulnerabilityDetails":"An issue was discovered in LibSass through 3.5.2. A NULL pointer dereference was found in the function Sass::Expand::operator which could be leveraged by an attacker to cause a denial of service (application crash) or possibly have unspecified other impact.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-11695","cvss3Severity":"high","cvss3Score":"8.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"Required","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
True
CVE-2018-11695 (High) detected in node-sass-4.11.0.tgz, node-sass-v4.13.1 - ## CVE-2018-11695 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.11.0.tgz</b></p></summary> <p> <details><summary><b>node-sass-4.11.0.tgz</b></p></summary> <p>Wrapper around libsass</p> <p>Library home page: <a href="https://registry.npmjs.org/node-sass/-/node-sass-4.11.0.tgz">https://registry.npmjs.org/node-sass/-/node-sass-4.11.0.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/azure-iot-platform-dotnet/src/webui/package.json</p> <p>Path to vulnerable library: /azure-iot-platform-dotnet/src/webui/node_modules/node-sass/package.json</p> <p> Dependency Hierarchy: - :x: **node-sass-4.11.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/RG4421/azure-iot-platform-dotnet/commit/e1215c4c0b54ac624a08bdd584a503ed82b21d0d">e1215c4c0b54ac624a08bdd584a503ed82b21d0d</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> An issue was discovered in LibSass through 3.5.2. A NULL pointer dereference was found in the function Sass::Expand::operator which could be leveraged by an attacker to cause a denial of service (application crash) or possibly have unspecified other impact. <p>Publish Date: 2018-06-04 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-11695>CVE-2018-11695</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11695">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-11695</a></p> <p>Release Date: 2018-06-04</p> <p>Fix Resolution: LibSass - 3.6.0;node-sass - 4.13.1</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"node-sass","packageVersion":"4.11.0","isTransitiveDependency":false,"dependencyTree":"node-sass:4.11.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"LibSass - 3.6.0;node-sass - 4.13.1"}],"vulnerabilityIdentifier":"CVE-2018-11695","vulnerabilityDetails":"An issue was discovered in LibSass through 3.5.2. A NULL pointer dereference was found in the function Sass::Expand::operator which could be leveraged by an attacker to cause a denial of service (application crash) or possibly have unspecified other impact.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-11695","cvss3Severity":"high","cvss3Score":"8.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"Required","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
non_defect
cve high detected in node sass tgz node sass cve high severity vulnerability vulnerable libraries node sass tgz node sass tgz wrapper around libsass library home page a href path to dependency file tmp ws scm azure iot platform dotnet src webui package json path to vulnerable library azure iot platform dotnet src webui node modules node sass package json dependency hierarchy x node sass tgz vulnerable library found in head commit a href vulnerability details an issue was discovered in libsass through a null pointer dereference was found in the function sass expand operator which could be leveraged by an attacker to cause a denial of service application crash or possibly have unspecified other impact publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution libsass node sass isopenpronvulnerability false ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails an issue was discovered in libsass through a null pointer dereference was found in the function sass expand operator which could be leveraged by an attacker to cause a denial of service application crash or possibly have unspecified other impact vulnerabilityurl
0
68,504
21,672,618,717
IssuesEvent
2022-05-08 07:35:21
primefaces/primereact
https://api.github.com/repos/primefaces/primereact
opened
ConfirmDialog: Not displayed
defect
### Describe the bug Confirm dialog does not work ### Reproducer https://codesandbox.io/s/confirm-dialog-bug-rdp6op ### PrimeReact version 8.0.1 ### React version 18.x ### Language ALL ### Build / Runtime Create React App (CRA) ### Browser(s) _No response_ ### Steps to reproduce the behavior 1. Click on the button "Open confirm dialog" ### Expected behavior Confirm dialog box should appear
1.0
ConfirmDialog: Not displayed - ### Describe the bug Confirm dialog does not work ### Reproducer https://codesandbox.io/s/confirm-dialog-bug-rdp6op ### PrimeReact version 8.0.1 ### React version 18.x ### Language ALL ### Build / Runtime Create React App (CRA) ### Browser(s) _No response_ ### Steps to reproduce the behavior 1. Click on the button "Open confirm dialog" ### Expected behavior Confirm dialog box should appear
defect
confirmdialog not displayed describe the bug confirm dialog does not work reproducer primereact version react version x language all build runtime create react app cra browser s no response steps to reproduce the behavior click on the button open confirm dialog expected behavior confirm dialog box should appear
1
114,127
9,683,136,797
IssuesEvent
2019-05-23 10:45:40
pints-team/pints
https://api.github.com/repos/pints-team/pints
closed
Tweak results database structure
functional-testing
The database structure currently contains some information that is either redundant or doesn't need to be there. I think as far as the results database goes, the less info that doesn't need to be there, the better. Specific points: - Do we need `pints_commit`, `pfunk_commit` AND a new item `commit_hashes` made up of those two with a slash between? - Do we need `authored_date` AND `committed_date`? These will likely never be different with our branch/PR model, and even if they were different I can't see any scenario where we would want `authored_date` rather than `committed_date`. - Do we need commit messages in the results DB? On the rare occasion that we need to investigate, we can look up the commit with the hash that's already stored. - The two seeds should be merged into a single seed, particularly as there is no numpy documentation for what the `seed()` function actually does when given a list. - Seed doesn't need to be a column in the database AND an entry in the json. Recommendations: 1. Remove redundant `commit_hashes` entry 1. Remove both `authored_date` entries 1. Remove both commit messages 1. Merge both seeds into a single seed: `(rand + run_no) % UINT_MAX` or similar 1. Remove seed from the json entry
1.0
Tweak results database structure - The database structure currently contains some information that is either redundant or doesn't need to be there. I think as far as the results database goes, the less info that doesn't need to be there, the better. Specific points: - Do we need `pints_commit`, `pfunk_commit` AND a new item `commit_hashes` made up of those two with a slash between? - Do we need `authored_date` AND `committed_date`? These will likely never be different with our branch/PR model, and even if they were different I can't see any scenario where we would want `authored_date` rather than `committed_date`. - Do we need commit messages in the results DB? On the rare occasion that we need to investigate, we can look up the commit with the hash that's already stored. - The two seeds should be merged into a single seed, particularly as there is no numpy documentation for what the `seed()` function actually does when given a list. - Seed doesn't need to be a column in the database AND an entry in the json. Recommendations: 1. Remove redundant `commit_hashes` entry 1. Remove both `authored_date` entries 1. Remove both commit messages 1. Merge both seeds into a single seed: `(rand + run_no) % UINT_MAX` or similar 1. Remove seed from the json entry
non_defect
tweak results database structure the database structure currently contains some information that is either redundant or doesn t need to be there i think as far as the results database goes the less info that doesn t need to be there the better specific points do we need pints commit pfunk commit and a new item commit hashes made up of those two with a slash between do we need authored date and committed date these will likely never be different with our branch pr model and even if they were different i can t see any scenario where we would want authored date rather than committed date do we need commit messages in the results db on the rare occasion that we need to investigate we can look up the commit with the hash that s already stored the two seeds should be merged into a single seed particularly as there is no numpy documentation for what the seed function actually does when given a list seed doesn t need to be a column in the database and an entry in the json recommendations remove redundant commit hashes entry remove both authored date entries remove both commit messages merge both seeds into a single seed rand run no uint max or similar remove seed from the json entry
0
230,641
7,612,536,560
IssuesEvent
2018-05-01 17:54:55
whole-tale/girder_wholetale
https://api.github.com/repos/whole-tale/girder_wholetale
opened
Extend the Publish Endpoint to Support Files on Girder
area/dataone-integration area/publishing-cycle kind/task pep/publishing priority/normal
Building off of issue #76, the goal is to add support for files that are not yet in DataONE but do exist on the girder filesystem. New code will be for 1. Checking whether the file is on the filesystem 2. Locating the file on the FS 3. Uploading the file+metadata pairs using the `MemberNodeClient_2_0` class
1.0
Extend the Publish Endpoint to Support Files on Girder - Building off of issue #76, the goal is to add support for files that are not yet in DataONE but do exist on the girder filesystem. New code will be for 1. Checking whether the file is on the filesystem 2. Locating the file on the FS 3. Uploading the file+metadata pairs using the `MemberNodeClient_2_0` class
non_defect
extend the publish endpoint to support files on girder building off of issue the goal is to add support for files that are not yet in dataone but do exist on the girder filesystem new code will be for checking whether the file is on the filesystem locating the file on the fs uploading the file metadata pairs using the membernodeclient class
0
15,915
2,869,093,955
IssuesEvent
2015-06-05 23:17:07
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
add .append to TextEditTransaction
Area-Pkg Pkg-SourceMaps Priority-Medium Triaged Type-Defect
Just sugar for: .append(text) =&gt; .edit(original.length, original.length, text)
1.0
add .append to TextEditTransaction - Just sugar for: .append(text) =&gt; .edit(original.length, original.length, text)
defect
add append to textedittransaction just sugar for append text gt edit original length original length text
1
624,518
19,700,016,938
IssuesEvent
2022-01-12 15:46:58
horizon-efrei/HorizonWeb
https://api.github.com/repos/horizon-efrei/HorizonWeb
closed
[A DETAILLER] Espace : Utilisateur
difficulty: medium priority: medium status: approved type: feature target: backend target: frontend scope: user
TODO: - [ ] Profil - [ ] Lier à Discord - [ ] Customisation des préférences (apparence, accessibilité, données personnelles, etc.)
1.0
[A DETAILLER] Espace : Utilisateur - TODO: - [ ] Profil - [ ] Lier à Discord - [ ] Customisation des préférences (apparence, accessibilité, données personnelles, etc.)
non_defect
espace utilisateur todo profil lier à discord customisation des préférences apparence accessibilité données personnelles etc
0
33,712
7,200,742,406
IssuesEvent
2018-02-05 20:04:47
Cockatrice/Cockatrice
https://api.github.com/repos/Cockatrice/Cockatrice
closed
OSX Crash typing in card search in deck editor
Defect - Crash OS - macOS
<b>OS:</b> OSX 10.11.4 <b>Cockatrice version:</b> 4f30b5c --- <br> The application crashes after switching to deck editor tab and typing in card search field. ``` Process: cockatrice [67850] Path: /Applications/cockatrice/*/cockatrice.app/Contents/MacOS/cockatrice Identifier: com.cockatrice.cockatrice Version: 0.0.1~git20160411.4f30b5c (0.0.1~git20160411.4f30b5c) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: cockatrice [67850] User ID: 501 Date/Time: 2016-05-01 19:09:49.237 -0700 OS Version: Mac OS X 10.11.4 (15E65) Report Version: 11 Anonymous UUID: 8A006423-0936-552E-F3B3-6A229EED7885 Sleep/Wake UUID: CB77A449-11BF-468D-B3EB-A0E200F6F3B9 Time Awake Since Boot: 540000 seconds Time Since Wake: 880 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: EXC_I386_GPFLT Exception Note: EXC_CORPSE_NOTIFY Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 org.qt-project.QtCore 0x000000010403a364 QSortFilterProxyModel::parent(QModelIndex const&) const + 84 1 org.qt-project.QtWidgets 0x0000000103438a67 QTreeView::isIndexHidden(QModelIndex const&) const + 71 2 org.qt-project.QtWidgets 0x000000010342c86d QTreeView::visualRect(QModelIndex const&) const + 93 3 org.qt-project.QtWidgets 0x00000001033d7414 QAccessibleTableCell::rect() const + 36 4 org.qt-project.QtWidgets 0x00000001033d71e5 QAccessibleTableCell::state() const + 197 5 libqcocoa.dylib 0x00000001069485ba QCocoaAccessible::hasValueAttribute(QAccessibleInterface*) + 58 6 libqcocoa.dylib 0x0000000106944ccd -[QMacAccessibilityElement accessibilityAttributeNames] + 413 7 com.apple.AppKit 0x00007fff8afc7e1a NSAccessibilityEntryPointAttributeNames + 124 8 com.apple.AppKit 0x00007fff8b236552 -[NSObject(NSAccessibilityInternal) _accessibilityAttributeNamesClientError:] + 56 9 com.apple.AppKit 0x00007fff8b239976 CopyAttributeNames + 216 10 com.apple.HIServices 0x00007fff8963323b _AXXMIGCopyAttributeNames + 245 11 com.apple.HIServices 0x00007fff8963c823 _XCopyAttributeNames + 367 12 com.apple.HIServices 0x00007fff89617012 mshMIGPerform + 199 13 com.apple.CoreFoundation 0x00007fff93a63019 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41 14 com.apple.CoreFoundation 0x00007fff93a62f89 __CFRunLoopDoSource1 + 473 15 com.apple.CoreFoundation 0x00007fff93a5a9bb __CFRunLoopRun + 2171 16 com.apple.CoreFoundation 0x00007fff93a59ed8 CFRunLoopRunSpecific + 296 17 com.apple.HIToolbox 0x00007fff91471935 RunCurrentEventLoopInMode + 235 18 com.apple.HIToolbox 0x00007fff9147176f ReceiveNextEventCommon + 432 19 com.apple.HIToolbox 0x00007fff914715af _BlockUntilNextEventMatchingListInModeWithFilter + 71 20 com.apple.AppKit 0x00007fff8ae02efa _DPSNextEvent + 1067 21 com.apple.AppKit 0x00007fff8ae0232a -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454 22 com.apple.AppKit 0x00007fff8adf6e84 -[NSApplication run] + 682 23 libqcocoa.dylib 0x0000000106933e6d QCocoaEventDispatcher::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 2189 24 org.qt-project.QtCore 0x00000001040628f1 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401 25 org.qt-project.QtCore 0x0000000104066cba QCoreApplication::exec() + 346 26 com.cockatrice.cockatrice 0x0000000102538506 main + 1542 27 libdyld.dylib 0x00007fff8ddff5ad start + 1 Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff8c0b5efa kevent_qos + 10 1 libdispatch.dylib 0x00007fff9c3c9165 _dispatch_mgr_invoke + 216 2 libdispatch.dylib 0x00007fff9c3c8dcd _dispatch_mgr_thread + 52 Thread 2:: QThread 0 libsystem_kernel.dylib 0x00007fff8c0b4d3e __pselect + 10 1 libsystem_kernel.dylib 0x00007fff8c0b2274 pselect$1050 + 82 2 org.qt-project.QtCore 0x00000001040baf78 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 104 3 org.qt-project.QtCore 0x00000001040bc070 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timespec*) + 672 4 org.qt-project.QtCore 0x00000001040bd163 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 227 5 org.qt-project.QtCore 0x00000001040628f1 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401 6 org.qt-project.QtCore 0x0000000103ea73b5 QThread::exec() + 117 7 org.qt-project.QtCore 0x0000000103eaae7b QThreadPrivate::start(void*) + 363 8 libsystem_pthread.dylib 0x00007fff90e9499d _pthread_body + 131 9 libsystem_pthread.dylib 0x00007fff90e9491a _pthread_start + 168 10 libsystem_pthread.dylib 0x00007fff90e92351 thread_start + 13 Thread 3:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00007fff8c0aef72 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8c0ae3b3 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff93a5b1c4 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff93a5a68c __CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff93a59ed8 CFRunLoopRunSpecific + 296 5 com.apple.AppKit 0x00007fff8af58e99 _NSEventThread + 149 6 libsystem_pthread.dylib 0x00007fff90e9499d _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff90e9491a _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff90e92351 thread_start + 13 Thread 4:: QFileInfoGatherer 0 libsystem_kernel.dylib 0x00007fff8c0b4db6 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff90e95728 _pthread_cond_wait + 767 2 org.qt-project.QtCore 0x0000000103eac4ab QWaitConditionPrivate::wait(unsigned long) + 75 3 org.qt-project.QtCore 0x0000000103eac362 QWaitCondition::wait(QMutex*, unsigned long) + 162 4 org.qt-project.QtWidgets 0x00000001033bd7a2 QFileInfoGatherer::run() + 114 5 org.qt-project.QtCore 0x0000000103eaae7b QThreadPrivate::start(void*) + 363 6 libsystem_pthread.dylib 0x00007fff90e9499d _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff90e9491a _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff90e92351 thread_start + 13 Thread 5:: QFileInfoGatherer 0 libsystem_kernel.dylib 0x00007fff8c0b4db6 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff90e95728 _pthread_cond_wait + 767 2 org.qt-project.QtCore 0x0000000103eac4ab QWaitConditionPrivate::wait(unsigned long) + 75 3 org.qt-project.QtCore 0x0000000103eac362 QWaitCondition::wait(QMutex*, unsigned long) + 162 4 org.qt-project.QtWidgets 0x00000001033bd7a2 QFileInfoGatherer::run() + 114 5 org.qt-project.QtCore 0x0000000103eaae7b QThreadPrivate::start(void*) + 363 6 libsystem_pthread.dylib 0x00007fff90e9499d _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff90e9491a _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff90e92351 thread_start + 13 Thread 6: 0 libsystem_kernel.dylib 0x00007fff8c0b55e2 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff90e94578 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff90e92341 start_wqthread + 13 Thread 7:: Dispatch queue: NSCGSDisableUpdates 0 libsystem_kernel.dylib 0x00007fff8c0aef72 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8c0ae3b3 mach_msg + 55 2 com.apple.CoreGraphics 0x00007fff8ebd7371 _CGSReenableUpdateForConnection + 92 3 com.apple.CoreGraphics 0x00007fff8ebd7051 CGSReenableUpdateToken + 469 4 libdispatch.dylib 0x00007fff9c3ce93d _dispatch_call_block_and_release + 12 5 libdispatch.dylib 0x00007fff9c3c340b _dispatch_client_callout + 8 6 libdispatch.dylib 0x00007fff9c3c803b _dispatch_queue_drain + 754 7 libdispatch.dylib 0x00007fff9c3ce707 _dispatch_queue_invoke + 549 8 libdispatch.dylib 0x00007fff9c3c340b _dispatch_client_callout + 8 9 libdispatch.dylib 0x00007fff9c3c729b _dispatch_root_queue_drain + 1890 10 libdispatch.dylib 0x00007fff9c3c6b00 _dispatch_worker_thread3 + 91 11 libsystem_pthread.dylib 0x00007fff90e944de _pthread_wqthread + 1129 12 libsystem_pthread.dylib 0x00007fff90e92341 start_wqthread + 13 Thread 8: 0 libsystem_kernel.dylib 0x00007fff8c0b55e2 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff90e94578 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff90e92341 start_wqthread + 13 Thread 9: 0 libsystem_kernel.dylib 0x00007fff8c0b55e2 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff90e94578 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff90e92341 start_wqthread + 13 Thread 10:: Qt bearer thread 0 libsystem_kernel.dylib 0x00007fff8c0b507a __select + 10 1 org.qt-project.QtCore 0x00000001040bb164 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 596 2 org.qt-project.QtCore 0x00000001040bc070 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timespec*) + 672 3 org.qt-project.QtCore 0x00000001040bd163 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 227 4 org.qt-project.QtCore 0x00000001040628f1 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401 5 org.qt-project.QtCore 0x0000000103ea73b5 QThread::exec() + 117 6 org.qt-project.QtCore 0x0000000103eaae7b QThreadPrivate::start(void*) + 363 7 libsystem_pthread.dylib 0x00007fff90e9499d _pthread_body + 131 8 libsystem_pthread.dylib 0x00007fff90e9491a _pthread_start + 168 9 libsystem_pthread.dylib 0x00007fff90e92351 thread_start + 13 Thread 11:: QThread 0 libsystem_kernel.dylib 0x00007fff8c0b4c02 __open + 10 1 org.qt-project.QtCore 0x0000000103ff9c61 QFSFileEnginePrivate::nativeOpen(QFlags<QIODevice::OpenModeFlag>) + 993 2 org.qt-project.QtCore 0x0000000103fe9fff QFSFileEngine::open(QFlags<QIODevice::OpenModeFlag>) + 223 3 org.qt-project.QtCore 0x0000000103f9af04 QFile::open(QFlags<QIODevice::OpenModeFlag>) + 260 4 org.qt-project.QtGui 0x00000001038df923 QImageReaderPrivate::initHandler() + 115 5 org.qt-project.QtGui 0x00000001038e24c7 QImageReader::read(QImage*) + 55 6 com.cockatrice.cockatrice 0x0000000102664b8e PictureLoaderWorker::cardImageExistsOnDisk(QString&, QString&) + 1550 7 com.cockatrice.cockatrice 0x00000001026639ab PictureLoaderWorker::processLoadQueue() + 955 8 com.cockatrice.cockatrice 0x00000001026abeb3 PictureLoaderWorker::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 275 9 org.qt-project.QtCore 0x0000000104093208 QObject::event(QEvent*) + 744 10 org.qt-project.QtWidgets 0x0000000103184fa6 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 294 11 org.qt-project.QtWidgets 0x0000000103188294 QApplication::notify(QObject*, QEvent*) + 7956 12 org.qt-project.QtCore 0x00000001040665d7 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 167 13 org.qt-project.QtCore 0x000000010406723b QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 587 14 org.qt-project.QtCore 0x00000001040bd0b7 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 55 15 org.qt-project.QtCore 0x00000001040628f1 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401 16 org.qt-project.QtCore 0x0000000103ea73b5 QThread::exec() + 117 17 org.qt-project.QtCore 0x0000000103eaae7b QThreadPrivate::start(void*) + 363 18 libsystem_pthread.dylib 0x00007fff90e9499d _pthread_body + 131 19 libsystem_pthread.dylib 0x00007fff90e9491a _pthread_start + 168 20 libsystem_pthread.dylib 0x00007fff90e92351 thread_start + 13 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x900007fd1433d160 rbx: 0x00007fff5d7029c0 rcx: 0x00007fd143108950 rdx: 0x00007fd145060598 rdi: 0x00007fff5d7029c0 rsi: 0x00007fd143108950 rbp: 0x00007fff5d7029b0 rsp: 0x00007fff5d702990 r8: 0x000000000000002d r9: 0x000000000000000c r10: 0x00007fd1421eec50 r11: 0x00007fff7aed75c8 r12: 0x00007fd143108e60 r13: 0xffffffffffffffff r14: 0x00007fd143108e60 r15: 0x0000000000000000 rip: 0x000000010403a364 rfl: 0x0000000000010246 cr2: 0x0000000106abe000 Logical CPU: 0 Error Code: 0x02000005 Trap Number: 133 Binary Images: 0x1024f9000 - 0x102b6fff7 +com.cockatrice.cockatrice (0.0.1~git20160411.4f30b5c - 0.0.1~git20160411.4f30b5c) <7ADF8770-914C-3DC7-BC6D-C67C9085E273> /Applications/cockatrice/*/cockatrice.app/Contents/MacOS/cockatrice 0x102d36000 - 0x102dcbfe7 +org.qt-project.QtMultimedia (5.6 - 5.6.0) <2CB20E97-582F-3D0F-A66E-951D64B22EFD> /Applications/cockatrice/*/cockatrice.app/Contents/Frameworks/QtMultimedia.framework/Versions/5/QtMultimedia 0x102e37000 - 0x102e6aff7 +org.qt-project.QtPrintSupport (5.6 - 5.6.0) <632CA999-EC7A-3127-A44A-63494D32484D> /Applications/cockatrice/*/cockatrice.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport 0x102e92000 - 0x102eccfff +org.qt-project.QtSvg (5.6 - 5.6.0) <A81E6867-ABA6-35BE-BD3C-44065F394F10> /Applications/cockatrice/*/cockatrice.app/Contents/Frameworks/QtSvg.framework/Versions/5/QtSvg 0x102eef000 - 0x102f89fff +libprotobuf.9.dylib (0) <6DABC198-5A76-32D6-8548-F44C3846022E> /Applications/cockatrice/*/cockatrice.app/Contents/MacOS/libprotobuf.9.dylib 0x102ff9000 - 0x103104fff +org.qt-project.QtNetwork (5.6 - 5.6.0) <064431E0-0DBF-35B8-89E5-DAD9CF47D216> /Applications/cockatrice/*/cockatrice.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork 0x103174000 - 0x103676fff +org.qt-project.QtWidgets (5.6 - 5.6.0) <EB6CC7A1-B207-3AEE-9969-992BDF80108B> /Applications/cockatrice/*/cockatrice.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets 0x10385b000 - 0x103d2aff7 +org.qt-project.QtGui (5.6 - 5.6.0) <DAF32EA1-2386-3395-94D0-ADB2DC1EC337> /Applications/cockatrice/*/cockatrice.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui 0x103e82000 - 0x10439eff7 +org.qt-project.QtCore (5.6 - 5.6.0) <EFF6B80B-5C30-3A62-8C01-8E863947B48E> /Applications/cockatrice/*/cockatrice.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore 0x1044b7000 - 0x1044bbfff com.apple.agl (3.3.1 - AGL-3.3.1) <9F89C357-50A4-3978-93AB-D2E68CCFA834> /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x10478b000 - 0x1047a0ff3 libCGInterfaces.dylib (317.9) <473434E1-5269-3077-A047-D05E024AE631> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x1047ea000 - 0x1047f3ff7 +libqdds.dylib (0) <F47C0E63-3E2D-3BC7-B1D8-90C4D17DCCCD> /Applications/cockatrice/*/cockatrice.app/Contents/Plugins/imageformats/libqdds.dylib 0x106912000 - 0x106a4ffff +libqcocoa.dylib (0) <C2F4DA00-104C-3901-989E-090A95A025B6> /Applications/cockatrice/*/cockatrice.app/Contents/Plugins/platforms/libqcocoa.dylib 0x108f47000 - 0x108f4dff7 +libqgif.dylib (0) <F99B9829-F096-3EA2-9A6B-A053D183788B> /Applications/cockatrice/*/cockatrice.app/Contents/Plugins/imageformats/libqgif.dylib 0x108f52000 - 0x108f59ff7 +libqicns.dylib (0) <35A42A64-4BE9-3506-A3CB-E087BB4C69CF> /Applications/cockatrice/*/cockatrice.app/Contents/Plugins/imageformats/libqicns.dylib 0x108f5f000 - 0x108f64fff +libqico.dylib (0) <0939BADB-3DEA-3CEC-97DA-CB60527E8BE3> /Applications/cockatrice/*/cockatrice.app/Contents/Plugins/imageformats/libqico.dylib 0x108f69000 - 0x108fa6ff7 +libqjpeg.dylib (0) <4508EF68-D760-350F-ADCA-C5E396486CB1> /Applications/cockatrice/*/cockatrice.app/Contents/Plugins/imageformats/libqjpeg.dylib 0x108fb0000 - 0x108fb4ff7 +libqsvg.dylib (0) <F28F081D-0989-367E-80D0-90C91E98A81F> /Applications/cockatrice/*/cockatrice.app/Contents/Plugins/imageformats/libqsvg.dylib 0x108fb9000 - 0x108fbdfff +libqtga.dylib (0) <BCABCD58-48BA-3702-B2A1-FF492DF3FCBB> /Applications/cockatrice/*/cockatrice.app/Contents/Plugins/imageformats/libqtga.dylib 0x108fc2000 - 0x109024ff7 +libqtiff.dylib (0) <11A682F9-E09E-3700-9831-103E24610CA6> /Applications/cockatrice/*/cockatrice.app/Contents/Plugins/imageformats/libqtiff.dylib 0x109032000 - 0x109036fff +libqwbmp.dylib (0) <393B402A-4A38-304C-B695-5DF298D3CE9E> /Applications/cockatrice/*/cockatrice.app/Contents/Plugins/imageformats/libqwbmp.dylib 0x10903b000 - 0x10909afff +libqwebp.dylib (0) <88480BCF-AA9B-3B3A-B765-6C0E147E85D2> /Applications/cockatrice/*/cockatrice.app/Contents/Plugins/imageformats/libqwebp.dylib 0x10b0c7000 - 0x10b0c7ff7 +cl_kernels (???) <1EA75C05-4FB9-425F-BEA9-F8A4A52590D8> cl_kernels 0x7fff6e006000 - 0x7fff6e03d0d7 dyld (360.21) <D9B236BC-4AC1-325F-B3EF-3F06DBDA7119> /usr/lib/dyld 0x7fff89592000 - 0x7fff89594fff com.apple.xpc.ServiceManagement (1.0 - 1) <F3E14561-5DF4-3429-98ED-8F27A87A343A> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff8960a000 - 0x7fff8960cfff libCVMSPluginSupport.dylib (12.0.40.6) <4AA6710A-6267-3062-BFF2-27DB5E6B5892> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff89610000 - 0x7fff8965cffb com.apple.HIServices (1.22 - 549) <E4E1BD10-F475-3E19-9E0B-A5071D158F47> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff8965d000 - 0x7fff8965effb libSystem.B.dylib (1226.10.1) <CD307E99-FC5C-3575-BCCE-0C861AA63124> /usr/lib/libSystem.B.dylib 0x7fff896f1000 - 0x7fff89700ffb com.apple.LangAnalysis (1.7.0 - 1.7.0) <18D21123-A3E7-3851-974A-08E5D4540475> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff89701000 - 0x7fff89709fff com.apple.AppleSRP (5.0 - 1) <840A5C20-6452-36BB-ACF7-29BA6CBF7C48> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff8988a000 - 0x7fff89986ff7 libFontParser.dylib (158.5) <62796E99-36B7-36B6-8D33-5349F88014C3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff89987000 - 0x7fff89a1cfff com.apple.ink.framework (10.9 - 214) <1F76CF36-3F79-36B8-BC37-C540AF34B338> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff89f45000 - 0x7fff89fd2dd7 com.apple.AppleJPEG (1.0 - 1) <558ACADA-C41F-3EEF-82A0-C2D7B13C5428> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff89fd3000 - 0x7fff89fe5fff libsasl2.2.dylib (209) <2F81C8C9-11A3-3581-B2C1-D8C03AB7D39C> /usr/lib/libsasl2.2.dylib 0x7fff89fe6000 - 0x7fff8a037ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <3D62A9B3-67A8-3F8A-A102-05E310249075> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff8a31f000 - 0x7fff8a38efff com.apple.datadetectorscore (7.0 - 460) <8EF4EECC-4FF1-36DF-84CF-65545555A225> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff8a39b000 - 0x7fff8a641ff7 com.apple.CoreData (120 - 641.3) <A29A5491-6169-372B-828F-84EE0CFD4BC4> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff8a642000 - 0x7fff8a691ff7 com.apple.opencl (2.7.0 - 2.7.0) <307263BA-0368-38C9-A7FB-25920343D0DF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff8a692000 - 0x7fff8a778ff7 libcrypto.0.9.8.dylib (59.40.2) <2486D801-C756-3488-B519-1AA6807E8948> /usr/lib/libcrypto.0.9.8.dylib 0x7fff8a9a6000 - 0x7fff8a9cfffb libRIP.A.dylib (957) <5F18F20D-5921-3314-A9F8-F1B1CB62C83D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff8a9f1000 - 0x7fff8aa13ff7 com.apple.Sharing (442.13.6 - 442.13.6) <DDD2811C-6ECB-32F2-8EE1-69BF9657B4A8> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff8ac8f000 - 0x7fff8ac8ffff libmetal_timestamp.dylib (600.0.44.1) <6576F284-BACA-332A-A6E7-FA1C347636E3> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib 0x7fff8ac90000 - 0x7fff8ad05fff com.apple.framework.IOKit (2.0.2 - 1179.40.20) <FB2AD43B-905D-3BD0-BE17-ACE7D4D13E24> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff8adba000 - 0x7fff8b9e3fff com.apple.AppKit (6.9 - 1404.46) <2492D315-76B6-320B-B542-231FCA44CA48> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff8b9e4000 - 0x7fff8b9f7fff com.apple.CoreBluetooth (1.0 - 1) <E54CA9A2-A5C6-30C5-9D6E-8472DBA9371E> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff8ba18000 - 0x7fff8bad1ff7 libvMisc.dylib (563.5) <BF612F7D-FA3B-3F9F-8BE7-8D1BCB21ECC5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff8bad2000 - 0x7fff8baedff7 libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib 0x7fff8bf3f000 - 0x7fff8bf41fff com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff8bf67000 - 0x7fff8bf78ff7 libsystem_trace.dylib (201.10.3) <25104542-5251-3E8D-B14A-9E37207218BC> /usr/lib/system/libsystem_trace.dylib 0x7fff8bf79000 - 0x7fff8bf80ff7 libcompiler_rt.dylib (62) <A13ECF69-F59F-38AE-8609-7B731450FBCD> /usr/lib/system/libcompiler_rt.dylib 0x7fff8c09e000 - 0x7fff8c0bcff7 libsystem_kernel.dylib (3248.40.184) <88C17B7F-1CD8-3979-A1A9-F7BDB4FCE789> /usr/lib/system/libsystem_kernel.dylib 0x7fff8c0bd000 - 0x7fff8c0e2ff7 libPng.dylib (1444) <2D5C0007-DC24-3846-AE75-525D461FF3E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff8c0ee000 - 0x7fff8c149ff7 libTIFF.dylib (1444) <6DC2EAE6-0AF5-33CA-9037-38652B14D935> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff8c599000 - 0x7fff8c5a1fff com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) <7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff8c79f000 - 0x7fff8c7e1ff7 com.apple.Metal (56.6 - 56.6) <7DCBE573-B713-3C50-A16E-2F33A84C3CFB> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff8c8f3000 - 0x7fff8c93ffff com.apple.print.framework.PrintCore (11.2 - 472.2) <5AE8AA6B-CE09-397D-B0D4-0F9CCBF1F77D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff8c940000 - 0x7fff8ca4eff3 com.apple.desktopservices (1.10.3 - 1.10.3) <3A6906D4-C0B8-30D1-B589-0466E5E42B69> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff8cefd000 - 0x7fff8cf00fff libCoreVMClient.dylib (119.5) <560D70FB-709F-3030-96C9-F249FCB7DA6D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff8cf46000 - 0x7fff8d151fff libFosl_dynamic.dylib (16.24) <5F9DB82D-FD4B-3952-8531-CE020F93ED49> /usr/lib/libFosl_dynamic.dylib 0x7fff8db78000 - 0x7fff8db7dfff com.apple.TCC (1.0 - 1) <50F7EC60-5B21-3B9B-BF2F-F037EA7B12FB> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff8db7e000 - 0x7fff8db8afff com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <6BA06290-D4A3-351C-87F9-B61EF61FF055> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff8dbde000 - 0x7fff8dbe9ff7 libcommonCrypto.dylib (60075.40.2) <B9D08EB8-FB35-3F7B-8A1C-6FCE3F07B7E7> /usr/lib/system/libcommonCrypto.dylib 0x7fff8ddb9000 - 0x7fff8ddf7ff7 libGLImage.dylib (12.0.40.6) <734B133F-E789-3A25-9DE6-1CCBA4896D4D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff8ddfc000 - 0x7fff8ddffffb libdyld.dylib (360.21) <8390E026-F7DE-3C32-9486-3DFF6BD131B0> /usr/lib/system/libdyld.dylib 0x7fff8de1c000 - 0x7fff8de1cfff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <848125D3-AF14-3526-8745-FFCDB200CD76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff8de32000 - 0x7fff8de49fff libmarisa.dylib (4) <E4919B03-D9BD-3AF8-B436-C415C98E3F0A> /usr/lib/libmarisa.dylib 0x7fff8dfde000 - 0x7fff8dfecff7 libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib 0x7fff8e9f8000 - 0x7fff8ea8efff com.apple.ColorSync (4.9.0 - 4.9.0) <8FC37E20-6579-3CB2-9D49-BC39FC38DF87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff8eb76000 - 0x7fff8fddeffb com.apple.CoreGraphics (1.600.0 - 957) <C403FF5C-1B6F-3810-90B1-F5477828A701> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff8fed8000 - 0x7fff8fedbfff com.apple.IOSurface (108.2.1 - 108.2.1) <A0037B0A-277A-393E-9BF6-688595BD564D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff8fedc000 - 0x7fff8ff83fff com.apple.LanguageModeling (1.0 - 1) <58C18A47-BDE7-3CBE-81C0-797029D170A1> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff8ffd4000 - 0x7fff8ffd4fff libOpenScriptingUtil.dylib (169.1) <AD0DAC8A-9849-3077-999F-9AEC6112BDAB> /usr/lib/libOpenScriptingUtil.dylib 0x7fff90097000 - 0x7fff90105ff7 com.apple.ApplicationServices.ATS (377 - 394.3) <847DBFBA-8D6B-367B-99FD-C6CAA8C05C65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff90111000 - 0x7fff90111fff libenergytrace.dylib (10.40.1) <0A491CA7-3451-3FD5-999A-58AB4362682B> /usr/lib/libenergytrace.dylib 0x7fff90136000 - 0x7fff90152ff3 libresolv.9.dylib (60) <A650B5C8-1950-36A0-86D1-0B2465318BFA> /usr/lib/libresolv.9.dylib 0x7fff9017d000 - 0x7fff90181fff com.apple.CommonPanels (1.2.6 - 96) <4AE7E5AE-55B3-37FA-9BDE-B23147ADA2E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff90182000 - 0x7fff90185ff7 libCoreFSCache.dylib (119.5) <2389D7DA-B8EF-3EB4-AAAF-FBEDE01CDECA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff90196000 - 0x7fff90197fff liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib 0x7fff90198000 - 0x7fff9059afff libLAPACK.dylib (1162.2) <42238ED4-6B7A-39D0-BFF2-304A0C287213> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff9059b000 - 0x7fff906e5ff7 com.apple.coreui (2.1 - 366.1) <A3868F31-ACF4-3EA5-9E75-79ED44FA7F06> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff90e7f000 - 0x7fff90e90fff libcmph.dylib (6) <BA4BF2C6-7F4E-33B8-9DD7-619C9EB83ECF> /usr/lib/libcmph.dylib 0x7fff90e91000 - 0x7fff90e9aff7 libsystem_pthread.dylib (138.10.4) <3DD1EF4C-1D1B-3ABF-8CC6-B3B1CEEE9559> /usr/lib/system/libsystem_pthread.dylib 0x7fff90f0e000 - 0x7fff90f2afff com.apple.GenerationalStorage (2.0 - 239.1) <8C821448-4294-3736-9CEF-467C93785CB9> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff90f31000 - 0x7fff90f35fff libpam.2.dylib (20) <CFCD19BD-87BC-3F2B-BB1C-4C23E8E55F1A> /usr/lib/libpam.2.dylib 0x7fff90fb6000 - 0x7fff90fbefff libsystem_networkextension.dylib (385.40.36) <66095DC7-6539-38F2-95EE-458F15F6D014> /usr/lib/system/libsystem_networkextension.dylib 0x7fff90fbf000 - 0x7fff9101dfff com.apple.SystemConfiguration (1.14 - 1.14) <10082F58-6190-3A7C-8B6C-C12B16DC793A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff9135a000 - 0x7fff91440fef unorm8_bgra.dylib (2.7.3) <B315AE9C-9E09-3D9F-9513-EC2195908516> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib 0x7fff91441000 - 0x7fff91736fff com.apple.HIToolbox (2.1.1 - 807.2) <871E5223-5D03-3649-98AF-9CCA3B41E307> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff9173a000 - 0x7fff9173bfff libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff9173c000 - 0x7fff9173eff7 libsystem_configuration.dylib (802.40.13) <3DEB7DF9-6804-37E1-BC83-0166882FF0FF> /usr/lib/system/libsystem_configuration.dylib 0x7fff91742000 - 0x7fff9174afff com.apple.frameworks.CoreDaemon (1.3 - 1.3) <CC53DC12-9231-3C4F-921B-9A770D463323> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff9174b000 - 0x7fff917bfff7 com.apple.Heimdal (4.0 - 2.0) <5D365381-8B5E-3259-8867-FC4A7D307BDE> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff91814000 - 0x7fff91871fff com.apple.CoreServices.OSServices (728.8 - 728.8) <4CE49D8A-8304-3347-9379-6075CB906419> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff918e8000 - 0x7fff9191fff7 com.apple.LDAPFramework (2.4.28 - 194.5) <9AE33BF2-FB17-342D-8F1E-5F83C6E6EB69> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff91a43000 - 0x7fff91a43fff com.apple.CoreServices (728.9 - 728.9) <78CB3EAC-A66E-3FD9-A1DF-A9CF227ED3C3> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff91a44000 - 0x7fff91a72ff7 com.apple.CoreServicesInternal (248.2 - 248.2) <6E111F0A-D7F1-3738-ADE7-CF983BD4EC8B> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff91e77000 - 0x7fff91f4dffb com.apple.DiskImagesFramework (10.11.3 - 417.2) <7412BC0B-A895-350D-B829-1E3A6FF5EC3F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff91f4e000 - 0x7fff91f5cfff libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib 0x7fff9200b000 - 0x7fff921cbffb libBLAS.dylib (1162.2) <B4C21826-5EB3-3C6D-B75D-CA4886E2B6A6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff925f7000 - 0x7fff9271cff7 com.apple.LaunchServices (728.8 - 728.8) <FDA38B17-82E2-322F-A008-B9207A6EA668> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff92730000 - 0x7fff9274dff7 com.apple.AppleVPAFramework (2.1.2 - 2.1.2) <F4AF2363-B28E-3097-AB1E-FDA1C92F8F56> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA 0x7fff9274e000 - 0x7fff9274fffb libremovefile.dylib (41) <552EF39E-14D7-363E-9059-4565AC2F894E> /usr/lib/system/libremovefile.dylib 0x7fff92760000 - 0x7fff929f6fff libmecabra.dylib (696.5) <EF6C0BD4-5FE8-34FB-8ADF-69A53CEC97A9> /usr/lib/libmecabra.dylib 0x7fff929fb000 - 0x7fff92e29fff com.apple.vision.FaceCore (3.3.1 - 3.3.1) <E54028EA-4217-3078-A2B1-C52E4214D59E> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff936bf000 - 0x7fff9374eff7 libCoreStorage.dylib (517.20.1) <EC540EAA-089C-36D9-BBAA-0684EDE098AB> /usr/lib/libCoreStorage.dylib 0x7fff9374f000 - 0x7fff93755ff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <9E5A980A-F455-32D5-BBEE-3BD6018CC45E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff93756000 - 0x7fff93761fff libkxld.dylib (3248.40.184) <6F776D34-D06C-3C48-B753-D0FB375A4A8A> /usr/lib/system/libkxld.dylib 0x7fff937d6000 - 0x7fff937defef libcldcpuengine.dylib (2.7.3) <B385841A-B573-3A91-9BEB-CC89CB2716B3> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff937df000 - 0x7fff93853ff3 com.apple.securityfoundation (6.0 - 55126) <1F6BDF18-3CF0-3E85-8D9B-0663599B9949> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff93854000 - 0x7fff93854ff7 liblaunch.dylib (765.40.36) <1CD7619D-AF2E-34D1-8EC6-8021CF473D9B> /usr/lib/system/liblaunch.dylib 0x7fff93855000 - 0x7fff93947ff7 libJP2.dylib (1444) <D57AECF4-013C-3BCF-B6CE-3D033664419E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff93948000 - 0x7fff939b3ff7 com.apple.framework.CoreWLAN (11.0 - 1101.20) <3B35C543-7FCE-333F-80C1-432FA41DDCDE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff939b4000 - 0x7fff939d0ff7 libextension.dylib (78) <FD952DA6-BBEC-3CB6-98B3-E1D111C5C54E> /usr/lib/libextension.dylib 0x7fff939d1000 - 0x7fff93e47fff com.apple.CoreFoundation (6.9 - 1258.1) <943A1383-DA6A-3DC0-ABCD-D9AEB3D0D34D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff93e48000 - 0x7fff93e77ff7 com.apple.DictionaryServices (1.2 - 250.3) <30250542-CBAA-39C1-91AA-B57A5DE17594> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff93e78000 - 0x7fff93f28fff com.apple.backup.framework (1.7.4 - 1.7.4) <F304E9D1-991A-379E-9659-BF85C35B4808> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff93f54000 - 0x7fff93ff8fff com.apple.Bluetooth (4.4.4 - 4.4.4f4) <BCF89EFE-853D-3AEA-AE31-DC8293C7284F> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff94039000 - 0x7fff94039fff com.apple.ApplicationServices (48 - 48) <ADD57D3A-142F-3EF5-BFD8-EACD82164884> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff94183000 - 0x7fff94351ff3 com.apple.QuartzCore (1.11 - 410.14) <0283748A-8318-36AC-8B30-8A951FEB305A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff94352000 - 0x7fff94376fff com.apple.MultitouchSupport.framework (304.10.2 - 304.10.2) <CE75EDA3-2B22-3968-834E-550EA870ECC8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff94511000 - 0x7fff94538fff com.apple.ChunkingLibrary (167 - 167) <AD7F285C-005E-36BB-98A3-5826413533BE> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff94539000 - 0x7fff9456cff7 com.apple.MediaKit (16 - 809) <BF8032FE-6645-37F6-A622-BC7EEE3EAABF> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff945dc000 - 0x7fff945e5fff com.apple.icloud.FindMyDevice (1.0 - 1) <B9C741F2-6FAC-3BA7-B6E0-9A910C6E8D4E> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice 0x7fff945e6000 - 0x7fff945ecfff com.apple.IOAccelerator (205.3 - 205.3) <851B6BF8-5B7F-3FB5-9E45-10AAE3BF7438> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff945ed000 - 0x7fff945efff7 libRadiance.dylib (1444) <1B89630A-A096-39D8-BE4D-DF1596B368E0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff945f3000 - 0x7fff94641fff libcurl.4.dylib (90) <12E01E4B-24C9-394C-9D2C-85CF85D5F459> /usr/lib/libcurl.4.dylib 0x7fff94693000 - 0x7fff9492dfff com.apple.security (7.0 - 57337.40.85) <7C5B8DEF-3D02-3410-9BD3-2B1251F84D4B> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff9492e000 - 0x7fff94932fff libcache.dylib (75) <9548AAE9-2AB7-3525-9ECE-A2A7C4688447> /usr/lib/system/libcache.dylib 0x7fff94933000 - 0x7fff94935ff7 libquarantine.dylib (80) <0F4169F0-0C84-3A25-B3AE-E47B3586D908> /usr/lib/system/libquarantine.dylib 0x7fff94936000 - 0x7fff94941fff com.apple.CrashReporterSupport (10.11 - 717) <474544AD-1199-3ECC-90E5-071847BA72C6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff949e4000 - 0x7fff94ad3ffb libxml2.2.dylib (29.5) <4096C2EA-6659-3F22-AC60-1E2F30BDD2B7> /usr/lib/libxml2.2.dylib 0x7fff94af1000 - 0x7fff94b0bfff com.apple.Kerberos (3.0 - 1) <1B4744BF-E5AE-38E2-AA56-E22D3270F2E8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff94bc1000 - 0x7fff9507ffcf com.apple.vImage (8.0 - 8.0) <85FB412E-EB30-3433-A79B-B3970FC83580> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff950b7000 - 0x7fff95107ff7 com.apple.Symbolication (1.4 - 58044) <F70BF765-FBE9-3F1E-85CA-BB2F8E53E8C2> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff95175000 - 0x7fff951a0ffb libarchive.2.dylib (33.20.2) <6C370A21-63FD-3A68-B4B3-5333F24B770B> /usr/lib/libarchive.2.dylib 0x7fff951c9000 - 0x7fff951e5ff7 libsystem_malloc.dylib (67.40.1) <5748E8B2-F81C-34C6-8B13-456213127678> /usr/lib/system/libsystem_malloc.dylib 0x7fff955bf000 - 0x7fff955f0fff com.apple.GSS (4.0 - 2.0) <B490333A-3B3E-397A-AD75-68846E9A9140> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff9561b000 - 0x7fff95632ff7 libsystem_asl.dylib (323.40.3) <007F9094-317A-33EA-AF62-BAEAAB48C0F7> /usr/lib/system/libsystem_asl.dylib 0x7fff95633000 - 0x7fff9563bfff libGFXShared.dylib (12.0.40.6) <1CDE5AEF-3E44-3547-879E-BB490EE7702C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff9563c000 - 0x7fff95759fff libsqlite3.dylib (216.4) <DC3D59E7-91A3-374F-957C-6699729CD82B> /usr/lib/libsqlite3.dylib 0x7fff9575a000 - 0x7fff95923ff7 com.apple.ImageIO.framework (3.3.0 - 1444) <6A50AFBF-60BE-3845-AE29-843BD8238F17> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff95aca000 - 0x7fff95acdff7 com.apple.help (1.3.3 - 46) <35DA4D48-0BC2-35A1-8D7C-40905CDF4F64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff95e27000 - 0x7fff95e50ff7 libxslt.1.dylib (14.1) <27DE3F2E-CE96-3327-A563-788EE3E2775B> /usr/lib/libxslt.1.dylib 0x7fff95e51000 - 0x7fff95e67ff7 libLinearAlgebra.dylib (1162.2) <FFE54EDF-F06F-3C0A-864A-4CA7BBFD4B2D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff95efc000 - 0x7fff95f07ff7 libChineseTokenizer.dylib (16) <79B8C67A-3061-3C78-92CD-4650719E68D4> /usr/lib/libChineseTokenizer.dylib 0x7fff95f35000 - 0x7fff95f3eff3 libsystem_notify.dylib (150.40.1) <D48BDE34-0F7E-34CA-A0FF-C578E39987CC> /usr/lib/system/libsystem_notify.dylib 0x7fff95f3f000 - 0x7fff96051fef libvDSP.dylib (563.5) <5702650E-DF08-3D58-B16F-9EF0A28702B3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff96052000 - 0x7fff96056fff libGIF.dylib (1444) <F1F581A7-AC59-3A82-9970-25F7F7C72ABD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff961be000 - 0x7fff961cafff com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <71DA00B8-5EA2-326B-8814-59DB25512F65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff9649c000 - 0x7fff9649fffb libScreenReader.dylib (426.42) <16FC79D1-4573-3E90-945F-CBA22D5185FD> /usr/lib/libScreenReader.dylib 0x7fff964a0000 - 0x7fff964a2ffb libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib 0x7fff9675c000 - 0x7fff96796ff7 com.apple.DebugSymbols (132 - 132) <23A42C53-B941-3871-9EE2-4C87A46005B5> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff96797000 - 0x7fff967a1fff com.apple.NetAuth (6.0 - 6.0) <D692B1EF-534F-3892-8E2F-2BBA7C8AFD74> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff967a2000 - 0x7fff969affff libicucore.A.dylib (551.51) <35315A29-E21C-3CC5-8BD6-E07A3AE8FC0D> /usr/lib/libicucore.A.dylib 0x7fff969b0000 - 0x7fff969f6ff7 libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib 0x7fff96a30000 - 0x7fff96a32fff libCGXType.A.dylib (957) <B901C222-E779-32EB-96C2-5A707A09FC5B> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff96a90000 - 0x7fff96ab9fff libsystem_info.dylib (477.40.5) <6B01C09E-A3E5-3C71-B370-D0CABD11A436> /usr/lib/system/libsystem_info.dylib 0x7fff96aba000 - 0x7fff96b9aff7 unorm8_rgba.dylib (2.7.3) <9EB6C346-CFF6-32D7-B4A1-2409DFBCB216> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib 0x7fff97cc8000 - 0x7fff97cc8ff7 libunc.dylib (29) <DDB1E947-C775-33B8-B461-63E5EB698F0E> /usr/lib/system/libunc.dylib 0x7fff97cc9000 - 0x7fff97ccafff libsystem_secinit.dylib (20) <32B1A8C6-DC84-3F4F-B8CE-9A52B47C3E6B> /usr/lib/system/libsystem_secinit.dylib 0x7fff98e8f000 - 0x7fff98f06feb libcorecrypto.dylib (335.40.8) <9D300121-CAF8-3894-8774-DF38FA65F238> /usr/lib/system/libcorecrypto.dylib 0x7fff98fff000 - 0x7fff99353fff com.apple.Foundation (6.9 - 1258) <51833143-6CAE-3E1C-9FBA-BCDEB48D4ADF> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff9a25d000 - 0x7fff9a25ffff libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib 0x7fff9a345000 - 0x7fff9a351ff7 com.apple.OpenDirectory (10.11 - 194) <31A67AD5-5CC2-350A-96D7-821DF4BC4196> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff9a49c000 - 0x7fff9a529fff libsystem_c.dylib (1082.20.4) <CDEBF2BB-A578-30F5-846F-96274951C3C5> /usr/lib/system/libsystem_c.dylib 0x7fff9a543000 - 0x7fff9a6e9ff7 com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <082319FC-59F2-3D36-AC9B-94759724E302> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff9a847000 - 0x7fff9a84ffff com.apple.NetFS (6.0 - 4.0) <842A5346-24C3-3F22-9ECF-E586A10EA1F2> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff9a89b000 - 0x7fff9a8bfff7 libJPEG.dylib (1444) <BECAD377-4E20-37BE-BEC2-0A1D33497496> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff9a8c0000 - 0x7fff9a8e9ff7 libxpc.dylib (765.40.36) <2CC7CF36-66D4-301B-A6D8-EBAE7405B008> /usr/lib/system/libxpc.dylib 0x7fff9a8ea000 - 0x7fff9a913fff com.apple.ProtectedCloudStorage (1.0 - 1) <4850F751-E61B-30C0-B89A-B313601D3DB5> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fff9a97a000 - 0x7fff9a9bfff7 com.apple.coreservices.SharedFileList (24.4 - 24.5) <1D2AD77B-778F-3253-A295-3D0A32A8121C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff9a9c0000 - 0x7fff9a9c5ff3 libunwind.dylib (35.3) <F6EB48E5-4D12-359A-AB54-C937FBBE9043> /usr/lib/system/libunwind.dylib 0x7fff9aa8d000 - 0x7fff9ab47fff com.apple.DiscRecording (9.0.1 - 9010.4.3) <540853B2-B123-3560-8023-C92EE229051A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff9b47d000 - 0x7fff9b69eff7 com.apple.CoreImage (11.4.0 - 366.4.19) <6EE4A686-50C8-3D77-A036-BE8AA0F8A2FD> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff9b69f000 - 0x7fff9b6a0ff3 com.apple.print.framework.Print (10.0 - 266) <3E85F70C-D7D4-34E1-B88A-C1F503F99CDA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff9b6a6000 - 0x7fff9b6a6ff7 libkeymgr.dylib (28) <8371CE54-5FDD-3CE9-B3DF-E98C761B6FE0> /usr/lib/system/libkeymgr.dylib 0x7fff9bd64000 - 0x7fff9c049ffb com.apple.CoreServices.CarbonCore (1136.2 - 1136.2) <2DBAFC9A-6CD6-351D-B1F4-87D81AA6D640> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff9c04a000 - 0x7fff9c064ff3 liblzma.5.dylib (10) <CC03591B-FA57-3CA5-AC81-0D76033AC0CE> /usr/lib/liblzma.5.dylib 0x7fff9c068000 - 0x7fff9c0b9ff7 libcups.2.dylib (435.1) <4198A94D-A46C-39AA-92B6-83D0BA507D6C> /usr/lib/libcups.2.dylib 0x7fff9c0ba000 - 0x7fff9c129fff com.apple.SearchKit (1.4.0 - 1.4.0) <F159A888-34CA-36F1-AC8E-EB1B38C9DFB3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff9c12a000 - 0x7fff9c12afff com.apple.Accelerate (1.10 - Accelerate 1.10) <5831771A-C1C3-3625-9FE9-2CCB6B2E7EE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff9c136000 - 0x7fff9c13efef libsystem_platform.dylib (74.40.2) <29A905EF-6777-3C33-82B0-6C3A88C4BA15> /usr/lib/system/libsystem_platform.dylib 0x7fff9c13f000 - 0x7fff9c140fff com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff9c173000 - 0x7fff9c181fff com.apple.opengl (12.0.40 - 12.0.40) <AEA28993-BA3E-3E0F-A2F5-88C312ABB634> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff9c30b000 - 0x7fff9c31bfff libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib 0x7fff9c31c000 - 0x7fff9c350ff7 com.apple.CoreVideo (1.8 - 191.3) <1AA24A1B-CB84-3F6B-B6DE-11494542649C> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff9c360000 - 0x7fff9c369ff7 com.apple.CommonAuth (4.0 - 2.0) <4B8673E1-3697-3FE2-8D30-AC7AC5D4F8BF> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff9c36a000 - 0x7fff9c3a2ff7 com.apple.RemoteViewServices (2.0 - 101) <B2881449-8CFE-3D1C-B4BF-155640392533> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff9c3c1000 - 0x7fff9c3eefff libdispatch.dylib (501.40.12) <C7499857-61A5-3D7D-A5EA-65DCC8C3DF92> /usr/lib/system/libdispatch.dylib 0x7fff9c420000 - 0x7fff9c439fe7 libcompression.dylib (28) <F83F421D-115D-3457-A9AA-1BEB5070A30B> /usr/lib/libcompression.dylib 0x7fff9c4ae000 - 0x7fff9c4b9fff libcsfde.dylib (517.20.1) <6FFC376E-E141-37EE-800A-004080A50091> /usr/lib/libcsfde.dylib 0x7fff9c4ba000 - 0x7fff9c638fff com.apple.UIFoundation (1.0 - 436.1) <AABB5267-E7B7-3D75-B051-E665BDA8DEF4> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff9c68f000 - 0x7fff9c6a8fff com.apple.CFOpenDirectory (10.11 - 194) <11F95672-55E0-3F9D-9171-5E8C56AEE948> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff9c6a9000 - 0x7fff9c6d2fff libc++abi.dylib (125) <DCCC8177-3D09-35BC-9784-2A04FEC4C71B> /usr/lib/libc++abi.dylib 0x7fff9c6d3000 - 0x7fff9c95aff7 com.apple.CFNetwork (760.4.2 - 760.4.2) <24C4A390-3079-358A-8D51-75A3E818A6DF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff9c95b000 - 0x7fff9c960ff7 libheimdal-asn1.dylib (453.40.10) <981DE40B-FA16-36F7-BE92-8C8A115D6CD9> /usr/lib/libheimdal-asn1.dylib 0x7fff9c9cc000 - 0x7fff9ca21fff com.apple.AE (701 - 701) <AD492742-F884-386B-A450-FAC281B9FFA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff9ca22000 - 0x7fff9ca41ff7 com.apple.framework.Apple80211 (11.0 - 1121.34) <AE7795B8-4590-3714-999D-3FBFF6BF5D93> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff9cc87000 - 0x7fff9ccc8ff7 libGLU.dylib (12.0.40.6) <C56DDF90-CF6D-30D2-A3E6-89288BE69DCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff9ccf9000 - 0x7fff9cd09fff libSparseBLAS.dylib (1162.2) <6F591A0F-80D0-384D-8304-B035C4ED1BBD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff9cd0a000 - 0x7fff9cdfcff7 libiconv.2.dylib (44) <F05A0A5A-92A9-3668-8F20-F27CBDA26BE9> /usr/lib/libiconv.2.dylib 0x7fff9cdfd000 - 0x7fff9ce50ff7 libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib 0x7fff9ce69000 - 0x7fff9ce6bfff com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff9ce6c000 - 0x7fff9ce77fff libGL.dylib (12.0.40.6) <4FC6D3F9-6582-3E7D-A7D1-E035F0E26697> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff9ce78000 - 0x7fff9ce91fff com.apple.openscripting (1.7.1 - 169.1) <36EBF6A7-334A-3197-838F-E8C7B27FCDBB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff9ce92000 - 0x7fff9cf1bff7 com.apple.PerformanceAnalysis (1.0 - 1) <608E8C50-6F59-3FEB-B822-D9B02F328716> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff9cfc8000 - 0x7fff9d068fff com.apple.Metadata (10.7.0 - 972.29.1) <F19E0200-6937-3799-9C67-D26C2CE5AA5F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff9d170000 - 0x7fff9d175fff com.apple.ImageCapture (9.0 - 9.0) <ACECF0B7-7D92-3A22-BF47-E8FADF4C5378> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff9d180000 - 0x7fff9d185fff com.apple.DiskArbitration (2.7 - 2.7) <F55902AA-5316-3255-A701-FDED5B553065> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff9d18f000 - 0x7fff9d4fa657 libobjc.A.dylib (680) <D55D5807-1FBE-32A5-9105-44D7AFE68C27> /usr/lib/libobjc.A.dylib 0x7fff9d59e000 - 0x7fff9d5b5ff7 libsystem_coretls.dylib (83.40.5) <C90DAE38-4082-381C-A185-2A6A8B677628> /usr/lib/system/libsystem_coretls.dylib 0x7fff9dad9000 - 0x7fff9dadafff libsystem_blocks.dylib (65) <1244D9D5-F6AA-35BB-B307-86851C24B8E5> /usr/lib/system/libsystem_blocks.dylib 0x7fff9dc9c000 - 0x7fff9dd24fff com.apple.CoreSymbolication (3.1 - 58048.1) <4730422E-4178-34F9-8550-BB92F2A4F44B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff9dd25000 - 0x7fff9dd54ffb libsystem_m.dylib (3105) <08E1A4B2-6448-3DFE-A58C-ACC7335BE7E4> /usr/lib/system/libsystem_m.dylib 0x7fff9e41b000 - 0x7fff9e41efff libsystem_sandbox.dylib (460.40.33) <30671DCC-265F-325A-B33D-11CD336B3DA3> /usr/lib/system/libsystem_sandbox.dylib 0x7fff9e45d000 - 0x7fff9e58aff3 com.apple.CoreText (352.0 - 494.11) <08E8640E-6602-3A00-BC28-94235FD311B4> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff9e612000 - 0x7fff9e623ff7 libz.1.dylib (61.20.1) <B3EBB42F-48E3-3287-9F0D-308E04D407AC> /usr/lib/libz.1.dylib 0x7fff9e658000 - 0x7fff9e65dff7 libmacho.dylib (875.1) <318264FA-58F1-39D8-8285-1F6254EE410E> /usr/lib/system/libmacho.dylib 0x7fff9e65e000 - 0x7fff9e698fff com.apple.QD (3.12 - 302) <0FE53180-2895-3D14-A1E7-F82DE1D106E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff9e69c000 - 0x7fff9e6befff com.apple.IconServices (68.1 - 68.1) <CDEEDBE6-F53B-3BA1-82D4-23BCA3DD8949> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff9e6f1000 - 0x7fff9e758fff com.apple.framework.CoreWiFi (11.0 - 1101.20) <993592F1-B3F1-3FAD-87BD-EA83C361BCCF> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff9ed53000 - 0x7fff9ed98ff3 libFontRegistry.dylib (155.1) <F3355C6E-ED33-3506-B10E-2F6995D34BC1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff9f5af000 - 0x7fff9f5affff com.apple.audio.units.AudioUnit (1.13 - 1.13) <93C1D642-37D4-3692-AD35-DCAD04F9610B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff9f706000 - 0x7fff9f706fff com.apple.Carbon (154 - 157) <8F6ED602-5943-3E29-A793-BC331E2C183D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff9f709000 - 0x7fff9f711ffb libsystem_dnssd.dylib (625.40.20) <86A05653-DCA0-3345-B29F-F320029AA05E> /usr/lib/system/libsystem_dnssd.dylib 0x7fff9fc0f000 - 0x7fff9fc17fff libcopyfile.dylib (127) <A48637BC-F3F2-34F2-BB68-4C65FD012832> /usr/lib/system/libcopyfile.dylib 0x7fff9fd6c000 - 0x7fff9fdd2ff7 libsystem_network.dylib (583.40.20) <269E5ADD-6922-31E2-8D55-7B777263AC0D> /usr/lib/system/libsystem_network.dylib 0x7fff9fde8000 - 0x7fff9fde8fff com.apple.Cocoa (6.11 - 22) <807787AB-D231-3F51-A99B-A9314623C571> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff9fde9000 - 0x7fff9fdebff7 com.apple.securityhi (9.0 - 55006) <A4CEFD45-C51C-381C-A57B-FF75D90C680F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 2 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 2574613 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=251.7M resident=0K(0%) swapped_out_or_unallocated=251.7M(100%) Writable regions: Total=184.3M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=184.3M(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate.framework 256K 3 Activity Tracing 2048K 2 CG backing stores 10.4M 6 CG image 20K 6 CG shared images 336K 11 CoreAnimation 32K 5 CoreUI image data 1192K 12 CoreUI image file 192K 4 Dispatch continuations 8192K 2 Kernel Alloc Once 8K 3 MALLOC 130.9M 39 MALLOC guard page 32K 7 Memory Tag 242 12K 2 OpenCL 8K 2 Process Corpse Info 2048K 2 STACK GUARD 56.0M 13 Stack 13.1M 13 VM_ALLOCATE 56K 8 __DATA 18.5M 227 __IMAGE 528K 2 __LINKEDIT 98.6M 26 __TEXT 153.1M 230 __UNICODE 552K 2 mapped file 47.3M 15 shared memory 16.3M 9 =========== ======= ======= TOTAL 559.4M 626 ```
1.0
OSX Crash typing in card search in deck editor - <b>OS:</b> OSX 10.11.4 <b>Cockatrice version:</b> 4f30b5c --- <br> The application crashes after switching to deck editor tab and typing in card search field. ``` Process: cockatrice [67850] Path: /Applications/cockatrice/*/cockatrice.app/Contents/MacOS/cockatrice Identifier: com.cockatrice.cockatrice Version: 0.0.1~git20160411.4f30b5c (0.0.1~git20160411.4f30b5c) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: cockatrice [67850] User ID: 501 Date/Time: 2016-05-01 19:09:49.237 -0700 OS Version: Mac OS X 10.11.4 (15E65) Report Version: 11 Anonymous UUID: 8A006423-0936-552E-F3B3-6A229EED7885 Sleep/Wake UUID: CB77A449-11BF-468D-B3EB-A0E200F6F3B9 Time Awake Since Boot: 540000 seconds Time Since Wake: 880 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: EXC_I386_GPFLT Exception Note: EXC_CORPSE_NOTIFY Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 org.qt-project.QtCore 0x000000010403a364 QSortFilterProxyModel::parent(QModelIndex const&) const + 84 1 org.qt-project.QtWidgets 0x0000000103438a67 QTreeView::isIndexHidden(QModelIndex const&) const + 71 2 org.qt-project.QtWidgets 0x000000010342c86d QTreeView::visualRect(QModelIndex const&) const + 93 3 org.qt-project.QtWidgets 0x00000001033d7414 QAccessibleTableCell::rect() const + 36 4 org.qt-project.QtWidgets 0x00000001033d71e5 QAccessibleTableCell::state() const + 197 5 libqcocoa.dylib 0x00000001069485ba QCocoaAccessible::hasValueAttribute(QAccessibleInterface*) + 58 6 libqcocoa.dylib 0x0000000106944ccd -[QMacAccessibilityElement accessibilityAttributeNames] + 413 7 com.apple.AppKit 0x00007fff8afc7e1a NSAccessibilityEntryPointAttributeNames + 124 8 com.apple.AppKit 0x00007fff8b236552 -[NSObject(NSAccessibilityInternal) _accessibilityAttributeNamesClientError:] + 56 9 com.apple.AppKit 0x00007fff8b239976 CopyAttributeNames + 216 10 com.apple.HIServices 0x00007fff8963323b _AXXMIGCopyAttributeNames + 245 11 com.apple.HIServices 0x00007fff8963c823 _XCopyAttributeNames + 367 12 com.apple.HIServices 0x00007fff89617012 mshMIGPerform + 199 13 com.apple.CoreFoundation 0x00007fff93a63019 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41 14 com.apple.CoreFoundation 0x00007fff93a62f89 __CFRunLoopDoSource1 + 473 15 com.apple.CoreFoundation 0x00007fff93a5a9bb __CFRunLoopRun + 2171 16 com.apple.CoreFoundation 0x00007fff93a59ed8 CFRunLoopRunSpecific + 296 17 com.apple.HIToolbox 0x00007fff91471935 RunCurrentEventLoopInMode + 235 18 com.apple.HIToolbox 0x00007fff9147176f ReceiveNextEventCommon + 432 19 com.apple.HIToolbox 0x00007fff914715af _BlockUntilNextEventMatchingListInModeWithFilter + 71 20 com.apple.AppKit 0x00007fff8ae02efa _DPSNextEvent + 1067 21 com.apple.AppKit 0x00007fff8ae0232a -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454 22 com.apple.AppKit 0x00007fff8adf6e84 -[NSApplication run] + 682 23 libqcocoa.dylib 0x0000000106933e6d QCocoaEventDispatcher::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 2189 24 org.qt-project.QtCore 0x00000001040628f1 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401 25 org.qt-project.QtCore 0x0000000104066cba QCoreApplication::exec() + 346 26 com.cockatrice.cockatrice 0x0000000102538506 main + 1542 27 libdyld.dylib 0x00007fff8ddff5ad start + 1 Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff8c0b5efa kevent_qos + 10 1 libdispatch.dylib 0x00007fff9c3c9165 _dispatch_mgr_invoke + 216 2 libdispatch.dylib 0x00007fff9c3c8dcd _dispatch_mgr_thread + 52 Thread 2:: QThread 0 libsystem_kernel.dylib 0x00007fff8c0b4d3e __pselect + 10 1 libsystem_kernel.dylib 0x00007fff8c0b2274 pselect$1050 + 82 2 org.qt-project.QtCore 0x00000001040baf78 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 104 3 org.qt-project.QtCore 0x00000001040bc070 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timespec*) + 672 4 org.qt-project.QtCore 0x00000001040bd163 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 227 5 org.qt-project.QtCore 0x00000001040628f1 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401 6 org.qt-project.QtCore 0x0000000103ea73b5 QThread::exec() + 117 7 org.qt-project.QtCore 0x0000000103eaae7b QThreadPrivate::start(void*) + 363 8 libsystem_pthread.dylib 0x00007fff90e9499d _pthread_body + 131 9 libsystem_pthread.dylib 0x00007fff90e9491a _pthread_start + 168 10 libsystem_pthread.dylib 0x00007fff90e92351 thread_start + 13 Thread 3:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00007fff8c0aef72 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8c0ae3b3 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff93a5b1c4 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff93a5a68c __CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff93a59ed8 CFRunLoopRunSpecific + 296 5 com.apple.AppKit 0x00007fff8af58e99 _NSEventThread + 149 6 libsystem_pthread.dylib 0x00007fff90e9499d _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff90e9491a _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff90e92351 thread_start + 13 Thread 4:: QFileInfoGatherer 0 libsystem_kernel.dylib 0x00007fff8c0b4db6 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff90e95728 _pthread_cond_wait + 767 2 org.qt-project.QtCore 0x0000000103eac4ab QWaitConditionPrivate::wait(unsigned long) + 75 3 org.qt-project.QtCore 0x0000000103eac362 QWaitCondition::wait(QMutex*, unsigned long) + 162 4 org.qt-project.QtWidgets 0x00000001033bd7a2 QFileInfoGatherer::run() + 114 5 org.qt-project.QtCore 0x0000000103eaae7b QThreadPrivate::start(void*) + 363 6 libsystem_pthread.dylib 0x00007fff90e9499d _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff90e9491a _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff90e92351 thread_start + 13 Thread 5:: QFileInfoGatherer 0 libsystem_kernel.dylib 0x00007fff8c0b4db6 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff90e95728 _pthread_cond_wait + 767 2 org.qt-project.QtCore 0x0000000103eac4ab QWaitConditionPrivate::wait(unsigned long) + 75 3 org.qt-project.QtCore 0x0000000103eac362 QWaitCondition::wait(QMutex*, unsigned long) + 162 4 org.qt-project.QtWidgets 0x00000001033bd7a2 QFileInfoGatherer::run() + 114 5 org.qt-project.QtCore 0x0000000103eaae7b QThreadPrivate::start(void*) + 363 6 libsystem_pthread.dylib 0x00007fff90e9499d _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff90e9491a _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff90e92351 thread_start + 13 Thread 6: 0 libsystem_kernel.dylib 0x00007fff8c0b55e2 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff90e94578 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff90e92341 start_wqthread + 13 Thread 7:: Dispatch queue: NSCGSDisableUpdates 0 libsystem_kernel.dylib 0x00007fff8c0aef72 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8c0ae3b3 mach_msg + 55 2 com.apple.CoreGraphics 0x00007fff8ebd7371 _CGSReenableUpdateForConnection + 92 3 com.apple.CoreGraphics 0x00007fff8ebd7051 CGSReenableUpdateToken + 469 4 libdispatch.dylib 0x00007fff9c3ce93d _dispatch_call_block_and_release + 12 5 libdispatch.dylib 0x00007fff9c3c340b _dispatch_client_callout + 8 6 libdispatch.dylib 0x00007fff9c3c803b _dispatch_queue_drain + 754 7 libdispatch.dylib 0x00007fff9c3ce707 _dispatch_queue_invoke + 549 8 libdispatch.dylib 0x00007fff9c3c340b _dispatch_client_callout + 8 9 libdispatch.dylib 0x00007fff9c3c729b _dispatch_root_queue_drain + 1890 10 libdispatch.dylib 0x00007fff9c3c6b00 _dispatch_worker_thread3 + 91 11 libsystem_pthread.dylib 0x00007fff90e944de _pthread_wqthread + 1129 12 libsystem_pthread.dylib 0x00007fff90e92341 start_wqthread + 13 Thread 8: 0 libsystem_kernel.dylib 0x00007fff8c0b55e2 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff90e94578 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff90e92341 start_wqthread + 13 Thread 9: 0 libsystem_kernel.dylib 0x00007fff8c0b55e2 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff90e94578 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff90e92341 start_wqthread + 13 Thread 10:: Qt bearer thread 0 libsystem_kernel.dylib 0x00007fff8c0b507a __select + 10 1 org.qt-project.QtCore 0x00000001040bb164 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timespec const*) + 596 2 org.qt-project.QtCore 0x00000001040bc070 QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timespec*) + 672 3 org.qt-project.QtCore 0x00000001040bd163 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 227 4 org.qt-project.QtCore 0x00000001040628f1 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401 5 org.qt-project.QtCore 0x0000000103ea73b5 QThread::exec() + 117 6 org.qt-project.QtCore 0x0000000103eaae7b QThreadPrivate::start(void*) + 363 7 libsystem_pthread.dylib 0x00007fff90e9499d _pthread_body + 131 8 libsystem_pthread.dylib 0x00007fff90e9491a _pthread_start + 168 9 libsystem_pthread.dylib 0x00007fff90e92351 thread_start + 13 Thread 11:: QThread 0 libsystem_kernel.dylib 0x00007fff8c0b4c02 __open + 10 1 org.qt-project.QtCore 0x0000000103ff9c61 QFSFileEnginePrivate::nativeOpen(QFlags<QIODevice::OpenModeFlag>) + 993 2 org.qt-project.QtCore 0x0000000103fe9fff QFSFileEngine::open(QFlags<QIODevice::OpenModeFlag>) + 223 3 org.qt-project.QtCore 0x0000000103f9af04 QFile::open(QFlags<QIODevice::OpenModeFlag>) + 260 4 org.qt-project.QtGui 0x00000001038df923 QImageReaderPrivate::initHandler() + 115 5 org.qt-project.QtGui 0x00000001038e24c7 QImageReader::read(QImage*) + 55 6 com.cockatrice.cockatrice 0x0000000102664b8e PictureLoaderWorker::cardImageExistsOnDisk(QString&, QString&) + 1550 7 com.cockatrice.cockatrice 0x00000001026639ab PictureLoaderWorker::processLoadQueue() + 955 8 com.cockatrice.cockatrice 0x00000001026abeb3 PictureLoaderWorker::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 275 9 org.qt-project.QtCore 0x0000000104093208 QObject::event(QEvent*) + 744 10 org.qt-project.QtWidgets 0x0000000103184fa6 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 294 11 org.qt-project.QtWidgets 0x0000000103188294 QApplication::notify(QObject*, QEvent*) + 7956 12 org.qt-project.QtCore 0x00000001040665d7 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 167 13 org.qt-project.QtCore 0x000000010406723b QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 587 14 org.qt-project.QtCore 0x00000001040bd0b7 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 55 15 org.qt-project.QtCore 0x00000001040628f1 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401 16 org.qt-project.QtCore 0x0000000103ea73b5 QThread::exec() + 117 17 org.qt-project.QtCore 0x0000000103eaae7b QThreadPrivate::start(void*) + 363 18 libsystem_pthread.dylib 0x00007fff90e9499d _pthread_body + 131 19 libsystem_pthread.dylib 0x00007fff90e9491a _pthread_start + 168 20 libsystem_pthread.dylib 0x00007fff90e92351 thread_start + 13 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x900007fd1433d160 rbx: 0x00007fff5d7029c0 rcx: 0x00007fd143108950 rdx: 0x00007fd145060598 rdi: 0x00007fff5d7029c0 rsi: 0x00007fd143108950 rbp: 0x00007fff5d7029b0 rsp: 0x00007fff5d702990 r8: 0x000000000000002d r9: 0x000000000000000c r10: 0x00007fd1421eec50 r11: 0x00007fff7aed75c8 r12: 0x00007fd143108e60 r13: 0xffffffffffffffff r14: 0x00007fd143108e60 r15: 0x0000000000000000 rip: 0x000000010403a364 rfl: 0x0000000000010246 cr2: 0x0000000106abe000 Logical CPU: 0 Error Code: 0x02000005 Trap Number: 133 Binary Images: 0x1024f9000 - 0x102b6fff7 +com.cockatrice.cockatrice (0.0.1~git20160411.4f30b5c - 0.0.1~git20160411.4f30b5c) <7ADF8770-914C-3DC7-BC6D-C67C9085E273> /Applications/cockatrice/*/cockatrice.app/Contents/MacOS/cockatrice 0x102d36000 - 0x102dcbfe7 +org.qt-project.QtMultimedia (5.6 - 5.6.0) <2CB20E97-582F-3D0F-A66E-951D64B22EFD> /Applications/cockatrice/*/cockatrice.app/Contents/Frameworks/QtMultimedia.framework/Versions/5/QtMultimedia 0x102e37000 - 0x102e6aff7 +org.qt-project.QtPrintSupport (5.6 - 5.6.0) <632CA999-EC7A-3127-A44A-63494D32484D> /Applications/cockatrice/*/cockatrice.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport 0x102e92000 - 0x102eccfff +org.qt-project.QtSvg (5.6 - 5.6.0) <A81E6867-ABA6-35BE-BD3C-44065F394F10> /Applications/cockatrice/*/cockatrice.app/Contents/Frameworks/QtSvg.framework/Versions/5/QtSvg 0x102eef000 - 0x102f89fff +libprotobuf.9.dylib (0) <6DABC198-5A76-32D6-8548-F44C3846022E> /Applications/cockatrice/*/cockatrice.app/Contents/MacOS/libprotobuf.9.dylib 0x102ff9000 - 0x103104fff +org.qt-project.QtNetwork (5.6 - 5.6.0) <064431E0-0DBF-35B8-89E5-DAD9CF47D216> /Applications/cockatrice/*/cockatrice.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork 0x103174000 - 0x103676fff +org.qt-project.QtWidgets (5.6 - 5.6.0) <EB6CC7A1-B207-3AEE-9969-992BDF80108B> /Applications/cockatrice/*/cockatrice.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets 0x10385b000 - 0x103d2aff7 +org.qt-project.QtGui (5.6 - 5.6.0) <DAF32EA1-2386-3395-94D0-ADB2DC1EC337> /Applications/cockatrice/*/cockatrice.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui 0x103e82000 - 0x10439eff7 +org.qt-project.QtCore (5.6 - 5.6.0) <EFF6B80B-5C30-3A62-8C01-8E863947B48E> /Applications/cockatrice/*/cockatrice.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore 0x1044b7000 - 0x1044bbfff com.apple.agl (3.3.1 - AGL-3.3.1) <9F89C357-50A4-3978-93AB-D2E68CCFA834> /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x10478b000 - 0x1047a0ff3 libCGInterfaces.dylib (317.9) <473434E1-5269-3077-A047-D05E024AE631> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x1047ea000 - 0x1047f3ff7 +libqdds.dylib (0) <F47C0E63-3E2D-3BC7-B1D8-90C4D17DCCCD> /Applications/cockatrice/*/cockatrice.app/Contents/Plugins/imageformats/libqdds.dylib 0x106912000 - 0x106a4ffff +libqcocoa.dylib (0) <C2F4DA00-104C-3901-989E-090A95A025B6> /Applications/cockatrice/*/cockatrice.app/Contents/Plugins/platforms/libqcocoa.dylib 0x108f47000 - 0x108f4dff7 +libqgif.dylib (0) <F99B9829-F096-3EA2-9A6B-A053D183788B> /Applications/cockatrice/*/cockatrice.app/Contents/Plugins/imageformats/libqgif.dylib 0x108f52000 - 0x108f59ff7 +libqicns.dylib (0) <35A42A64-4BE9-3506-A3CB-E087BB4C69CF> /Applications/cockatrice/*/cockatrice.app/Contents/Plugins/imageformats/libqicns.dylib 0x108f5f000 - 0x108f64fff +libqico.dylib (0) <0939BADB-3DEA-3CEC-97DA-CB60527E8BE3> /Applications/cockatrice/*/cockatrice.app/Contents/Plugins/imageformats/libqico.dylib 0x108f69000 - 0x108fa6ff7 +libqjpeg.dylib (0) <4508EF68-D760-350F-ADCA-C5E396486CB1> /Applications/cockatrice/*/cockatrice.app/Contents/Plugins/imageformats/libqjpeg.dylib 0x108fb0000 - 0x108fb4ff7 +libqsvg.dylib (0) <F28F081D-0989-367E-80D0-90C91E98A81F> /Applications/cockatrice/*/cockatrice.app/Contents/Plugins/imageformats/libqsvg.dylib 0x108fb9000 - 0x108fbdfff +libqtga.dylib (0) <BCABCD58-48BA-3702-B2A1-FF492DF3FCBB> /Applications/cockatrice/*/cockatrice.app/Contents/Plugins/imageformats/libqtga.dylib 0x108fc2000 - 0x109024ff7 +libqtiff.dylib (0) <11A682F9-E09E-3700-9831-103E24610CA6> /Applications/cockatrice/*/cockatrice.app/Contents/Plugins/imageformats/libqtiff.dylib 0x109032000 - 0x109036fff +libqwbmp.dylib (0) <393B402A-4A38-304C-B695-5DF298D3CE9E> /Applications/cockatrice/*/cockatrice.app/Contents/Plugins/imageformats/libqwbmp.dylib 0x10903b000 - 0x10909afff +libqwebp.dylib (0) <88480BCF-AA9B-3B3A-B765-6C0E147E85D2> /Applications/cockatrice/*/cockatrice.app/Contents/Plugins/imageformats/libqwebp.dylib 0x10b0c7000 - 0x10b0c7ff7 +cl_kernels (???) <1EA75C05-4FB9-425F-BEA9-F8A4A52590D8> cl_kernels 0x7fff6e006000 - 0x7fff6e03d0d7 dyld (360.21) <D9B236BC-4AC1-325F-B3EF-3F06DBDA7119> /usr/lib/dyld 0x7fff89592000 - 0x7fff89594fff com.apple.xpc.ServiceManagement (1.0 - 1) <F3E14561-5DF4-3429-98ED-8F27A87A343A> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff8960a000 - 0x7fff8960cfff libCVMSPluginSupport.dylib (12.0.40.6) <4AA6710A-6267-3062-BFF2-27DB5E6B5892> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff89610000 - 0x7fff8965cffb com.apple.HIServices (1.22 - 549) <E4E1BD10-F475-3E19-9E0B-A5071D158F47> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff8965d000 - 0x7fff8965effb libSystem.B.dylib (1226.10.1) <CD307E99-FC5C-3575-BCCE-0C861AA63124> /usr/lib/libSystem.B.dylib 0x7fff896f1000 - 0x7fff89700ffb com.apple.LangAnalysis (1.7.0 - 1.7.0) <18D21123-A3E7-3851-974A-08E5D4540475> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff89701000 - 0x7fff89709fff com.apple.AppleSRP (5.0 - 1) <840A5C20-6452-36BB-ACF7-29BA6CBF7C48> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff8988a000 - 0x7fff89986ff7 libFontParser.dylib (158.5) <62796E99-36B7-36B6-8D33-5349F88014C3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff89987000 - 0x7fff89a1cfff com.apple.ink.framework (10.9 - 214) <1F76CF36-3F79-36B8-BC37-C540AF34B338> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff89f45000 - 0x7fff89fd2dd7 com.apple.AppleJPEG (1.0 - 1) <558ACADA-C41F-3EEF-82A0-C2D7B13C5428> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff89fd3000 - 0x7fff89fe5fff libsasl2.2.dylib (209) <2F81C8C9-11A3-3581-B2C1-D8C03AB7D39C> /usr/lib/libsasl2.2.dylib 0x7fff89fe6000 - 0x7fff8a037ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <3D62A9B3-67A8-3F8A-A102-05E310249075> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff8a31f000 - 0x7fff8a38efff com.apple.datadetectorscore (7.0 - 460) <8EF4EECC-4FF1-36DF-84CF-65545555A225> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff8a39b000 - 0x7fff8a641ff7 com.apple.CoreData (120 - 641.3) <A29A5491-6169-372B-828F-84EE0CFD4BC4> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff8a642000 - 0x7fff8a691ff7 com.apple.opencl (2.7.0 - 2.7.0) <307263BA-0368-38C9-A7FB-25920343D0DF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff8a692000 - 0x7fff8a778ff7 libcrypto.0.9.8.dylib (59.40.2) <2486D801-C756-3488-B519-1AA6807E8948> /usr/lib/libcrypto.0.9.8.dylib 0x7fff8a9a6000 - 0x7fff8a9cfffb libRIP.A.dylib (957) <5F18F20D-5921-3314-A9F8-F1B1CB62C83D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff8a9f1000 - 0x7fff8aa13ff7 com.apple.Sharing (442.13.6 - 442.13.6) <DDD2811C-6ECB-32F2-8EE1-69BF9657B4A8> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff8ac8f000 - 0x7fff8ac8ffff libmetal_timestamp.dylib (600.0.44.1) <6576F284-BACA-332A-A6E7-FA1C347636E3> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib 0x7fff8ac90000 - 0x7fff8ad05fff com.apple.framework.IOKit (2.0.2 - 1179.40.20) <FB2AD43B-905D-3BD0-BE17-ACE7D4D13E24> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff8adba000 - 0x7fff8b9e3fff com.apple.AppKit (6.9 - 1404.46) <2492D315-76B6-320B-B542-231FCA44CA48> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff8b9e4000 - 0x7fff8b9f7fff com.apple.CoreBluetooth (1.0 - 1) <E54CA9A2-A5C6-30C5-9D6E-8472DBA9371E> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff8ba18000 - 0x7fff8bad1ff7 libvMisc.dylib (563.5) <BF612F7D-FA3B-3F9F-8BE7-8D1BCB21ECC5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff8bad2000 - 0x7fff8baedff7 libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib 0x7fff8bf3f000 - 0x7fff8bf41fff com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff8bf67000 - 0x7fff8bf78ff7 libsystem_trace.dylib (201.10.3) <25104542-5251-3E8D-B14A-9E37207218BC> /usr/lib/system/libsystem_trace.dylib 0x7fff8bf79000 - 0x7fff8bf80ff7 libcompiler_rt.dylib (62) <A13ECF69-F59F-38AE-8609-7B731450FBCD> /usr/lib/system/libcompiler_rt.dylib 0x7fff8c09e000 - 0x7fff8c0bcff7 libsystem_kernel.dylib (3248.40.184) <88C17B7F-1CD8-3979-A1A9-F7BDB4FCE789> /usr/lib/system/libsystem_kernel.dylib 0x7fff8c0bd000 - 0x7fff8c0e2ff7 libPng.dylib (1444) <2D5C0007-DC24-3846-AE75-525D461FF3E6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff8c0ee000 - 0x7fff8c149ff7 libTIFF.dylib (1444) <6DC2EAE6-0AF5-33CA-9037-38652B14D935> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff8c599000 - 0x7fff8c5a1fff com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) <7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff8c79f000 - 0x7fff8c7e1ff7 com.apple.Metal (56.6 - 56.6) <7DCBE573-B713-3C50-A16E-2F33A84C3CFB> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff8c8f3000 - 0x7fff8c93ffff com.apple.print.framework.PrintCore (11.2 - 472.2) <5AE8AA6B-CE09-397D-B0D4-0F9CCBF1F77D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff8c940000 - 0x7fff8ca4eff3 com.apple.desktopservices (1.10.3 - 1.10.3) <3A6906D4-C0B8-30D1-B589-0466E5E42B69> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff8cefd000 - 0x7fff8cf00fff libCoreVMClient.dylib (119.5) <560D70FB-709F-3030-96C9-F249FCB7DA6D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff8cf46000 - 0x7fff8d151fff libFosl_dynamic.dylib (16.24) <5F9DB82D-FD4B-3952-8531-CE020F93ED49> /usr/lib/libFosl_dynamic.dylib 0x7fff8db78000 - 0x7fff8db7dfff com.apple.TCC (1.0 - 1) <50F7EC60-5B21-3B9B-BF2F-F037EA7B12FB> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff8db7e000 - 0x7fff8db8afff com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <6BA06290-D4A3-351C-87F9-B61EF61FF055> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff8dbde000 - 0x7fff8dbe9ff7 libcommonCrypto.dylib (60075.40.2) <B9D08EB8-FB35-3F7B-8A1C-6FCE3F07B7E7> /usr/lib/system/libcommonCrypto.dylib 0x7fff8ddb9000 - 0x7fff8ddf7ff7 libGLImage.dylib (12.0.40.6) <734B133F-E789-3A25-9DE6-1CCBA4896D4D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff8ddfc000 - 0x7fff8ddffffb libdyld.dylib (360.21) <8390E026-F7DE-3C32-9486-3DFF6BD131B0> /usr/lib/system/libdyld.dylib 0x7fff8de1c000 - 0x7fff8de1cfff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <848125D3-AF14-3526-8745-FFCDB200CD76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff8de32000 - 0x7fff8de49fff libmarisa.dylib (4) <E4919B03-D9BD-3AF8-B436-C415C98E3F0A> /usr/lib/libmarisa.dylib 0x7fff8dfde000 - 0x7fff8dfecff7 libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib 0x7fff8e9f8000 - 0x7fff8ea8efff com.apple.ColorSync (4.9.0 - 4.9.0) <8FC37E20-6579-3CB2-9D49-BC39FC38DF87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff8eb76000 - 0x7fff8fddeffb com.apple.CoreGraphics (1.600.0 - 957) <C403FF5C-1B6F-3810-90B1-F5477828A701> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff8fed8000 - 0x7fff8fedbfff com.apple.IOSurface (108.2.1 - 108.2.1) <A0037B0A-277A-393E-9BF6-688595BD564D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff8fedc000 - 0x7fff8ff83fff com.apple.LanguageModeling (1.0 - 1) <58C18A47-BDE7-3CBE-81C0-797029D170A1> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff8ffd4000 - 0x7fff8ffd4fff libOpenScriptingUtil.dylib (169.1) <AD0DAC8A-9849-3077-999F-9AEC6112BDAB> /usr/lib/libOpenScriptingUtil.dylib 0x7fff90097000 - 0x7fff90105ff7 com.apple.ApplicationServices.ATS (377 - 394.3) <847DBFBA-8D6B-367B-99FD-C6CAA8C05C65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff90111000 - 0x7fff90111fff libenergytrace.dylib (10.40.1) <0A491CA7-3451-3FD5-999A-58AB4362682B> /usr/lib/libenergytrace.dylib 0x7fff90136000 - 0x7fff90152ff3 libresolv.9.dylib (60) <A650B5C8-1950-36A0-86D1-0B2465318BFA> /usr/lib/libresolv.9.dylib 0x7fff9017d000 - 0x7fff90181fff com.apple.CommonPanels (1.2.6 - 96) <4AE7E5AE-55B3-37FA-9BDE-B23147ADA2E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff90182000 - 0x7fff90185ff7 libCoreFSCache.dylib (119.5) <2389D7DA-B8EF-3EB4-AAAF-FBEDE01CDECA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff90196000 - 0x7fff90197fff liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib 0x7fff90198000 - 0x7fff9059afff libLAPACK.dylib (1162.2) <42238ED4-6B7A-39D0-BFF2-304A0C287213> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff9059b000 - 0x7fff906e5ff7 com.apple.coreui (2.1 - 366.1) <A3868F31-ACF4-3EA5-9E75-79ED44FA7F06> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff90e7f000 - 0x7fff90e90fff libcmph.dylib (6) <BA4BF2C6-7F4E-33B8-9DD7-619C9EB83ECF> /usr/lib/libcmph.dylib 0x7fff90e91000 - 0x7fff90e9aff7 libsystem_pthread.dylib (138.10.4) <3DD1EF4C-1D1B-3ABF-8CC6-B3B1CEEE9559> /usr/lib/system/libsystem_pthread.dylib 0x7fff90f0e000 - 0x7fff90f2afff com.apple.GenerationalStorage (2.0 - 239.1) <8C821448-4294-3736-9CEF-467C93785CB9> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff90f31000 - 0x7fff90f35fff libpam.2.dylib (20) <CFCD19BD-87BC-3F2B-BB1C-4C23E8E55F1A> /usr/lib/libpam.2.dylib 0x7fff90fb6000 - 0x7fff90fbefff libsystem_networkextension.dylib (385.40.36) <66095DC7-6539-38F2-95EE-458F15F6D014> /usr/lib/system/libsystem_networkextension.dylib 0x7fff90fbf000 - 0x7fff9101dfff com.apple.SystemConfiguration (1.14 - 1.14) <10082F58-6190-3A7C-8B6C-C12B16DC793A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff9135a000 - 0x7fff91440fef unorm8_bgra.dylib (2.7.3) <B315AE9C-9E09-3D9F-9513-EC2195908516> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib 0x7fff91441000 - 0x7fff91736fff com.apple.HIToolbox (2.1.1 - 807.2) <871E5223-5D03-3649-98AF-9CCA3B41E307> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff9173a000 - 0x7fff9173bfff libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff9173c000 - 0x7fff9173eff7 libsystem_configuration.dylib (802.40.13) <3DEB7DF9-6804-37E1-BC83-0166882FF0FF> /usr/lib/system/libsystem_configuration.dylib 0x7fff91742000 - 0x7fff9174afff com.apple.frameworks.CoreDaemon (1.3 - 1.3) <CC53DC12-9231-3C4F-921B-9A770D463323> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff9174b000 - 0x7fff917bfff7 com.apple.Heimdal (4.0 - 2.0) <5D365381-8B5E-3259-8867-FC4A7D307BDE> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff91814000 - 0x7fff91871fff com.apple.CoreServices.OSServices (728.8 - 728.8) <4CE49D8A-8304-3347-9379-6075CB906419> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff918e8000 - 0x7fff9191fff7 com.apple.LDAPFramework (2.4.28 - 194.5) <9AE33BF2-FB17-342D-8F1E-5F83C6E6EB69> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff91a43000 - 0x7fff91a43fff com.apple.CoreServices (728.9 - 728.9) <78CB3EAC-A66E-3FD9-A1DF-A9CF227ED3C3> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff91a44000 - 0x7fff91a72ff7 com.apple.CoreServicesInternal (248.2 - 248.2) <6E111F0A-D7F1-3738-ADE7-CF983BD4EC8B> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff91e77000 - 0x7fff91f4dffb com.apple.DiskImagesFramework (10.11.3 - 417.2) <7412BC0B-A895-350D-B829-1E3A6FF5EC3F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff91f4e000 - 0x7fff91f5cfff libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib 0x7fff9200b000 - 0x7fff921cbffb libBLAS.dylib (1162.2) <B4C21826-5EB3-3C6D-B75D-CA4886E2B6A6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff925f7000 - 0x7fff9271cff7 com.apple.LaunchServices (728.8 - 728.8) <FDA38B17-82E2-322F-A008-B9207A6EA668> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff92730000 - 0x7fff9274dff7 com.apple.AppleVPAFramework (2.1.2 - 2.1.2) <F4AF2363-B28E-3097-AB1E-FDA1C92F8F56> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA 0x7fff9274e000 - 0x7fff9274fffb libremovefile.dylib (41) <552EF39E-14D7-363E-9059-4565AC2F894E> /usr/lib/system/libremovefile.dylib 0x7fff92760000 - 0x7fff929f6fff libmecabra.dylib (696.5) <EF6C0BD4-5FE8-34FB-8ADF-69A53CEC97A9> /usr/lib/libmecabra.dylib 0x7fff929fb000 - 0x7fff92e29fff com.apple.vision.FaceCore (3.3.1 - 3.3.1) <E54028EA-4217-3078-A2B1-C52E4214D59E> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff936bf000 - 0x7fff9374eff7 libCoreStorage.dylib (517.20.1) <EC540EAA-089C-36D9-BBAA-0684EDE098AB> /usr/lib/libCoreStorage.dylib 0x7fff9374f000 - 0x7fff93755ff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <9E5A980A-F455-32D5-BBEE-3BD6018CC45E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff93756000 - 0x7fff93761fff libkxld.dylib (3248.40.184) <6F776D34-D06C-3C48-B753-D0FB375A4A8A> /usr/lib/system/libkxld.dylib 0x7fff937d6000 - 0x7fff937defef libcldcpuengine.dylib (2.7.3) <B385841A-B573-3A91-9BEB-CC89CB2716B3> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff937df000 - 0x7fff93853ff3 com.apple.securityfoundation (6.0 - 55126) <1F6BDF18-3CF0-3E85-8D9B-0663599B9949> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff93854000 - 0x7fff93854ff7 liblaunch.dylib (765.40.36) <1CD7619D-AF2E-34D1-8EC6-8021CF473D9B> /usr/lib/system/liblaunch.dylib 0x7fff93855000 - 0x7fff93947ff7 libJP2.dylib (1444) <D57AECF4-013C-3BCF-B6CE-3D033664419E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff93948000 - 0x7fff939b3ff7 com.apple.framework.CoreWLAN (11.0 - 1101.20) <3B35C543-7FCE-333F-80C1-432FA41DDCDE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff939b4000 - 0x7fff939d0ff7 libextension.dylib (78) <FD952DA6-BBEC-3CB6-98B3-E1D111C5C54E> /usr/lib/libextension.dylib 0x7fff939d1000 - 0x7fff93e47fff com.apple.CoreFoundation (6.9 - 1258.1) <943A1383-DA6A-3DC0-ABCD-D9AEB3D0D34D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff93e48000 - 0x7fff93e77ff7 com.apple.DictionaryServices (1.2 - 250.3) <30250542-CBAA-39C1-91AA-B57A5DE17594> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff93e78000 - 0x7fff93f28fff com.apple.backup.framework (1.7.4 - 1.7.4) <F304E9D1-991A-379E-9659-BF85C35B4808> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff93f54000 - 0x7fff93ff8fff com.apple.Bluetooth (4.4.4 - 4.4.4f4) <BCF89EFE-853D-3AEA-AE31-DC8293C7284F> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff94039000 - 0x7fff94039fff com.apple.ApplicationServices (48 - 48) <ADD57D3A-142F-3EF5-BFD8-EACD82164884> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff94183000 - 0x7fff94351ff3 com.apple.QuartzCore (1.11 - 410.14) <0283748A-8318-36AC-8B30-8A951FEB305A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff94352000 - 0x7fff94376fff com.apple.MultitouchSupport.framework (304.10.2 - 304.10.2) <CE75EDA3-2B22-3968-834E-550EA870ECC8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff94511000 - 0x7fff94538fff com.apple.ChunkingLibrary (167 - 167) <AD7F285C-005E-36BB-98A3-5826413533BE> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff94539000 - 0x7fff9456cff7 com.apple.MediaKit (16 - 809) <BF8032FE-6645-37F6-A622-BC7EEE3EAABF> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff945dc000 - 0x7fff945e5fff com.apple.icloud.FindMyDevice (1.0 - 1) <B9C741F2-6FAC-3BA7-B6E0-9A910C6E8D4E> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice 0x7fff945e6000 - 0x7fff945ecfff com.apple.IOAccelerator (205.3 - 205.3) <851B6BF8-5B7F-3FB5-9E45-10AAE3BF7438> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff945ed000 - 0x7fff945efff7 libRadiance.dylib (1444) <1B89630A-A096-39D8-BE4D-DF1596B368E0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff945f3000 - 0x7fff94641fff libcurl.4.dylib (90) <12E01E4B-24C9-394C-9D2C-85CF85D5F459> /usr/lib/libcurl.4.dylib 0x7fff94693000 - 0x7fff9492dfff com.apple.security (7.0 - 57337.40.85) <7C5B8DEF-3D02-3410-9BD3-2B1251F84D4B> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff9492e000 - 0x7fff94932fff libcache.dylib (75) <9548AAE9-2AB7-3525-9ECE-A2A7C4688447> /usr/lib/system/libcache.dylib 0x7fff94933000 - 0x7fff94935ff7 libquarantine.dylib (80) <0F4169F0-0C84-3A25-B3AE-E47B3586D908> /usr/lib/system/libquarantine.dylib 0x7fff94936000 - 0x7fff94941fff com.apple.CrashReporterSupport (10.11 - 717) <474544AD-1199-3ECC-90E5-071847BA72C6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff949e4000 - 0x7fff94ad3ffb libxml2.2.dylib (29.5) <4096C2EA-6659-3F22-AC60-1E2F30BDD2B7> /usr/lib/libxml2.2.dylib 0x7fff94af1000 - 0x7fff94b0bfff com.apple.Kerberos (3.0 - 1) <1B4744BF-E5AE-38E2-AA56-E22D3270F2E8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff94bc1000 - 0x7fff9507ffcf com.apple.vImage (8.0 - 8.0) <85FB412E-EB30-3433-A79B-B3970FC83580> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff950b7000 - 0x7fff95107ff7 com.apple.Symbolication (1.4 - 58044) <F70BF765-FBE9-3F1E-85CA-BB2F8E53E8C2> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff95175000 - 0x7fff951a0ffb libarchive.2.dylib (33.20.2) <6C370A21-63FD-3A68-B4B3-5333F24B770B> /usr/lib/libarchive.2.dylib 0x7fff951c9000 - 0x7fff951e5ff7 libsystem_malloc.dylib (67.40.1) <5748E8B2-F81C-34C6-8B13-456213127678> /usr/lib/system/libsystem_malloc.dylib 0x7fff955bf000 - 0x7fff955f0fff com.apple.GSS (4.0 - 2.0) <B490333A-3B3E-397A-AD75-68846E9A9140> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff9561b000 - 0x7fff95632ff7 libsystem_asl.dylib (323.40.3) <007F9094-317A-33EA-AF62-BAEAAB48C0F7> /usr/lib/system/libsystem_asl.dylib 0x7fff95633000 - 0x7fff9563bfff libGFXShared.dylib (12.0.40.6) <1CDE5AEF-3E44-3547-879E-BB490EE7702C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff9563c000 - 0x7fff95759fff libsqlite3.dylib (216.4) <DC3D59E7-91A3-374F-957C-6699729CD82B> /usr/lib/libsqlite3.dylib 0x7fff9575a000 - 0x7fff95923ff7 com.apple.ImageIO.framework (3.3.0 - 1444) <6A50AFBF-60BE-3845-AE29-843BD8238F17> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff95aca000 - 0x7fff95acdff7 com.apple.help (1.3.3 - 46) <35DA4D48-0BC2-35A1-8D7C-40905CDF4F64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff95e27000 - 0x7fff95e50ff7 libxslt.1.dylib (14.1) <27DE3F2E-CE96-3327-A563-788EE3E2775B> /usr/lib/libxslt.1.dylib 0x7fff95e51000 - 0x7fff95e67ff7 libLinearAlgebra.dylib (1162.2) <FFE54EDF-F06F-3C0A-864A-4CA7BBFD4B2D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff95efc000 - 0x7fff95f07ff7 libChineseTokenizer.dylib (16) <79B8C67A-3061-3C78-92CD-4650719E68D4> /usr/lib/libChineseTokenizer.dylib 0x7fff95f35000 - 0x7fff95f3eff3 libsystem_notify.dylib (150.40.1) <D48BDE34-0F7E-34CA-A0FF-C578E39987CC> /usr/lib/system/libsystem_notify.dylib 0x7fff95f3f000 - 0x7fff96051fef libvDSP.dylib (563.5) <5702650E-DF08-3D58-B16F-9EF0A28702B3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff96052000 - 0x7fff96056fff libGIF.dylib (1444) <F1F581A7-AC59-3A82-9970-25F7F7C72ABD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff961be000 - 0x7fff961cafff com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <71DA00B8-5EA2-326B-8814-59DB25512F65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff9649c000 - 0x7fff9649fffb libScreenReader.dylib (426.42) <16FC79D1-4573-3E90-945F-CBA22D5185FD> /usr/lib/libScreenReader.dylib 0x7fff964a0000 - 0x7fff964a2ffb libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib 0x7fff9675c000 - 0x7fff96796ff7 com.apple.DebugSymbols (132 - 132) <23A42C53-B941-3871-9EE2-4C87A46005B5> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff96797000 - 0x7fff967a1fff com.apple.NetAuth (6.0 - 6.0) <D692B1EF-534F-3892-8E2F-2BBA7C8AFD74> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff967a2000 - 0x7fff969affff libicucore.A.dylib (551.51) <35315A29-E21C-3CC5-8BD6-E07A3AE8FC0D> /usr/lib/libicucore.A.dylib 0x7fff969b0000 - 0x7fff969f6ff7 libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib 0x7fff96a30000 - 0x7fff96a32fff libCGXType.A.dylib (957) <B901C222-E779-32EB-96C2-5A707A09FC5B> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff96a90000 - 0x7fff96ab9fff libsystem_info.dylib (477.40.5) <6B01C09E-A3E5-3C71-B370-D0CABD11A436> /usr/lib/system/libsystem_info.dylib 0x7fff96aba000 - 0x7fff96b9aff7 unorm8_rgba.dylib (2.7.3) <9EB6C346-CFF6-32D7-B4A1-2409DFBCB216> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib 0x7fff97cc8000 - 0x7fff97cc8ff7 libunc.dylib (29) <DDB1E947-C775-33B8-B461-63E5EB698F0E> /usr/lib/system/libunc.dylib 0x7fff97cc9000 - 0x7fff97ccafff libsystem_secinit.dylib (20) <32B1A8C6-DC84-3F4F-B8CE-9A52B47C3E6B> /usr/lib/system/libsystem_secinit.dylib 0x7fff98e8f000 - 0x7fff98f06feb libcorecrypto.dylib (335.40.8) <9D300121-CAF8-3894-8774-DF38FA65F238> /usr/lib/system/libcorecrypto.dylib 0x7fff98fff000 - 0x7fff99353fff com.apple.Foundation (6.9 - 1258) <51833143-6CAE-3E1C-9FBA-BCDEB48D4ADF> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff9a25d000 - 0x7fff9a25ffff libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib 0x7fff9a345000 - 0x7fff9a351ff7 com.apple.OpenDirectory (10.11 - 194) <31A67AD5-5CC2-350A-96D7-821DF4BC4196> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff9a49c000 - 0x7fff9a529fff libsystem_c.dylib (1082.20.4) <CDEBF2BB-A578-30F5-846F-96274951C3C5> /usr/lib/system/libsystem_c.dylib 0x7fff9a543000 - 0x7fff9a6e9ff7 com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <082319FC-59F2-3D36-AC9B-94759724E302> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff9a847000 - 0x7fff9a84ffff com.apple.NetFS (6.0 - 4.0) <842A5346-24C3-3F22-9ECF-E586A10EA1F2> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff9a89b000 - 0x7fff9a8bfff7 libJPEG.dylib (1444) <BECAD377-4E20-37BE-BEC2-0A1D33497496> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff9a8c0000 - 0x7fff9a8e9ff7 libxpc.dylib (765.40.36) <2CC7CF36-66D4-301B-A6D8-EBAE7405B008> /usr/lib/system/libxpc.dylib 0x7fff9a8ea000 - 0x7fff9a913fff com.apple.ProtectedCloudStorage (1.0 - 1) <4850F751-E61B-30C0-B89A-B313601D3DB5> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fff9a97a000 - 0x7fff9a9bfff7 com.apple.coreservices.SharedFileList (24.4 - 24.5) <1D2AD77B-778F-3253-A295-3D0A32A8121C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff9a9c0000 - 0x7fff9a9c5ff3 libunwind.dylib (35.3) <F6EB48E5-4D12-359A-AB54-C937FBBE9043> /usr/lib/system/libunwind.dylib 0x7fff9aa8d000 - 0x7fff9ab47fff com.apple.DiscRecording (9.0.1 - 9010.4.3) <540853B2-B123-3560-8023-C92EE229051A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff9b47d000 - 0x7fff9b69eff7 com.apple.CoreImage (11.4.0 - 366.4.19) <6EE4A686-50C8-3D77-A036-BE8AA0F8A2FD> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff9b69f000 - 0x7fff9b6a0ff3 com.apple.print.framework.Print (10.0 - 266) <3E85F70C-D7D4-34E1-B88A-C1F503F99CDA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff9b6a6000 - 0x7fff9b6a6ff7 libkeymgr.dylib (28) <8371CE54-5FDD-3CE9-B3DF-E98C761B6FE0> /usr/lib/system/libkeymgr.dylib 0x7fff9bd64000 - 0x7fff9c049ffb com.apple.CoreServices.CarbonCore (1136.2 - 1136.2) <2DBAFC9A-6CD6-351D-B1F4-87D81AA6D640> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff9c04a000 - 0x7fff9c064ff3 liblzma.5.dylib (10) <CC03591B-FA57-3CA5-AC81-0D76033AC0CE> /usr/lib/liblzma.5.dylib 0x7fff9c068000 - 0x7fff9c0b9ff7 libcups.2.dylib (435.1) <4198A94D-A46C-39AA-92B6-83D0BA507D6C> /usr/lib/libcups.2.dylib 0x7fff9c0ba000 - 0x7fff9c129fff com.apple.SearchKit (1.4.0 - 1.4.0) <F159A888-34CA-36F1-AC8E-EB1B38C9DFB3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff9c12a000 - 0x7fff9c12afff com.apple.Accelerate (1.10 - Accelerate 1.10) <5831771A-C1C3-3625-9FE9-2CCB6B2E7EE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff9c136000 - 0x7fff9c13efef libsystem_platform.dylib (74.40.2) <29A905EF-6777-3C33-82B0-6C3A88C4BA15> /usr/lib/system/libsystem_platform.dylib 0x7fff9c13f000 - 0x7fff9c140fff com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff9c173000 - 0x7fff9c181fff com.apple.opengl (12.0.40 - 12.0.40) <AEA28993-BA3E-3E0F-A2F5-88C312ABB634> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff9c30b000 - 0x7fff9c31bfff libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib 0x7fff9c31c000 - 0x7fff9c350ff7 com.apple.CoreVideo (1.8 - 191.3) <1AA24A1B-CB84-3F6B-B6DE-11494542649C> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff9c360000 - 0x7fff9c369ff7 com.apple.CommonAuth (4.0 - 2.0) <4B8673E1-3697-3FE2-8D30-AC7AC5D4F8BF> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff9c36a000 - 0x7fff9c3a2ff7 com.apple.RemoteViewServices (2.0 - 101) <B2881449-8CFE-3D1C-B4BF-155640392533> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff9c3c1000 - 0x7fff9c3eefff libdispatch.dylib (501.40.12) <C7499857-61A5-3D7D-A5EA-65DCC8C3DF92> /usr/lib/system/libdispatch.dylib 0x7fff9c420000 - 0x7fff9c439fe7 libcompression.dylib (28) <F83F421D-115D-3457-A9AA-1BEB5070A30B> /usr/lib/libcompression.dylib 0x7fff9c4ae000 - 0x7fff9c4b9fff libcsfde.dylib (517.20.1) <6FFC376E-E141-37EE-800A-004080A50091> /usr/lib/libcsfde.dylib 0x7fff9c4ba000 - 0x7fff9c638fff com.apple.UIFoundation (1.0 - 436.1) <AABB5267-E7B7-3D75-B051-E665BDA8DEF4> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff9c68f000 - 0x7fff9c6a8fff com.apple.CFOpenDirectory (10.11 - 194) <11F95672-55E0-3F9D-9171-5E8C56AEE948> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff9c6a9000 - 0x7fff9c6d2fff libc++abi.dylib (125) <DCCC8177-3D09-35BC-9784-2A04FEC4C71B> /usr/lib/libc++abi.dylib 0x7fff9c6d3000 - 0x7fff9c95aff7 com.apple.CFNetwork (760.4.2 - 760.4.2) <24C4A390-3079-358A-8D51-75A3E818A6DF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff9c95b000 - 0x7fff9c960ff7 libheimdal-asn1.dylib (453.40.10) <981DE40B-FA16-36F7-BE92-8C8A115D6CD9> /usr/lib/libheimdal-asn1.dylib 0x7fff9c9cc000 - 0x7fff9ca21fff com.apple.AE (701 - 701) <AD492742-F884-386B-A450-FAC281B9FFA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff9ca22000 - 0x7fff9ca41ff7 com.apple.framework.Apple80211 (11.0 - 1121.34) <AE7795B8-4590-3714-999D-3FBFF6BF5D93> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff9cc87000 - 0x7fff9ccc8ff7 libGLU.dylib (12.0.40.6) <C56DDF90-CF6D-30D2-A3E6-89288BE69DCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff9ccf9000 - 0x7fff9cd09fff libSparseBLAS.dylib (1162.2) <6F591A0F-80D0-384D-8304-B035C4ED1BBD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff9cd0a000 - 0x7fff9cdfcff7 libiconv.2.dylib (44) <F05A0A5A-92A9-3668-8F20-F27CBDA26BE9> /usr/lib/libiconv.2.dylib 0x7fff9cdfd000 - 0x7fff9ce50ff7 libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib 0x7fff9ce69000 - 0x7fff9ce6bfff com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff9ce6c000 - 0x7fff9ce77fff libGL.dylib (12.0.40.6) <4FC6D3F9-6582-3E7D-A7D1-E035F0E26697> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff9ce78000 - 0x7fff9ce91fff com.apple.openscripting (1.7.1 - 169.1) <36EBF6A7-334A-3197-838F-E8C7B27FCDBB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff9ce92000 - 0x7fff9cf1bff7 com.apple.PerformanceAnalysis (1.0 - 1) <608E8C50-6F59-3FEB-B822-D9B02F328716> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff9cfc8000 - 0x7fff9d068fff com.apple.Metadata (10.7.0 - 972.29.1) <F19E0200-6937-3799-9C67-D26C2CE5AA5F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff9d170000 - 0x7fff9d175fff com.apple.ImageCapture (9.0 - 9.0) <ACECF0B7-7D92-3A22-BF47-E8FADF4C5378> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff9d180000 - 0x7fff9d185fff com.apple.DiskArbitration (2.7 - 2.7) <F55902AA-5316-3255-A701-FDED5B553065> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff9d18f000 - 0x7fff9d4fa657 libobjc.A.dylib (680) <D55D5807-1FBE-32A5-9105-44D7AFE68C27> /usr/lib/libobjc.A.dylib 0x7fff9d59e000 - 0x7fff9d5b5ff7 libsystem_coretls.dylib (83.40.5) <C90DAE38-4082-381C-A185-2A6A8B677628> /usr/lib/system/libsystem_coretls.dylib 0x7fff9dad9000 - 0x7fff9dadafff libsystem_blocks.dylib (65) <1244D9D5-F6AA-35BB-B307-86851C24B8E5> /usr/lib/system/libsystem_blocks.dylib 0x7fff9dc9c000 - 0x7fff9dd24fff com.apple.CoreSymbolication (3.1 - 58048.1) <4730422E-4178-34F9-8550-BB92F2A4F44B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff9dd25000 - 0x7fff9dd54ffb libsystem_m.dylib (3105) <08E1A4B2-6448-3DFE-A58C-ACC7335BE7E4> /usr/lib/system/libsystem_m.dylib 0x7fff9e41b000 - 0x7fff9e41efff libsystem_sandbox.dylib (460.40.33) <30671DCC-265F-325A-B33D-11CD336B3DA3> /usr/lib/system/libsystem_sandbox.dylib 0x7fff9e45d000 - 0x7fff9e58aff3 com.apple.CoreText (352.0 - 494.11) <08E8640E-6602-3A00-BC28-94235FD311B4> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff9e612000 - 0x7fff9e623ff7 libz.1.dylib (61.20.1) <B3EBB42F-48E3-3287-9F0D-308E04D407AC> /usr/lib/libz.1.dylib 0x7fff9e658000 - 0x7fff9e65dff7 libmacho.dylib (875.1) <318264FA-58F1-39D8-8285-1F6254EE410E> /usr/lib/system/libmacho.dylib 0x7fff9e65e000 - 0x7fff9e698fff com.apple.QD (3.12 - 302) <0FE53180-2895-3D14-A1E7-F82DE1D106E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff9e69c000 - 0x7fff9e6befff com.apple.IconServices (68.1 - 68.1) <CDEEDBE6-F53B-3BA1-82D4-23BCA3DD8949> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff9e6f1000 - 0x7fff9e758fff com.apple.framework.CoreWiFi (11.0 - 1101.20) <993592F1-B3F1-3FAD-87BD-EA83C361BCCF> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff9ed53000 - 0x7fff9ed98ff3 libFontRegistry.dylib (155.1) <F3355C6E-ED33-3506-B10E-2F6995D34BC1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff9f5af000 - 0x7fff9f5affff com.apple.audio.units.AudioUnit (1.13 - 1.13) <93C1D642-37D4-3692-AD35-DCAD04F9610B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff9f706000 - 0x7fff9f706fff com.apple.Carbon (154 - 157) <8F6ED602-5943-3E29-A793-BC331E2C183D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff9f709000 - 0x7fff9f711ffb libsystem_dnssd.dylib (625.40.20) <86A05653-DCA0-3345-B29F-F320029AA05E> /usr/lib/system/libsystem_dnssd.dylib 0x7fff9fc0f000 - 0x7fff9fc17fff libcopyfile.dylib (127) <A48637BC-F3F2-34F2-BB68-4C65FD012832> /usr/lib/system/libcopyfile.dylib 0x7fff9fd6c000 - 0x7fff9fdd2ff7 libsystem_network.dylib (583.40.20) <269E5ADD-6922-31E2-8D55-7B777263AC0D> /usr/lib/system/libsystem_network.dylib 0x7fff9fde8000 - 0x7fff9fde8fff com.apple.Cocoa (6.11 - 22) <807787AB-D231-3F51-A99B-A9314623C571> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff9fde9000 - 0x7fff9fdebff7 com.apple.securityhi (9.0 - 55006) <A4CEFD45-C51C-381C-A57B-FF75D90C680F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 2 thread_create: 0 thread_set_state: 0 Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 Calls made by all processes on this machine: task_for_pid: 2574613 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=251.7M resident=0K(0%) swapped_out_or_unallocated=251.7M(100%) Writable regions: Total=184.3M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=184.3M(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate.framework 256K 3 Activity Tracing 2048K 2 CG backing stores 10.4M 6 CG image 20K 6 CG shared images 336K 11 CoreAnimation 32K 5 CoreUI image data 1192K 12 CoreUI image file 192K 4 Dispatch continuations 8192K 2 Kernel Alloc Once 8K 3 MALLOC 130.9M 39 MALLOC guard page 32K 7 Memory Tag 242 12K 2 OpenCL 8K 2 Process Corpse Info 2048K 2 STACK GUARD 56.0M 13 Stack 13.1M 13 VM_ALLOCATE 56K 8 __DATA 18.5M 227 __IMAGE 528K 2 __LINKEDIT 98.6M 26 __TEXT 153.1M 230 __UNICODE 552K 2 mapped file 47.3M 15 shared memory 16.3M 9 =========== ======= ======= TOTAL 559.4M 626 ```
defect
osx crash typing in card search in deck editor os osx cockatrice version the application crashes after switching to deck editor tab and typing in card search field process cockatrice path applications cockatrice cockatrice app contents macos cockatrice identifier com cockatrice cockatrice version code type native parent process responsible cockatrice user id date time os version mac os x report version anonymous uuid sleep wake uuid time awake since boot seconds time since wake seconds system integrity protection enabled crashed thread dispatch queue com apple main thread exception type exc bad access sigsegv exception codes exc gpflt exception note exc corpse notify thread crashed dispatch queue com apple main thread org qt project qtcore qsortfilterproxymodel parent qmodelindex const const org qt project qtwidgets qtreeview isindexhidden qmodelindex const const org qt project qtwidgets qtreeview visualrect qmodelindex const const org qt project qtwidgets qaccessibletablecell rect const org qt project qtwidgets qaccessibletablecell state const libqcocoa dylib qcocoaaccessible hasvalueattribute qaccessibleinterface libqcocoa dylib com apple appkit nsaccessibilityentrypointattributenames com apple appkit com apple appkit copyattributenames com apple hiservices axxmigcopyattributenames com apple hiservices xcopyattributenames com apple hiservices mshmigperform com apple corefoundation cfrunloop is calling out to a perform function com apple corefoundation com apple corefoundation cfrunlooprun com apple corefoundation cfrunlooprunspecific com apple hitoolbox runcurrenteventloopinmode com apple hitoolbox receivenexteventcommon com apple hitoolbox blockuntilnexteventmatchinglistinmodewithfilter com apple appkit dpsnextevent com apple appkit com apple appkit libqcocoa dylib qcocoaeventdispatcher processevents qflags org qt project qtcore qeventloop exec qflags org qt project qtcore qcoreapplication exec com cockatrice cockatrice main libdyld dylib start thread dispatch queue com apple libdispatch manager libsystem kernel dylib kevent qos libdispatch dylib dispatch mgr invoke libdispatch dylib dispatch mgr thread thread qthread libsystem kernel dylib pselect libsystem kernel dylib pselect org qt project qtcore qt safe select int fd set fd set fd set timespec const org qt project qtcore qeventdispatcherunixprivate doselect qflags timespec org qt project qtcore qeventdispatcherunix processevents qflags org qt project qtcore qeventloop exec qflags org qt project qtcore qthread exec org qt project qtcore qthreadprivate start void libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread com apple nseventthread libsystem kernel dylib mach msg trap libsystem kernel dylib mach msg com apple corefoundation cfrunloopservicemachport com apple corefoundation cfrunlooprun com apple corefoundation cfrunlooprunspecific com apple appkit nseventthread libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread qfileinfogatherer libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait org qt project qtcore qwaitconditionprivate wait unsigned long org qt project qtcore qwaitcondition wait qmutex unsigned long org qt project qtwidgets qfileinfogatherer run org qt project qtcore qthreadprivate start void libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread qfileinfogatherer libsystem kernel dylib psynch cvwait libsystem pthread dylib pthread cond wait org qt project qtcore qwaitconditionprivate wait unsigned long org qt project qtcore qwaitcondition wait qmutex unsigned long org qt project qtwidgets qfileinfogatherer run org qt project qtcore qthreadprivate start void libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread libsystem kernel dylib workq kernreturn libsystem pthread dylib pthread wqthread libsystem pthread dylib start wqthread thread dispatch queue nscgsdisableupdates libsystem kernel dylib mach msg trap libsystem kernel dylib mach msg com apple coregraphics cgsreenableupdateforconnection com apple coregraphics cgsreenableupdatetoken libdispatch dylib dispatch call block and release libdispatch dylib dispatch client callout libdispatch dylib dispatch queue drain libdispatch dylib dispatch queue invoke libdispatch dylib dispatch client callout libdispatch dylib dispatch root queue drain libdispatch dylib dispatch worker libsystem pthread dylib pthread wqthread libsystem pthread dylib start wqthread thread libsystem kernel dylib workq kernreturn libsystem pthread dylib pthread wqthread libsystem pthread dylib start wqthread thread libsystem kernel dylib workq kernreturn libsystem pthread dylib pthread wqthread libsystem pthread dylib start wqthread thread qt bearer thread libsystem kernel dylib select org qt project qtcore qt safe select int fd set fd set fd set timespec const org qt project qtcore qeventdispatcherunixprivate doselect qflags timespec org qt project qtcore qeventdispatcherunix processevents qflags org qt project qtcore qeventloop exec qflags org qt project qtcore qthread exec org qt project qtcore qthreadprivate start void libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread qthread libsystem kernel dylib open org qt project qtcore qfsfileengineprivate nativeopen qflags org qt project qtcore qfsfileengine open qflags org qt project qtcore qfile open qflags org qt project qtgui qimagereaderprivate inithandler org qt project qtgui qimagereader read qimage com cockatrice cockatrice pictureloaderworker cardimageexistsondisk qstring qstring com cockatrice cockatrice pictureloaderworker processloadqueue com cockatrice cockatrice pictureloaderworker qt static metacall qobject qmetaobject call int void org qt project qtcore qobject event qevent org qt project qtwidgets qapplicationprivate notify helper qobject qevent org qt project qtwidgets qapplication notify qobject qevent org qt project qtcore qcoreapplication qobject qevent org qt project qtcore qcoreapplicationprivate sendpostedevents qobject int qthreaddata org qt project qtcore qeventdispatcherunix processevents qflags org qt project qtcore qeventloop exec qflags org qt project qtcore qthread exec org qt project qtcore qthreadprivate start void libsystem pthread dylib pthread body libsystem pthread dylib pthread start libsystem pthread dylib thread start thread crashed with thread state bit rax rbx rcx rdx rdi rsi rbp rsp rip rfl logical cpu error code trap number binary images com cockatrice cockatrice applications cockatrice cockatrice app contents macos cockatrice org qt project qtmultimedia applications cockatrice cockatrice app contents frameworks qtmultimedia framework versions qtmultimedia org qt project qtprintsupport applications cockatrice cockatrice app contents frameworks qtprintsupport framework versions qtprintsupport org qt project qtsvg applications cockatrice cockatrice app contents frameworks qtsvg framework versions qtsvg libprotobuf dylib applications cockatrice cockatrice app contents macos libprotobuf dylib org qt project qtnetwork applications cockatrice cockatrice app contents frameworks qtnetwork framework versions qtnetwork org qt project qtwidgets applications cockatrice cockatrice app contents frameworks qtwidgets framework versions qtwidgets org qt project qtgui applications cockatrice cockatrice app contents frameworks qtgui framework versions qtgui org qt project qtcore applications cockatrice cockatrice app contents frameworks qtcore framework versions qtcore com apple agl agl system library frameworks agl framework versions a agl libcginterfaces dylib system library frameworks accelerate framework frameworks vimage framework versions a libraries libcginterfaces dylib libqdds dylib applications cockatrice cockatrice app contents plugins imageformats libqdds dylib libqcocoa dylib applications cockatrice cockatrice app contents plugins platforms libqcocoa dylib libqgif dylib applications cockatrice cockatrice app contents plugins imageformats libqgif dylib libqicns dylib applications cockatrice cockatrice app contents plugins imageformats libqicns dylib libqico dylib applications cockatrice cockatrice app contents plugins imageformats libqico dylib libqjpeg dylib applications cockatrice cockatrice app contents plugins imageformats libqjpeg dylib libqsvg dylib applications cockatrice cockatrice app contents plugins imageformats libqsvg dylib libqtga dylib applications cockatrice cockatrice app contents plugins imageformats libqtga dylib libqtiff dylib applications cockatrice cockatrice app contents plugins imageformats libqtiff dylib libqwbmp dylib applications cockatrice cockatrice app contents plugins imageformats libqwbmp dylib libqwebp dylib applications cockatrice cockatrice app contents plugins imageformats libqwebp dylib cl kernels cl kernels dyld usr lib dyld com apple xpc servicemanagement system library frameworks servicemanagement framework versions a servicemanagement libcvmspluginsupport dylib system library frameworks opengl framework versions a libraries libcvmspluginsupport dylib com apple hiservices system library frameworks applicationservices framework versions a frameworks hiservices framework versions a hiservices libsystem b dylib usr lib libsystem b dylib com apple langanalysis system library frameworks applicationservices framework versions a frameworks langanalysis framework versions a langanalysis com apple applesrp system library privateframeworks applesrp framework versions a applesrp libfontparser dylib system library frameworks applicationservices framework versions a frameworks ats framework versions a resources libfontparser dylib com apple ink framework system library frameworks carbon framework versions a frameworks ink framework versions a ink com apple applejpeg system library privateframeworks applejpeg framework versions a applejpeg dylib usr lib dylib com apple audio coreaudio system library frameworks coreaudio framework versions a coreaudio com apple datadetectorscore system library privateframeworks datadetectorscore framework versions a datadetectorscore com apple coredata system library frameworks coredata framework versions a coredata com apple opencl system library frameworks opencl framework versions a opencl libcrypto dylib usr lib libcrypto dylib librip a dylib system library frameworks coregraphics framework versions a resources librip a dylib com apple sharing system library privateframeworks sharing framework versions a sharing libmetal timestamp dylib system library privateframeworks gpucompiler framework libmetal timestamp dylib com apple framework iokit system library frameworks iokit framework versions a iokit com apple appkit system library frameworks appkit framework versions c appkit com apple corebluetooth system library frameworks corebluetooth framework versions a corebluetooth libvmisc dylib system library frameworks accelerate framework versions a frameworks veclib framework versions a libvmisc dylib libcrfsuite dylib usr lib libcrfsuite dylib com apple efilogin system library privateframeworks efilogin framework versions a efilogin libsystem trace dylib usr lib system libsystem trace dylib libcompiler rt dylib usr lib system libcompiler rt dylib libsystem kernel dylib usr lib system libsystem kernel dylib libpng dylib system library frameworks imageio framework versions a resources libpng dylib libtiff dylib system library frameworks imageio framework versions a resources libtiff dylib com apple coreservices fsevents system library frameworks coreservices framework versions a frameworks fsevents framework versions a fsevents com apple metal system library frameworks metal framework versions a metal com apple print framework printcore system library frameworks applicationservices framework versions a frameworks printcore framework versions a printcore com apple desktopservices system library privateframeworks desktopservicespriv framework versions a desktopservicespriv libcorevmclient dylib system library frameworks opengl framework versions a libraries libcorevmclient dylib libfosl dynamic dylib usr lib libfosl dynamic dylib com apple tcc system library privateframeworks tcc framework versions a tcc com apple speechrecognitioncore system library privateframeworks speechrecognitioncore framework versions a speechrecognitioncore libcommoncrypto dylib usr lib system libcommoncrypto dylib libglimage dylib system library frameworks opengl framework versions a libraries libglimage dylib libdyld dylib usr lib system libdyld dylib com apple accelerate veclib veclib system library frameworks accelerate framework versions a frameworks veclib framework versions a veclib libmarisa dylib usr lib libmarisa dylib dylib usr lib dylib com apple colorsync system library frameworks applicationservices framework versions a frameworks colorsync framework versions a colorsync com apple coregraphics system library frameworks coregraphics framework versions a coregraphics com apple iosurface system library frameworks iosurface framework versions a iosurface com apple languagemodeling system library privateframeworks languagemodeling framework versions a languagemodeling libopenscriptingutil dylib usr lib libopenscriptingutil dylib com apple applicationservices ats system library frameworks applicationservices framework versions a frameworks ats framework versions a ats libenergytrace dylib usr lib libenergytrace dylib libresolv dylib usr lib libresolv dylib com apple commonpanels system library frameworks carbon framework versions a frameworks commonpanels framework versions a commonpanels libcorefscache dylib system library frameworks opengl framework versions a libraries libcorefscache dylib liblangid dylib usr lib liblangid dylib liblapack dylib system library frameworks accelerate framework versions a frameworks veclib framework versions a liblapack dylib com apple coreui system library privateframeworks coreui framework versions a coreui libcmph dylib usr lib libcmph dylib libsystem pthread dylib usr lib system libsystem pthread dylib com apple generationalstorage system library privateframeworks generationalstorage framework versions a generationalstorage libpam dylib usr lib libpam dylib libsystem networkextension dylib usr lib system libsystem networkextension dylib com apple systemconfiguration system library frameworks systemconfiguration framework versions a systemconfiguration bgra dylib system library frameworks opencl framework versions a libraries imageformats bgra dylib com apple hitoolbox system library frameworks carbon framework versions a frameworks hitoolbox framework versions a hitoolbox libdiagnosticmessagesclient dylib usr lib libdiagnosticmessagesclient dylib libsystem configuration dylib usr lib system libsystem configuration dylib com apple frameworks coredaemon system library privateframeworks coredaemon framework versions b coredaemon com apple heimdal system library privateframeworks heimdal framework versions a heimdal com apple coreservices osservices system library frameworks coreservices framework versions a frameworks osservices framework versions a osservices com apple ldapframework system library frameworks ldap framework versions a ldap com apple coreservices system library frameworks coreservices framework versions a coreservices com apple coreservicesinternal system library privateframeworks coreservicesinternal framework versions a coreservicesinternal com apple diskimagesframework system library privateframeworks diskimages framework versions a diskimages libxar dylib usr lib libxar dylib libblas dylib system library frameworks accelerate framework versions a frameworks veclib framework versions a libblas dylib com apple launchservices system library frameworks coreservices framework versions a frameworks launchservices framework versions a launchservices com apple applevpaframework system library privateframeworks applevpa framework versions a applevpa libremovefile dylib usr lib system libremovefile dylib libmecabra dylib usr lib libmecabra dylib com apple vision facecore system library privateframeworks facecore framework versions a facecore libcorestorage dylib usr lib libcorestorage dylib com apple speech recognition framework system library frameworks carbon framework versions a frameworks speechrecognition framework versions a speechrecognition libkxld dylib usr lib system libkxld dylib libcldcpuengine dylib system library frameworks opencl framework versions a libraries libcldcpuengine dylib com apple securityfoundation system library frameworks securityfoundation framework versions a securityfoundation liblaunch dylib usr lib system liblaunch dylib dylib system library frameworks imageio framework versions a resources dylib com apple framework corewlan system library frameworks corewlan framework versions a corewlan libextension dylib usr lib libextension dylib com apple corefoundation system library frameworks corefoundation framework versions a corefoundation com apple dictionaryservices system library frameworks coreservices framework versions a frameworks dictionaryservices framework versions a dictionaryservices com apple backup framework system library privateframeworks backup framework versions a backup com apple bluetooth system library frameworks iobluetooth framework versions a iobluetooth com apple applicationservices system library frameworks applicationservices framework versions a applicationservices com apple quartzcore system library frameworks quartzcore framework versions a quartzcore com apple multitouchsupport framework system library privateframeworks multitouchsupport framework versions a multitouchsupport com apple chunkinglibrary system library privateframeworks chunkinglibrary framework versions a chunkinglibrary com apple mediakit system library privateframeworks mediakit framework versions a mediakit com apple icloud findmydevice system library privateframeworks findmydevice framework versions a findmydevice com apple ioaccelerator system library privateframeworks ioaccelerator framework versions a ioaccelerator libradiance dylib system library frameworks imageio framework versions a resources libradiance dylib libcurl dylib usr lib libcurl dylib com apple security system library frameworks security framework versions a security libcache dylib usr lib system libcache dylib libquarantine dylib usr lib system libquarantine dylib com apple crashreportersupport system library privateframeworks crashreportersupport framework versions a crashreportersupport dylib usr lib dylib com apple kerberos system library frameworks kerberos framework versions a kerberos com apple vimage system library frameworks accelerate framework versions a frameworks vimage framework versions a vimage com apple symbolication system library privateframeworks symbolication framework versions a symbolication libarchive dylib usr lib libarchive dylib libsystem malloc dylib usr lib system libsystem malloc dylib com apple gss system library frameworks gss framework versions a gss libsystem asl dylib usr lib system libsystem asl dylib libgfxshared dylib system library frameworks opengl framework versions a libraries libgfxshared dylib dylib usr lib dylib com apple imageio framework system library frameworks imageio framework versions a imageio com apple help system library frameworks carbon framework versions a frameworks help framework versions a help libxslt dylib usr lib libxslt dylib liblinearalgebra dylib system library frameworks accelerate framework versions a frameworks veclib framework versions a liblinearalgebra dylib libchinesetokenizer dylib usr lib libchinesetokenizer dylib libsystem notify dylib usr lib system libsystem notify dylib libvdsp dylib system library frameworks accelerate framework versions a frameworks veclib framework versions a libvdsp dylib libgif dylib system library frameworks imageio framework versions a resources libgif dylib com apple speech synthesis framework system library frameworks applicationservices framework versions a frameworks speechsynthesis framework versions a speechsynthesis libscreenreader dylib usr lib libscreenreader dylib libutil dylib usr lib libutil dylib com apple debugsymbols system library privateframeworks debugsymbols framework versions a debugsymbols com apple netauth system library privateframeworks netauth framework versions a netauth libicucore a dylib usr lib libicucore a dylib libauto dylib usr lib libauto dylib libcgxtype a dylib system library frameworks coregraphics framework versions a resources libcgxtype a dylib libsystem info dylib usr lib system libsystem info dylib rgba dylib system library frameworks opencl framework versions a libraries imageformats rgba dylib libunc dylib usr lib system libunc dylib libsystem secinit dylib usr lib system libsystem secinit dylib libcorecrypto dylib usr lib system libcorecrypto dylib com apple foundation system library frameworks foundation framework versions c foundation libsystem coreservices dylib usr lib system libsystem coreservices dylib com apple opendirectory system library frameworks opendirectory framework versions a opendirectory libsystem c dylib usr lib system libsystem c dylib com apple audio toolbox audiotoolbox system library frameworks audiotoolbox framework versions a audiotoolbox com apple netfs system library frameworks netfs framework versions a netfs libjpeg dylib system library frameworks imageio framework versions a resources libjpeg dylib libxpc dylib usr lib system libxpc dylib com apple protectedcloudstorage system library privateframeworks protectedcloudstorage framework versions a protectedcloudstorage com apple coreservices sharedfilelist system library frameworks coreservices framework versions a frameworks sharedfilelist framework versions a sharedfilelist libunwind dylib usr lib system libunwind dylib com apple discrecording system library frameworks discrecording framework versions a discrecording com apple coreimage system library frameworks coreimage framework versions a coreimage com apple print framework print system library frameworks carbon framework versions a frameworks print framework versions a print libkeymgr dylib usr lib system libkeymgr dylib com apple coreservices carboncore system library frameworks coreservices framework versions a frameworks carboncore framework versions a carboncore liblzma dylib usr lib liblzma dylib libcups dylib usr lib libcups dylib com apple searchkit system library frameworks coreservices framework versions a frameworks searchkit framework versions a searchkit com apple accelerate accelerate system library frameworks accelerate framework versions a accelerate libsystem platform dylib usr lib system libsystem platform dylib com apple trustevaluationagent system library privateframeworks trustevaluationagent framework versions a trustevaluationagent com apple opengl system library frameworks opengl framework versions a opengl libbsm dylib usr lib libbsm dylib com apple corevideo system library frameworks corevideo framework versions a corevideo com apple commonauth system library privateframeworks commonauth framework versions a commonauth com apple remoteviewservices system library privateframeworks remoteviewservices framework versions a remoteviewservices libdispatch dylib usr lib system libdispatch dylib libcompression dylib usr lib libcompression dylib libcsfde dylib usr lib libcsfde dylib com apple uifoundation system library privateframeworks uifoundation framework versions a uifoundation com apple cfopendirectory system library frameworks opendirectory framework versions a frameworks cfopendirectory framework versions a cfopendirectory libc abi dylib usr lib libc abi dylib com apple cfnetwork system library frameworks cfnetwork framework versions a cfnetwork libheimdal dylib usr lib libheimdal dylib com apple ae system library frameworks coreservices framework versions a frameworks ae framework versions a ae com apple framework system library privateframeworks framework versions a libglu dylib system library frameworks opengl framework versions a libraries libglu dylib libsparseblas dylib system library frameworks accelerate framework versions a frameworks veclib framework versions a libsparseblas dylib libiconv dylib usr lib libiconv dylib libc dylib usr lib libc dylib com apple loginsupport system library privateframeworks login framework versions a frameworks loginsupport framework versions a loginsupport libgl dylib system library frameworks opengl framework versions a libraries libgl dylib com apple openscripting system library frameworks carbon framework versions a frameworks openscripting framework versions a openscripting com apple performanceanalysis system library privateframeworks performanceanalysis framework versions a performanceanalysis com apple metadata system library frameworks coreservices framework versions a frameworks metadata framework versions a metadata com apple imagecapture system library frameworks carbon framework versions a frameworks imagecapture framework versions a imagecapture com apple diskarbitration system library frameworks diskarbitration framework versions a diskarbitration libobjc a dylib usr lib libobjc a dylib libsystem coretls dylib usr lib system libsystem coretls dylib libsystem blocks dylib usr lib system libsystem blocks dylib com apple coresymbolication system library privateframeworks coresymbolication framework versions a coresymbolication libsystem m dylib usr lib system libsystem m dylib libsystem sandbox dylib usr lib system libsystem sandbox dylib com apple coretext system library frameworks coretext framework versions a coretext libz dylib usr lib libz dylib libmacho dylib usr lib system libmacho dylib com apple qd system library frameworks applicationservices framework versions a frameworks qd framework versions a qd com apple iconservices system library privateframeworks iconservices framework versions a iconservices com apple framework corewifi system library privateframeworks corewifi framework versions a corewifi libfontregistry dylib system library frameworks applicationservices framework versions a frameworks ats framework versions a resources libfontregistry dylib com apple audio units audiounit system library frameworks audiounit framework versions a audiounit com apple carbon system library frameworks carbon framework versions a carbon libsystem dnssd dylib usr lib system libsystem dnssd dylib libcopyfile dylib usr lib system libcopyfile dylib libsystem network dylib usr lib system libsystem network dylib com apple cocoa system library frameworks cocoa framework versions a cocoa com apple securityhi system library frameworks carbon framework versions a frameworks securityhi framework versions a securityhi external modification summary calls made by other processes targeting this process task for pid thread create thread set state calls made by this process task for pid thread create thread set state calls made by all processes on this machine task for pid thread create thread set state vm region summary readonly portion of libraries total resident swapped out or unallocated writable regions total written resident swapped out unallocated virtual region region type size count non coalesced accelerate framework activity tracing cg backing stores cg image cg shared images coreanimation coreui image data coreui image file dispatch continuations kernel alloc once malloc malloc guard page memory tag opencl process corpse info stack guard stack vm allocate data image linkedit text unicode mapped file shared memory total
1
10,689
2,622,180,575
IssuesEvent
2015-03-04 00:18:38
byzhang/leveldb
https://api.github.com/repos/byzhang/leveldb
closed
Segmentation fault ? It was py-leveldb bug ? or levelDB bug?
auto-migrated Priority-Medium Type-Defect
``` [root@localhost leveldb]# python Python 2.6.7 (r267:88850, Apr 25 2013, 16:12:30) [GCC 4.1.2 20080704 (Red Hat 4.1.2-54)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> leveldb <module 'leveldb' from '/root/.python-eggs/leveldb-0.1-py2.6-linux-x86_64.egg-tmp/leveldb.so'> >>> import leveldb >>> db = leveldb.LevelDB('./db') >>> dir(db.RangeIter()) Segmentation fault leveldb version was 1.9 ``` Original issue reported on code.google.com by `ChuanTon...@gmail.com` on 27 Apr 2013 at 7:54
1.0
Segmentation fault ? It was py-leveldb bug ? or levelDB bug? - ``` [root@localhost leveldb]# python Python 2.6.7 (r267:88850, Apr 25 2013, 16:12:30) [GCC 4.1.2 20080704 (Red Hat 4.1.2-54)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> leveldb <module 'leveldb' from '/root/.python-eggs/leveldb-0.1-py2.6-linux-x86_64.egg-tmp/leveldb.so'> >>> import leveldb >>> db = leveldb.LevelDB('./db') >>> dir(db.RangeIter()) Segmentation fault leveldb version was 1.9 ``` Original issue reported on code.google.com by `ChuanTon...@gmail.com` on 27 Apr 2013 at 7:54
defect
segmentation fault ? it was py leveldb bug ? or leveldb bug? python python apr on type help copyright credits or license for more information leveldb module leveldb from root python eggs leveldb linux egg tmp leveldb so import leveldb db leveldb leveldb db dir db rangeiter segmentation fault leveldb version was original issue reported on code google com by chuanton gmail com on apr at
1
10,443
2,622,157,482
IssuesEvent
2015-03-04 00:08:40
byzhang/terrastore
https://api.github.com/repos/byzhang/terrastore
closed
Cannot execute JavaScript update functions
auto-migrated Milestone-0.7.1 Priority-High Project-Terrastore Type-Defect
``` JavaScript update functions fail because JSFunction is unable to find json.js. ``` Original issue reported on code.google.com by `sergio.b...@gmail.com` on 18 Sep 2010 at 5:43
1.0
Cannot execute JavaScript update functions - ``` JavaScript update functions fail because JSFunction is unable to find json.js. ``` Original issue reported on code.google.com by `sergio.b...@gmail.com` on 18 Sep 2010 at 5:43
defect
cannot execute javascript update functions javascript update functions fail because jsfunction is unable to find json js original issue reported on code google com by sergio b gmail com on sep at
1
49,902
13,187,287,589
IssuesEvent
2020-08-13 02:56:14
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
Millipede reconstruction fails with new wavedeform + SPE correction (Trac #2244)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2244">https://code.icecube.wisc.edu/ticket/2244</a>, reported by jwood and owned by jbraun</em></summary> <p> ```json { "status": "closed", "changetime": "2019-06-21T23:36:50", "description": "Processing of level3 muon filter data using level3-filter-muon/python/level3_Master.py fails with assertion error i3_assert(p->GetWidth() > 0) inside UpdateData() function from MillipedeDOMCacheMap.cxx when using level2pass3 data created with the new wavedeform + SPE correction. A fix is critical because a large number of point source analyses in the Nu Sources WG depend on millipede reconstructions.", "reporter": "jwood", "cc": "", "resolution": "fixed", "_ts": "1561160210298267", "component": "combo reconstruction", "summary": "Millipede reconstruction fails with new wavedeform + SPE correction", "priority": "blocker", "keywords": "millipede", "time": "2019-02-28T19:15:58", "milestone": "Autumnal Equinox 2019", "owner": "jbraun", "type": "defect" } ``` </p> </details>
1.0
Millipede reconstruction fails with new wavedeform + SPE correction (Trac #2244) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2244">https://code.icecube.wisc.edu/ticket/2244</a>, reported by jwood and owned by jbraun</em></summary> <p> ```json { "status": "closed", "changetime": "2019-06-21T23:36:50", "description": "Processing of level3 muon filter data using level3-filter-muon/python/level3_Master.py fails with assertion error i3_assert(p->GetWidth() > 0) inside UpdateData() function from MillipedeDOMCacheMap.cxx when using level2pass3 data created with the new wavedeform + SPE correction. A fix is critical because a large number of point source analyses in the Nu Sources WG depend on millipede reconstructions.", "reporter": "jwood", "cc": "", "resolution": "fixed", "_ts": "1561160210298267", "component": "combo reconstruction", "summary": "Millipede reconstruction fails with new wavedeform + SPE correction", "priority": "blocker", "keywords": "millipede", "time": "2019-02-28T19:15:58", "milestone": "Autumnal Equinox 2019", "owner": "jbraun", "type": "defect" } ``` </p> </details>
defect
millipede reconstruction fails with new wavedeform spe correction trac migrated from json status closed changetime description processing of muon filter data using filter muon python master py fails with assertion error assert p getwidth inside updatedata function from millipededomcachemap cxx when using data created with the new wavedeform spe correction a fix is critical because a large number of point source analyses in the nu sources wg depend on millipede reconstructions reporter jwood cc resolution fixed ts component combo reconstruction summary millipede reconstruction fails with new wavedeform spe correction priority blocker keywords millipede time milestone autumnal equinox owner jbraun type defect
1
88,506
25,449,366,913
IssuesEvent
2022-11-24 09:16:42
openego/eGon-data
https://api.github.com/repos/openego/eGon-data
closed
Distribution of PV rooftop capacities
:building_construction: integration
Distribution of PV rooftop capacities for SQ and 2035 scenario. Replaces temporary method implemented in #255. Distribution - [x] Distribute SQ capacities from MaStR (if no coords available: use geocoding using postal code and place) - [x] Distribute eGon2035 capacities (table `supply.egon_scenario_capacities`) using demand and/or SQ's installed capacities Single units for distribution grid - [ ] Write single units to table (details will follow later...) - [ ] Generate feedin timeseries in advance or provide function to do this ad-hoc (let's discuss...) Aggregated units for transmission grid - [x] Write aggregated units to generator table (cf. [this code](https://github.com/openego/eGon-data/blob/891a4e9f6da3a1342055fc31e64f8b23017b1d7f/src/egon/data/datasets/power_plants/pv_rooftop.py#L204-L217)) - [x] Generate aggregated feedin timeseries and write to table (cf. [this code](https://github.com/openego/eGon-data/blob/891a4e9f6da3a1342055fc31e64f8b23017b1d7f/src/egon/data/datasets/power_plants/pv_rooftop.py#L204-L217))
1.0
Distribution of PV rooftop capacities - Distribution of PV rooftop capacities for SQ and 2035 scenario. Replaces temporary method implemented in #255. Distribution - [x] Distribute SQ capacities from MaStR (if no coords available: use geocoding using postal code and place) - [x] Distribute eGon2035 capacities (table `supply.egon_scenario_capacities`) using demand and/or SQ's installed capacities Single units for distribution grid - [ ] Write single units to table (details will follow later...) - [ ] Generate feedin timeseries in advance or provide function to do this ad-hoc (let's discuss...) Aggregated units for transmission grid - [x] Write aggregated units to generator table (cf. [this code](https://github.com/openego/eGon-data/blob/891a4e9f6da3a1342055fc31e64f8b23017b1d7f/src/egon/data/datasets/power_plants/pv_rooftop.py#L204-L217)) - [x] Generate aggregated feedin timeseries and write to table (cf. [this code](https://github.com/openego/eGon-data/blob/891a4e9f6da3a1342055fc31e64f8b23017b1d7f/src/egon/data/datasets/power_plants/pv_rooftop.py#L204-L217))
non_defect
distribution of pv rooftop capacities distribution of pv rooftop capacities for sq and scenario replaces temporary method implemented in distribution distribute sq capacities from mastr if no coords available use geocoding using postal code and place distribute capacities table supply egon scenario capacities using demand and or sq s installed capacities single units for distribution grid write single units to table details will follow later generate feedin timeseries in advance or provide function to do this ad hoc let s discuss aggregated units for transmission grid write aggregated units to generator table cf generate aggregated feedin timeseries and write to table cf
0
29,623
5,766,362,161
IssuesEvent
2017-04-27 06:53:24
line/armeria
https://api.github.com/repos/line/armeria
closed
Off-by-one validation error in RandomBackoff
defect
```java Caused by: java.lang.IllegalArgumentException: minIntervalMillis: 0 (expected: >= 0) at com.linecorp.armeria.internal.shaded.guava.base.Preconditions.checkArgument(Preconditions.java:179) at com.linecorp.armeria.client.retry.RandomBackoff.<init>(RandomBackoff.java:33) at com.linecorp.armeria.client.retry.JitterAddingBackoff.<init>(JitterAddingBackoff.java:31) at com.linecorp.armeria.client.retry.Backoff.withJitter(Backoff.java:77) at com.linecorp.armeria.client.retry.Backoff.withJitter(Backoff.java:69) ```
1.0
Off-by-one validation error in RandomBackoff - ```java Caused by: java.lang.IllegalArgumentException: minIntervalMillis: 0 (expected: >= 0) at com.linecorp.armeria.internal.shaded.guava.base.Preconditions.checkArgument(Preconditions.java:179) at com.linecorp.armeria.client.retry.RandomBackoff.<init>(RandomBackoff.java:33) at com.linecorp.armeria.client.retry.JitterAddingBackoff.<init>(JitterAddingBackoff.java:31) at com.linecorp.armeria.client.retry.Backoff.withJitter(Backoff.java:77) at com.linecorp.armeria.client.retry.Backoff.withJitter(Backoff.java:69) ```
defect
off by one validation error in randombackoff java caused by java lang illegalargumentexception minintervalmillis expected at com linecorp armeria internal shaded guava base preconditions checkargument preconditions java at com linecorp armeria client retry randombackoff randombackoff java at com linecorp armeria client retry jitteraddingbackoff jitteraddingbackoff java at com linecorp armeria client retry backoff withjitter backoff java at com linecorp armeria client retry backoff withjitter backoff java
1
62,947
17,267,082,444
IssuesEvent
2021-07-22 14:56:55
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
opened
inputGroup: highlighting does not cover whole inputGroup
defect
**Describe the defect** When an input text (or another input component) is part of an input group and the input text is hovered over or focused, only the input text is highlighted but not the input group addons (see picture below). The defect appears no matter if the input group addons are set before or after the input text. ![screenshot_highlighting_inputgroup](https://user-images.githubusercontent.com/77431692/126660033-b82644bb-9c5f-460b-8174-13b32300de1b.png) ![screenshot_highlighting_inputgroup_2](https://user-images.githubusercontent.com/77431692/126660810-29fc8f6b-be65-4039-9b68-23824b65dbfa.png) ![screenshot_highlighting_inputgroup_3](https://user-images.githubusercontent.com/77431692/126660833-0c65e87b-c758-4cce-9a25-1517dafd795a.png) **Environment:** - PF Version: _10.0_ - Rain 2.0.0 **Expected behavior** When the input component of an input group is hovered over or focused, the highlighting should cover the whole input group including its input group addons. **Example XHTML (for first picture above)** ```html <h:form id="frmTest"> <div class="ui-inputgroup p-col-2"> <p:inputText placeholder="Username"/> <span class="ui-inputgroup-addon"><i class="pi pi-times"></i></span> </div> </h:form> ```
1.0
inputGroup: highlighting does not cover whole inputGroup - **Describe the defect** When an input text (or another input component) is part of an input group and the input text is hovered over or focused, only the input text is highlighted but not the input group addons (see picture below). The defect appears no matter if the input group addons are set before or after the input text. ![screenshot_highlighting_inputgroup](https://user-images.githubusercontent.com/77431692/126660033-b82644bb-9c5f-460b-8174-13b32300de1b.png) ![screenshot_highlighting_inputgroup_2](https://user-images.githubusercontent.com/77431692/126660810-29fc8f6b-be65-4039-9b68-23824b65dbfa.png) ![screenshot_highlighting_inputgroup_3](https://user-images.githubusercontent.com/77431692/126660833-0c65e87b-c758-4cce-9a25-1517dafd795a.png) **Environment:** - PF Version: _10.0_ - Rain 2.0.0 **Expected behavior** When the input component of an input group is hovered over or focused, the highlighting should cover the whole input group including its input group addons. **Example XHTML (for first picture above)** ```html <h:form id="frmTest"> <div class="ui-inputgroup p-col-2"> <p:inputText placeholder="Username"/> <span class="ui-inputgroup-addon"><i class="pi pi-times"></i></span> </div> </h:form> ```
defect
inputgroup highlighting does not cover whole inputgroup describe the defect when an input text or another input component is part of an input group and the input text is hovered over or focused only the input text is highlighted but not the input group addons see picture below the defect appears no matter if the input group addons are set before or after the input text environment pf version rain expected behavior when the input component of an input group is hovered over or focused the highlighting should cover the whole input group including its input group addons example xhtml for first picture above html
1
51,276
26,996,066,513
IssuesEvent
2023-02-10 01:12:10
dolthub/dolt
https://api.github.com/repos/dolthub/dolt
closed
Sporadic slowness in GCS read replica
performance sql-server
Customer observed very significant added latency when querying a read replica which used a GCS bucket as its remote. I was able to reproduce this problem, but only intermittently. When it happened, the added latency was very significant, on the order of 8+ seconds. Latency was present even when the replica was caught up. But after getting a profiler attached the problem vanished. This needs additional investigation. Current hypothesis is that tail latency on GCS is much higher than anticipated, and might be triggered by recent writes to files like the manifest. Experimental setup: ```bash % dolt config --list --global | grep sqlserver sqlserver.global.dolt_replicate_all_heads = 1 sqlserver.global.dolt_replication_remote_url_template = gs://zachmu-test/dolt-remotes/{database} sqlserver.global.dolt_read_replica_remote = origin ``` Separately, I pushed a database to the remote indicated. Then I started a server with `dolt sql-server` and timed MySQL client reads against it: ```bash mysql -h 127.0.0.1 -P3306 -uroot db10 -e "select * from t1" 0.00s user 0.02s system 0% cpu 10.377 total mysql -h 127.0.0.1 -P3306 -uroot db10 -e "select * from t1" 0.00s user 0.02s system 0% cpu 8.021 total ``` Outside these latency spikes, latency added by replication was much smaller, <200 ms at most ``` mysql -h 127.0.0.1 -P3306 -uroot db10 -e "select * from t1" 0.00s user 0.02s system 6% cpu 0.230 total ``` To further debug this problem: instrument the code to measure RPC latency to GCS, the run a primary / replica pair, with the primary doing periodic pushes and the replica doing periodic reads. Use this to establish a latency distribution for replica reads.
True
Sporadic slowness in GCS read replica - Customer observed very significant added latency when querying a read replica which used a GCS bucket as its remote. I was able to reproduce this problem, but only intermittently. When it happened, the added latency was very significant, on the order of 8+ seconds. Latency was present even when the replica was caught up. But after getting a profiler attached the problem vanished. This needs additional investigation. Current hypothesis is that tail latency on GCS is much higher than anticipated, and might be triggered by recent writes to files like the manifest. Experimental setup: ```bash % dolt config --list --global | grep sqlserver sqlserver.global.dolt_replicate_all_heads = 1 sqlserver.global.dolt_replication_remote_url_template = gs://zachmu-test/dolt-remotes/{database} sqlserver.global.dolt_read_replica_remote = origin ``` Separately, I pushed a database to the remote indicated. Then I started a server with `dolt sql-server` and timed MySQL client reads against it: ```bash mysql -h 127.0.0.1 -P3306 -uroot db10 -e "select * from t1" 0.00s user 0.02s system 0% cpu 10.377 total mysql -h 127.0.0.1 -P3306 -uroot db10 -e "select * from t1" 0.00s user 0.02s system 0% cpu 8.021 total ``` Outside these latency spikes, latency added by replication was much smaller, <200 ms at most ``` mysql -h 127.0.0.1 -P3306 -uroot db10 -e "select * from t1" 0.00s user 0.02s system 6% cpu 0.230 total ``` To further debug this problem: instrument the code to measure RPC latency to GCS, the run a primary / replica pair, with the primary doing periodic pushes and the replica doing periodic reads. Use this to establish a latency distribution for replica reads.
non_defect
sporadic slowness in gcs read replica customer observed very significant added latency when querying a read replica which used a gcs bucket as its remote i was able to reproduce this problem but only intermittently when it happened the added latency was very significant on the order of seconds latency was present even when the replica was caught up but after getting a profiler attached the problem vanished this needs additional investigation current hypothesis is that tail latency on gcs is much higher than anticipated and might be triggered by recent writes to files like the manifest experimental setup bash dolt config list global grep sqlserver sqlserver global dolt replicate all heads sqlserver global dolt replication remote url template gs zachmu test dolt remotes database sqlserver global dolt read replica remote origin separately i pushed a database to the remote indicated then i started a server with dolt sql server and timed mysql client reads against it bash mysql h uroot e select from user system cpu total mysql h uroot e select from user system cpu total outside these latency spikes latency added by replication was much smaller ms at most mysql h uroot e select from user system cpu total to further debug this problem instrument the code to measure rpc latency to gcs the run a primary replica pair with the primary doing periodic pushes and the replica doing periodic reads use this to establish a latency distribution for replica reads
0
23,357
3,799,352,186
IssuesEvent
2016-03-23 15:39:53
PowerDNS/pdns
https://api.github.com/repos/PowerDNS/pdns
closed
experimental Recursor dnssec=validate crash sig11/SEGV
defect rec
Version: 0.0.615gbf05ce7-1pdns.jessie / Using 64-bits mode. Built using gcc 4.9.2 on Jan 27 2016 09:03:02 by root@420df3ed81f6. Sadly still no luck getting a core dump but the recursor ran with trace=yes this time around. Previous deaths: ``` [434010.680891] pdns_recursor[1803]: segfault at 0 ip 00007f2e58a41c34 sp 00007f2e50946c00 error 4 in pdns_recursor[7f2e589ec000+2d0000] [1213004.281536] pdns_recursor[10427]: segfault at 0 ip 00007fc6d7395c34 sp 00007fc6ce330e00 error 4 in pdns_recursor[7fc6d7340000+2d0000] [1644945.295415] pdns_recursor[5838]: segfault at 0 ip 00007fde5f46ec34 sp 00007fde4c7ac6d0 error 4 in pdns_recursor[7fde5f419000+2d0000] ``` ``` Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: Got 1 answers from ns1.msft.net. (208.84.0.53), rcode=1 (Form Error), aa=0, in 39ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: OPT answer '.' from 'gfx.ms.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: status=NS ns1.msft.net. (208.84.0.53) is lame for 'gfx.ms.', trying sibling IP or NS Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: Failed to resolve via any of the 4 offered NS at level 'gfx.ms.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: failed (res=-1) Feb 16 13:08:29 rdns1 systemd[1]: pdns-recursor.service: main process exited, code=killed, status=11/SEGV ``` Config: ``` allow-from=127.0.0.0/8, 10.0.0.0/8, 100.64.0.0/10, 169.254.0.0/16, 192.168.0.0/16, 172.16.0.0/12, ::1/128, fc00::/7, fe80::/10, 2001:470:51ee::/48 dnssec=validate dont-query=127.0.0.0/8, 10.0.0.0/8, 100.64.0.0/10, 169.254.0.0/16, 192.168.0.0/16, 172.16.0.0/12, ::1/128, fc00::/7, fe80::/10, 0.0.0.0/8, 192.0.0.0/24, 192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24, 240.0.0.0/4, ::/96, ::ffff:0:0/96, 100::/64, 2001:db8::/32 edns-subnet-whitelist=0.0.0.0/0,::/0 local-address=127.0.0.1 local-port=5353 loglevel=6 max-cache-entries=250000 max-negative-ttl=600 max-packetcache-entries=250000 setgid=pdns setuid=pdns trace=true ``` Time is actually fine. ``` [root@rdns1:~]# ntpdate -q ntp0.freenet.de server 2001:748:100:60::2, stratum 0, offset 0.000000, delay 0.00000 server 194.97.4.214, stratum 0, offset 0.000000, delay 0.00000 ``` The whole output for the question right before the crash: ``` Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 1 [11545/3] question for 'assets.onestore.ms.|A' from 127.0.0.1 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Looking for CNAME cache hit of 'assets.onestore.ms.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: No CNAME cache hit of 'assets.onestore.ms.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: No cache hit for 'assets.onestore.ms.|A', trying to find an appropriate NS record Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Checking if we have NS in cache for 'assets.onestore.ms.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: no valid/useful NS in cache for 'assets.onestore.ms.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Checking if we have NS in cache for 'onestore.ms.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: no valid/useful NS in cache for 'onestore.ms.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Checking if we have NS in cache for 'ms.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: no valid/useful NS in cache for 'ms.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Checking if we have NS in cache for '.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'a.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=86271 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'b.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=85350 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'c.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=85350 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'd.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=85350 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'e.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=85350 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'f.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=85350 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'g.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=85350 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'h.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=85350 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'i.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=85350 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'j.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=85350 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'k.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=85350 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'l.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=85350 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'm.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=85350 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: We have NS in cache for '.' (flawedNSSet=0) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Cache consultations done, have 13 NS to contact Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Nameservers: b.root-servers.net.(0.00ms), g.root-servers.net.(0.00ms), c.root-servers.net.(0.00ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: k.root-servers.net.(0.00ms), e.root-servers.net.(0.00ms), i.root-servers.net.(0.00ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: j.root-servers.net.(0.00ms), d.root-servers.net.(0.00ms), f.root-servers.net.(0.00ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: l.root-servers.net.(0.00ms), m.root-servers.net.(0.00ms), a.root-servers.net.(0.04ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: h.root-servers.net.(14.26ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Trying to resolve NS 'b.root-servers.net.' (1/13) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] b.root-servers.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] b.root-servers.net.: Looking for CNAME cache hit of 'b.root-servers.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] b.root-servers.net.: No CNAME cache hit of 'b.root-servers.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] b.root-servers.net.: Found cache hit for A: 192.228.79.201[ttl=85350] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Resolved '.' NS b.root-servers.net. to: 192.228.79.201 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Trying IP 192.228.79.201:53, asking 'assets.onestore.ms.|A' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: Got 17 answers from b.root-servers.net. (192.228.79.201), rcode=0 (No Error), aa=0, in 125ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'ms.|NS|ms-ns.anycast.pch.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'ms.|NS|b.ms.dyntld.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'ms.|NS|a.ms.dyntld.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'ms.|NS|phloem.uoregon.edu.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'ms.|NS|mnidns1.mninet.ms.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'ms.|NSEC|mt. NS RRSIG NSEC' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'ms.|RRSIG|NSEC 8 1 86400 20160226050000 20160216040000 54549 . tPZWiIu/Es4PPioVbpZQW+dZ9Tv/dK9yk+0DB7R0c0VqBk94VOD7wqmE0KfF8pBfWC0rTNtVg+kCXbWl0DKGnWkIj9kfkXcZXkqoIkw5W7ww0JpjgnqEgCklTapglvGDN799Ybn5CmUyJ+uJmmkQeI3/SATBIvAk8KaL/PViIWw=' from '.' nameservers? 2 RRSIG - separate Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'a.ms.dyntld.net.|A|199.19.5.23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'b.ms.dyntld.net.|A|199.19.6.23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'ms-ns.anycast.pch.net.|A|204.61.216.33' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'phloem.uoregon.edu.|A|128.223.32.35' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'mnidns1.mninet.ms.|A|199.7.90.2' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'a.ms.dyntld.net.|AAAA|2001:500:92::23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'b.ms.dyntld.net.|AAAA|2001:500:96::23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'ms-ns.anycast.pch.net.|AAAA|2001:500:14:6033:ad::1' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'phloem.uoregon.edu.|AAAA|2001:468:d01:20::80df:2023' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: OPT answer '.' from '.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: got NS record 'ms.' -> 'ms-ns.anycast.pch.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: got NS record 'ms.' -> 'b.ms.dyntld.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: got NS record 'ms.' -> 'a.ms.dyntld.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: got NS record 'ms.' -> 'phloem.uoregon.edu.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: got NS record 'ms.' -> 'mnidns1.mninet.ms.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: status=did not resolve, got 5 NS, looping to them Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: Nameservers: a.ms.dyntld.net.(0.00ms), phloem.uoregon.edu.(0.00ms), b.ms.dyntld.net.(0.00ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: ms-ns.anycast.pch.net.(0.00ms), mnidns1.mninet.ms.(0.00ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: Trying to resolve NS 'a.ms.dyntld.net.' (1/5) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] a.ms.dyntld.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] a.ms.dyntld.net.: Looking for CNAME cache hit of 'a.ms.dyntld.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] a.ms.dyntld.net.: No CNAME cache hit of 'a.ms.dyntld.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] a.ms.dyntld.net.: Found cache hit for A: 199.19.5.23[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: Resolved 'ms.' NS a.ms.dyntld.net. to: 199.19.5.23 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: Trying IP 199.19.5.23:53, asking 'assets.onestore.ms.|A' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: Got 17 answers from b.root-servers.net. (192.228.79.201), rcode=0 (No Error), aa=0, in 202ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'ms.|NS|ms-ns.anycast.pch.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'ms.|NS|b.ms.dyntld.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'ms.|NS|a.ms.dyntld.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'ms.|NS|phloem.uoregon.edu.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'ms.|NS|mnidns1.mninet.ms.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'ms.|NSEC|mt. NS RRSIG NSEC' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'ms.|RRSIG|NSEC 8 1 86400 20160226050000 20160216040000 54549 . tPZWiIu/Es4PPioVbpZQW+dZ9Tv/dK9yk+0DB7R0c0VqBk94VOD7wqmE0KfF8pBfWC0rTNtVg+kCXbWl0DKGnWkIj9kfkXcZXkqoIkw5W7ww0JpjgnqEgCklTapglvGDN799Ybn5CmUyJ+uJmmkQeI3/SATBIvAk8KaL/PViIWw=' from '.' nameservers? 2 RRSIG - separate Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'a.ms.dyntld.net.|A|199.19.5.23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'b.ms.dyntld.net.|A|199.19.6.23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'ms-ns.anycast.pch.net.|A|204.61.216.33' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'phloem.uoregon.edu.|A|128.223.32.35' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'mnidns1.mninet.ms.|A|199.7.90.2' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'a.ms.dyntld.net.|AAAA|2001:500:92::23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'b.ms.dyntld.net.|AAAA|2001:500:96::23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'ms-ns.anycast.pch.net.|AAAA|2001:500:14:6033:ad::1' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'phloem.uoregon.edu.|AAAA|2001:468:d01:20::80df:2023' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: OPT answer '.' from '.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: got NS record 'ms.' -> 'ms-ns.anycast.pch.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: got NS record 'ms.' -> 'b.ms.dyntld.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: got NS record 'ms.' -> 'a.ms.dyntld.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: got NS record 'ms.' -> 'phloem.uoregon.edu.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: got NS record 'ms.' -> 'mnidns1.mninet.ms.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: status=did not resolve, got 5 NS, looping to them Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: Nameservers: a.ms.dyntld.net.(0.00ms), b.ms.dyntld.net.(0.00ms), phloem.uoregon.edu.(0.00ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: ms-ns.anycast.pch.net.(0.00ms), mnidns1.mninet.ms.(0.00ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: Trying to resolve NS 'a.ms.dyntld.net.' (1/5) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] a.ms.dyntld.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] a.ms.dyntld.net.: Looking for CNAME cache hit of 'a.ms.dyntld.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] a.ms.dyntld.net.: No CNAME cache hit of 'a.ms.dyntld.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] a.ms.dyntld.net.: Found cache hit for A: 199.19.5.23[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: Resolved 'ms.' NS a.ms.dyntld.net. to: 199.19.5.23 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: Trying IP 199.19.5.23:53, asking 'assets.onestore.ms.|A' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Got 17 answers from b.root-servers.net. (192.228.79.201), rcode=0 (No Error), aa=0, in 125ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'ms.|NS|ms-ns.anycast.pch.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'ms.|NS|b.ms.dyntld.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'ms.|NS|a.ms.dyntld.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'ms.|NS|phloem.uoregon.edu.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'ms.|NS|mnidns1.mninet.ms.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'ms.|NSEC|mt. NS RRSIG NSEC' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'ms.|RRSIG|NSEC 8 1 86400 20160226050000 20160216040000 54549 . tPZWiIu/Es4PPioVbpZQW+dZ9Tv/dK9yk+0DB7R0c0VqBk94VOD7wqmE0KfF8pBfWC0rTNtVg+kCXbWl0DKGnWkIj9kfkXcZXkqoIkw5W7ww0JpjgnqEgCklTapglvGDN799Ybn5CmUyJ+uJmmkQeI3/SATBIvAk8KaL/PViIWw=' from '.' nameservers? 2 RRSIG - separate Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'a.ms.dyntld.net.|A|199.19.5.23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'b.ms.dyntld.net.|A|199.19.6.23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'ms-ns.anycast.pch.net.|A|204.61.216.33' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'phloem.uoregon.edu.|A|128.223.32.35' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'mnidns1.mninet.ms.|A|199.7.90.2' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'a.ms.dyntld.net.|AAAA|2001:500:92::23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'b.ms.dyntld.net.|AAAA|2001:500:96::23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'ms-ns.anycast.pch.net.|AAAA|2001:500:14:6033:ad::1' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'phloem.uoregon.edu.|AAAA|2001:468:d01:20::80df:2023' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: OPT answer '.' from '.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: got NS record 'ms.' -> 'ms-ns.anycast.pch.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: got NS record 'ms.' -> 'b.ms.dyntld.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: got NS record 'ms.' -> 'a.ms.dyntld.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: got NS record 'ms.' -> 'phloem.uoregon.edu.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: got NS record 'ms.' -> 'mnidns1.mninet.ms.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: status=did not resolve, got 5 NS, looping to them Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Nameservers: a.ms.dyntld.net.(0.00ms), phloem.uoregon.edu.(0.00ms), b.ms.dyntld.net.(0.00ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: ms-ns.anycast.pch.net.(0.00ms), mnidns1.mninet.ms.(0.00ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Trying to resolve NS 'a.ms.dyntld.net.' (1/5) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] a.ms.dyntld.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] a.ms.dyntld.net.: Looking for CNAME cache hit of 'a.ms.dyntld.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] a.ms.dyntld.net.: No CNAME cache hit of 'a.ms.dyntld.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] a.ms.dyntld.net.: Found cache hit for A: 199.19.5.23[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Resolved 'ms.' NS a.ms.dyntld.net. to: 199.19.5.23 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Trying IP 199.19.5.23:53, asking 'assets.onestore.ms.|A' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: Got 17 answers from b.root-servers.net. (192.228.79.201), rcode=0 (No Error), aa=0, in 202ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'ms.|NS|ms-ns.anycast.pch.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'ms.|NS|b.ms.dyntld.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'ms.|NS|a.ms.dyntld.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'ms.|NS|phloem.uoregon.edu.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'ms.|NS|mnidns1.mninet.ms.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'ms.|NSEC|mt. NS RRSIG NSEC' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'ms.|RRSIG|NSEC 8 1 86400 20160226050000 20160216040000 54549 . tPZWiIu/Es4PPioVbpZQW+dZ9Tv/dK9yk+0DB7R0c0VqBk94VOD7wqmE0KfF8pBfWC0rTNtVg+kCXbWl0DKGnWkIj9kfkXcZXkqoIkw5W7ww0JpjgnqEgCklTapglvGDN799Ybn5CmUyJ+uJmmkQeI3/SATBIvAk8KaL/PViIWw=' from '.' nameservers? 2 RRSIG - separate Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'a.ms.dyntld.net.|A|199.19.5.23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'b.ms.dyntld.net.|A|199.19.6.23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'ms-ns.anycast.pch.net.|A|204.61.216.33' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'phloem.uoregon.edu.|A|128.223.32.35' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'mnidns1.mninet.ms.|A|199.7.90.2' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'a.ms.dyntld.net.|AAAA|2001:500:92::23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Got 17 answers from b.root-servers.net. (192.228.79.201), rcode=0 (No Error), aa=0, in 201ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'ms.|NS|ms-ns.anycast.pch.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'ms.|NS|mnidns1.mninet.ms.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'ms.|NS|a.ms.dyntld.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'ms.|NS|phloem.uoregon.edu.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'ms.|NS|b.ms.dyntld.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'ms.|NSEC|mt. NS RRSIG NSEC' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'ms.|RRSIG|NSEC 8 1 86400 20160226050000 20160216040000 54549 . tPZWiIu/Es4PPioVbpZQW+dZ9Tv/dK9yk+0DB7R0c0VqBk94VOD7wqmE0KfF8pBfWC0rTNtVg+kCXbWl0DKGnWkIj9kfkXcZXkqoIkw5W7ww0JpjgnqEgCklTapglvGDN799Ybn5CmUyJ+uJmmkQeI3/SATBIvAk8KaL/PViIWw=' from '.' nameservers? 2 RRSIG - separate Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'a.ms.dyntld.net.|A|199.19.5.23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'b.ms.dyntld.net.|A|199.19.6.23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'ms-ns.anycast.pch.net.|A|204.61.216.33' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'phloem.uoregon.edu.|A|128.223.32.35' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'mnidns1.mninet.ms.|A|199.7.90.2' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'a.ms.dyntld.net.|AAAA|2001:500:92::23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'b.ms.dyntld.net.|AAAA|2001:500:96::23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'ms-ns.anycast.pch.net.|AAAA|2001:500:14:6033:ad::1' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'phloem.uoregon.edu.|AAAA|2001:468:d01:20::80df:2023' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: OPT answer '.' from '.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: got NS record 'ms.' -> 'ms-ns.anycast.pch.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: got NS record 'ms.' -> 'mnidns1.mninet.ms.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: got NS record 'ms.' -> 'a.ms.dyntld.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: got NS record 'ms.' -> 'phloem.uoregon.edu.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: got NS record 'ms.' -> 'b.ms.dyntld.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: status=did not resolve, got 5 NS, looping to them Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Nameservers: ms-ns.anycast.pch.net.(0.00ms), phloem.uoregon.edu.(0.00ms), b.ms.dyntld.net.(0.00ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: mnidns1.mninet.ms.(0.00ms), a.ms.dyntld.net.(0.00ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Trying to resolve NS 'ms-ns.anycast.pch.net.' (1/5) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] ms-ns.anycast.pch.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] ms-ns.anycast.pch.net.: Looking for CNAME cache hit of 'ms-ns.anycast.pch.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] ms-ns.anycast.pch.net.: No CNAME cache hit of 'ms-ns.anycast.pch.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] ms-ns.anycast.pch.net.: Found cache hit for A: 204.61.216.33[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Resolved 'ms.' NS ms-ns.anycast.pch.net. to: 204.61.216.33 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Trying IP 204.61.216.33:53, asking 'mem.gfx.ms.|AAAA' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'b.ms.dyntld.net.|AAAA|2001:500:96::23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'ms-ns.anycast.pch.net.|AAAA|2001:500:14:6033:ad::1' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'phloem.uoregon.edu.|AAAA|2001:468:d01:20::80df:2023' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: OPT answer '.' from '.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: got NS record 'ms.' -> 'ms-ns.anycast.pch.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: got NS record 'ms.' -> 'b.ms.dyntld.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: got NS record 'ms.' -> 'a.ms.dyntld.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: got NS record 'ms.' -> 'phloem.uoregon.edu.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: got NS record 'ms.' -> 'mnidns1.mninet.ms.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: status=did not resolve, got 5 NS, looping to them Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: Nameservers: a.ms.dyntld.net.(0.00ms), b.ms.dyntld.net.(0.00ms), phloem.uoregon.edu.(0.00ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: ms-ns.anycast.pch.net.(0.00ms), mnidns1.mninet.ms.(0.00ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: Trying to resolve NS 'a.ms.dyntld.net.' (1/5) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] a.ms.dyntld.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] a.ms.dyntld.net.: Looking for CNAME cache hit of 'a.ms.dyntld.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] a.ms.dyntld.net.: No CNAME cache hit of 'a.ms.dyntld.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] a.ms.dyntld.net.: Found cache hit for A: 199.19.5.23[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: Resolved 'ms.' NS a.ms.dyntld.net. to: 199.19.5.23 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: Trying IP 199.19.5.23:53, asking 'assets.onestore.ms.|A' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Got 17 answers from b.root-servers.net. (192.228.79.201), rcode=0 (No Error), aa=0, in 201ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'ms.|NS|ms-ns.anycast.pch.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'ms.|NS|mnidns1.mninet.ms.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'ms.|NS|a.ms.dyntld.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'ms.|NS|phloem.uoregon.edu.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'ms.|NS|b.ms.dyntld.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'ms.|NSEC|mt. NS RRSIG NSEC' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'ms.|RRSIG|NSEC 8 1 86400 20160226050000 20160216040000 54549 . tPZWiIu/Es4PPioVbpZQW+dZ9Tv/dK9yk+0DB7R0c0VqBk94VOD7wqmE0KfF8pBfWC0rTNtVg+kCXbWl0DKGnWkIj9kfkXcZXkqoIkw5W7ww0JpjgnqEgCklTapglvGDN799Ybn5CmUyJ+uJmmkQeI3/SATBIvAk8KaL/PViIWw=' from '.' nameservers? 2 RRSIG - separate Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'a.ms.dyntld.net.|A|199.19.5.23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'b.ms.dyntld.net.|A|199.19.6.23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'ms-ns.anycast.pch.net.|A|204.61.216.33' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'phloem.uoregon.edu.|A|128.223.32.35' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'mnidns1.mninet.ms.|A|199.7.90.2' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'a.ms.dyntld.net.|AAAA|2001:500:92::23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'b.ms.dyntld.net.|AAAA|2001:500:96::23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'ms-ns.anycast.pch.net.|AAAA|2001:500:14:6033:ad::1' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'phloem.uoregon.edu.|AAAA|2001:468:d01:20::80df:2023' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: OPT answer '.' from '.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: got NS record 'ms.' -> 'ms-ns.anycast.pch.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: got NS record 'ms.' -> 'mnidns1.mninet.ms.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: got NS record 'ms.' -> 'a.ms.dyntld.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: got NS record 'ms.' -> 'phloem.uoregon.edu.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: got NS record 'ms.' -> 'b.ms.dyntld.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: status=did not resolve, got 5 NS, looping to them Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Nameservers: ms-ns.anycast.pch.net.(0.00ms), phloem.uoregon.edu.(0.00ms), b.ms.dyntld.net.(0.00ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: mnidns1.mninet.ms.(0.00ms), a.ms.dyntld.net.(0.00ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Trying to resolve NS 'ms-ns.anycast.pch.net.' (1/5) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] ms-ns.anycast.pch.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] ms-ns.anycast.pch.net.: Looking for CNAME cache hit of 'ms-ns.anycast.pch.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] ms-ns.anycast.pch.net.: No CNAME cache hit of 'ms-ns.anycast.pch.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] ms-ns.anycast.pch.net.: Found cache hit for A: 204.61.216.33[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Resolved 'ms.' NS ms-ns.anycast.pch.net. to: 204.61.216.33 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Trying IP 204.61.216.33:53, asking 'mem.gfx.ms.|AAAA' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: Got 5 answers from a.ms.dyntld.net. (199.19.5.23), rcode=0 (No Error), aa=0, in 28ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns3.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns2.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns1.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns4.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: OPT answer '.' from 'ms.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns3.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns2.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns1.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns4.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: status=did not resolve, got 4 NS, looping to them Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: Nameservers: ns4.msft.net.(0.00ms), ns3.msft.net.(0.00ms), ns2.msft.net.(39.98ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: ns1.msft.net.(40.44ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: Trying to resolve NS 'ns4.msft.net.' (1/4) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] ns4.msft.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] ns4.msft.net.: Looking for CNAME cache hit of 'ns4.msft.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] ns4.msft.net.: No CNAME cache hit of 'ns4.msft.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] ns4.msft.net.: Found cache hit for A: 208.76.45.53[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: Resolved 'onestore.MS.' NS ns4.msft.net. to: 208.76.45.53 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: Trying IP 208.76.45.53:53, asking 'assets.onestore.ms.|A' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: Got 5 answers from a.ms.dyntld.net. (199.19.5.23), rcode=0 (No Error), aa=0, in 34ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns3.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns2.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns1.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns4.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: OPT answer '.' from 'ms.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns3.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns2.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns1.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns4.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: status=did not resolve, got 4 NS, looping to them Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: Nameservers: ns3.msft.net.(0.00ms), ns4.msft.net.(0.00ms), ns2.msft.net.(39.98ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: ns1.msft.net.(40.44ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: Trying to resolve NS 'ns3.msft.net.' (1/4) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] ns3.msft.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] ns3.msft.net.: Looking for CNAME cache hit of 'ns3.msft.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] ns3.msft.net.: No CNAME cache hit of 'ns3.msft.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] ns3.msft.net.: Found cache hit for A: 193.221.113.53[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: Resolved 'onestore.MS.' NS ns3.msft.net. to: 193.221.113.53 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: Trying IP 193.221.113.53:53, asking 'assets.onestore.ms.|A' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: Got 5 answers from a.ms.dyntld.net. (199.19.5.23), rcode=0 (No Error), aa=0, in 28ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns3.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns2.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns1.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns4.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: OPT answer '.' from 'ms.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns3.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns2.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns1.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns4.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: status=did not resolve, got 4 NS, looping to them Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: Nameservers: ns4.msft.net.(0.00ms), ns3.msft.net.(0.00ms), ns2.msft.net.(39.98ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: ns1.msft.net.(40.44ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: Trying to resolve NS 'ns4.msft.net.' (1/4) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] ns4.msft.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] ns4.msft.net.: Looking for CNAME cache hit of 'ns4.msft.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] ns4.msft.net.: No CNAME cache hit of 'ns4.msft.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] ns4.msft.net.: Found cache hit for A: 208.76.45.53[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: Resolved 'onestore.MS.' NS ns4.msft.net. to: 208.76.45.53 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: Trying IP 208.76.45.53:53, asking 'assets.onestore.ms.|A' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Got 5 answers from a.ms.dyntld.net. (199.19.5.23), rcode=0 (No Error), aa=0, in 34ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns3.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns2.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns1.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns4.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: OPT answer '.' from 'ms.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns3.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns2.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns1.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns4.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: status=did not resolve, got 4 NS, looping to them Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Nameservers: ns3.msft.net.(0.00ms), ns4.msft.net.(0.00ms), ns2.msft.net.(39.98ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: ns1.msft.net.(40.44ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Trying to resolve NS 'ns3.msft.net.' (1/4) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] ns3.msft.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] ns3.msft.net.: Looking for CNAME cache hit of 'ns3.msft.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] ns3.msft.net.: No CNAME cache hit of 'ns3.msft.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] ns3.msft.net.: Found cache hit for A: 193.221.113.53[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Resolved 'onestore.MS.' NS ns3.msft.net. to: 193.221.113.53 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Trying IP 193.221.113.53:53, asking 'assets.onestore.ms.|A' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Got 5 answers from ms-ns.anycast.pch.net. (204.61.216.33), rcode=0 (No Error), aa=0, in 48ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'gfx.ms.|NS|ns2.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'gfx.ms.|NS|ns3.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'gfx.ms.|NS|ns4.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'gfx.ms.|NS|ns1.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: OPT answer '.' from 'ms.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: got NS record 'gfx.ms.' -> 'ns2.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: got NS record 'gfx.ms.' -> 'ns3.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: got NS record 'gfx.ms.' -> 'ns4.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: got NS record 'gfx.ms.' -> 'ns1.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: status=did not resolve, got 4 NS, looping to them Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Nameservers: ns4.msft.net.(0.00ms), ns3.msft.net.(0.00ms), ns2.msft.net.(39.96ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: ns1.msft.net.(40.42ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Trying to resolve NS 'ns4.msft.net.' (1/4) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] ns4.msft.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] ns4.msft.net.: Looking for CNAME cache hit of 'ns4.msft.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] ns4.msft.net.: No CNAME cache hit of 'ns4.msft.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] ns4.msft.net.: Found cache hit for A: 208.76.45.53[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Resolved 'gfx.ms.' NS ns4.msft.net. to: 208.76.45.53 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Trying IP 208.76.45.53:53, asking 'mem.gfx.ms.|AAAA' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Got 5 answers from ms-ns.anycast.pch.net. (204.61.216.33), rcode=0 (No Error), aa=0, in 48ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'gfx.ms.|NS|ns2.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'gfx.ms.|NS|ns3.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'gfx.ms.|NS|ns4.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'gfx.ms.|NS|ns1.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: OPT answer '.' from 'ms.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: got NS record 'gfx.ms.' -> 'ns2.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: got NS record 'gfx.ms.' -> 'ns3.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: got NS record 'gfx.ms.' -> 'ns4.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: got NS record 'gfx.ms.' -> 'ns1.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: status=did not resolve, got 4 NS, looping to them Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Nameservers: ns4.msft.net.(0.00ms), ns3.msft.net.(0.00ms), ns2.msft.net.(39.96ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: ns1.msft.net.(40.42ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Trying to resolve NS 'ns4.msft.net.' (1/4) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] ns4.msft.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] ns4.msft.net.: Looking for CNAME cache hit of 'ns4.msft.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] ns4.msft.net.: No CNAME cache hit of 'ns4.msft.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] ns4.msft.net.: Found cache hit for A: 208.76.45.53[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Resolved 'gfx.ms.' NS ns4.msft.net. to: 208.76.45.53 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Trying IP 208.76.45.53:53, asking 'mem.gfx.ms.|AAAA' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Got 1 answers from ns4.msft.net. (208.76.45.53), rcode=1 (Form Error), aa=0, in 38ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: OPT answer '.' from 'gfx.ms.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: status=NS ns4.msft.net. (208.76.45.53) is lame for 'gfx.ms.', trying sibling IP or NS Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Trying to resolve NS 'ns3.msft.net.' (2/4) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] ns3.msft.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] ns3.msft.net.: Looking for CNAME cache hit of 'ns3.msft.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] ns3.msft.net.: No CNAME cache hit of 'ns3.msft.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] ns3.msft.net.: Found cache hit for A: 193.221.113.53[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Resolved 'gfx.ms.' NS ns3.msft.net. to: 193.221.113.53 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Trying IP 193.221.113.53:53, asking 'mem.gfx.ms.|AAAA' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Got 1 answers from ns4.msft.net. (208.76.45.53), rcode=1 (Form Error), aa=0, in 38ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: OPT answer '.' from 'gfx.ms.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: status=NS ns4.msft.net. (208.76.45.53) is lame for 'gfx.ms.', trying sibling IP or NS Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Trying to resolve NS 'ns3.msft.net.' (2/4) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] ns3.msft.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] ns3.msft.net.: Looking for CNAME cache hit of 'ns3.msft.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] ns3.msft.net.: No CNAME cache hit of 'ns3.msft.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] ns3.msft.net.: Found cache hit for A: 193.221.113.53[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Resolved 'gfx.ms.' NS ns3.msft.net. to: 193.221.113.53 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Trying IP 193.221.113.53:53, asking 'mem.gfx.ms.|AAAA' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: Got 2 answers from ns4.msft.net. (208.76.45.53), rcode=0 (No Error), aa=1, in 39ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'assets.onestore.ms.|CNAME|assets.onestore.ms.akadns.net.' from 'onestore.MS.' nameservers? 1 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: OPT answer '.' from 'onestore.MS.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: status=got a CNAME referral, starting over with assets.onestore.ms.akadns.net. Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: Looking for CNAME cache hit of 'assets.onestore.ms.akadns.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: No CNAME cache hit of 'assets.onestore.ms.akadns.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: No cache hit for 'assets.onestore.ms.akadns.net.|A', trying to find an appropriate NS record Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'assets.onestore.ms.akadns.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: no valid/useful NS in cache for 'assets.onestore.ms.akadns.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'onestore.ms.akadns.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: no valid/useful NS in cache for 'onestore.ms.akadns.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'ms.akadns.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: no valid/useful NS in cache for 'ms.akadns.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'akadns.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a3-129.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a7-131.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a11-129.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a1-128.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a9-128.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a5-130.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a13-130.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a4-131.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a10-128.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a28-129.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: We have NS in cache for 'akadns.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: Cache consultations done, have 10 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: Nameservers: a10-128.akadns.org.(0.00ms), a11-129.akadns.net.(0.00ms), a1-128.akadns.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: a9-128.akadns.net.(0.00ms), a3-129.akadns.net.(0.00ms), a13-130.akadns.org.(0.01ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: a7-131.akadns.net.(0.02ms), a5-130.akadns.org.(2.86ms), a28-129.akadns.org.(3.51ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: a4-131.akadns.org.(25.71ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: Trying to resolve NS 'a10-128.akadns.org.' (1/10) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] a10-128.akadns.org.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] a10-128.akadns.org.: Looking for CNAME cache hit of 'a10-128.akadns.org.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] a10-128.akadns.org.: No CNAME cache hit of 'a10-128.akadns.org.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] a10-128.akadns.org.: Found cache hit for A: 96.7.50.128[ttl=80001] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: Resolved 'akadns.net.' NS a10-128.akadns.org. to: 96.7.50.128 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: Trying IP 96.7.50.128:53, asking 'assets.onestore.ms.akadns.net.|A' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: Got 2 answers from ns3.msft.net. (193.221.113.53), rcode=0 (No Error), aa=1, in 41ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'assets.onestore.ms.|CNAME|assets.onestore.ms.akadns.net.' from 'onestore.MS.' nameservers? 1 YES! Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: OPT answer '.' from 'onestore.MS.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: status=got a CNAME referral, starting over with assets.onestore.ms.akadns.net. Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: Looking for CNAME cache hit of 'assets.onestore.ms.akadns.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: No CNAME cache hit of 'assets.onestore.ms.akadns.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: No cache hit for 'assets.onestore.ms.akadns.net.|A', trying to find an appropriate NS record Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'assets.onestore.ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: no valid/useful NS in cache for 'assets.onestore.ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'onestore.ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: no valid/useful NS in cache for 'onestore.ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: no valid/useful NS in cache for 'ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a3-129.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21452 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a7-131.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21452 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a11-129.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21452 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a1-128.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21452 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a9-128.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21452 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a5-130.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a13-130.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a4-131.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a10-128.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a28-129.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: We have NS in cache for 'akadns.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: Cache consultations done, have 10 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: Nameservers: a1-128.akadns.net.(0.00ms), a11-129.akadns.net.(0.00ms), a10-128.akadns.org.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: a9-128.akadns.net.(0.00ms), a3-129.akadns.net.(0.00ms), a13-130.akadns.org.(0.01ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: a7-131.akadns.net.(0.02ms), a5-130.akadns.org.(2.86ms), a28-129.akadns.org.(3.51ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: a4-131.akadns.org.(25.70ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: Trying to resolve NS 'a1-128.akadns.net.' (1/10) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] a1-128.akadns.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] a1-128.akadns.net.: Looking for CNAME cache hit of 'a1-128.akadns.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] a1-128.akadns.net.: No CNAME cache hit of 'a1-128.akadns.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] a1-128.akadns.net.: Found cache hit for A: 193.108.88.128[ttl=21452] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: Resolved 'akadns.net.' NS a1-128.akadns.net. to: 193.108.88.128 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: Trying IP 193.108.88.128:53, asking 'assets.onestore.ms.akadns.net.|A' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: Got 2 answers from ns4.msft.net. (208.76.45.53), rcode=0 (No Error), aa=1, in 39ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'assets.onestore.ms.|CNAME|assets.onestore.ms.akadns.net.' from 'onestore.MS.' nameservers? 1 YES! Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: OPT answer '.' from 'onestore.MS.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: status=got a CNAME referral, starting over with assets.onestore.ms.akadns.net. Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: Looking for CNAME cache hit of 'assets.onestore.ms.akadns.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: No CNAME cache hit of 'assets.onestore.ms.akadns.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: No cache hit for 'assets.onestore.ms.akadns.net.|A', trying to find an appropriate NS record Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'assets.onestore.ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: no valid/useful NS in cache for 'assets.onestore.ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'onestore.ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: no valid/useful NS in cache for 'onestore.ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: no valid/useful NS in cache for 'ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a3-129.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a7-131.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a11-129.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a1-128.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a9-128.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a5-130.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a13-130.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a4-131.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a10-128.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a28-129.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: We have NS in cache for 'akadns.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: Cache consultations done, have 10 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: Nameservers: a10-128.akadns.org.(0.00ms), a11-129.akadns.net.(0.00ms), a1-128.akadns.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: a9-128.akadns.net.(0.00ms), a3-129.akadns.net.(0.00ms), a13-130.akadns.org.(0.01ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: a7-131.akadns.net.(0.02ms), a5-130.akadns.org.(2.86ms), a28-129.akadns.org.(3.51ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: a4-131.akadns.org.(25.71ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: Trying to resolve NS 'a10-128.akadns.org.' (1/10) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] a10-128.akadns.org.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] a10-128.akadns.org.: Looking for CNAME cache hit of 'a10-128.akadns.org.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] a10-128.akadns.org.: No CNAME cache hit of 'a10-128.akadns.org.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] a10-128.akadns.org.: Found cache hit for A: 96.7.50.128[ttl=80001] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: Resolved 'akadns.net.' NS a10-128.akadns.org. to: 96.7.50.128 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: Trying IP 96.7.50.128:53, asking 'assets.onestore.ms.akadns.net.|A' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.: Got 2 answers from ns3.msft.net. (193.221.113.53), rcode=0 (No Error), aa=1, in 41ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.: accept answer 'assets.onestore.ms.|CNAME|assets.onestore.ms.akadns.net.' from 'onestore.MS.' nameservers? 1 YES! Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.: OPT answer '.' from 'onestore.MS.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.: status=got a CNAME referral, starting over with assets.onestore.ms.akadns.net. Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: Looking for CNAME cache hit of 'assets.onestore.ms.akadns.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: No CNAME cache hit of 'assets.onestore.ms.akadns.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: No cache hit for 'assets.onestore.ms.akadns.net.|A', trying to find an appropriate NS record Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'assets.onestore.ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: no valid/useful NS in cache for 'assets.onestore.ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'onestore.ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: no valid/useful NS in cache for 'onestore.ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: no valid/useful NS in cache for 'ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a3-129.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21452 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a7-131.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21452 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a11-129.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21452 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a1-128.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21452 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a9-128.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21452 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a5-130.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a13-130.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a4-131.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a10-128.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a28-129.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: We have NS in cache for 'akadns.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: Cache consultations done, have 10 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: Nameservers: a1-128.akadns.net.(0.00ms), a11-129.akadns.net.(0.00ms), a10-128.akadns.org.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: a9-128.akadns.net.(0.00ms), a3-129.akadns.net.(0.00ms), a13-130.akadns.org.(0.01ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: a7-131.akadns.net.(0.02ms), a5-130.akadns.org.(2.86ms), a28-129.akadns.org.(3.51ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: a4-131.akadns.org.(25.70ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: Trying to resolve NS 'a1-128.akadns.net.' (1/10) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] a1-128.akadns.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] a1-128.akadns.net.: Looking for CNAME cache hit of 'a1-128.akadns.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] a1-128.akadns.net.: No CNAME cache hit of 'a1-128.akadns.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] a1-128.akadns.net.: Found cache hit for A: 193.108.88.128[ttl=21452] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: Resolved 'akadns.net.' NS a1-128.akadns.net. to: 193.108.88.128 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: Trying IP 193.108.88.128:53, asking 'assets.onestore.ms.akadns.net.|A' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Got 1 answers from ns3.msft.net. (193.221.113.53), rcode=1 (Form Error), aa=0, in 40ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: OPT answer '.' from 'gfx.ms.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: status=NS ns3.msft.net. (193.221.113.53) is lame for 'gfx.ms.', trying sibling IP or NS Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Trying to resolve NS 'ns2.msft.net.' (3/4) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] ns2.msft.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] ns2.msft.net.: Looking for CNAME cache hit of 'ns2.msft.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] ns2.msft.net.: No CNAME cache hit of 'ns2.msft.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] ns2.msft.net.: Found cache hit for A: 208.84.2.53[ttl=86399] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Resolved 'gfx.ms.' NS ns2.msft.net. to: 208.84.2.53 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Trying IP 208.84.2.53:53, asking 'mem.gfx.ms.|AAAA' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: Got 1 answers from ns3.msft.net. (193.221.113.53), rcode=1 (Form Error), aa=0, in 40ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: OPT answer '.' from 'gfx.ms.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: status=NS ns3.msft.net. (193.221.113.53) is lame for 'gfx.ms.', trying sibling IP or NS Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: Trying to resolve NS 'ns2.msft.net.' (3/4) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] ns2.msft.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] ns2.msft.net.: Looking for CNAME cache hit of 'ns2.msft.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] ns2.msft.net.: No CNAME cache hit of 'ns2.msft.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] ns2.msft.net.: Found cache hit for A: 208.84.2.53[ttl=86399] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: Resolved 'gfx.ms.' NS ns2.msft.net. to: 208.84.2.53 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: Trying IP 208.84.2.53:53, asking 'mem.gfx.ms.|AAAA' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: Got 2 answers from a10-128.akadns.org. (96.7.50.128), rcode=0 (No Error), aa=1, in 43ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: accept answer 'assets.onestore.ms.akadns.net.|CNAME|assets.onestore.ms.edgekey.net.' from 'akadns.net.' nameservers? 1 YES! Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: OPT answer '.' from 'akadns.net.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: status=got a CNAME referral, starting over with assets.onestore.ms.edgekey.net. Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: Looking for CNAME cache hit of 'assets.onestore.ms.edgekey.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: No CNAME cache hit of 'assets.onestore.ms.edgekey.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: No cache hit for 'assets.onestore.ms.edgekey.net.|A', trying to find an appropriate NS record Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'assets.onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: no valid/useful NS in cache for 'assets.onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: no valid/useful NS in cache for 'onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: no valid/useful NS in cache for 'ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns1-66.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'usw6.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'adns1.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns4-66.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns7-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns5-66.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a6-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a5-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a16-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a18-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a28-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a13-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a26-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: We have NS in cache for 'edgekey.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: Cache consultations done, have 13 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: Nameservers: ns4-66.akam.net.(0.00ms), ns7-65.akam.net.(0.00ms), a26-65.akam.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: a13-65.akam.net.(0.00ms), ns5-66.akam.net.(0.00ms), a16-65.akam.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: ns1-66.akam.net.(0.00ms), adns1.akam.net.(0.00ms), a28-65.akam.net.(0.01ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: a6-65.akam.net.(0.33ms), a18-65.akam.net.(5.51ms), a5-65.akam.net.(13.87ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: usw6.akam.net.(47.18ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: Trying to resolve NS 'ns4-66.akam.net.' (1/13) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] ns4-66.akam.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] ns4-66.akam.net.: Looking for CNAME cache hit of 'ns4-66.akam.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] ns4-66.akam.net.: No CNAME cache hit of 'ns4-66.akam.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] ns4-66.akam.net.: Found cache hit for A: 84.53.139.66[ttl=21452] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: Resolved 'edgekey.net.' NS ns4-66.akam.net. to: 84.53.139.66 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: Trying IP 84.53.139.66:53, asking 'assets.onestore.ms.edgekey.net.|A' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: Got 2 answers from a10-128.akadns.org. (96.7.50.128), rcode=0 (No Error), aa=1, in 43ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: accept answer 'assets.onestore.ms.akadns.net.|CNAME|assets.onestore.ms.edgekey.net.' from 'akadns.net.' nameservers? 1 YES! Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: OPT answer '.' from 'akadns.net.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: status=got a CNAME referral, starting over with assets.onestore.ms.edgekey.net. Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: Looking for CNAME cache hit of 'assets.onestore.ms.edgekey.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: No CNAME cache hit of 'assets.onestore.ms.edgekey.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: No cache hit for 'assets.onestore.ms.edgekey.net.|A', trying to find an appropriate NS record Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'assets.onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: no valid/useful NS in cache for 'assets.onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: no valid/useful NS in cache for 'onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: no valid/useful NS in cache for 'ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns1-66.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'usw6.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'adns1.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns4-66.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns7-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns5-66.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a6-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a5-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: Got 2 answers from a1-128.akadns.net. (193.108.88.128), rcode=0 (No Error), aa=1, in 46ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: accept answer 'assets.onestore.ms.akadns.net.|CNAME|assets.onestore.ms.edgekey.net.' from 'akadns.net.' nameservers? 1 YES! Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: OPT answer '.' from 'akadns.net.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: status=got a CNAME referral, starting over with assets.onestore.ms.edgekey.net. Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: Looking for CNAME cache hit of 'assets.onestore.ms.edgekey.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: No CNAME cache hit of 'assets.onestore.ms.edgekey.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: No cache hit for 'assets.onestore.ms.edgekey.net.|A', trying to find an appropriate NS record Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'assets.onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: no valid/useful NS in cache for 'assets.onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: no valid/useful NS in cache for 'onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: no valid/useful NS in cache for 'ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns1-66.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'usw6.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'adns1.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns4-66.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns7-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns5-66.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a6-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a5-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a16-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a18-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a28-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a13-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a26-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: We have NS in cache for 'edgekey.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: Cache consultations done, have 13 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: Nameservers: ns7-65.akam.net.(0.00ms), ns4-66.akam.net.(0.00ms), a26-65.akam.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: a13-65.akam.net.(0.00ms), ns5-66.akam.net.(0.00ms), a16-65.akam.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: ns1-66.akam.net.(0.00ms), adns1.akam.net.(0.00ms), a28-65.akam.net.(0.01ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: a6-65.akam.net.(0.33ms), a18-65.akam.net.(5.51ms), a5-65.akam.net.(13.87ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: usw6.akam.net.(47.17ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: Trying to resolve NS 'ns7-65.akam.net.' (1/13) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] ns7-65.akam.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] ns7-65.akam.net.: Looking for CNAME cache hit of 'ns7-65.akam.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] ns7-65.akam.net.: No CNAME cache hit of 'ns7-65.akam.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] ns7-65.akam.net.: Found cache hit for A: 96.7.49.65[ttl=77711] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: Resolved 'edgekey.net.' NS ns7-65.akam.net. to: 96.7.49.65 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: Trying IP 96.7.49.65:53, asking 'assets.onestore.ms.edgekey.net.|A' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a16-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a18-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a28-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a13-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a26-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: We have NS in cache for 'edgekey.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: Cache consultations done, have 13 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: Nameservers: ns4-66.akam.net.(0.00ms), ns7-65.akam.net.(0.00ms), a26-65.akam.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: a13-65.akam.net.(0.00ms), ns5-66.akam.net.(0.00ms), a16-65.akam.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: ns1-66.akam.net.(0.00ms), adns1.akam.net.(0.00ms), a28-65.akam.net.(0.01ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: a6-65.akam.net.(0.33ms), a18-65.akam.net.(5.51ms), a5-65.akam.net.(13.87ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: usw6.akam.net.(47.18ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: Trying to resolve NS 'ns4-66.akam.net.' (1/13) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] ns4-66.akam.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] ns4-66.akam.net.: Looking for CNAME cache hit of 'ns4-66.akam.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] ns4-66.akam.net.: No CNAME cache hit of 'ns4-66.akam.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] ns4-66.akam.net.: Found cache hit for A: 84.53.139.66[ttl=21452] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: Resolved 'edgekey.net.' NS ns4-66.akam.net. to: 84.53.139.66 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: Trying IP 84.53.139.66:53, asking 'assets.onestore.ms.edgekey.net.|A' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: Got 2 answers from a1-128.akadns.net. (193.108.88.128), rcode=0 (No Error), aa=1, in 46ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: accept answer 'assets.onestore.ms.akadns.net.|CNAME|assets.onestore.ms.edgekey.net.' from 'akadns.net.' nameservers? 1 YES! Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: OPT answer '.' from 'akadns.net.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: status=got a CNAME referral, starting over with assets.onestore.ms.edgekey.net. Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: Looking for CNAME cache hit of 'assets.onestore.ms.edgekey.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: No CNAME cache hit of 'assets.onestore.ms.edgekey.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: No cache hit for 'assets.onestore.ms.edgekey.net.|A', trying to find an appropriate NS record Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'assets.onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: no valid/useful NS in cache for 'assets.onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: no valid/useful NS in cache for 'onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: no valid/useful NS in cache for 'ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns1-66.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'usw6.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'adns1.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns4-66.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Got 1 answers from ns2.msft.net. (208.84.2.53), rcode=1 (Form Error), aa=0, in 40ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: OPT answer '.' from 'gfx.ms.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: status=NS ns2.msft.net. (208.84.2.53) is lame for 'gfx.ms.', trying sibling IP or NS Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Trying to resolve NS 'ns1.msft.net.' (4/4) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] ns1.msft.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] ns1.msft.net.: Looking for CNAME cache hit of 'ns1.msft.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] ns1.msft.net.: No CNAME cache hit of 'ns1.msft.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] ns1.msft.net.: Found cache hit for A: 208.84.0.53[ttl=86399] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Resolved 'gfx.ms.' NS ns1.msft.net. to: 208.84.0.53 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Trying IP 208.84.0.53:53, asking 'mem.gfx.ms.|AAAA' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns7-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns5-66.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a6-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a5-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a16-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a18-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a28-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a13-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a26-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: We have NS in cache for 'edgekey.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: Cache consultations done, have 13 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: Nameservers: ns7-65.akam.net.(0.00ms), ns4-66.akam.net.(0.00ms), a26-65.akam.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: a13-65.akam.net.(0.00ms), ns5-66.akam.net.(0.00ms), a16-65.akam.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: ns1-66.akam.net.(0.00ms), adns1.akam.net.(0.00ms), a28-65.akam.net.(0.01ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: a6-65.akam.net.(0.33ms), a18-65.akam.net.(5.51ms), a5-65.akam.net.(13.87ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: usw6.akam.net.(47.17ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: Trying to resolve NS 'ns7-65.akam.net.' (1/13) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] ns7-65.akam.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] ns7-65.akam.net.: Looking for CNAME cache hit of 'ns7-65.akam.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] ns7-65.akam.net.: No CNAME cache hit of 'ns7-65.akam.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] ns7-65.akam.net.: Found cache hit for A: 96.7.49.65[ttl=77711] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: Resolved 'edgekey.net.' NS ns7-65.akam.net. to: 96.7.49.65 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: Trying IP 96.7.49.65:53, asking 'assets.onestore.ms.edgekey.net.|A' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: Got 1 answers from ns2.msft.net. (208.84.2.53), rcode=1 (Form Error), aa=0, in 40ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: OPT answer '.' from 'gfx.ms.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: status=NS ns2.msft.net. (208.84.2.53) is lame for 'gfx.ms.', trying sibling IP or NS Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: Trying to resolve NS 'ns1.msft.net.' (4/4) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] ns1.msft.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] ns1.msft.net.: Looking for CNAME cache hit of 'ns1.msft.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] ns1.msft.net.: No CNAME cache hit of 'ns1.msft.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] ns1.msft.net.: Found cache hit for A: 208.84.0.53[ttl=86399] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: Resolved 'gfx.ms.' NS ns1.msft.net. to: 208.84.0.53 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: Trying IP 208.84.0.53:53, asking 'mem.gfx.ms.|AAAA' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: Got 2 answers from ns4-66.akam.net. (84.53.139.66), rcode=0 (No Error), aa=1, in 33ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: accept answer 'assets.onestore.ms.edgekey.net.|CNAME|e10858.dspg.akamaiedge.net.' from 'edgekey.net.' nameservers? 1 YES! Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: OPT answer '.' from 'edgekey.net.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: status=got a CNAME referral, starting over with e10858.dspg.akamaiedge.net. Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: Looking for CNAME cache hit of 'e10858.dspg.akamaiedge.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: No CNAME cache hit of 'e10858.dspg.akamaiedge.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: No cache hit for 'e10858.dspg.akamaiedge.net.|A', trying to find an appropriate NS record Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'e10858.dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: no valid/useful NS in cache for 'e10858.dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: no valid/useful NS in cache for 'dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la1.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la6.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la7.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la3.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'lar6.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'lar2.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns3-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns2-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns4-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns6-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns7-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns5-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns1-1.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: We have NS in cache for 'akamaiedge.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: Cache consultations done, have 13 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: Nameservers: ns4-194.akamaiedge.net.(0.00ms), ns2-194.akamaiedge.net.(0.00ms), ns5-194.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: la7.akamaiedge.net.(0.00ms), la1.akamaiedge.net.(0.00ms), ns1-1.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: lar2.akamaiedge.net.(0.00ms), ns3-194.akamaiedge.net.(0.00ms), la6.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: ns7-194.akamaiedge.net.(0.00ms), ns6-194.akamaiedge.net.(0.00ms), lar6.akamaiedge.net.(5.07ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: la3.akamaiedge.net.(33.48ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: Trying to resolve NS 'ns4-194.akamaiedge.net.' (1/13) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] ns4-194.akamaiedge.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] ns4-194.akamaiedge.net.: Looking for CNAME cache hit of 'ns4-194.akamaiedge.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] ns4-194.akamaiedge.net.: No CNAME cache hit of 'ns4-194.akamaiedge.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] ns4-194.akamaiedge.net.: Found cache hit for A: 84.53.139.194[ttl=21453] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: Resolved 'akamaiedge.net.' NS ns4-194.akamaiedge.net. to: 84.53.139.194 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: Trying IP 84.53.139.194:53, asking 'e10858.dspg.akamaiedge.net.|A' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: Got 2 answers from ns4-66.akam.net. (84.53.139.66), rcode=0 (No Error), aa=1, in 33ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: accept answer 'assets.onestore.ms.edgekey.net.|CNAME|e10858.dspg.akamaiedge.net.' from 'edgekey.net.' nameservers? 1 YES! Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: OPT answer '.' from 'edgekey.net.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: status=got a CNAME referral, starting over with e10858.dspg.akamaiedge.net. Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: Looking for CNAME cache hit of 'e10858.dspg.akamaiedge.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: No CNAME cache hit of 'e10858.dspg.akamaiedge.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: No cache hit for 'e10858.dspg.akamaiedge.net.|A', trying to find an appropriate NS record Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'e10858.dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: no valid/useful NS in cache for 'e10858.dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: no valid/useful NS in cache for 'dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la1.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la6.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la7.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la3.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'lar6.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'lar2.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns3-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns2-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns4-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns6-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: Got 2 answers from ns7-65.akam.net. (96.7.49.65), rcode=0 (No Error), aa=1, in 32ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: accept answer 'assets.onestore.ms.edgekey.net.|CNAME|e10858.dspg.akamaiedge.net.' from 'edgekey.net.' nameservers? 1 YES! Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: OPT answer '.' from 'edgekey.net.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: status=got a CNAME referral, starting over with e10858.dspg.akamaiedge.net. Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: Looking for CNAME cache hit of 'e10858.dspg.akamaiedge.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: No CNAME cache hit of 'e10858.dspg.akamaiedge.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: No cache hit for 'e10858.dspg.akamaiedge.net.|A', trying to find an appropriate NS record Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'e10858.dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: no valid/useful NS in cache for 'e10858.dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: no valid/useful NS in cache for 'dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la1.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la6.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la7.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la3.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'lar6.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'lar2.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns3-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns2-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns4-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns6-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns7-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns5-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns1-1.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: We have NS in cache for 'akamaiedge.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: Cache consultations done, have 13 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: Nameservers: ns2-194.akamaiedge.net.(0.00ms), ns3-194.akamaiedge.net.(0.00ms), la7.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: la1.akamaiedge.net.(0.00ms), lar2.akamaiedge.net.(0.00ms), ns4-194.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: ns5-194.akamaiedge.net.(0.00ms), ns1-1.akamaiedge.net.(0.00ms), la6.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: ns7-194.akamaiedge.net.(0.00ms), ns6-194.akamaiedge.net.(0.00ms), lar6.akamaiedge.net.(5.07ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: la3.akamaiedge.net.(33.48ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: Trying to resolve NS 'ns2-194.akamaiedge.net.' (1/13) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] ns2-194.akamaiedge.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] ns2-194.akamaiedge.net.: Looking for CNAME cache hit of 'ns2-194.akamaiedge.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] ns2-194.akamaiedge.net.: No CNAME cache hit of 'ns2-194.akamaiedge.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] ns2-194.akamaiedge.net.: Found cache hit for A: 2.22.230.194[ttl=21453] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: Resolved 'akamaiedge.net.' NS ns2-194.akamaiedge.net. to: 2.22.230.194 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: Trying IP 2.22.230.194:53, asking 'e10858.dspg.akamaiedge.net.|A' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns7-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns5-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns1-1.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: We have NS in cache for 'akamaiedge.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: Cache consultations done, have 13 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: Nameservers: ns4-194.akamaiedge.net.(0.00ms), ns2-194.akamaiedge.net.(0.00ms), ns5-194.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: la7.akamaiedge.net.(0.00ms), la1.akamaiedge.net.(0.00ms), ns1-1.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: lar2.akamaiedge.net.(0.00ms), ns3-194.akamaiedge.net.(0.00ms), la6.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: ns7-194.akamaiedge.net.(0.00ms), ns6-194.akamaiedge.net.(0.00ms), lar6.akamaiedge.net.(5.07ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: la3.akamaiedge.net.(33.48ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: Trying to resolve NS 'ns4-194.akamaiedge.net.' (1/13) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] ns4-194.akamaiedge.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] ns4-194.akamaiedge.net.: Looking for CNAME cache hit of 'ns4-194.akamaiedge.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] ns4-194.akamaiedge.net.: No CNAME cache hit of 'ns4-194.akamaiedge.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] ns4-194.akamaiedge.net.: Found cache hit for A: 84.53.139.194[ttl=21453] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: Resolved 'akamaiedge.net.' NS ns4-194.akamaiedge.net. to: 84.53.139.194 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: Trying IP 84.53.139.194:53, asking 'e10858.dspg.akamaiedge.net.|A' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: Got 2 answers from ns7-65.akam.net. (96.7.49.65), rcode=0 (No Error), aa=1, in 32ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: accept answer 'assets.onestore.ms.edgekey.net.|CNAME|e10858.dspg.akamaiedge.net.' from 'edgekey.net.' nameservers? 1 YES! Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: OPT answer '.' from 'edgekey.net.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: status=got a CNAME referral, starting over with e10858.dspg.akamaiedge.net. Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Looking for CNAME cache hit of 'e10858.dspg.akamaiedge.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: No CNAME cache hit of 'e10858.dspg.akamaiedge.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: No cache hit for 'e10858.dspg.akamaiedge.net.|A', trying to find an appropriate NS record Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'e10858.dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: no valid/useful NS in cache for 'e10858.dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: no valid/useful NS in cache for 'dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la1.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la6.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la7.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la3.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'lar6.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'lar2.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns3-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Got 1 answers from ns1.msft.net. (208.84.0.53), rcode=1 (Form Error), aa=0, in 39ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: OPT answer '.' from 'gfx.ms.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: status=NS ns1.msft.net. (208.84.0.53) is lame for 'gfx.ms.', trying sibling IP or NS Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Failed to resolve via any of the 4 offered NS at level 'gfx.ms.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: failed (res=-1) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns2-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns4-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns6-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns7-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns5-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns1-1.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: We have NS in cache for 'akamaiedge.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Cache consultations done, have 13 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Nameservers: ns2-194.akamaiedge.net.(0.00ms), ns3-194.akamaiedge.net.(0.00ms), la7.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: la1.akamaiedge.net.(0.00ms), lar2.akamaiedge.net.(0.00ms), ns4-194.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: ns5-194.akamaiedge.net.(0.00ms), ns1-1.akamaiedge.net.(0.00ms), la6.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: ns7-194.akamaiedge.net.(0.00ms), ns6-194.akamaiedge.net.(0.00ms), lar6.akamaiedge.net.(5.07ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: la3.akamaiedge.net.(33.48ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Trying to resolve NS 'ns2-194.akamaiedge.net.' (1/13) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] ns2-194.akamaiedge.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] ns2-194.akamaiedge.net.: Looking for CNAME cache hit of 'ns2-194.akamaiedge.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] ns2-194.akamaiedge.net.: No CNAME cache hit of 'ns2-194.akamaiedge.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] ns2-194.akamaiedge.net.: Found cache hit for A: 2.22.230.194[ttl=21453] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Resolved 'akamaiedge.net.' NS ns2-194.akamaiedge.net. to: 2.22.230.194 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Looking for CNAME cache hit of 'e10858.dspg.akamaiedge.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: No CNAME cache hit of 'e10858.dspg.akamaiedge.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: No cache hit for 'e10858.dspg.akamaiedge.net.|A', trying to find an appropriate NS record Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'e10858.dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: no valid/useful NS in cache for 'e10858.dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: no valid/useful NS in cache for 'dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la1.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la6.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la7.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la3.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'lar6.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'lar2.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns3-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Got 1 answers from ns1.msft.net. (208.84.0.53), rcode=1 (Form Error), aa=0, in 39ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: OPT answer '.' from 'gfx.ms.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: status=NS ns1.msft.net. (208.84.0.53) is lame for 'gfx.ms.', trying sibling IP or NS Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Failed to resolve via any of the 4 offered NS at level 'gfx.ms.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: failed (res=-1) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns2-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns4-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns6-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns7-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns5-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns1-1.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: We have NS in cache for 'akamaiedge.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Cache consultations done, have 13 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Nameservers: ns2-194.akamaiedge.net.(0.00ms), ns3-194.akamaiedge.net.(0.00ms), la7.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: la1.akamaiedge.net.(0.00ms), lar2.akamaiedge.net.(0.00ms), ns4-194.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: ns5-194.akamaiedge.net.(0.00ms), ns1-1.akamaiedge.net.(0.00ms), la6.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: ns7-194.akamaiedge.net.(0.00ms), ns6-194.akamaiedge.net.(0.00ms), lar6.akamaiedge.net.(5.07ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: la3.akamaiedge.net.(33.48ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Trying to resolve NS 'ns2-194.akamaiedge.net.' (1/13) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] ns2-194.akamaiedge.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] ns2-194.akamaiedge.net.: Looking for CNAME cache hit of 'ns2-194.akamaiedge.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] ns2-194.akamaiedge.net.: No CNAME cache hit of 'ns2-194.akamaiedge.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] ns2-194.akamaiedge.net.: Found cache hit for A: 2.22.230.194[ttl=21453] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Resolved 'akamaiedge.net.' NS ns2-194.akamaiedge.net. to: 2.22.230.194 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Trying IP 2.22.230.194:53, asking 'e10858.dspg.akamaiedge.net.|A' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: Got 1 answers from ns1.msft.net. (208.84.0.53), rcode=1 (Form Error), aa=0, in 39ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: OPT answer '.' from 'gfx.ms.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: status=NS ns1.msft.net. (208.84.0.53) is lame for 'gfx.ms.', trying sibling IP or NS Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: Failed to resolve via any of the 4 offered NS at level 'gfx.ms.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: failed (res=-1) Feb 16 13:08:29 rdns1 systemd[1]: pdns-recursor.service: main process exited, code=killed, status=11/SEGV Feb 16 13:08:29 rdns1 systemd[1]: Unit pdns-recursor.service entered failed state. ```
1.0
experimental Recursor dnssec=validate crash sig11/SEGV - Version: 0.0.615gbf05ce7-1pdns.jessie / Using 64-bits mode. Built using gcc 4.9.2 on Jan 27 2016 09:03:02 by root@420df3ed81f6. Sadly still no luck getting a core dump but the recursor ran with trace=yes this time around. Previous deaths: ``` [434010.680891] pdns_recursor[1803]: segfault at 0 ip 00007f2e58a41c34 sp 00007f2e50946c00 error 4 in pdns_recursor[7f2e589ec000+2d0000] [1213004.281536] pdns_recursor[10427]: segfault at 0 ip 00007fc6d7395c34 sp 00007fc6ce330e00 error 4 in pdns_recursor[7fc6d7340000+2d0000] [1644945.295415] pdns_recursor[5838]: segfault at 0 ip 00007fde5f46ec34 sp 00007fde4c7ac6d0 error 4 in pdns_recursor[7fde5f419000+2d0000] ``` ``` Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: Got 1 answers from ns1.msft.net. (208.84.0.53), rcode=1 (Form Error), aa=0, in 39ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: OPT answer '.' from 'gfx.ms.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: status=NS ns1.msft.net. (208.84.0.53) is lame for 'gfx.ms.', trying sibling IP or NS Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: Failed to resolve via any of the 4 offered NS at level 'gfx.ms.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: failed (res=-1) Feb 16 13:08:29 rdns1 systemd[1]: pdns-recursor.service: main process exited, code=killed, status=11/SEGV ``` Config: ``` allow-from=127.0.0.0/8, 10.0.0.0/8, 100.64.0.0/10, 169.254.0.0/16, 192.168.0.0/16, 172.16.0.0/12, ::1/128, fc00::/7, fe80::/10, 2001:470:51ee::/48 dnssec=validate dont-query=127.0.0.0/8, 10.0.0.0/8, 100.64.0.0/10, 169.254.0.0/16, 192.168.0.0/16, 172.16.0.0/12, ::1/128, fc00::/7, fe80::/10, 0.0.0.0/8, 192.0.0.0/24, 192.0.2.0/24, 198.51.100.0/24, 203.0.113.0/24, 240.0.0.0/4, ::/96, ::ffff:0:0/96, 100::/64, 2001:db8::/32 edns-subnet-whitelist=0.0.0.0/0,::/0 local-address=127.0.0.1 local-port=5353 loglevel=6 max-cache-entries=250000 max-negative-ttl=600 max-packetcache-entries=250000 setgid=pdns setuid=pdns trace=true ``` Time is actually fine. ``` [root@rdns1:~]# ntpdate -q ntp0.freenet.de server 2001:748:100:60::2, stratum 0, offset 0.000000, delay 0.00000 server 194.97.4.214, stratum 0, offset 0.000000, delay 0.00000 ``` The whole output for the question right before the crash: ``` Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 1 [11545/3] question for 'assets.onestore.ms.|A' from 127.0.0.1 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Looking for CNAME cache hit of 'assets.onestore.ms.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: No CNAME cache hit of 'assets.onestore.ms.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: No cache hit for 'assets.onestore.ms.|A', trying to find an appropriate NS record Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Checking if we have NS in cache for 'assets.onestore.ms.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: no valid/useful NS in cache for 'assets.onestore.ms.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Checking if we have NS in cache for 'onestore.ms.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: no valid/useful NS in cache for 'onestore.ms.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Checking if we have NS in cache for 'ms.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: no valid/useful NS in cache for 'ms.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Checking if we have NS in cache for '.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'a.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=86271 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'b.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=85350 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'c.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=85350 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'd.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=85350 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'e.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=85350 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'f.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=85350 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'g.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=85350 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'h.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=85350 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'i.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=85350 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'j.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=85350 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'k.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=85350 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'l.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=85350 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: NS (with ip, or non-glue) in cache for '.' -> 'm.root-servers.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: within bailiwick: 1, in cache, ttl=85350 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: We have NS in cache for '.' (flawedNSSet=0) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Cache consultations done, have 13 NS to contact Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Nameservers: b.root-servers.net.(0.00ms), g.root-servers.net.(0.00ms), c.root-servers.net.(0.00ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: k.root-servers.net.(0.00ms), e.root-servers.net.(0.00ms), i.root-servers.net.(0.00ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: j.root-servers.net.(0.00ms), d.root-servers.net.(0.00ms), f.root-servers.net.(0.00ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: l.root-servers.net.(0.00ms), m.root-servers.net.(0.00ms), a.root-servers.net.(0.04ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: h.root-servers.net.(14.26ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Trying to resolve NS 'b.root-servers.net.' (1/13) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] b.root-servers.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] b.root-servers.net.: Looking for CNAME cache hit of 'b.root-servers.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] b.root-servers.net.: No CNAME cache hit of 'b.root-servers.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] b.root-servers.net.: Found cache hit for A: 192.228.79.201[ttl=85350] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Resolved '.' NS b.root-servers.net. to: 192.228.79.201 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Trying IP 192.228.79.201:53, asking 'assets.onestore.ms.|A' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: Got 17 answers from b.root-servers.net. (192.228.79.201), rcode=0 (No Error), aa=0, in 125ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'ms.|NS|ms-ns.anycast.pch.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'ms.|NS|b.ms.dyntld.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'ms.|NS|a.ms.dyntld.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'ms.|NS|phloem.uoregon.edu.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'ms.|NS|mnidns1.mninet.ms.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'ms.|NSEC|mt. NS RRSIG NSEC' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'ms.|RRSIG|NSEC 8 1 86400 20160226050000 20160216040000 54549 . tPZWiIu/Es4PPioVbpZQW+dZ9Tv/dK9yk+0DB7R0c0VqBk94VOD7wqmE0KfF8pBfWC0rTNtVg+kCXbWl0DKGnWkIj9kfkXcZXkqoIkw5W7ww0JpjgnqEgCklTapglvGDN799Ybn5CmUyJ+uJmmkQeI3/SATBIvAk8KaL/PViIWw=' from '.' nameservers? 2 RRSIG - separate Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'a.ms.dyntld.net.|A|199.19.5.23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'b.ms.dyntld.net.|A|199.19.6.23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'ms-ns.anycast.pch.net.|A|204.61.216.33' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'phloem.uoregon.edu.|A|128.223.32.35' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'mnidns1.mninet.ms.|A|199.7.90.2' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'a.ms.dyntld.net.|AAAA|2001:500:92::23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'b.ms.dyntld.net.|AAAA|2001:500:96::23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'ms-ns.anycast.pch.net.|AAAA|2001:500:14:6033:ad::1' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'phloem.uoregon.edu.|AAAA|2001:468:d01:20::80df:2023' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: OPT answer '.' from '.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: got NS record 'ms.' -> 'ms-ns.anycast.pch.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: got NS record 'ms.' -> 'b.ms.dyntld.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: got NS record 'ms.' -> 'a.ms.dyntld.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: got NS record 'ms.' -> 'phloem.uoregon.edu.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: got NS record 'ms.' -> 'mnidns1.mninet.ms.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: status=did not resolve, got 5 NS, looping to them Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: Nameservers: a.ms.dyntld.net.(0.00ms), phloem.uoregon.edu.(0.00ms), b.ms.dyntld.net.(0.00ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: ms-ns.anycast.pch.net.(0.00ms), mnidns1.mninet.ms.(0.00ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: Trying to resolve NS 'a.ms.dyntld.net.' (1/5) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] a.ms.dyntld.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] a.ms.dyntld.net.: Looking for CNAME cache hit of 'a.ms.dyntld.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] a.ms.dyntld.net.: No CNAME cache hit of 'a.ms.dyntld.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] a.ms.dyntld.net.: Found cache hit for A: 199.19.5.23[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: Resolved 'ms.' NS a.ms.dyntld.net. to: 199.19.5.23 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: Trying IP 199.19.5.23:53, asking 'assets.onestore.ms.|A' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: Got 17 answers from b.root-servers.net. (192.228.79.201), rcode=0 (No Error), aa=0, in 202ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'ms.|NS|ms-ns.anycast.pch.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'ms.|NS|b.ms.dyntld.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'ms.|NS|a.ms.dyntld.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'ms.|NS|phloem.uoregon.edu.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'ms.|NS|mnidns1.mninet.ms.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'ms.|NSEC|mt. NS RRSIG NSEC' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'ms.|RRSIG|NSEC 8 1 86400 20160226050000 20160216040000 54549 . tPZWiIu/Es4PPioVbpZQW+dZ9Tv/dK9yk+0DB7R0c0VqBk94VOD7wqmE0KfF8pBfWC0rTNtVg+kCXbWl0DKGnWkIj9kfkXcZXkqoIkw5W7ww0JpjgnqEgCklTapglvGDN799Ybn5CmUyJ+uJmmkQeI3/SATBIvAk8KaL/PViIWw=' from '.' nameservers? 2 RRSIG - separate Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'a.ms.dyntld.net.|A|199.19.5.23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'b.ms.dyntld.net.|A|199.19.6.23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'ms-ns.anycast.pch.net.|A|204.61.216.33' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'phloem.uoregon.edu.|A|128.223.32.35' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'mnidns1.mninet.ms.|A|199.7.90.2' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'a.ms.dyntld.net.|AAAA|2001:500:92::23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'b.ms.dyntld.net.|AAAA|2001:500:96::23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'ms-ns.anycast.pch.net.|AAAA|2001:500:14:6033:ad::1' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'phloem.uoregon.edu.|AAAA|2001:468:d01:20::80df:2023' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: OPT answer '.' from '.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: got NS record 'ms.' -> 'ms-ns.anycast.pch.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: got NS record 'ms.' -> 'b.ms.dyntld.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: got NS record 'ms.' -> 'a.ms.dyntld.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: got NS record 'ms.' -> 'phloem.uoregon.edu.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: got NS record 'ms.' -> 'mnidns1.mninet.ms.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: status=did not resolve, got 5 NS, looping to them Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: Nameservers: a.ms.dyntld.net.(0.00ms), b.ms.dyntld.net.(0.00ms), phloem.uoregon.edu.(0.00ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: ms-ns.anycast.pch.net.(0.00ms), mnidns1.mninet.ms.(0.00ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: Trying to resolve NS 'a.ms.dyntld.net.' (1/5) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] a.ms.dyntld.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] a.ms.dyntld.net.: Looking for CNAME cache hit of 'a.ms.dyntld.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] a.ms.dyntld.net.: No CNAME cache hit of 'a.ms.dyntld.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] a.ms.dyntld.net.: Found cache hit for A: 199.19.5.23[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: Resolved 'ms.' NS a.ms.dyntld.net. to: 199.19.5.23 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: Trying IP 199.19.5.23:53, asking 'assets.onestore.ms.|A' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Got 17 answers from b.root-servers.net. (192.228.79.201), rcode=0 (No Error), aa=0, in 125ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'ms.|NS|ms-ns.anycast.pch.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'ms.|NS|b.ms.dyntld.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'ms.|NS|a.ms.dyntld.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'ms.|NS|phloem.uoregon.edu.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'ms.|NS|mnidns1.mninet.ms.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'ms.|NSEC|mt. NS RRSIG NSEC' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'ms.|RRSIG|NSEC 8 1 86400 20160226050000 20160216040000 54549 . tPZWiIu/Es4PPioVbpZQW+dZ9Tv/dK9yk+0DB7R0c0VqBk94VOD7wqmE0KfF8pBfWC0rTNtVg+kCXbWl0DKGnWkIj9kfkXcZXkqoIkw5W7ww0JpjgnqEgCklTapglvGDN799Ybn5CmUyJ+uJmmkQeI3/SATBIvAk8KaL/PViIWw=' from '.' nameservers? 2 RRSIG - separate Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'a.ms.dyntld.net.|A|199.19.5.23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'b.ms.dyntld.net.|A|199.19.6.23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'ms-ns.anycast.pch.net.|A|204.61.216.33' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'phloem.uoregon.edu.|A|128.223.32.35' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'mnidns1.mninet.ms.|A|199.7.90.2' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'a.ms.dyntld.net.|AAAA|2001:500:92::23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'b.ms.dyntld.net.|AAAA|2001:500:96::23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'ms-ns.anycast.pch.net.|AAAA|2001:500:14:6033:ad::1' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'phloem.uoregon.edu.|AAAA|2001:468:d01:20::80df:2023' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: OPT answer '.' from '.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: got NS record 'ms.' -> 'ms-ns.anycast.pch.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: got NS record 'ms.' -> 'b.ms.dyntld.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: got NS record 'ms.' -> 'a.ms.dyntld.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: got NS record 'ms.' -> 'phloem.uoregon.edu.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: got NS record 'ms.' -> 'mnidns1.mninet.ms.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: status=did not resolve, got 5 NS, looping to them Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Nameservers: a.ms.dyntld.net.(0.00ms), phloem.uoregon.edu.(0.00ms), b.ms.dyntld.net.(0.00ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: ms-ns.anycast.pch.net.(0.00ms), mnidns1.mninet.ms.(0.00ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Trying to resolve NS 'a.ms.dyntld.net.' (1/5) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] a.ms.dyntld.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] a.ms.dyntld.net.: Looking for CNAME cache hit of 'a.ms.dyntld.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] a.ms.dyntld.net.: No CNAME cache hit of 'a.ms.dyntld.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] a.ms.dyntld.net.: Found cache hit for A: 199.19.5.23[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Resolved 'ms.' NS a.ms.dyntld.net. to: 199.19.5.23 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Trying IP 199.19.5.23:53, asking 'assets.onestore.ms.|A' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: Got 17 answers from b.root-servers.net. (192.228.79.201), rcode=0 (No Error), aa=0, in 202ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'ms.|NS|ms-ns.anycast.pch.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'ms.|NS|b.ms.dyntld.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'ms.|NS|a.ms.dyntld.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'ms.|NS|phloem.uoregon.edu.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'ms.|NS|mnidns1.mninet.ms.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'ms.|NSEC|mt. NS RRSIG NSEC' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'ms.|RRSIG|NSEC 8 1 86400 20160226050000 20160216040000 54549 . tPZWiIu/Es4PPioVbpZQW+dZ9Tv/dK9yk+0DB7R0c0VqBk94VOD7wqmE0KfF8pBfWC0rTNtVg+kCXbWl0DKGnWkIj9kfkXcZXkqoIkw5W7ww0JpjgnqEgCklTapglvGDN799Ybn5CmUyJ+uJmmkQeI3/SATBIvAk8KaL/PViIWw=' from '.' nameservers? 2 RRSIG - separate Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'a.ms.dyntld.net.|A|199.19.5.23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'b.ms.dyntld.net.|A|199.19.6.23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'ms-ns.anycast.pch.net.|A|204.61.216.33' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'phloem.uoregon.edu.|A|128.223.32.35' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'mnidns1.mninet.ms.|A|199.7.90.2' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'a.ms.dyntld.net.|AAAA|2001:500:92::23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Got 17 answers from b.root-servers.net. (192.228.79.201), rcode=0 (No Error), aa=0, in 201ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'ms.|NS|ms-ns.anycast.pch.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'ms.|NS|mnidns1.mninet.ms.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'ms.|NS|a.ms.dyntld.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'ms.|NS|phloem.uoregon.edu.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'ms.|NS|b.ms.dyntld.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'ms.|NSEC|mt. NS RRSIG NSEC' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'ms.|RRSIG|NSEC 8 1 86400 20160226050000 20160216040000 54549 . tPZWiIu/Es4PPioVbpZQW+dZ9Tv/dK9yk+0DB7R0c0VqBk94VOD7wqmE0KfF8pBfWC0rTNtVg+kCXbWl0DKGnWkIj9kfkXcZXkqoIkw5W7ww0JpjgnqEgCklTapglvGDN799Ybn5CmUyJ+uJmmkQeI3/SATBIvAk8KaL/PViIWw=' from '.' nameservers? 2 RRSIG - separate Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'a.ms.dyntld.net.|A|199.19.5.23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'b.ms.dyntld.net.|A|199.19.6.23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'ms-ns.anycast.pch.net.|A|204.61.216.33' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'phloem.uoregon.edu.|A|128.223.32.35' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'mnidns1.mninet.ms.|A|199.7.90.2' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'a.ms.dyntld.net.|AAAA|2001:500:92::23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'b.ms.dyntld.net.|AAAA|2001:500:96::23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'ms-ns.anycast.pch.net.|AAAA|2001:500:14:6033:ad::1' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'phloem.uoregon.edu.|AAAA|2001:468:d01:20::80df:2023' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: OPT answer '.' from '.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: got NS record 'ms.' -> 'ms-ns.anycast.pch.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: got NS record 'ms.' -> 'mnidns1.mninet.ms.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: got NS record 'ms.' -> 'a.ms.dyntld.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: got NS record 'ms.' -> 'phloem.uoregon.edu.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: got NS record 'ms.' -> 'b.ms.dyntld.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: status=did not resolve, got 5 NS, looping to them Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Nameservers: ms-ns.anycast.pch.net.(0.00ms), phloem.uoregon.edu.(0.00ms), b.ms.dyntld.net.(0.00ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: mnidns1.mninet.ms.(0.00ms), a.ms.dyntld.net.(0.00ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Trying to resolve NS 'ms-ns.anycast.pch.net.' (1/5) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] ms-ns.anycast.pch.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] ms-ns.anycast.pch.net.: Looking for CNAME cache hit of 'ms-ns.anycast.pch.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] ms-ns.anycast.pch.net.: No CNAME cache hit of 'ms-ns.anycast.pch.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] ms-ns.anycast.pch.net.: Found cache hit for A: 204.61.216.33[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Resolved 'ms.' NS ms-ns.anycast.pch.net. to: 204.61.216.33 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Trying IP 204.61.216.33:53, asking 'mem.gfx.ms.|AAAA' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'b.ms.dyntld.net.|AAAA|2001:500:96::23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'ms-ns.anycast.pch.net.|AAAA|2001:500:14:6033:ad::1' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'phloem.uoregon.edu.|AAAA|2001:468:d01:20::80df:2023' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: OPT answer '.' from '.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: got NS record 'ms.' -> 'ms-ns.anycast.pch.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: got NS record 'ms.' -> 'b.ms.dyntld.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: got NS record 'ms.' -> 'a.ms.dyntld.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: got NS record 'ms.' -> 'phloem.uoregon.edu.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: got NS record 'ms.' -> 'mnidns1.mninet.ms.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: status=did not resolve, got 5 NS, looping to them Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: Nameservers: a.ms.dyntld.net.(0.00ms), b.ms.dyntld.net.(0.00ms), phloem.uoregon.edu.(0.00ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: ms-ns.anycast.pch.net.(0.00ms), mnidns1.mninet.ms.(0.00ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: Trying to resolve NS 'a.ms.dyntld.net.' (1/5) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] a.ms.dyntld.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] a.ms.dyntld.net.: Looking for CNAME cache hit of 'a.ms.dyntld.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] a.ms.dyntld.net.: No CNAME cache hit of 'a.ms.dyntld.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] a.ms.dyntld.net.: Found cache hit for A: 199.19.5.23[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: Resolved 'ms.' NS a.ms.dyntld.net. to: 199.19.5.23 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: Trying IP 199.19.5.23:53, asking 'assets.onestore.ms.|A' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Got 17 answers from b.root-servers.net. (192.228.79.201), rcode=0 (No Error), aa=0, in 201ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'ms.|NS|ms-ns.anycast.pch.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'ms.|NS|mnidns1.mninet.ms.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'ms.|NS|a.ms.dyntld.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'ms.|NS|phloem.uoregon.edu.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'ms.|NS|b.ms.dyntld.net.' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'ms.|NSEC|mt. NS RRSIG NSEC' from '.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'ms.|RRSIG|NSEC 8 1 86400 20160226050000 20160216040000 54549 . tPZWiIu/Es4PPioVbpZQW+dZ9Tv/dK9yk+0DB7R0c0VqBk94VOD7wqmE0KfF8pBfWC0rTNtVg+kCXbWl0DKGnWkIj9kfkXcZXkqoIkw5W7ww0JpjgnqEgCklTapglvGDN799Ybn5CmUyJ+uJmmkQeI3/SATBIvAk8KaL/PViIWw=' from '.' nameservers? 2 RRSIG - separate Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'a.ms.dyntld.net.|A|199.19.5.23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'b.ms.dyntld.net.|A|199.19.6.23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'ms-ns.anycast.pch.net.|A|204.61.216.33' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'phloem.uoregon.edu.|A|128.223.32.35' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'mnidns1.mninet.ms.|A|199.7.90.2' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'a.ms.dyntld.net.|AAAA|2001:500:92::23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'b.ms.dyntld.net.|AAAA|2001:500:96::23' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'ms-ns.anycast.pch.net.|AAAA|2001:500:14:6033:ad::1' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'phloem.uoregon.edu.|AAAA|2001:468:d01:20::80df:2023' from '.' nameservers? 3 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: OPT answer '.' from '.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: got NS record 'ms.' -> 'ms-ns.anycast.pch.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: got NS record 'ms.' -> 'mnidns1.mninet.ms.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: got NS record 'ms.' -> 'a.ms.dyntld.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: got NS record 'ms.' -> 'phloem.uoregon.edu.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: got NS record 'ms.' -> 'b.ms.dyntld.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: status=did not resolve, got 5 NS, looping to them Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Nameservers: ms-ns.anycast.pch.net.(0.00ms), phloem.uoregon.edu.(0.00ms), b.ms.dyntld.net.(0.00ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: mnidns1.mninet.ms.(0.00ms), a.ms.dyntld.net.(0.00ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Trying to resolve NS 'ms-ns.anycast.pch.net.' (1/5) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] ms-ns.anycast.pch.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] ms-ns.anycast.pch.net.: Looking for CNAME cache hit of 'ms-ns.anycast.pch.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] ms-ns.anycast.pch.net.: No CNAME cache hit of 'ms-ns.anycast.pch.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] ms-ns.anycast.pch.net.: Found cache hit for A: 204.61.216.33[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Resolved 'ms.' NS ms-ns.anycast.pch.net. to: 204.61.216.33 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Trying IP 204.61.216.33:53, asking 'mem.gfx.ms.|AAAA' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: Got 5 answers from a.ms.dyntld.net. (199.19.5.23), rcode=0 (No Error), aa=0, in 28ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns3.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns2.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns1.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns4.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: OPT answer '.' from 'ms.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns3.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns2.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns1.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns4.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: status=did not resolve, got 4 NS, looping to them Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: Nameservers: ns4.msft.net.(0.00ms), ns3.msft.net.(0.00ms), ns2.msft.net.(39.98ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: ns1.msft.net.(40.44ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: Trying to resolve NS 'ns4.msft.net.' (1/4) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] ns4.msft.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] ns4.msft.net.: Looking for CNAME cache hit of 'ns4.msft.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] ns4.msft.net.: No CNAME cache hit of 'ns4.msft.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] ns4.msft.net.: Found cache hit for A: 208.76.45.53[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: Resolved 'onestore.MS.' NS ns4.msft.net. to: 208.76.45.53 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: Trying IP 208.76.45.53:53, asking 'assets.onestore.ms.|A' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: Got 5 answers from a.ms.dyntld.net. (199.19.5.23), rcode=0 (No Error), aa=0, in 34ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns3.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns2.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns1.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns4.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: OPT answer '.' from 'ms.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns3.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns2.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns1.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns4.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: status=did not resolve, got 4 NS, looping to them Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: Nameservers: ns3.msft.net.(0.00ms), ns4.msft.net.(0.00ms), ns2.msft.net.(39.98ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: ns1.msft.net.(40.44ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: Trying to resolve NS 'ns3.msft.net.' (1/4) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] ns3.msft.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] ns3.msft.net.: Looking for CNAME cache hit of 'ns3.msft.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] ns3.msft.net.: No CNAME cache hit of 'ns3.msft.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] ns3.msft.net.: Found cache hit for A: 193.221.113.53[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: Resolved 'onestore.MS.' NS ns3.msft.net. to: 193.221.113.53 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: Trying IP 193.221.113.53:53, asking 'assets.onestore.ms.|A' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: Got 5 answers from a.ms.dyntld.net. (199.19.5.23), rcode=0 (No Error), aa=0, in 28ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns3.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns2.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns1.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns4.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: OPT answer '.' from 'ms.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns3.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns2.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns1.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns4.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: status=did not resolve, got 4 NS, looping to them Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: Nameservers: ns4.msft.net.(0.00ms), ns3.msft.net.(0.00ms), ns2.msft.net.(39.98ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: ns1.msft.net.(40.44ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: Trying to resolve NS 'ns4.msft.net.' (1/4) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] ns4.msft.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] ns4.msft.net.: Looking for CNAME cache hit of 'ns4.msft.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] ns4.msft.net.: No CNAME cache hit of 'ns4.msft.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] ns4.msft.net.: Found cache hit for A: 208.76.45.53[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: Resolved 'onestore.MS.' NS ns4.msft.net. to: 208.76.45.53 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: Trying IP 208.76.45.53:53, asking 'assets.onestore.ms.|A' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Got 5 answers from a.ms.dyntld.net. (199.19.5.23), rcode=0 (No Error), aa=0, in 34ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns3.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns2.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns1.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: accept answer 'onestore.MS.|NS|ns4.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: OPT answer '.' from 'ms.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns3.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns2.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns1.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: got NS record 'onestore.MS.' -> 'ns4.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: status=did not resolve, got 4 NS, looping to them Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Nameservers: ns3.msft.net.(0.00ms), ns4.msft.net.(0.00ms), ns2.msft.net.(39.98ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: ns1.msft.net.(40.44ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Trying to resolve NS 'ns3.msft.net.' (1/4) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] ns3.msft.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] ns3.msft.net.: Looking for CNAME cache hit of 'ns3.msft.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] ns3.msft.net.: No CNAME cache hit of 'ns3.msft.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] ns3.msft.net.: Found cache hit for A: 193.221.113.53[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Resolved 'onestore.MS.' NS ns3.msft.net. to: 193.221.113.53 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11545] assets.onestore.ms.: Trying IP 193.221.113.53:53, asking 'assets.onestore.ms.|A' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Got 5 answers from ms-ns.anycast.pch.net. (204.61.216.33), rcode=0 (No Error), aa=0, in 48ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'gfx.ms.|NS|ns2.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'gfx.ms.|NS|ns3.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'gfx.ms.|NS|ns4.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: accept answer 'gfx.ms.|NS|ns1.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: OPT answer '.' from 'ms.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: got NS record 'gfx.ms.' -> 'ns2.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: got NS record 'gfx.ms.' -> 'ns3.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: got NS record 'gfx.ms.' -> 'ns4.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: got NS record 'gfx.ms.' -> 'ns1.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: status=did not resolve, got 4 NS, looping to them Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Nameservers: ns4.msft.net.(0.00ms), ns3.msft.net.(0.00ms), ns2.msft.net.(39.96ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: ns1.msft.net.(40.42ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Trying to resolve NS 'ns4.msft.net.' (1/4) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] ns4.msft.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] ns4.msft.net.: Looking for CNAME cache hit of 'ns4.msft.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] ns4.msft.net.: No CNAME cache hit of 'ns4.msft.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] ns4.msft.net.: Found cache hit for A: 208.76.45.53[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Resolved 'gfx.ms.' NS ns4.msft.net. to: 208.76.45.53 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Trying IP 208.76.45.53:53, asking 'mem.gfx.ms.|AAAA' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Got 5 answers from ms-ns.anycast.pch.net. (204.61.216.33), rcode=0 (No Error), aa=0, in 48ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'gfx.ms.|NS|ns2.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'gfx.ms.|NS|ns3.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'gfx.ms.|NS|ns4.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: accept answer 'gfx.ms.|NS|ns1.msft.net.' from 'ms.' nameservers? 2 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: OPT answer '.' from 'ms.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: got NS record 'gfx.ms.' -> 'ns2.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: got NS record 'gfx.ms.' -> 'ns3.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: got NS record 'gfx.ms.' -> 'ns4.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: got NS record 'gfx.ms.' -> 'ns1.msft.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: status=did not resolve, got 4 NS, looping to them Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Nameservers: ns4.msft.net.(0.00ms), ns3.msft.net.(0.00ms), ns2.msft.net.(39.96ms), Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: ns1.msft.net.(40.42ms) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Trying to resolve NS 'ns4.msft.net.' (1/4) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] ns4.msft.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] ns4.msft.net.: Looking for CNAME cache hit of 'ns4.msft.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] ns4.msft.net.: No CNAME cache hit of 'ns4.msft.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] ns4.msft.net.: Found cache hit for A: 208.76.45.53[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Resolved 'gfx.ms.' NS ns4.msft.net. to: 208.76.45.53 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Trying IP 208.76.45.53:53, asking 'mem.gfx.ms.|AAAA' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Got 1 answers from ns4.msft.net. (208.76.45.53), rcode=1 (Form Error), aa=0, in 38ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: OPT answer '.' from 'gfx.ms.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: status=NS ns4.msft.net. (208.76.45.53) is lame for 'gfx.ms.', trying sibling IP or NS Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Trying to resolve NS 'ns3.msft.net.' (2/4) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] ns3.msft.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] ns3.msft.net.: Looking for CNAME cache hit of 'ns3.msft.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] ns3.msft.net.: No CNAME cache hit of 'ns3.msft.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] ns3.msft.net.: Found cache hit for A: 193.221.113.53[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Resolved 'gfx.ms.' NS ns3.msft.net. to: 193.221.113.53 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Trying IP 193.221.113.53:53, asking 'mem.gfx.ms.|AAAA' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Got 1 answers from ns4.msft.net. (208.76.45.53), rcode=1 (Form Error), aa=0, in 38ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: OPT answer '.' from 'gfx.ms.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: status=NS ns4.msft.net. (208.76.45.53) is lame for 'gfx.ms.', trying sibling IP or NS Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Trying to resolve NS 'ns3.msft.net.' (2/4) Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] ns3.msft.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] ns3.msft.net.: Looking for CNAME cache hit of 'ns3.msft.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] ns3.msft.net.: No CNAME cache hit of 'ns3.msft.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] ns3.msft.net.: Found cache hit for A: 193.221.113.53[ttl=86400] Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Resolved 'gfx.ms.' NS ns3.msft.net. to: 193.221.113.53 Feb 16 13:08:28 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11544] mem.gfx.ms.: Trying IP 193.221.113.53:53, asking 'mem.gfx.ms.|AAAA' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: Got 2 answers from ns4.msft.net. (208.76.45.53), rcode=0 (No Error), aa=1, in 39ms Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: accept answer 'assets.onestore.ms.|CNAME|assets.onestore.ms.akadns.net.' from 'onestore.MS.' nameservers? 1 YES! Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: OPT answer '.' from 'onestore.MS.' nameservers Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: determining status after receiving this packet Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.: status=got a CNAME referral, starting over with assets.onestore.ms.akadns.net. Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: Wants DNSSEC processing Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: Looking for CNAME cache hit of 'assets.onestore.ms.akadns.net.|CNAME' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: No CNAME cache hit of 'assets.onestore.ms.akadns.net.|CNAME' found Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: No cache hit for 'assets.onestore.ms.akadns.net.|A', trying to find an appropriate NS record Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'assets.onestore.ms.akadns.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: no valid/useful NS in cache for 'assets.onestore.ms.akadns.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'onestore.ms.akadns.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: no valid/useful NS in cache for 'onestore.ms.akadns.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'ms.akadns.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: no valid/useful NS in cache for 'ms.akadns.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'akadns.net.' Feb 16 13:08:28 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a3-129.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a7-131.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a11-129.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a1-128.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a9-128.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a5-130.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a13-130.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a4-131.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a10-128.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a28-129.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: We have NS in cache for 'akadns.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: Cache consultations done, have 10 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: Nameservers: a10-128.akadns.org.(0.00ms), a11-129.akadns.net.(0.00ms), a1-128.akadns.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: a9-128.akadns.net.(0.00ms), a3-129.akadns.net.(0.00ms), a13-130.akadns.org.(0.01ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: a7-131.akadns.net.(0.02ms), a5-130.akadns.org.(2.86ms), a28-129.akadns.org.(3.51ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: a4-131.akadns.org.(25.71ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: Trying to resolve NS 'a10-128.akadns.org.' (1/10) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] a10-128.akadns.org.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] a10-128.akadns.org.: Looking for CNAME cache hit of 'a10-128.akadns.org.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] a10-128.akadns.org.: No CNAME cache hit of 'a10-128.akadns.org.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] a10-128.akadns.org.: Found cache hit for A: 96.7.50.128[ttl=80001] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: Resolved 'akadns.net.' NS a10-128.akadns.org. to: 96.7.50.128 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: Trying IP 96.7.50.128:53, asking 'assets.onestore.ms.akadns.net.|A' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: Got 2 answers from ns3.msft.net. (193.221.113.53), rcode=0 (No Error), aa=1, in 41ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: accept answer 'assets.onestore.ms.|CNAME|assets.onestore.ms.akadns.net.' from 'onestore.MS.' nameservers? 1 YES! Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: OPT answer '.' from 'onestore.MS.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.: status=got a CNAME referral, starting over with assets.onestore.ms.akadns.net. Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: Looking for CNAME cache hit of 'assets.onestore.ms.akadns.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: No CNAME cache hit of 'assets.onestore.ms.akadns.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: No cache hit for 'assets.onestore.ms.akadns.net.|A', trying to find an appropriate NS record Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'assets.onestore.ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: no valid/useful NS in cache for 'assets.onestore.ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'onestore.ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: no valid/useful NS in cache for 'onestore.ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: no valid/useful NS in cache for 'ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a3-129.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21452 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a7-131.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21452 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a11-129.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21452 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a1-128.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21452 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a9-128.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21452 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a5-130.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a13-130.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a4-131.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a10-128.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a28-129.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: We have NS in cache for 'akadns.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: Cache consultations done, have 10 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: Nameservers: a1-128.akadns.net.(0.00ms), a11-129.akadns.net.(0.00ms), a10-128.akadns.org.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: a9-128.akadns.net.(0.00ms), a3-129.akadns.net.(0.00ms), a13-130.akadns.org.(0.01ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: a7-131.akadns.net.(0.02ms), a5-130.akadns.org.(2.86ms), a28-129.akadns.org.(3.51ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: a4-131.akadns.org.(25.70ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: Trying to resolve NS 'a1-128.akadns.net.' (1/10) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] a1-128.akadns.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] a1-128.akadns.net.: Looking for CNAME cache hit of 'a1-128.akadns.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] a1-128.akadns.net.: No CNAME cache hit of 'a1-128.akadns.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] a1-128.akadns.net.: Found cache hit for A: 193.108.88.128[ttl=21452] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: Resolved 'akadns.net.' NS a1-128.akadns.net. to: 193.108.88.128 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: Trying IP 193.108.88.128:53, asking 'assets.onestore.ms.akadns.net.|A' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: Got 2 answers from ns4.msft.net. (208.76.45.53), rcode=0 (No Error), aa=1, in 39ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: accept answer 'assets.onestore.ms.|CNAME|assets.onestore.ms.akadns.net.' from 'onestore.MS.' nameservers? 1 YES! Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: OPT answer '.' from 'onestore.MS.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.: status=got a CNAME referral, starting over with assets.onestore.ms.akadns.net. Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: Looking for CNAME cache hit of 'assets.onestore.ms.akadns.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: No CNAME cache hit of 'assets.onestore.ms.akadns.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: No cache hit for 'assets.onestore.ms.akadns.net.|A', trying to find an appropriate NS record Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'assets.onestore.ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: no valid/useful NS in cache for 'assets.onestore.ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'onestore.ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: no valid/useful NS in cache for 'onestore.ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: no valid/useful NS in cache for 'ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a3-129.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a7-131.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a11-129.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a1-128.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a9-128.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a5-130.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a13-130.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:28 [11543] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a4-131.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a10-128.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a28-129.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: We have NS in cache for 'akadns.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: Cache consultations done, have 10 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: Nameservers: a10-128.akadns.org.(0.00ms), a11-129.akadns.net.(0.00ms), a1-128.akadns.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: a9-128.akadns.net.(0.00ms), a3-129.akadns.net.(0.00ms), a13-130.akadns.org.(0.01ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: a7-131.akadns.net.(0.02ms), a5-130.akadns.org.(2.86ms), a28-129.akadns.org.(3.51ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: a4-131.akadns.org.(25.71ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: Trying to resolve NS 'a10-128.akadns.org.' (1/10) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] a10-128.akadns.org.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] a10-128.akadns.org.: Looking for CNAME cache hit of 'a10-128.akadns.org.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] a10-128.akadns.org.: No CNAME cache hit of 'a10-128.akadns.org.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] a10-128.akadns.org.: Found cache hit for A: 96.7.50.128[ttl=80001] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: Resolved 'akadns.net.' NS a10-128.akadns.org. to: 96.7.50.128 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: Trying IP 96.7.50.128:53, asking 'assets.onestore.ms.akadns.net.|A' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.: Got 2 answers from ns3.msft.net. (193.221.113.53), rcode=0 (No Error), aa=1, in 41ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.: accept answer 'assets.onestore.ms.|CNAME|assets.onestore.ms.akadns.net.' from 'onestore.MS.' nameservers? 1 YES! Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.: OPT answer '.' from 'onestore.MS.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.: status=got a CNAME referral, starting over with assets.onestore.ms.akadns.net. Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: Looking for CNAME cache hit of 'assets.onestore.ms.akadns.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: No CNAME cache hit of 'assets.onestore.ms.akadns.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: No cache hit for 'assets.onestore.ms.akadns.net.|A', trying to find an appropriate NS record Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'assets.onestore.ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: no valid/useful NS in cache for 'assets.onestore.ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'onestore.ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: no valid/useful NS in cache for 'onestore.ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: no valid/useful NS in cache for 'ms.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: Checking if we have NS in cache for 'akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a3-129.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21452 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a7-131.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21452 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a11-129.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21452 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a1-128.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21452 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a9-128.akadns.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: within bailiwick: 1, in cache, ttl=21452 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a5-130.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a13-130.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a4-131.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a10-128.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: NS (with ip, or non-glue) in cache for 'akadns.net.' -> 'a28-129.akadns.org.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: We have NS in cache for 'akadns.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: Cache consultations done, have 10 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: Nameservers: a1-128.akadns.net.(0.00ms), a11-129.akadns.net.(0.00ms), a10-128.akadns.org.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: a9-128.akadns.net.(0.00ms), a3-129.akadns.net.(0.00ms), a13-130.akadns.org.(0.01ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: a7-131.akadns.net.(0.02ms), a5-130.akadns.org.(2.86ms), a28-129.akadns.org.(3.51ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: a4-131.akadns.org.(25.70ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: Trying to resolve NS 'a1-128.akadns.net.' (1/10) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] a1-128.akadns.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] a1-128.akadns.net.: Looking for CNAME cache hit of 'a1-128.akadns.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] a1-128.akadns.net.: No CNAME cache hit of 'a1-128.akadns.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] a1-128.akadns.net.: Found cache hit for A: 193.108.88.128[ttl=21452] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: Resolved 'akadns.net.' NS a1-128.akadns.net. to: 193.108.88.128 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: Trying IP 193.108.88.128:53, asking 'assets.onestore.ms.akadns.net.|A' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Got 1 answers from ns3.msft.net. (193.221.113.53), rcode=1 (Form Error), aa=0, in 40ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: OPT answer '.' from 'gfx.ms.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: status=NS ns3.msft.net. (193.221.113.53) is lame for 'gfx.ms.', trying sibling IP or NS Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Trying to resolve NS 'ns2.msft.net.' (3/4) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] ns2.msft.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] ns2.msft.net.: Looking for CNAME cache hit of 'ns2.msft.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] ns2.msft.net.: No CNAME cache hit of 'ns2.msft.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] ns2.msft.net.: Found cache hit for A: 208.84.2.53[ttl=86399] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Resolved 'gfx.ms.' NS ns2.msft.net. to: 208.84.2.53 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Trying IP 208.84.2.53:53, asking 'mem.gfx.ms.|AAAA' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: Got 1 answers from ns3.msft.net. (193.221.113.53), rcode=1 (Form Error), aa=0, in 40ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: OPT answer '.' from 'gfx.ms.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: status=NS ns3.msft.net. (193.221.113.53) is lame for 'gfx.ms.', trying sibling IP or NS Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: Trying to resolve NS 'ns2.msft.net.' (3/4) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] ns2.msft.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] ns2.msft.net.: Looking for CNAME cache hit of 'ns2.msft.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] ns2.msft.net.: No CNAME cache hit of 'ns2.msft.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] ns2.msft.net.: Found cache hit for A: 208.84.2.53[ttl=86399] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: Resolved 'gfx.ms.' NS ns2.msft.net. to: 208.84.2.53 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: Trying IP 208.84.2.53:53, asking 'mem.gfx.ms.|AAAA' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: Got 2 answers from a10-128.akadns.org. (96.7.50.128), rcode=0 (No Error), aa=1, in 43ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: accept answer 'assets.onestore.ms.akadns.net.|CNAME|assets.onestore.ms.edgekey.net.' from 'akadns.net.' nameservers? 1 YES! Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: OPT answer '.' from 'akadns.net.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.akadns.net.: status=got a CNAME referral, starting over with assets.onestore.ms.edgekey.net. Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: Looking for CNAME cache hit of 'assets.onestore.ms.edgekey.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: No CNAME cache hit of 'assets.onestore.ms.edgekey.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: No cache hit for 'assets.onestore.ms.edgekey.net.|A', trying to find an appropriate NS record Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'assets.onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: no valid/useful NS in cache for 'assets.onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: no valid/useful NS in cache for 'onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: no valid/useful NS in cache for 'ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns1-66.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'usw6.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'adns1.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns4-66.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns7-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns5-66.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a6-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a5-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a16-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a18-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a28-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a13-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a26-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: We have NS in cache for 'edgekey.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: Cache consultations done, have 13 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: Nameservers: ns4-66.akam.net.(0.00ms), ns7-65.akam.net.(0.00ms), a26-65.akam.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: a13-65.akam.net.(0.00ms), ns5-66.akam.net.(0.00ms), a16-65.akam.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: ns1-66.akam.net.(0.00ms), adns1.akam.net.(0.00ms), a28-65.akam.net.(0.01ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: a6-65.akam.net.(0.33ms), a18-65.akam.net.(5.51ms), a5-65.akam.net.(13.87ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: usw6.akam.net.(47.18ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: Trying to resolve NS 'ns4-66.akam.net.' (1/13) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] ns4-66.akam.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] ns4-66.akam.net.: Looking for CNAME cache hit of 'ns4-66.akam.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] ns4-66.akam.net.: No CNAME cache hit of 'ns4-66.akam.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] ns4-66.akam.net.: Found cache hit for A: 84.53.139.66[ttl=21452] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: Resolved 'edgekey.net.' NS ns4-66.akam.net. to: 84.53.139.66 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: Trying IP 84.53.139.66:53, asking 'assets.onestore.ms.edgekey.net.|A' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: Got 2 answers from a10-128.akadns.org. (96.7.50.128), rcode=0 (No Error), aa=1, in 43ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: accept answer 'assets.onestore.ms.akadns.net.|CNAME|assets.onestore.ms.edgekey.net.' from 'akadns.net.' nameservers? 1 YES! Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: OPT answer '.' from 'akadns.net.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.akadns.net.: status=got a CNAME referral, starting over with assets.onestore.ms.edgekey.net. Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: Looking for CNAME cache hit of 'assets.onestore.ms.edgekey.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: No CNAME cache hit of 'assets.onestore.ms.edgekey.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: No cache hit for 'assets.onestore.ms.edgekey.net.|A', trying to find an appropriate NS record Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'assets.onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: no valid/useful NS in cache for 'assets.onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: no valid/useful NS in cache for 'onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: no valid/useful NS in cache for 'ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns1-66.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'usw6.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'adns1.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns4-66.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns7-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns5-66.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a6-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a5-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: Got 2 answers from a1-128.akadns.net. (193.108.88.128), rcode=0 (No Error), aa=1, in 46ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: accept answer 'assets.onestore.ms.akadns.net.|CNAME|assets.onestore.ms.edgekey.net.' from 'akadns.net.' nameservers? 1 YES! Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: OPT answer '.' from 'akadns.net.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.akadns.net.: status=got a CNAME referral, starting over with assets.onestore.ms.edgekey.net. Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: Looking for CNAME cache hit of 'assets.onestore.ms.edgekey.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: No CNAME cache hit of 'assets.onestore.ms.edgekey.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: No cache hit for 'assets.onestore.ms.edgekey.net.|A', trying to find an appropriate NS record Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'assets.onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: no valid/useful NS in cache for 'assets.onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: no valid/useful NS in cache for 'onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: no valid/useful NS in cache for 'ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns1-66.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'usw6.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'adns1.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns4-66.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns7-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns5-66.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a6-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a5-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a16-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a18-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a28-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a13-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a26-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: We have NS in cache for 'edgekey.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: Cache consultations done, have 13 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: Nameservers: ns7-65.akam.net.(0.00ms), ns4-66.akam.net.(0.00ms), a26-65.akam.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: a13-65.akam.net.(0.00ms), ns5-66.akam.net.(0.00ms), a16-65.akam.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: ns1-66.akam.net.(0.00ms), adns1.akam.net.(0.00ms), a28-65.akam.net.(0.01ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: a6-65.akam.net.(0.33ms), a18-65.akam.net.(5.51ms), a5-65.akam.net.(13.87ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: usw6.akam.net.(47.17ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: Trying to resolve NS 'ns7-65.akam.net.' (1/13) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] ns7-65.akam.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] ns7-65.akam.net.: Looking for CNAME cache hit of 'ns7-65.akam.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] ns7-65.akam.net.: No CNAME cache hit of 'ns7-65.akam.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] ns7-65.akam.net.: Found cache hit for A: 96.7.49.65[ttl=77711] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: Resolved 'edgekey.net.' NS ns7-65.akam.net. to: 96.7.49.65 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: Trying IP 96.7.49.65:53, asking 'assets.onestore.ms.edgekey.net.|A' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a16-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a18-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a28-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a13-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a26-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: We have NS in cache for 'edgekey.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: Cache consultations done, have 13 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: Nameservers: ns4-66.akam.net.(0.00ms), ns7-65.akam.net.(0.00ms), a26-65.akam.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: a13-65.akam.net.(0.00ms), ns5-66.akam.net.(0.00ms), a16-65.akam.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: ns1-66.akam.net.(0.00ms), adns1.akam.net.(0.00ms), a28-65.akam.net.(0.01ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: a6-65.akam.net.(0.33ms), a18-65.akam.net.(5.51ms), a5-65.akam.net.(13.87ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: usw6.akam.net.(47.18ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: Trying to resolve NS 'ns4-66.akam.net.' (1/13) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] ns4-66.akam.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] ns4-66.akam.net.: Looking for CNAME cache hit of 'ns4-66.akam.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] ns4-66.akam.net.: No CNAME cache hit of 'ns4-66.akam.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] ns4-66.akam.net.: Found cache hit for A: 84.53.139.66[ttl=21452] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: Resolved 'edgekey.net.' NS ns4-66.akam.net. to: 84.53.139.66 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: Trying IP 84.53.139.66:53, asking 'assets.onestore.ms.edgekey.net.|A' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: Got 2 answers from a1-128.akadns.net. (193.108.88.128), rcode=0 (No Error), aa=1, in 46ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: accept answer 'assets.onestore.ms.akadns.net.|CNAME|assets.onestore.ms.edgekey.net.' from 'akadns.net.' nameservers? 1 YES! Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: OPT answer '.' from 'akadns.net.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.akadns.net.: status=got a CNAME referral, starting over with assets.onestore.ms.edgekey.net. Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: Looking for CNAME cache hit of 'assets.onestore.ms.edgekey.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: No CNAME cache hit of 'assets.onestore.ms.edgekey.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: No cache hit for 'assets.onestore.ms.edgekey.net.|A', trying to find an appropriate NS record Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'assets.onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: no valid/useful NS in cache for 'assets.onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: no valid/useful NS in cache for 'onestore.ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: no valid/useful NS in cache for 'ms.edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: Checking if we have NS in cache for 'edgekey.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns1-66.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'usw6.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'adns1.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns4-66.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Got 1 answers from ns2.msft.net. (208.84.2.53), rcode=1 (Form Error), aa=0, in 40ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: OPT answer '.' from 'gfx.ms.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: status=NS ns2.msft.net. (208.84.2.53) is lame for 'gfx.ms.', trying sibling IP or NS Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Trying to resolve NS 'ns1.msft.net.' (4/4) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] ns1.msft.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] ns1.msft.net.: Looking for CNAME cache hit of 'ns1.msft.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] ns1.msft.net.: No CNAME cache hit of 'ns1.msft.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] ns1.msft.net.: Found cache hit for A: 208.84.0.53[ttl=86399] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Resolved 'gfx.ms.' NS ns1.msft.net. to: 208.84.0.53 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Trying IP 208.84.0.53:53, asking 'mem.gfx.ms.|AAAA' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns7-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'ns5-66.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a6-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a5-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a16-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a18-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a28-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a13-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: NS (with ip, or non-glue) in cache for 'edgekey.net.' -> 'a26-65.akam.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: within bailiwick: 0, not in cache / did not look at cache Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: We have NS in cache for 'edgekey.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: Cache consultations done, have 13 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: Nameservers: ns7-65.akam.net.(0.00ms), ns4-66.akam.net.(0.00ms), a26-65.akam.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: a13-65.akam.net.(0.00ms), ns5-66.akam.net.(0.00ms), a16-65.akam.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: ns1-66.akam.net.(0.00ms), adns1.akam.net.(0.00ms), a28-65.akam.net.(0.01ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: a6-65.akam.net.(0.33ms), a18-65.akam.net.(5.51ms), a5-65.akam.net.(13.87ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: usw6.akam.net.(47.17ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: Trying to resolve NS 'ns7-65.akam.net.' (1/13) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] ns7-65.akam.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] ns7-65.akam.net.: Looking for CNAME cache hit of 'ns7-65.akam.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] ns7-65.akam.net.: No CNAME cache hit of 'ns7-65.akam.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] ns7-65.akam.net.: Found cache hit for A: 96.7.49.65[ttl=77711] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: Resolved 'edgekey.net.' NS ns7-65.akam.net. to: 96.7.49.65 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: Trying IP 96.7.49.65:53, asking 'assets.onestore.ms.edgekey.net.|A' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: Got 1 answers from ns2.msft.net. (208.84.2.53), rcode=1 (Form Error), aa=0, in 40ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: OPT answer '.' from 'gfx.ms.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: status=NS ns2.msft.net. (208.84.2.53) is lame for 'gfx.ms.', trying sibling IP or NS Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: Trying to resolve NS 'ns1.msft.net.' (4/4) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] ns1.msft.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] ns1.msft.net.: Looking for CNAME cache hit of 'ns1.msft.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] ns1.msft.net.: No CNAME cache hit of 'ns1.msft.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] ns1.msft.net.: Found cache hit for A: 208.84.0.53[ttl=86399] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: Resolved 'gfx.ms.' NS ns1.msft.net. to: 208.84.0.53 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: Trying IP 208.84.0.53:53, asking 'mem.gfx.ms.|AAAA' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: Got 2 answers from ns4-66.akam.net. (84.53.139.66), rcode=0 (No Error), aa=1, in 33ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: accept answer 'assets.onestore.ms.edgekey.net.|CNAME|e10858.dspg.akamaiedge.net.' from 'edgekey.net.' nameservers? 1 YES! Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: OPT answer '.' from 'edgekey.net.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] assets.onestore.ms.edgekey.net.: status=got a CNAME referral, starting over with e10858.dspg.akamaiedge.net. Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: Looking for CNAME cache hit of 'e10858.dspg.akamaiedge.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: No CNAME cache hit of 'e10858.dspg.akamaiedge.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: No cache hit for 'e10858.dspg.akamaiedge.net.|A', trying to find an appropriate NS record Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'e10858.dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: no valid/useful NS in cache for 'e10858.dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: no valid/useful NS in cache for 'dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la1.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la6.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la7.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la3.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'lar6.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'lar2.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns3-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns2-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns4-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns6-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns7-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns5-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns1-1.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: We have NS in cache for 'akamaiedge.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: Cache consultations done, have 13 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: Nameservers: ns4-194.akamaiedge.net.(0.00ms), ns2-194.akamaiedge.net.(0.00ms), ns5-194.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: la7.akamaiedge.net.(0.00ms), la1.akamaiedge.net.(0.00ms), ns1-1.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: lar2.akamaiedge.net.(0.00ms), ns3-194.akamaiedge.net.(0.00ms), la6.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: ns7-194.akamaiedge.net.(0.00ms), ns6-194.akamaiedge.net.(0.00ms), lar6.akamaiedge.net.(5.07ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: la3.akamaiedge.net.(33.48ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: Trying to resolve NS 'ns4-194.akamaiedge.net.' (1/13) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] ns4-194.akamaiedge.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] ns4-194.akamaiedge.net.: Looking for CNAME cache hit of 'ns4-194.akamaiedge.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] ns4-194.akamaiedge.net.: No CNAME cache hit of 'ns4-194.akamaiedge.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] ns4-194.akamaiedge.net.: Found cache hit for A: 84.53.139.194[ttl=21453] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: Resolved 'akamaiedge.net.' NS ns4-194.akamaiedge.net. to: 84.53.139.194 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11543] e10858.dspg.akamaiedge.net.: Trying IP 84.53.139.194:53, asking 'e10858.dspg.akamaiedge.net.|A' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: Got 2 answers from ns4-66.akam.net. (84.53.139.66), rcode=0 (No Error), aa=1, in 33ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: accept answer 'assets.onestore.ms.edgekey.net.|CNAME|e10858.dspg.akamaiedge.net.' from 'edgekey.net.' nameservers? 1 YES! Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: OPT answer '.' from 'edgekey.net.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] assets.onestore.ms.edgekey.net.: status=got a CNAME referral, starting over with e10858.dspg.akamaiedge.net. Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: Looking for CNAME cache hit of 'e10858.dspg.akamaiedge.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: No CNAME cache hit of 'e10858.dspg.akamaiedge.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: No cache hit for 'e10858.dspg.akamaiedge.net.|A', trying to find an appropriate NS record Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'e10858.dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: no valid/useful NS in cache for 'e10858.dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: no valid/useful NS in cache for 'dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la1.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la6.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la7.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la3.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'lar6.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'lar2.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns3-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns2-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns4-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns6-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: Got 2 answers from ns7-65.akam.net. (96.7.49.65), rcode=0 (No Error), aa=1, in 32ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: accept answer 'assets.onestore.ms.edgekey.net.|CNAME|e10858.dspg.akamaiedge.net.' from 'edgekey.net.' nameservers? 1 YES! Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: OPT answer '.' from 'edgekey.net.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] assets.onestore.ms.edgekey.net.: status=got a CNAME referral, starting over with e10858.dspg.akamaiedge.net. Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: Looking for CNAME cache hit of 'e10858.dspg.akamaiedge.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: No CNAME cache hit of 'e10858.dspg.akamaiedge.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: No cache hit for 'e10858.dspg.akamaiedge.net.|A', trying to find an appropriate NS record Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'e10858.dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: no valid/useful NS in cache for 'e10858.dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: no valid/useful NS in cache for 'dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la1.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la6.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la7.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la3.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'lar6.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'lar2.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns3-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns2-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns4-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns6-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns7-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns5-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns1-1.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: We have NS in cache for 'akamaiedge.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: Cache consultations done, have 13 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: Nameservers: ns2-194.akamaiedge.net.(0.00ms), ns3-194.akamaiedge.net.(0.00ms), la7.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: la1.akamaiedge.net.(0.00ms), lar2.akamaiedge.net.(0.00ms), ns4-194.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: ns5-194.akamaiedge.net.(0.00ms), ns1-1.akamaiedge.net.(0.00ms), la6.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: ns7-194.akamaiedge.net.(0.00ms), ns6-194.akamaiedge.net.(0.00ms), lar6.akamaiedge.net.(5.07ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: la3.akamaiedge.net.(33.48ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: Trying to resolve NS 'ns2-194.akamaiedge.net.' (1/13) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] ns2-194.akamaiedge.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] ns2-194.akamaiedge.net.: Looking for CNAME cache hit of 'ns2-194.akamaiedge.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] ns2-194.akamaiedge.net.: No CNAME cache hit of 'ns2-194.akamaiedge.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] ns2-194.akamaiedge.net.: Found cache hit for A: 2.22.230.194[ttl=21453] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: Resolved 'akamaiedge.net.' NS ns2-194.akamaiedge.net. to: 2.22.230.194 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11545] e10858.dspg.akamaiedge.net.: Trying IP 2.22.230.194:53, asking 'e10858.dspg.akamaiedge.net.|A' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns7-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns5-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns1-1.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: We have NS in cache for 'akamaiedge.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: Cache consultations done, have 13 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: Nameservers: ns4-194.akamaiedge.net.(0.00ms), ns2-194.akamaiedge.net.(0.00ms), ns5-194.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: la7.akamaiedge.net.(0.00ms), la1.akamaiedge.net.(0.00ms), ns1-1.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: lar2.akamaiedge.net.(0.00ms), ns3-194.akamaiedge.net.(0.00ms), la6.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: ns7-194.akamaiedge.net.(0.00ms), ns6-194.akamaiedge.net.(0.00ms), lar6.akamaiedge.net.(5.07ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: la3.akamaiedge.net.(33.48ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: Trying to resolve NS 'ns4-194.akamaiedge.net.' (1/13) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] ns4-194.akamaiedge.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] ns4-194.akamaiedge.net.: Looking for CNAME cache hit of 'ns4-194.akamaiedge.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] ns4-194.akamaiedge.net.: No CNAME cache hit of 'ns4-194.akamaiedge.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] ns4-194.akamaiedge.net.: Found cache hit for A: 84.53.139.194[ttl=21453] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: Resolved 'akamaiedge.net.' NS ns4-194.akamaiedge.net. to: 84.53.139.194 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11543] e10858.dspg.akamaiedge.net.: Trying IP 84.53.139.194:53, asking 'e10858.dspg.akamaiedge.net.|A' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: Got 2 answers from ns7-65.akam.net. (96.7.49.65), rcode=0 (No Error), aa=1, in 32ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: accept answer 'assets.onestore.ms.edgekey.net.|CNAME|e10858.dspg.akamaiedge.net.' from 'edgekey.net.' nameservers? 1 YES! Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: OPT answer '.' from 'edgekey.net.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] assets.onestore.ms.edgekey.net.: status=got a CNAME referral, starting over with e10858.dspg.akamaiedge.net. Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Looking for CNAME cache hit of 'e10858.dspg.akamaiedge.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: No CNAME cache hit of 'e10858.dspg.akamaiedge.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: No cache hit for 'e10858.dspg.akamaiedge.net.|A', trying to find an appropriate NS record Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'e10858.dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: no valid/useful NS in cache for 'e10858.dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: no valid/useful NS in cache for 'dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la1.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la6.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la7.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la3.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'lar6.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'lar2.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns3-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Got 1 answers from ns1.msft.net. (208.84.0.53), rcode=1 (Form Error), aa=0, in 39ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: OPT answer '.' from 'gfx.ms.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: status=NS ns1.msft.net. (208.84.0.53) is lame for 'gfx.ms.', trying sibling IP or NS Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Failed to resolve via any of the 4 offered NS at level 'gfx.ms.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: failed (res=-1) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns2-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns4-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns6-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns7-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns5-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns1-1.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: We have NS in cache for 'akamaiedge.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Cache consultations done, have 13 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Nameservers: ns2-194.akamaiedge.net.(0.00ms), ns3-194.akamaiedge.net.(0.00ms), la7.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: la1.akamaiedge.net.(0.00ms), lar2.akamaiedge.net.(0.00ms), ns4-194.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: ns5-194.akamaiedge.net.(0.00ms), ns1-1.akamaiedge.net.(0.00ms), la6.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: ns7-194.akamaiedge.net.(0.00ms), ns6-194.akamaiedge.net.(0.00ms), lar6.akamaiedge.net.(5.07ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: la3.akamaiedge.net.(33.48ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Trying to resolve NS 'ns2-194.akamaiedge.net.' (1/13) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] ns2-194.akamaiedge.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] ns2-194.akamaiedge.net.: Looking for CNAME cache hit of 'ns2-194.akamaiedge.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] ns2-194.akamaiedge.net.: No CNAME cache hit of 'ns2-194.akamaiedge.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] ns2-194.akamaiedge.net.: Found cache hit for A: 2.22.230.194[ttl=21453] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Resolved 'akamaiedge.net.' NS ns2-194.akamaiedge.net. to: 2.22.230.194 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Looking for CNAME cache hit of 'e10858.dspg.akamaiedge.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: No CNAME cache hit of 'e10858.dspg.akamaiedge.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: No cache hit for 'e10858.dspg.akamaiedge.net.|A', trying to find an appropriate NS record Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'e10858.dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: no valid/useful NS in cache for 'e10858.dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: no valid/useful NS in cache for 'dspg.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Checking if we have NS in cache for 'akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la1.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la6.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la7.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'la3.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'lar6.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'lar2.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns3-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Got 1 answers from ns1.msft.net. (208.84.0.53), rcode=1 (Form Error), aa=0, in 39ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: OPT answer '.' from 'gfx.ms.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: status=NS ns1.msft.net. (208.84.0.53) is lame for 'gfx.ms.', trying sibling IP or NS Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: Failed to resolve via any of the 4 offered NS at level 'gfx.ms.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: [11544] mem.gfx.ms.: failed (res=-1) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns2-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns4-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns6-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns7-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns5-194.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: NS (with ip, or non-glue) in cache for 'akamaiedge.net.' -> 'ns1-1.akamaiedge.net.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: within bailiwick: 1, in cache, ttl=21453 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: We have NS in cache for 'akamaiedge.net.' (flawedNSSet=0) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Cache consultations done, have 13 NS to contact Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Nameservers: ns2-194.akamaiedge.net.(0.00ms), ns3-194.akamaiedge.net.(0.00ms), la7.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: la1.akamaiedge.net.(0.00ms), lar2.akamaiedge.net.(0.00ms), ns4-194.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: ns5-194.akamaiedge.net.(0.00ms), ns1-1.akamaiedge.net.(0.00ms), la6.akamaiedge.net.(0.00ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: ns7-194.akamaiedge.net.(0.00ms), ns6-194.akamaiedge.net.(0.00ms), lar6.akamaiedge.net.(5.07ms), Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: la3.akamaiedge.net.(33.48ms) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Trying to resolve NS 'ns2-194.akamaiedge.net.' (1/13) Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] ns2-194.akamaiedge.net.: Wants DNSSEC processing Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] ns2-194.akamaiedge.net.: Looking for CNAME cache hit of 'ns2-194.akamaiedge.net.|CNAME' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] ns2-194.akamaiedge.net.: No CNAME cache hit of 'ns2-194.akamaiedge.net.|CNAME' found Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] ns2-194.akamaiedge.net.: Found cache hit for A: 2.22.230.194[ttl=21453] Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Resolved 'akamaiedge.net.' NS ns2-194.akamaiedge.net. to: 2.22.230.194 Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11545] e10858.dspg.akamaiedge.net.: Trying IP 2.22.230.194:53, asking 'e10858.dspg.akamaiedge.net.|A' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: Got 1 answers from ns1.msft.net. (208.84.0.53), rcode=1 (Form Error), aa=0, in 39ms Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: OPT answer '.' from 'gfx.ms.' nameservers Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: determining status after receiving this packet Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: status=NS ns1.msft.net. (208.84.0.53) is lame for 'gfx.ms.', trying sibling IP or NS Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: Failed to resolve via any of the 4 offered NS at level 'gfx.ms.' Feb 16 13:08:29 rdns1 pdns_recursor[5834]: Feb 16 13:08:29 [11544] mem.gfx.ms.: failed (res=-1) Feb 16 13:08:29 rdns1 systemd[1]: pdns-recursor.service: main process exited, code=killed, status=11/SEGV Feb 16 13:08:29 rdns1 systemd[1]: Unit pdns-recursor.service entered failed state. ```
defect
experimental recursor dnssec validate crash segv version jessie using bits mode built using gcc on jan by root sadly still no luck getting a core dump but the recursor ran with trace yes this time around previous deaths pdns recursor segfault at ip sp error in pdns recursor pdns recursor segfault at ip sp error in pdns recursor pdns recursor segfault at ip sp error in pdns recursor feb pdns recursor feb mem gfx ms got answers from msft net rcode form error aa in feb pdns recursor feb mem gfx ms opt answer from gfx ms nameservers feb pdns recursor feb mem gfx ms determining status after receiving this packet feb pdns recursor feb mem gfx ms status ns msft net is lame for gfx ms trying sibling ip or ns feb pdns recursor feb mem gfx ms failed to resolve via any of the offered ns at level gfx ms feb pdns recursor feb mem gfx ms failed res feb systemd pdns recursor service main process exited code killed status segv config allow from dnssec validate dont query ffff edns subnet whitelist local address local port loglevel max cache entries max negative ttl max packetcache entries setgid pdns setuid pdns trace true time is actually fine ntpdate q freenet de server stratum offset delay server stratum offset delay the whole output for the question right before the crash feb pdns recursor feb question for assets onestore ms a from feb pdns recursor feb assets onestore ms wants dnssec processing feb pdns recursor feb assets onestore ms looking for cname cache hit of assets onestore ms cname feb pdns recursor feb assets onestore ms no cname cache hit of assets onestore ms cname found feb pdns recursor feb assets onestore ms no cache hit for assets onestore ms a trying to find an appropriate ns record feb pdns recursor feb assets onestore ms checking if we have ns in cache for assets onestore ms feb pdns recursor feb assets onestore ms no valid useful ns in cache for assets onestore ms feb pdns recursor feb assets onestore ms checking if we have ns in cache for onestore ms feb pdns recursor feb assets onestore ms no valid useful ns in cache for onestore ms feb pdns recursor feb assets onestore ms checking if we have ns in cache for ms feb pdns recursor feb assets onestore ms no valid useful ns in cache for ms feb pdns recursor feb assets onestore ms checking if we have ns in cache for feb pdns recursor feb assets onestore ms ns with ip or non glue in cache for a root servers net feb pdns recursor feb assets onestore ms within bailiwick in cache ttl feb pdns recursor feb assets onestore ms ns with ip or non glue in cache for b root servers net feb pdns recursor feb assets onestore ms within bailiwick in cache ttl feb pdns recursor feb assets onestore ms ns with ip or non glue in cache for c root servers net feb pdns recursor feb assets onestore ms within bailiwick in cache ttl feb pdns recursor feb assets onestore ms ns with ip or non glue in cache for d root servers net feb pdns recursor feb assets onestore ms within bailiwick in cache ttl feb pdns recursor feb assets onestore ms ns with ip or non glue in cache for e root servers net feb pdns recursor feb assets onestore ms within bailiwick in cache ttl feb pdns recursor feb assets onestore ms ns with ip or non glue in cache for f root servers net feb pdns recursor feb assets onestore ms within bailiwick in cache ttl feb pdns recursor feb assets onestore ms ns with ip or non glue in cache for g root servers net feb pdns recursor feb assets onestore ms within bailiwick in cache ttl feb pdns recursor feb assets onestore ms ns with ip or non glue in cache for h root servers net feb pdns recursor feb assets onestore ms within bailiwick in cache ttl feb pdns recursor feb assets onestore ms ns with ip or non glue in cache for i root servers net feb pdns recursor feb assets onestore ms within bailiwick in cache ttl feb pdns recursor feb assets onestore ms ns with ip or non glue in cache for j root servers net feb pdns recursor feb assets onestore ms within bailiwick in cache ttl feb pdns recursor feb assets onestore ms ns with ip or non glue in cache for k root servers net feb pdns recursor feb assets onestore ms within bailiwick in cache ttl feb pdns recursor feb assets onestore ms ns with ip or non glue in cache for l root servers net feb pdns recursor feb assets onestore ms within bailiwick in cache ttl feb pdns recursor feb assets onestore ms ns with ip or non glue in cache for m root servers net feb pdns recursor feb assets onestore ms within bailiwick in cache ttl feb pdns recursor feb assets onestore ms we have ns in cache for flawednsset feb pdns recursor feb assets onestore ms cache consultations done have ns to contact feb pdns recursor feb assets onestore ms nameservers b root servers net g root servers net c root servers net feb pdns recursor feb assets onestore ms k root servers net e root servers net i root servers net feb pdns recursor feb assets onestore ms j root servers net d root servers net f root servers net feb pdns recursor feb assets onestore ms l root servers net m root servers net a root servers net feb pdns recursor feb assets onestore ms h root servers net feb pdns recursor feb assets onestore ms trying to resolve ns b root servers net feb pdns recursor feb b root servers net wants dnssec processing feb pdns recursor feb b root servers net looking for cname cache hit of b root servers net cname feb pdns recursor feb b root servers net no cname cache hit of b root servers net cname found feb pdns recursor feb b root servers net found cache hit for a feb pdns recursor feb assets onestore ms resolved ns b root servers net to feb pdns recursor feb assets onestore ms trying ip asking assets onestore ms a feb pdns recursor assets onestore ms got answers from b root servers net rcode no error aa in feb pdns recursor assets onestore ms accept answer ms ns ms ns anycast pch net from nameservers yes feb pdns recursor assets onestore ms accept answer ms ns b ms dyntld net from nameservers yes feb pdns recursor assets onestore ms accept answer ms ns a ms dyntld net from nameservers yes feb pdns recursor assets onestore ms accept answer ms ns phloem uoregon edu from nameservers yes feb pdns recursor assets onestore ms accept answer ms ns mninet ms from nameservers yes feb pdns recursor assets onestore ms accept answer ms nsec mt ns rrsig nsec from nameservers yes feb pdns recursor assets onestore ms accept answer ms rrsig nsec tpzwiiu pviiww from nameservers rrsig separate feb pdns recursor assets onestore ms accept answer a ms dyntld net a from nameservers yes feb pdns recursor assets onestore ms accept answer b ms dyntld net a from nameservers yes feb pdns recursor assets onestore ms accept answer ms ns anycast pch net a from nameservers yes feb pdns recursor assets onestore ms accept answer phloem uoregon edu a from nameservers yes feb pdns recursor assets onestore ms accept answer mninet ms a from nameservers yes feb pdns recursor assets onestore ms accept answer a ms dyntld net aaaa from nameservers yes feb pdns recursor assets onestore ms accept answer b ms dyntld net aaaa from nameservers yes feb pdns recursor assets onestore ms accept answer ms ns anycast pch net aaaa ad from nameservers yes feb pdns recursor assets onestore ms accept answer phloem uoregon edu aaaa from nameservers yes feb pdns recursor assets onestore ms opt answer from nameservers feb pdns recursor assets onestore ms determining status after receiving this packet feb pdns recursor assets onestore ms got ns record ms ms ns anycast pch net feb pdns recursor assets onestore ms got ns record ms b ms dyntld net feb pdns recursor assets onestore ms got ns record ms a ms dyntld net feb pdns recursor assets onestore ms got ns record ms phloem uoregon edu feb pdns recursor assets onestore ms got ns record ms mninet ms feb pdns recursor assets onestore ms status did not resolve got ns looping to them feb pdns recursor assets onestore ms nameservers a ms dyntld net phloem uoregon edu b ms dyntld net feb pdns recursor assets onestore ms ms ns anycast pch net mninet ms feb pdns recursor assets onestore ms trying to resolve ns a ms dyntld net feb pdns recursor a ms dyntld net wants dnssec processing feb pdns recursor a ms dyntld net looking for cname cache hit of a ms dyntld net cname feb pdns recursor a ms dyntld net no cname cache hit of a ms dyntld net cname found feb pdns recursor a ms dyntld net found cache hit for a feb pdns recursor assets onestore ms resolved ms ns a ms dyntld net to feb pdns recursor assets onestore ms trying ip asking assets onestore ms a feb pdns recursor assets onestore ms got answers from b root servers net rcode no error aa in feb pdns recursor assets onestore ms accept answer ms ns ms ns anycast pch net from nameservers yes feb pdns recursor assets onestore ms accept answer ms ns b ms dyntld net from nameservers yes feb pdns recursor assets onestore ms accept answer ms ns a ms dyntld net from nameservers yes feb pdns recursor assets onestore ms accept answer ms ns phloem uoregon edu from nameservers yes feb pdns recursor assets onestore ms accept answer ms ns mninet ms from nameservers yes feb pdns recursor assets onestore ms accept answer ms nsec mt ns rrsig nsec from nameservers yes feb pdns recursor assets onestore ms accept answer ms rrsig nsec tpzwiiu pviiww from nameservers rrsig separate feb pdns recursor assets onestore ms accept answer a ms dyntld net a from nameservers yes feb pdns recursor assets onestore ms accept answer b ms dyntld net a from nameservers yes feb pdns recursor assets onestore ms accept answer ms ns anycast pch net a from nameservers yes feb pdns recursor assets onestore ms accept answer phloem uoregon edu a from nameservers yes feb pdns recursor assets onestore ms accept answer mninet ms a from nameservers yes feb pdns recursor assets onestore ms accept answer a ms dyntld net aaaa from nameservers yes feb pdns recursor assets onestore ms accept answer b ms dyntld net aaaa from nameservers yes feb pdns recursor assets onestore ms accept answer ms ns anycast pch net aaaa ad from nameservers yes feb pdns recursor assets onestore ms accept answer phloem uoregon edu aaaa from nameservers yes feb pdns recursor assets onestore ms opt answer from nameservers feb pdns recursor assets onestore ms determining status after receiving this packet feb pdns recursor assets onestore ms got ns record ms ms ns anycast pch net feb pdns recursor assets onestore ms got ns record ms b ms dyntld net feb pdns recursor assets onestore ms got ns record ms a ms dyntld net feb pdns recursor assets onestore ms got ns record ms phloem uoregon edu feb pdns recursor assets onestore ms got ns record ms mninet ms feb pdns recursor assets onestore ms status did not resolve got ns looping to them feb pdns recursor assets onestore ms nameservers a ms dyntld net b ms dyntld net phloem uoregon edu feb pdns recursor assets onestore ms ms ns anycast pch net mninet ms feb pdns recursor assets onestore ms trying to resolve ns a ms dyntld net feb pdns recursor a ms dyntld net wants dnssec processing feb pdns recursor a ms dyntld net looking for cname cache hit of a ms dyntld net cname feb pdns recursor a ms dyntld net no cname cache hit of a ms dyntld net cname found feb pdns recursor a ms dyntld net found cache hit for a feb pdns recursor assets onestore ms resolved ms ns a ms dyntld net to feb pdns recursor assets onestore ms trying ip asking assets onestore ms a feb pdns recursor feb assets onestore ms got answers from b root servers net rcode no error aa in feb pdns recursor feb assets onestore ms accept answer ms ns ms ns anycast pch net from nameservers yes feb pdns recursor feb assets onestore ms accept answer ms ns b ms dyntld net from nameservers yes feb pdns recursor feb assets onestore ms accept answer ms ns a ms dyntld net from nameservers yes feb pdns recursor feb assets onestore ms accept answer ms ns phloem uoregon edu from nameservers yes feb pdns recursor feb assets onestore ms accept answer ms ns mninet ms from nameservers yes feb pdns recursor feb assets onestore ms accept answer ms nsec mt ns rrsig nsec from nameservers yes feb pdns recursor feb assets onestore ms accept answer ms rrsig nsec tpzwiiu pviiww from nameservers rrsig separate feb pdns recursor feb assets onestore ms accept answer a ms dyntld net a from nameservers yes feb pdns recursor feb assets onestore ms accept answer b ms dyntld net a from nameservers yes feb pdns recursor feb assets onestore ms accept answer ms ns anycast pch net a from nameservers yes feb pdns recursor feb assets onestore ms accept answer phloem uoregon edu a from nameservers yes feb pdns recursor feb assets onestore ms accept answer mninet ms a from nameservers yes feb pdns recursor feb assets onestore ms accept answer a ms dyntld net aaaa from nameservers yes feb pdns recursor feb assets onestore ms accept answer b ms dyntld net aaaa from nameservers yes feb pdns recursor feb assets onestore ms accept answer ms ns anycast pch net aaaa ad from nameservers yes feb pdns recursor feb assets onestore ms accept answer phloem uoregon edu aaaa from nameservers yes feb pdns recursor feb assets onestore ms opt answer from nameservers feb pdns recursor feb assets onestore ms determining status after receiving this packet feb pdns recursor feb assets onestore ms got ns record ms ms ns anycast pch net feb pdns recursor feb assets onestore ms got ns record ms b ms dyntld net feb pdns recursor feb assets onestore ms got ns record ms a ms dyntld net feb pdns recursor feb assets onestore ms got ns record ms phloem uoregon edu feb pdns recursor feb assets onestore ms got ns record ms mninet ms feb pdns recursor feb assets onestore ms status did not resolve got ns looping to them feb pdns recursor feb assets onestore ms nameservers a ms dyntld net phloem uoregon edu b ms dyntld net feb pdns recursor feb assets onestore ms ms ns anycast pch net mninet ms feb pdns recursor feb assets onestore ms trying to resolve ns a ms dyntld net feb pdns recursor feb a ms dyntld net wants dnssec processing feb pdns recursor feb a ms dyntld net looking for cname cache hit of a ms dyntld net cname feb pdns recursor feb a ms dyntld net no cname cache hit of a ms dyntld net cname found feb pdns recursor feb a ms dyntld net found cache hit for a feb pdns recursor feb assets onestore ms resolved ms ns a ms dyntld net to feb pdns recursor feb assets onestore ms trying ip asking assets onestore ms a feb pdns recursor feb assets onestore ms got answers from b root servers net rcode no error aa in feb pdns recursor feb assets onestore ms accept answer ms ns ms ns anycast pch net from nameservers yes feb pdns recursor feb assets onestore ms accept answer ms ns b ms dyntld net from nameservers yes feb pdns recursor feb assets onestore ms accept answer ms ns a ms dyntld net from nameservers yes feb pdns recursor feb assets onestore ms accept answer ms ns phloem uoregon edu from nameservers yes feb pdns recursor feb assets onestore ms accept answer ms ns mninet ms from nameservers yes feb pdns recursor feb assets onestore ms accept answer ms nsec mt ns rrsig nsec from nameservers yes feb pdns recursor feb assets onestore ms accept answer ms rrsig nsec tpzwiiu pviiww from nameservers rrsig separate feb pdns recursor feb assets onestore ms accept answer a ms dyntld net a from nameservers yes feb pdns recursor feb assets onestore ms accept answer b ms dyntld net a from nameservers yes feb pdns recursor feb assets onestore ms accept answer ms ns anycast pch net a from nameservers yes feb pdns recursor feb assets onestore ms accept answer phloem uoregon edu a from nameservers yes feb pdns recursor feb assets onestore ms accept answer mninet ms a from nameservers yes feb pdns recursor feb assets onestore ms accept answer a ms dyntld net aaaa from nameservers yes feb pdns recursor mem gfx ms got answers from b root servers net rcode no error aa in feb pdns recursor mem gfx ms accept answer ms ns ms ns anycast pch net from nameservers yes feb pdns recursor mem gfx ms accept answer ms ns mninet ms from nameservers yes feb pdns recursor mem gfx ms accept answer ms ns a ms dyntld net from nameservers yes feb pdns recursor mem gfx ms accept answer ms ns phloem uoregon edu from nameservers yes feb pdns recursor mem gfx ms accept answer ms ns b ms dyntld net from nameservers yes feb pdns recursor mem gfx ms accept answer ms nsec mt ns rrsig nsec from nameservers yes feb pdns recursor mem gfx ms accept answer ms rrsig nsec tpzwiiu pviiww from nameservers rrsig separate feb pdns recursor mem gfx ms accept answer a ms dyntld net a from nameservers yes feb pdns recursor mem gfx ms accept answer b ms dyntld net a from nameservers yes feb pdns recursor mem gfx ms accept answer ms ns anycast pch net a from nameservers yes feb pdns recursor mem gfx ms accept answer phloem uoregon edu a from nameservers yes feb pdns recursor mem gfx ms accept answer mninet ms a from nameservers yes feb pdns recursor mem gfx ms accept answer a ms dyntld net aaaa from nameservers yes feb pdns recursor mem gfx ms accept answer b ms dyntld net aaaa from nameservers yes feb pdns recursor mem gfx ms accept answer ms ns anycast pch net aaaa ad from nameservers yes feb pdns recursor mem gfx ms accept answer phloem uoregon edu aaaa from nameservers yes feb pdns recursor mem gfx ms opt answer from nameservers feb pdns recursor mem gfx ms determining status after receiving this packet feb pdns recursor mem gfx ms got ns record ms ms ns anycast pch net feb pdns recursor mem gfx ms got ns record ms mninet ms feb pdns recursor mem gfx ms got ns record ms a ms dyntld net feb pdns recursor mem gfx ms got ns record ms phloem uoregon edu feb pdns recursor mem gfx ms got ns record ms b ms dyntld net feb pdns recursor mem gfx ms status did not resolve got ns looping to them feb pdns recursor mem gfx ms nameservers ms ns anycast pch net phloem uoregon edu b ms dyntld net feb pdns recursor mem gfx ms mninet ms a ms dyntld net feb pdns recursor mem gfx ms trying to resolve ns ms ns anycast pch net feb pdns recursor ms ns anycast pch net wants dnssec processing feb pdns recursor ms ns anycast pch net looking for cname cache hit of ms ns anycast pch net cname feb pdns recursor ms ns anycast pch net no cname cache hit of ms ns anycast pch net cname found feb pdns recursor ms ns anycast pch net found cache hit for a feb pdns recursor mem gfx ms resolved ms ns ms ns anycast pch net to feb pdns recursor mem gfx ms trying ip asking mem gfx ms aaaa feb pdns recursor feb assets onestore ms accept answer b ms dyntld net aaaa from nameservers yes feb pdns recursor feb assets onestore ms accept answer ms ns anycast pch net aaaa ad from nameservers yes feb pdns recursor feb assets onestore ms accept answer phloem uoregon edu aaaa from nameservers yes feb pdns recursor feb assets onestore ms opt answer from nameservers feb pdns recursor feb assets onestore ms determining status after receiving this packet feb pdns recursor feb assets onestore ms got ns record ms ms ns anycast pch net feb pdns recursor feb assets onestore ms got ns record ms b ms dyntld net feb pdns recursor feb assets onestore ms got ns record ms a ms dyntld net feb pdns recursor feb assets onestore ms got ns record ms phloem uoregon edu feb pdns recursor feb assets onestore ms got ns record ms mninet ms feb pdns recursor feb assets onestore ms status did not resolve got ns looping to them feb pdns recursor feb assets onestore ms nameservers a ms dyntld net b ms dyntld net phloem uoregon edu feb pdns recursor feb assets onestore ms ms ns anycast pch net mninet ms feb pdns recursor feb assets onestore ms trying to resolve ns a ms dyntld net feb pdns recursor feb a ms dyntld net wants dnssec processing feb pdns recursor feb a ms dyntld net looking for cname cache hit of a ms dyntld net cname feb pdns recursor feb a ms dyntld net no cname cache hit of a ms dyntld net cname found feb pdns recursor feb a ms dyntld net found cache hit for a feb pdns recursor feb assets onestore ms resolved ms ns a ms dyntld net to feb pdns recursor feb assets onestore ms trying ip asking assets onestore ms a feb pdns recursor feb mem gfx ms got answers from b root servers net rcode no error aa in feb pdns recursor feb mem gfx ms accept answer ms ns ms ns anycast pch net from nameservers yes feb pdns recursor feb mem gfx ms accept answer ms ns mninet ms from nameservers yes feb pdns recursor feb mem gfx ms accept answer ms ns a ms dyntld net from nameservers yes feb pdns recursor feb mem gfx ms accept answer ms ns phloem uoregon edu from nameservers yes feb pdns recursor feb mem gfx ms accept answer ms ns b ms dyntld net from nameservers yes feb pdns recursor feb mem gfx ms accept answer ms nsec mt ns rrsig nsec from nameservers yes feb pdns recursor feb mem gfx ms accept answer ms rrsig nsec tpzwiiu pviiww from nameservers rrsig separate feb pdns recursor feb mem gfx ms accept answer a ms dyntld net a from nameservers yes feb pdns recursor feb mem gfx ms accept answer b ms dyntld net a from nameservers yes feb pdns recursor feb mem gfx ms accept answer ms ns anycast pch net a from nameservers yes feb pdns recursor feb mem gfx ms accept answer phloem uoregon edu a from nameservers yes feb pdns recursor feb mem gfx ms accept answer mninet ms a from nameservers yes feb pdns recursor feb mem gfx ms accept answer a ms dyntld net aaaa from nameservers yes feb pdns recursor feb mem gfx ms accept answer b ms dyntld net aaaa from nameservers yes feb pdns recursor feb mem gfx ms accept answer ms ns anycast pch net aaaa ad from nameservers yes feb pdns recursor feb mem gfx ms accept answer phloem uoregon edu aaaa from nameservers yes feb pdns recursor feb mem gfx ms opt answer from nameservers feb pdns recursor feb mem gfx ms determining status after receiving this packet feb pdns recursor feb mem gfx ms got ns record ms ms ns anycast pch net feb pdns recursor feb mem gfx ms got ns record ms mninet ms feb pdns recursor feb mem gfx ms got ns record ms a ms dyntld net feb pdns recursor feb mem gfx ms got ns record ms phloem uoregon edu feb pdns recursor feb mem gfx ms got ns record ms b ms dyntld net feb pdns recursor feb mem gfx ms status did not resolve got ns looping to them feb pdns recursor feb mem gfx ms nameservers ms ns anycast pch net phloem uoregon edu b ms dyntld net feb pdns recursor feb mem gfx ms mninet ms a ms dyntld net feb pdns recursor feb mem gfx ms trying to resolve ns ms ns anycast pch net feb pdns recursor feb ms ns anycast pch net wants dnssec processing feb pdns recursor feb ms ns anycast pch net looking for cname cache hit of ms ns anycast pch net cname feb pdns recursor feb ms ns anycast pch net no cname cache hit of ms ns anycast pch net cname found feb pdns recursor feb ms ns anycast pch net found cache hit for a feb pdns recursor feb mem gfx ms resolved ms ns ms ns anycast pch net to feb pdns recursor feb mem gfx ms trying ip asking mem gfx ms aaaa feb pdns recursor assets onestore ms got answers from a ms dyntld net rcode no error aa in feb pdns recursor assets onestore ms accept answer onestore ms ns msft net from ms nameservers yes feb pdns recursor assets onestore ms accept answer onestore ms ns msft net from ms nameservers yes feb pdns recursor assets onestore ms accept answer onestore ms ns msft net from ms nameservers yes feb pdns recursor assets onestore ms accept answer onestore ms ns msft net from ms nameservers yes feb pdns recursor assets onestore ms opt answer from ms nameservers feb pdns recursor assets onestore ms determining status after receiving this packet feb pdns recursor assets onestore ms got ns record onestore ms msft net feb pdns recursor assets onestore ms got ns record onestore ms msft net feb pdns recursor assets onestore ms got ns record onestore ms msft net feb pdns recursor assets onestore ms got ns record onestore ms msft net feb pdns recursor assets onestore ms status did not resolve got ns looping to them feb pdns recursor assets onestore ms nameservers msft net msft net msft net feb pdns recursor assets onestore ms msft net feb pdns recursor assets onestore ms trying to resolve ns msft net feb pdns recursor msft net wants dnssec processing feb pdns recursor msft net looking for cname cache hit of msft net cname feb pdns recursor msft net no cname cache hit of msft net cname found feb pdns recursor msft net found cache hit for a feb pdns recursor assets onestore ms resolved onestore ms ns msft net to feb pdns recursor assets onestore ms trying ip asking assets onestore ms a feb pdns recursor assets onestore ms got answers from a ms dyntld net rcode no error aa in feb pdns recursor assets onestore ms accept answer onestore ms ns msft net from ms nameservers yes feb pdns recursor assets onestore ms accept answer onestore ms ns msft net from ms nameservers yes feb pdns recursor assets onestore ms accept answer onestore ms ns msft net from ms nameservers yes feb pdns recursor assets onestore ms accept answer onestore ms ns msft net from ms nameservers yes feb pdns recursor assets onestore ms opt answer from ms nameservers feb pdns recursor assets onestore ms determining status after receiving this packet feb pdns recursor assets onestore ms got ns record onestore ms msft net feb pdns recursor assets onestore ms got ns record onestore ms msft net feb pdns recursor assets onestore ms got ns record onestore ms msft net feb pdns recursor assets onestore ms got ns record onestore ms msft net feb pdns recursor assets onestore ms status did not resolve got ns looping to them feb pdns recursor assets onestore ms nameservers msft net msft net msft net feb pdns recursor assets onestore ms msft net feb pdns recursor assets onestore ms trying to resolve ns msft net feb pdns recursor msft net wants dnssec processing feb pdns recursor msft net looking for cname cache hit of msft net cname feb pdns recursor msft net no cname cache hit of msft net cname found feb pdns recursor msft net found cache hit for a feb pdns recursor assets onestore ms resolved onestore ms ns msft net to feb pdns recursor assets onestore ms trying ip asking assets onestore ms a feb pdns recursor feb assets onestore ms got answers from a ms dyntld net rcode no error aa in feb pdns recursor feb assets onestore ms accept answer onestore ms ns msft net from ms nameservers yes feb pdns recursor feb assets onestore ms accept answer onestore ms ns msft net from ms nameservers yes feb pdns recursor feb assets onestore ms accept answer onestore ms ns msft net from ms nameservers yes feb pdns recursor feb assets onestore ms accept answer onestore ms ns msft net from ms nameservers yes feb pdns recursor feb assets onestore ms opt answer from ms nameservers feb pdns recursor feb assets onestore ms determining status after receiving this packet feb pdns recursor feb assets onestore ms got ns record onestore ms msft net feb pdns recursor feb assets onestore ms got ns record onestore ms msft net feb pdns recursor feb assets onestore ms got ns record onestore ms msft net feb pdns recursor feb assets onestore ms got ns record onestore ms msft net feb pdns recursor feb assets onestore ms status did not resolve got ns looping to them feb pdns recursor feb assets onestore ms nameservers msft net msft net msft net feb pdns recursor feb assets onestore ms msft net feb pdns recursor feb assets onestore ms trying to resolve ns msft net feb pdns recursor feb msft net wants dnssec processing feb pdns recursor feb msft net looking for cname cache hit of msft net cname feb pdns recursor feb msft net no cname cache hit of msft net cname found feb pdns recursor feb msft net found cache hit for a feb pdns recursor feb assets onestore ms resolved onestore ms ns msft net to feb pdns recursor feb assets onestore ms trying ip asking assets onestore ms a feb pdns recursor feb assets onestore ms got answers from a ms dyntld net rcode no error aa in feb pdns recursor feb assets onestore ms accept answer onestore ms ns msft net from ms nameservers yes feb pdns recursor feb assets onestore ms accept answer onestore ms ns msft net from ms nameservers yes feb pdns recursor feb assets onestore ms accept answer onestore ms ns msft net from ms nameservers yes feb pdns recursor feb assets onestore ms accept answer onestore ms ns msft net from ms nameservers yes feb pdns recursor feb assets onestore ms opt answer from ms nameservers feb pdns recursor feb assets onestore ms determining status after receiving this packet feb pdns recursor feb assets onestore ms got ns record onestore ms msft net feb pdns recursor feb assets onestore ms got ns record onestore ms msft net feb pdns recursor feb assets onestore ms got ns record onestore ms msft net feb pdns recursor feb assets onestore ms got ns record onestore ms msft net feb pdns recursor feb assets onestore ms status did not resolve got ns looping to them feb pdns recursor feb assets onestore ms nameservers msft net msft net msft net feb pdns recursor feb assets onestore ms msft net feb pdns recursor feb assets onestore ms trying to resolve ns msft net feb pdns recursor feb msft net wants dnssec processing feb pdns recursor feb msft net looking for cname cache hit of msft net cname feb pdns recursor feb msft net no cname cache hit of msft net cname found feb pdns recursor feb msft net found cache hit for a feb pdns recursor feb assets onestore ms resolved onestore ms ns msft net to feb pdns recursor feb assets onestore ms trying ip asking assets onestore ms a feb pdns recursor mem gfx ms got answers from ms ns anycast pch net rcode no error aa in feb pdns recursor mem gfx ms accept answer gfx ms ns msft net from ms nameservers yes feb pdns recursor mem gfx ms accept answer gfx ms ns msft net from ms nameservers yes feb pdns recursor mem gfx ms accept answer gfx ms ns msft net from ms nameservers yes feb pdns recursor mem gfx ms accept answer gfx ms ns msft net from ms nameservers yes feb pdns recursor mem gfx ms opt answer from ms nameservers feb pdns recursor mem gfx ms determining status after receiving this packet feb pdns recursor mem gfx ms got ns record gfx ms msft net feb pdns recursor mem gfx ms got ns record gfx ms msft net feb pdns recursor mem gfx ms got ns record gfx ms msft net feb pdns recursor mem gfx ms got ns record gfx ms msft net feb pdns recursor mem gfx ms status did not resolve got ns looping to them feb pdns recursor mem gfx ms nameservers msft net msft net msft net feb pdns recursor mem gfx ms msft net feb pdns recursor mem gfx ms trying to resolve ns msft net feb pdns recursor msft net wants dnssec processing feb pdns recursor msft net looking for cname cache hit of msft net cname feb pdns recursor msft net no cname cache hit of msft net cname found feb pdns recursor msft net found cache hit for a feb pdns recursor mem gfx ms resolved gfx ms ns msft net to feb pdns recursor mem gfx ms trying ip asking mem gfx ms aaaa feb pdns recursor feb mem gfx ms got answers from ms ns anycast pch net rcode no error aa in feb pdns recursor feb mem gfx ms accept answer gfx ms ns msft net from ms nameservers yes feb pdns recursor feb mem gfx ms accept answer gfx ms ns msft net from ms nameservers yes feb pdns recursor feb mem gfx ms accept answer gfx ms ns msft net from ms nameservers yes feb pdns recursor feb mem gfx ms accept answer gfx ms ns msft net from ms nameservers yes feb pdns recursor feb mem gfx ms opt answer from ms nameservers feb pdns recursor feb mem gfx ms determining status after receiving this packet feb pdns recursor feb mem gfx ms got ns record gfx ms msft net feb pdns recursor feb mem gfx ms got ns record gfx ms msft net feb pdns recursor feb mem gfx ms got ns record gfx ms msft net feb pdns recursor feb mem gfx ms got ns record gfx ms msft net feb pdns recursor feb mem gfx ms status did not resolve got ns looping to them feb pdns recursor feb mem gfx ms nameservers msft net msft net msft net feb pdns recursor feb mem gfx ms msft net feb pdns recursor feb mem gfx ms trying to resolve ns msft net feb pdns recursor feb msft net wants dnssec processing feb pdns recursor feb msft net looking for cname cache hit of msft net cname feb pdns recursor feb msft net no cname cache hit of msft net cname found feb pdns recursor feb msft net found cache hit for a feb pdns recursor feb mem gfx ms resolved gfx ms ns msft net to feb pdns recursor feb mem gfx ms trying ip asking mem gfx ms aaaa feb pdns recursor mem gfx ms got answers from msft net rcode form error aa in feb pdns recursor mem gfx ms opt answer from gfx ms nameservers feb pdns recursor mem gfx ms determining status after receiving this packet feb pdns recursor mem gfx ms status ns msft net is lame for gfx ms trying sibling ip or ns feb pdns recursor mem gfx ms trying to resolve ns msft net feb pdns recursor msft net wants dnssec processing feb pdns recursor msft net looking for cname cache hit of msft net cname feb pdns recursor msft net no cname cache hit of msft net cname found feb pdns recursor msft net found cache hit for a feb pdns recursor mem gfx ms resolved gfx ms ns msft net to feb pdns recursor mem gfx ms trying ip asking mem gfx ms aaaa feb pdns recursor feb mem gfx ms got answers from msft net rcode form error aa in feb pdns recursor feb mem gfx ms opt answer from gfx ms nameservers feb pdns recursor feb mem gfx ms determining status after receiving this packet feb pdns recursor feb mem gfx ms status ns msft net is lame for gfx ms trying sibling ip or ns feb pdns recursor feb mem gfx ms trying to resolve ns msft net feb pdns recursor feb msft net wants dnssec processing feb pdns recursor feb msft net looking for cname cache hit of msft net cname feb pdns recursor feb msft net no cname cache hit of msft net cname found feb pdns recursor feb msft net found cache hit for a feb pdns recursor feb mem gfx ms resolved gfx ms ns msft net to feb pdns recursor feb mem gfx ms trying ip asking mem gfx ms aaaa feb pdns recursor assets onestore ms got answers from msft net rcode no error aa in feb pdns recursor assets onestore ms accept answer assets onestore ms cname assets onestore ms akadns net from onestore ms nameservers yes feb pdns recursor assets onestore ms opt answer from onestore ms nameservers feb pdns recursor assets onestore ms determining status after receiving this packet feb pdns recursor assets onestore ms status got a cname referral starting over with assets onestore ms akadns net feb pdns recursor assets onestore ms akadns net wants dnssec processing feb pdns recursor assets onestore ms akadns net looking for cname cache hit of assets onestore ms akadns net cname feb pdns recursor assets onestore ms akadns net no cname cache hit of assets onestore ms akadns net cname found feb pdns recursor assets onestore ms akadns net no cache hit for assets onestore ms akadns net a trying to find an appropriate ns record feb pdns recursor assets onestore ms akadns net checking if we have ns in cache for assets onestore ms akadns net feb pdns recursor assets onestore ms akadns net no valid useful ns in cache for assets onestore ms akadns net feb pdns recursor assets onestore ms akadns net checking if we have ns in cache for onestore ms akadns net feb pdns recursor assets onestore ms akadns net no valid useful ns in cache for onestore ms akadns net feb pdns recursor assets onestore ms akadns net checking if we have ns in cache for ms akadns net feb pdns recursor assets onestore ms akadns net no valid useful ns in cache for ms akadns net feb pdns recursor assets onestore ms akadns net checking if we have ns in cache for akadns net feb pdns recursor assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns net feb pdns recursor assets onestore ms akadns net within bailiwick in cache ttl feb pdns recursor assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns net feb pdns recursor assets onestore ms akadns net within bailiwick in cache ttl feb pdns recursor assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns net feb pdns recursor assets onestore ms akadns net within bailiwick in cache ttl feb pdns recursor assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns net feb pdns recursor assets onestore ms akadns net within bailiwick in cache ttl feb pdns recursor assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns net feb pdns recursor assets onestore ms akadns net within bailiwick in cache ttl feb pdns recursor assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns org feb pdns recursor assets onestore ms akadns net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns org feb pdns recursor assets onestore ms akadns net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns org feb pdns recursor assets onestore ms akadns net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns org feb pdns recursor assets onestore ms akadns net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns org feb pdns recursor assets onestore ms akadns net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms akadns net we have ns in cache for akadns net flawednsset feb pdns recursor assets onestore ms akadns net cache consultations done have ns to contact feb pdns recursor assets onestore ms akadns net nameservers akadns org akadns net akadns net feb pdns recursor assets onestore ms akadns net akadns net akadns net akadns org feb pdns recursor assets onestore ms akadns net akadns net akadns org akadns org feb pdns recursor assets onestore ms akadns net akadns org feb pdns recursor assets onestore ms akadns net trying to resolve ns akadns org feb pdns recursor akadns org wants dnssec processing feb pdns recursor akadns org looking for cname cache hit of akadns org cname feb pdns recursor akadns org no cname cache hit of akadns org cname found feb pdns recursor akadns org found cache hit for a feb pdns recursor assets onestore ms akadns net resolved akadns net ns akadns org to feb pdns recursor assets onestore ms akadns net trying ip asking assets onestore ms akadns net a feb pdns recursor assets onestore ms got answers from msft net rcode no error aa in feb pdns recursor assets onestore ms accept answer assets onestore ms cname assets onestore ms akadns net from onestore ms nameservers yes feb pdns recursor assets onestore ms opt answer from onestore ms nameservers feb pdns recursor assets onestore ms determining status after receiving this packet feb pdns recursor assets onestore ms status got a cname referral starting over with assets onestore ms akadns net feb pdns recursor assets onestore ms akadns net wants dnssec processing feb pdns recursor assets onestore ms akadns net looking for cname cache hit of assets onestore ms akadns net cname feb pdns recursor assets onestore ms akadns net no cname cache hit of assets onestore ms akadns net cname found feb pdns recursor assets onestore ms akadns net no cache hit for assets onestore ms akadns net a trying to find an appropriate ns record feb pdns recursor assets onestore ms akadns net checking if we have ns in cache for assets onestore ms akadns net feb pdns recursor assets onestore ms akadns net no valid useful ns in cache for assets onestore ms akadns net feb pdns recursor assets onestore ms akadns net checking if we have ns in cache for onestore ms akadns net feb pdns recursor assets onestore ms akadns net no valid useful ns in cache for onestore ms akadns net feb pdns recursor assets onestore ms akadns net checking if we have ns in cache for ms akadns net feb pdns recursor assets onestore ms akadns net no valid useful ns in cache for ms akadns net feb pdns recursor assets onestore ms akadns net checking if we have ns in cache for akadns net feb pdns recursor assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns net feb pdns recursor assets onestore ms akadns net within bailiwick in cache ttl feb pdns recursor assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns net feb pdns recursor assets onestore ms akadns net within bailiwick in cache ttl feb pdns recursor assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns net feb pdns recursor assets onestore ms akadns net within bailiwick in cache ttl feb pdns recursor assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns net feb pdns recursor assets onestore ms akadns net within bailiwick in cache ttl feb pdns recursor assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns net feb pdns recursor assets onestore ms akadns net within bailiwick in cache ttl feb pdns recursor assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns org feb pdns recursor assets onestore ms akadns net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns org feb pdns recursor assets onestore ms akadns net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns org feb pdns recursor assets onestore ms akadns net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns org feb pdns recursor assets onestore ms akadns net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns org feb pdns recursor assets onestore ms akadns net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms akadns net we have ns in cache for akadns net flawednsset feb pdns recursor assets onestore ms akadns net cache consultations done have ns to contact feb pdns recursor assets onestore ms akadns net nameservers akadns net akadns net akadns org feb pdns recursor assets onestore ms akadns net akadns net akadns net akadns org feb pdns recursor assets onestore ms akadns net akadns net akadns org akadns org feb pdns recursor assets onestore ms akadns net akadns org feb pdns recursor assets onestore ms akadns net trying to resolve ns akadns net feb pdns recursor akadns net wants dnssec processing feb pdns recursor akadns net looking for cname cache hit of akadns net cname feb pdns recursor akadns net no cname cache hit of akadns net cname found feb pdns recursor akadns net found cache hit for a feb pdns recursor assets onestore ms akadns net resolved akadns net ns akadns net to feb pdns recursor assets onestore ms akadns net trying ip asking assets onestore ms akadns net a feb pdns recursor feb assets onestore ms got answers from msft net rcode no error aa in feb pdns recursor feb assets onestore ms accept answer assets onestore ms cname assets onestore ms akadns net from onestore ms nameservers yes feb pdns recursor feb assets onestore ms opt answer from onestore ms nameservers feb pdns recursor feb assets onestore ms determining status after receiving this packet feb pdns recursor feb assets onestore ms status got a cname referral starting over with assets onestore ms akadns net feb pdns recursor feb assets onestore ms akadns net wants dnssec processing feb pdns recursor feb assets onestore ms akadns net looking for cname cache hit of assets onestore ms akadns net cname feb pdns recursor feb assets onestore ms akadns net no cname cache hit of assets onestore ms akadns net cname found feb pdns recursor feb assets onestore ms akadns net no cache hit for assets onestore ms akadns net a trying to find an appropriate ns record feb pdns recursor feb assets onestore ms akadns net checking if we have ns in cache for assets onestore ms akadns net feb pdns recursor feb assets onestore ms akadns net no valid useful ns in cache for assets onestore ms akadns net feb pdns recursor feb assets onestore ms akadns net checking if we have ns in cache for onestore ms akadns net feb pdns recursor feb assets onestore ms akadns net no valid useful ns in cache for onestore ms akadns net feb pdns recursor feb assets onestore ms akadns net checking if we have ns in cache for ms akadns net feb pdns recursor feb assets onestore ms akadns net no valid useful ns in cache for ms akadns net feb pdns recursor feb assets onestore ms akadns net checking if we have ns in cache for akadns net feb pdns recursor feb assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns net feb pdns recursor feb assets onestore ms akadns net within bailiwick in cache ttl feb pdns recursor feb assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns net feb pdns recursor feb assets onestore ms akadns net within bailiwick in cache ttl feb pdns recursor feb assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns net feb pdns recursor feb assets onestore ms akadns net within bailiwick in cache ttl feb pdns recursor feb assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns net feb pdns recursor feb assets onestore ms akadns net within bailiwick in cache ttl feb pdns recursor feb assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns net feb pdns recursor feb assets onestore ms akadns net within bailiwick in cache ttl feb pdns recursor feb assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns org feb pdns recursor feb assets onestore ms akadns net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns org feb pdns recursor feb assets onestore ms akadns net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns org feb pdns recursor feb assets onestore ms akadns net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns org feb pdns recursor feb assets onestore ms akadns net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns org feb pdns recursor feb assets onestore ms akadns net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms akadns net we have ns in cache for akadns net flawednsset feb pdns recursor feb assets onestore ms akadns net cache consultations done have ns to contact feb pdns recursor feb assets onestore ms akadns net nameservers akadns org akadns net akadns net feb pdns recursor feb assets onestore ms akadns net akadns net akadns net akadns org feb pdns recursor feb assets onestore ms akadns net akadns net akadns org akadns org feb pdns recursor feb assets onestore ms akadns net akadns org feb pdns recursor feb assets onestore ms akadns net trying to resolve ns akadns org feb pdns recursor feb akadns org wants dnssec processing feb pdns recursor feb akadns org looking for cname cache hit of akadns org cname feb pdns recursor feb akadns org no cname cache hit of akadns org cname found feb pdns recursor feb akadns org found cache hit for a feb pdns recursor feb assets onestore ms akadns net resolved akadns net ns akadns org to feb pdns recursor feb assets onestore ms akadns net trying ip asking assets onestore ms akadns net a feb pdns recursor feb assets onestore ms got answers from msft net rcode no error aa in feb pdns recursor feb assets onestore ms accept answer assets onestore ms cname assets onestore ms akadns net from onestore ms nameservers yes feb pdns recursor feb assets onestore ms opt answer from onestore ms nameservers feb pdns recursor feb assets onestore ms determining status after receiving this packet feb pdns recursor feb assets onestore ms status got a cname referral starting over with assets onestore ms akadns net feb pdns recursor feb assets onestore ms akadns net wants dnssec processing feb pdns recursor feb assets onestore ms akadns net looking for cname cache hit of assets onestore ms akadns net cname feb pdns recursor feb assets onestore ms akadns net no cname cache hit of assets onestore ms akadns net cname found feb pdns recursor feb assets onestore ms akadns net no cache hit for assets onestore ms akadns net a trying to find an appropriate ns record feb pdns recursor feb assets onestore ms akadns net checking if we have ns in cache for assets onestore ms akadns net feb pdns recursor feb assets onestore ms akadns net no valid useful ns in cache for assets onestore ms akadns net feb pdns recursor feb assets onestore ms akadns net checking if we have ns in cache for onestore ms akadns net feb pdns recursor feb assets onestore ms akadns net no valid useful ns in cache for onestore ms akadns net feb pdns recursor feb assets onestore ms akadns net checking if we have ns in cache for ms akadns net feb pdns recursor feb assets onestore ms akadns net no valid useful ns in cache for ms akadns net feb pdns recursor feb assets onestore ms akadns net checking if we have ns in cache for akadns net feb pdns recursor feb assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns net feb pdns recursor feb assets onestore ms akadns net within bailiwick in cache ttl feb pdns recursor feb assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns net feb pdns recursor feb assets onestore ms akadns net within bailiwick in cache ttl feb pdns recursor feb assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns net feb pdns recursor feb assets onestore ms akadns net within bailiwick in cache ttl feb pdns recursor feb assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns net feb pdns recursor feb assets onestore ms akadns net within bailiwick in cache ttl feb pdns recursor feb assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns net feb pdns recursor feb assets onestore ms akadns net within bailiwick in cache ttl feb pdns recursor feb assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns org feb pdns recursor feb assets onestore ms akadns net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns org feb pdns recursor feb assets onestore ms akadns net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns org feb pdns recursor feb assets onestore ms akadns net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns org feb pdns recursor feb assets onestore ms akadns net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms akadns net ns with ip or non glue in cache for akadns net akadns org feb pdns recursor feb assets onestore ms akadns net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms akadns net we have ns in cache for akadns net flawednsset feb pdns recursor feb assets onestore ms akadns net cache consultations done have ns to contact feb pdns recursor feb assets onestore ms akadns net nameservers akadns net akadns net akadns org feb pdns recursor feb assets onestore ms akadns net akadns net akadns net akadns org feb pdns recursor feb assets onestore ms akadns net akadns net akadns org akadns org feb pdns recursor feb assets onestore ms akadns net akadns org feb pdns recursor feb assets onestore ms akadns net trying to resolve ns akadns net feb pdns recursor feb akadns net wants dnssec processing feb pdns recursor feb akadns net looking for cname cache hit of akadns net cname feb pdns recursor feb akadns net no cname cache hit of akadns net cname found feb pdns recursor feb akadns net found cache hit for a feb pdns recursor feb assets onestore ms akadns net resolved akadns net ns akadns net to feb pdns recursor feb assets onestore ms akadns net trying ip asking assets onestore ms akadns net a feb pdns recursor mem gfx ms got answers from msft net rcode form error aa in feb pdns recursor mem gfx ms opt answer from gfx ms nameservers feb pdns recursor mem gfx ms determining status after receiving this packet feb pdns recursor mem gfx ms status ns msft net is lame for gfx ms trying sibling ip or ns feb pdns recursor mem gfx ms trying to resolve ns msft net feb pdns recursor msft net wants dnssec processing feb pdns recursor msft net looking for cname cache hit of msft net cname feb pdns recursor msft net no cname cache hit of msft net cname found feb pdns recursor msft net found cache hit for a feb pdns recursor mem gfx ms resolved gfx ms ns msft net to feb pdns recursor mem gfx ms trying ip asking mem gfx ms aaaa feb pdns recursor feb mem gfx ms got answers from msft net rcode form error aa in feb pdns recursor feb mem gfx ms opt answer from gfx ms nameservers feb pdns recursor feb mem gfx ms determining status after receiving this packet feb pdns recursor feb mem gfx ms status ns msft net is lame for gfx ms trying sibling ip or ns feb pdns recursor feb mem gfx ms trying to resolve ns msft net feb pdns recursor feb msft net wants dnssec processing feb pdns recursor feb msft net looking for cname cache hit of msft net cname feb pdns recursor feb msft net no cname cache hit of msft net cname found feb pdns recursor feb msft net found cache hit for a feb pdns recursor feb mem gfx ms resolved gfx ms ns msft net to feb pdns recursor feb mem gfx ms trying ip asking mem gfx ms aaaa feb pdns recursor assets onestore ms akadns net got answers from akadns org rcode no error aa in feb pdns recursor assets onestore ms akadns net accept answer assets onestore ms akadns net cname assets onestore ms edgekey net from akadns net nameservers yes feb pdns recursor assets onestore ms akadns net opt answer from akadns net nameservers feb pdns recursor assets onestore ms akadns net determining status after receiving this packet feb pdns recursor assets onestore ms akadns net status got a cname referral starting over with assets onestore ms edgekey net feb pdns recursor assets onestore ms edgekey net wants dnssec processing feb pdns recursor assets onestore ms edgekey net looking for cname cache hit of assets onestore ms edgekey net cname feb pdns recursor assets onestore ms edgekey net no cname cache hit of assets onestore ms edgekey net cname found feb pdns recursor assets onestore ms edgekey net no cache hit for assets onestore ms edgekey net a trying to find an appropriate ns record feb pdns recursor assets onestore ms edgekey net checking if we have ns in cache for assets onestore ms edgekey net feb pdns recursor assets onestore ms edgekey net no valid useful ns in cache for assets onestore ms edgekey net feb pdns recursor assets onestore ms edgekey net checking if we have ns in cache for onestore ms edgekey net feb pdns recursor assets onestore ms edgekey net no valid useful ns in cache for onestore ms edgekey net feb pdns recursor assets onestore ms edgekey net checking if we have ns in cache for ms edgekey net feb pdns recursor assets onestore ms edgekey net no valid useful ns in cache for ms edgekey net feb pdns recursor assets onestore ms edgekey net checking if we have ns in cache for edgekey net feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net we have ns in cache for edgekey net flawednsset feb pdns recursor assets onestore ms edgekey net cache consultations done have ns to contact feb pdns recursor assets onestore ms edgekey net nameservers akam net akam net akam net feb pdns recursor assets onestore ms edgekey net akam net akam net akam net feb pdns recursor assets onestore ms edgekey net akam net akam net akam net feb pdns recursor assets onestore ms edgekey net akam net akam net akam net feb pdns recursor assets onestore ms edgekey net akam net feb pdns recursor assets onestore ms edgekey net trying to resolve ns akam net feb pdns recursor akam net wants dnssec processing feb pdns recursor akam net looking for cname cache hit of akam net cname feb pdns recursor akam net no cname cache hit of akam net cname found feb pdns recursor akam net found cache hit for a feb pdns recursor assets onestore ms edgekey net resolved edgekey net ns akam net to feb pdns recursor assets onestore ms edgekey net trying ip asking assets onestore ms edgekey net a feb pdns recursor feb assets onestore ms akadns net got answers from akadns org rcode no error aa in feb pdns recursor feb assets onestore ms akadns net accept answer assets onestore ms akadns net cname assets onestore ms edgekey net from akadns net nameservers yes feb pdns recursor feb assets onestore ms akadns net opt answer from akadns net nameservers feb pdns recursor feb assets onestore ms akadns net determining status after receiving this packet feb pdns recursor feb assets onestore ms akadns net status got a cname referral starting over with assets onestore ms edgekey net feb pdns recursor feb assets onestore ms edgekey net wants dnssec processing feb pdns recursor feb assets onestore ms edgekey net looking for cname cache hit of assets onestore ms edgekey net cname feb pdns recursor feb assets onestore ms edgekey net no cname cache hit of assets onestore ms edgekey net cname found feb pdns recursor feb assets onestore ms edgekey net no cache hit for assets onestore ms edgekey net a trying to find an appropriate ns record feb pdns recursor feb assets onestore ms edgekey net checking if we have ns in cache for assets onestore ms edgekey net feb pdns recursor feb assets onestore ms edgekey net no valid useful ns in cache for assets onestore ms edgekey net feb pdns recursor feb assets onestore ms edgekey net checking if we have ns in cache for onestore ms edgekey net feb pdns recursor feb assets onestore ms edgekey net no valid useful ns in cache for onestore ms edgekey net feb pdns recursor feb assets onestore ms edgekey net checking if we have ns in cache for ms edgekey net feb pdns recursor feb assets onestore ms edgekey net no valid useful ns in cache for ms edgekey net feb pdns recursor feb assets onestore ms edgekey net checking if we have ns in cache for edgekey net feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms akadns net got answers from akadns net rcode no error aa in feb pdns recursor assets onestore ms akadns net accept answer assets onestore ms akadns net cname assets onestore ms edgekey net from akadns net nameservers yes feb pdns recursor assets onestore ms akadns net opt answer from akadns net nameservers feb pdns recursor assets onestore ms akadns net determining status after receiving this packet feb pdns recursor assets onestore ms akadns net status got a cname referral starting over with assets onestore ms edgekey net feb pdns recursor assets onestore ms edgekey net wants dnssec processing feb pdns recursor assets onestore ms edgekey net looking for cname cache hit of assets onestore ms edgekey net cname feb pdns recursor assets onestore ms edgekey net no cname cache hit of assets onestore ms edgekey net cname found feb pdns recursor assets onestore ms edgekey net no cache hit for assets onestore ms edgekey net a trying to find an appropriate ns record feb pdns recursor assets onestore ms edgekey net checking if we have ns in cache for assets onestore ms edgekey net feb pdns recursor assets onestore ms edgekey net no valid useful ns in cache for assets onestore ms edgekey net feb pdns recursor assets onestore ms edgekey net checking if we have ns in cache for onestore ms edgekey net feb pdns recursor assets onestore ms edgekey net no valid useful ns in cache for onestore ms edgekey net feb pdns recursor assets onestore ms edgekey net checking if we have ns in cache for ms edgekey net feb pdns recursor assets onestore ms edgekey net no valid useful ns in cache for ms edgekey net feb pdns recursor assets onestore ms edgekey net checking if we have ns in cache for edgekey net feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor assets onestore ms edgekey net we have ns in cache for edgekey net flawednsset feb pdns recursor assets onestore ms edgekey net cache consultations done have ns to contact feb pdns recursor assets onestore ms edgekey net nameservers akam net akam net akam net feb pdns recursor assets onestore ms edgekey net akam net akam net akam net feb pdns recursor assets onestore ms edgekey net akam net akam net akam net feb pdns recursor assets onestore ms edgekey net akam net akam net akam net feb pdns recursor assets onestore ms edgekey net akam net feb pdns recursor assets onestore ms edgekey net trying to resolve ns akam net feb pdns recursor akam net wants dnssec processing feb pdns recursor akam net looking for cname cache hit of akam net cname feb pdns recursor akam net no cname cache hit of akam net cname found feb pdns recursor akam net found cache hit for a feb pdns recursor assets onestore ms edgekey net resolved edgekey net ns akam net to feb pdns recursor assets onestore ms edgekey net trying ip asking assets onestore ms edgekey net a feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms edgekey net we have ns in cache for edgekey net flawednsset feb pdns recursor feb assets onestore ms edgekey net cache consultations done have ns to contact feb pdns recursor feb assets onestore ms edgekey net nameservers akam net akam net akam net feb pdns recursor feb assets onestore ms edgekey net akam net akam net akam net feb pdns recursor feb assets onestore ms edgekey net akam net akam net akam net feb pdns recursor feb assets onestore ms edgekey net akam net akam net akam net feb pdns recursor feb assets onestore ms edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net trying to resolve ns akam net feb pdns recursor feb akam net wants dnssec processing feb pdns recursor feb akam net looking for cname cache hit of akam net cname feb pdns recursor feb akam net no cname cache hit of akam net cname found feb pdns recursor feb akam net found cache hit for a feb pdns recursor feb assets onestore ms edgekey net resolved edgekey net ns akam net to feb pdns recursor feb assets onestore ms edgekey net trying ip asking assets onestore ms edgekey net a feb pdns recursor feb assets onestore ms akadns net got answers from akadns net rcode no error aa in feb pdns recursor feb assets onestore ms akadns net accept answer assets onestore ms akadns net cname assets onestore ms edgekey net from akadns net nameservers yes feb pdns recursor feb assets onestore ms akadns net opt answer from akadns net nameservers feb pdns recursor feb assets onestore ms akadns net determining status after receiving this packet feb pdns recursor feb assets onestore ms akadns net status got a cname referral starting over with assets onestore ms edgekey net feb pdns recursor feb assets onestore ms edgekey net wants dnssec processing feb pdns recursor feb assets onestore ms edgekey net looking for cname cache hit of assets onestore ms edgekey net cname feb pdns recursor feb assets onestore ms edgekey net no cname cache hit of assets onestore ms edgekey net cname found feb pdns recursor feb assets onestore ms edgekey net no cache hit for assets onestore ms edgekey net a trying to find an appropriate ns record feb pdns recursor feb assets onestore ms edgekey net checking if we have ns in cache for assets onestore ms edgekey net feb pdns recursor feb assets onestore ms edgekey net no valid useful ns in cache for assets onestore ms edgekey net feb pdns recursor feb assets onestore ms edgekey net checking if we have ns in cache for onestore ms edgekey net feb pdns recursor feb assets onestore ms edgekey net no valid useful ns in cache for onestore ms edgekey net feb pdns recursor feb assets onestore ms edgekey net checking if we have ns in cache for ms edgekey net feb pdns recursor feb assets onestore ms edgekey net no valid useful ns in cache for ms edgekey net feb pdns recursor feb assets onestore ms edgekey net checking if we have ns in cache for edgekey net feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor mem gfx ms got answers from msft net rcode form error aa in feb pdns recursor mem gfx ms opt answer from gfx ms nameservers feb pdns recursor mem gfx ms determining status after receiving this packet feb pdns recursor mem gfx ms status ns msft net is lame for gfx ms trying sibling ip or ns feb pdns recursor mem gfx ms trying to resolve ns msft net feb pdns recursor msft net wants dnssec processing feb pdns recursor msft net looking for cname cache hit of msft net cname feb pdns recursor msft net no cname cache hit of msft net cname found feb pdns recursor msft net found cache hit for a feb pdns recursor mem gfx ms resolved gfx ms ns msft net to feb pdns recursor mem gfx ms trying ip asking mem gfx ms aaaa feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms edgekey net ns with ip or non glue in cache for edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net within bailiwick not in cache did not look at cache feb pdns recursor feb assets onestore ms edgekey net we have ns in cache for edgekey net flawednsset feb pdns recursor feb assets onestore ms edgekey net cache consultations done have ns to contact feb pdns recursor feb assets onestore ms edgekey net nameservers akam net akam net akam net feb pdns recursor feb assets onestore ms edgekey net akam net akam net akam net feb pdns recursor feb assets onestore ms edgekey net akam net akam net akam net feb pdns recursor feb assets onestore ms edgekey net akam net akam net akam net feb pdns recursor feb assets onestore ms edgekey net akam net feb pdns recursor feb assets onestore ms edgekey net trying to resolve ns akam net feb pdns recursor feb akam net wants dnssec processing feb pdns recursor feb akam net looking for cname cache hit of akam net cname feb pdns recursor feb akam net no cname cache hit of akam net cname found feb pdns recursor feb akam net found cache hit for a feb pdns recursor feb assets onestore ms edgekey net resolved edgekey net ns akam net to feb pdns recursor feb assets onestore ms edgekey net trying ip asking assets onestore ms edgekey net a feb pdns recursor feb mem gfx ms got answers from msft net rcode form error aa in feb pdns recursor feb mem gfx ms opt answer from gfx ms nameservers feb pdns recursor feb mem gfx ms determining status after receiving this packet feb pdns recursor feb mem gfx ms status ns msft net is lame for gfx ms trying sibling ip or ns feb pdns recursor feb mem gfx ms trying to resolve ns msft net feb pdns recursor feb msft net wants dnssec processing feb pdns recursor feb msft net looking for cname cache hit of msft net cname feb pdns recursor feb msft net no cname cache hit of msft net cname found feb pdns recursor feb msft net found cache hit for a feb pdns recursor feb mem gfx ms resolved gfx ms ns msft net to feb pdns recursor feb mem gfx ms trying ip asking mem gfx ms aaaa feb pdns recursor assets onestore ms edgekey net got answers from akam net rcode no error aa in feb pdns recursor assets onestore ms edgekey net accept answer assets onestore ms edgekey net cname dspg akamaiedge net from edgekey net nameservers yes feb pdns recursor assets onestore ms edgekey net opt answer from edgekey net nameservers feb pdns recursor assets onestore ms edgekey net determining status after receiving this packet feb pdns recursor assets onestore ms edgekey net status got a cname referral starting over with dspg akamaiedge net feb pdns recursor dspg akamaiedge net wants dnssec processing feb pdns recursor dspg akamaiedge net looking for cname cache hit of dspg akamaiedge net cname feb pdns recursor dspg akamaiedge net no cname cache hit of dspg akamaiedge net cname found feb pdns recursor dspg akamaiedge net no cache hit for dspg akamaiedge net a trying to find an appropriate ns record feb pdns recursor dspg akamaiedge net checking if we have ns in cache for dspg akamaiedge net feb pdns recursor dspg akamaiedge net no valid useful ns in cache for dspg akamaiedge net feb pdns recursor dspg akamaiedge net checking if we have ns in cache for dspg akamaiedge net feb pdns recursor dspg akamaiedge net no valid useful ns in cache for dspg akamaiedge net feb pdns recursor dspg akamaiedge net checking if we have ns in cache for akamaiedge net feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net we have ns in cache for akamaiedge net flawednsset feb pdns recursor dspg akamaiedge net cache consultations done have ns to contact feb pdns recursor dspg akamaiedge net nameservers akamaiedge net akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net akamaiedge net akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net akamaiedge net akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net akamaiedge net akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net trying to resolve ns akamaiedge net feb pdns recursor akamaiedge net wants dnssec processing feb pdns recursor akamaiedge net looking for cname cache hit of akamaiedge net cname feb pdns recursor akamaiedge net no cname cache hit of akamaiedge net cname found feb pdns recursor akamaiedge net found cache hit for a feb pdns recursor dspg akamaiedge net resolved akamaiedge net ns akamaiedge net to feb pdns recursor dspg akamaiedge net trying ip asking dspg akamaiedge net a feb pdns recursor feb assets onestore ms edgekey net got answers from akam net rcode no error aa in feb pdns recursor feb assets onestore ms edgekey net accept answer assets onestore ms edgekey net cname dspg akamaiedge net from edgekey net nameservers yes feb pdns recursor feb assets onestore ms edgekey net opt answer from edgekey net nameservers feb pdns recursor feb assets onestore ms edgekey net determining status after receiving this packet feb pdns recursor feb assets onestore ms edgekey net status got a cname referral starting over with dspg akamaiedge net feb pdns recursor feb dspg akamaiedge net wants dnssec processing feb pdns recursor feb dspg akamaiedge net looking for cname cache hit of dspg akamaiedge net cname feb pdns recursor feb dspg akamaiedge net no cname cache hit of dspg akamaiedge net cname found feb pdns recursor feb dspg akamaiedge net no cache hit for dspg akamaiedge net a trying to find an appropriate ns record feb pdns recursor feb dspg akamaiedge net checking if we have ns in cache for dspg akamaiedge net feb pdns recursor feb dspg akamaiedge net no valid useful ns in cache for dspg akamaiedge net feb pdns recursor feb dspg akamaiedge net checking if we have ns in cache for dspg akamaiedge net feb pdns recursor feb dspg akamaiedge net no valid useful ns in cache for dspg akamaiedge net feb pdns recursor feb dspg akamaiedge net checking if we have ns in cache for akamaiedge net feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor assets onestore ms edgekey net got answers from akam net rcode no error aa in feb pdns recursor assets onestore ms edgekey net accept answer assets onestore ms edgekey net cname dspg akamaiedge net from edgekey net nameservers yes feb pdns recursor assets onestore ms edgekey net opt answer from edgekey net nameservers feb pdns recursor assets onestore ms edgekey net determining status after receiving this packet feb pdns recursor assets onestore ms edgekey net status got a cname referral starting over with dspg akamaiedge net feb pdns recursor dspg akamaiedge net wants dnssec processing feb pdns recursor dspg akamaiedge net looking for cname cache hit of dspg akamaiedge net cname feb pdns recursor dspg akamaiedge net no cname cache hit of dspg akamaiedge net cname found feb pdns recursor dspg akamaiedge net no cache hit for dspg akamaiedge net a trying to find an appropriate ns record feb pdns recursor dspg akamaiedge net checking if we have ns in cache for dspg akamaiedge net feb pdns recursor dspg akamaiedge net no valid useful ns in cache for dspg akamaiedge net feb pdns recursor dspg akamaiedge net checking if we have ns in cache for dspg akamaiedge net feb pdns recursor dspg akamaiedge net no valid useful ns in cache for dspg akamaiedge net feb pdns recursor dspg akamaiedge net checking if we have ns in cache for akamaiedge net feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor dspg akamaiedge net we have ns in cache for akamaiedge net flawednsset feb pdns recursor dspg akamaiedge net cache consultations done have ns to contact feb pdns recursor dspg akamaiedge net nameservers akamaiedge net akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net akamaiedge net akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net akamaiedge net akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net akamaiedge net akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net akamaiedge net feb pdns recursor dspg akamaiedge net trying to resolve ns akamaiedge net feb pdns recursor akamaiedge net wants dnssec processing feb pdns recursor akamaiedge net looking for cname cache hit of akamaiedge net cname feb pdns recursor akamaiedge net no cname cache hit of akamaiedge net cname found feb pdns recursor akamaiedge net found cache hit for a feb pdns recursor dspg akamaiedge net resolved akamaiedge net ns akamaiedge net to feb pdns recursor dspg akamaiedge net trying ip asking dspg akamaiedge net a feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net we have ns in cache for akamaiedge net flawednsset feb pdns recursor feb dspg akamaiedge net cache consultations done have ns to contact feb pdns recursor feb dspg akamaiedge net nameservers akamaiedge net akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net akamaiedge net akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net akamaiedge net akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net akamaiedge net akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net trying to resolve ns akamaiedge net feb pdns recursor feb akamaiedge net wants dnssec processing feb pdns recursor feb akamaiedge net looking for cname cache hit of akamaiedge net cname feb pdns recursor feb akamaiedge net no cname cache hit of akamaiedge net cname found feb pdns recursor feb akamaiedge net found cache hit for a feb pdns recursor feb dspg akamaiedge net resolved akamaiedge net ns akamaiedge net to feb pdns recursor feb dspg akamaiedge net trying ip asking dspg akamaiedge net a feb pdns recursor feb assets onestore ms edgekey net got answers from akam net rcode no error aa in feb pdns recursor feb assets onestore ms edgekey net accept answer assets onestore ms edgekey net cname dspg akamaiedge net from edgekey net nameservers yes feb pdns recursor feb assets onestore ms edgekey net opt answer from edgekey net nameservers feb pdns recursor feb assets onestore ms edgekey net determining status after receiving this packet feb pdns recursor feb assets onestore ms edgekey net status got a cname referral starting over with dspg akamaiedge net feb pdns recursor feb dspg akamaiedge net wants dnssec processing feb pdns recursor feb dspg akamaiedge net looking for cname cache hit of dspg akamaiedge net cname feb pdns recursor feb dspg akamaiedge net no cname cache hit of dspg akamaiedge net cname found feb pdns recursor feb dspg akamaiedge net no cache hit for dspg akamaiedge net a trying to find an appropriate ns record feb pdns recursor feb dspg akamaiedge net checking if we have ns in cache for dspg akamaiedge net feb pdns recursor feb dspg akamaiedge net no valid useful ns in cache for dspg akamaiedge net feb pdns recursor feb dspg akamaiedge net checking if we have ns in cache for dspg akamaiedge net feb pdns recursor feb dspg akamaiedge net no valid useful ns in cache for dspg akamaiedge net feb pdns recursor feb dspg akamaiedge net checking if we have ns in cache for akamaiedge net feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor mem gfx ms got answers from msft net rcode form error aa in feb pdns recursor mem gfx ms opt answer from gfx ms nameservers feb pdns recursor mem gfx ms determining status after receiving this packet feb pdns recursor mem gfx ms status ns msft net is lame for gfx ms trying sibling ip or ns feb pdns recursor mem gfx ms failed to resolve via any of the offered ns at level gfx ms feb pdns recursor mem gfx ms failed res feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net we have ns in cache for akamaiedge net flawednsset feb pdns recursor feb dspg akamaiedge net cache consultations done have ns to contact feb pdns recursor feb dspg akamaiedge net nameservers akamaiedge net akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net akamaiedge net akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net akamaiedge net akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net akamaiedge net akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net trying to resolve ns akamaiedge net feb pdns recursor feb akamaiedge net wants dnssec processing feb pdns recursor feb akamaiedge net looking for cname cache hit of akamaiedge net cname feb pdns recursor feb akamaiedge net no cname cache hit of akamaiedge net cname found feb pdns recursor feb akamaiedge net found cache hit for a feb pdns recursor feb dspg akamaiedge net resolved akamaiedge net ns akamaiedge net to feb pdns recursor feb dspg akamaiedge net looking for cname cache hit of dspg akamaiedge net cname feb pdns recursor feb dspg akamaiedge net no cname cache hit of dspg akamaiedge net cname found feb pdns recursor feb dspg akamaiedge net no cache hit for dspg akamaiedge net a trying to find an appropriate ns record feb pdns recursor feb dspg akamaiedge net checking if we have ns in cache for dspg akamaiedge net feb pdns recursor feb dspg akamaiedge net no valid useful ns in cache for dspg akamaiedge net feb pdns recursor feb dspg akamaiedge net checking if we have ns in cache for dspg akamaiedge net feb pdns recursor feb dspg akamaiedge net no valid useful ns in cache for dspg akamaiedge net feb pdns recursor feb dspg akamaiedge net checking if we have ns in cache for akamaiedge net feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor mem gfx ms got answers from msft net rcode form error aa in feb pdns recursor mem gfx ms opt answer from gfx ms nameservers feb pdns recursor mem gfx ms determining status after receiving this packet feb pdns recursor mem gfx ms status ns msft net is lame for gfx ms trying sibling ip or ns feb pdns recursor mem gfx ms failed to resolve via any of the offered ns at level gfx ms feb pdns recursor mem gfx ms failed res feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net ns with ip or non glue in cache for akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net within bailiwick in cache ttl feb pdns recursor feb dspg akamaiedge net we have ns in cache for akamaiedge net flawednsset feb pdns recursor feb dspg akamaiedge net cache consultations done have ns to contact feb pdns recursor feb dspg akamaiedge net nameservers akamaiedge net akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net akamaiedge net akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net akamaiedge net akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net akamaiedge net akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net akamaiedge net feb pdns recursor feb dspg akamaiedge net trying to resolve ns akamaiedge net feb pdns recursor feb akamaiedge net wants dnssec processing feb pdns recursor feb akamaiedge net looking for cname cache hit of akamaiedge net cname feb pdns recursor feb akamaiedge net no cname cache hit of akamaiedge net cname found feb pdns recursor feb akamaiedge net found cache hit for a feb pdns recursor feb dspg akamaiedge net resolved akamaiedge net ns akamaiedge net to feb pdns recursor feb dspg akamaiedge net trying ip asking dspg akamaiedge net a feb pdns recursor feb mem gfx ms got answers from msft net rcode form error aa in feb pdns recursor feb mem gfx ms opt answer from gfx ms nameservers feb pdns recursor feb mem gfx ms determining status after receiving this packet feb pdns recursor feb mem gfx ms status ns msft net is lame for gfx ms trying sibling ip or ns feb pdns recursor feb mem gfx ms failed to resolve via any of the offered ns at level gfx ms feb pdns recursor feb mem gfx ms failed res feb systemd pdns recursor service main process exited code killed status segv feb systemd unit pdns recursor service entered failed state
1
230,306
25,461,906,199
IssuesEvent
2022-11-24 20:31:26
rsoreq/WebGoat
https://api.github.com/repos/rsoreq/WebGoat
opened
CVE-2022-41946 (Medium) detected in postgresql-42.2.23.jar
security vulnerability
## CVE-2022-41946 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>postgresql-42.2.23.jar</b></p></summary> <p>PostgreSQL JDBC Driver Postgresql</p> <p>Library home page: <a href="https://jdbc.postgresql.org">https://jdbc.postgresql.org</a></p> <p>Path to dependency file: /webgoat-integration-tests/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/postgresql/postgresql/42.2.23/postgresql-42.2.23.jar,/m2/repository/org/postgresql/postgresql/42.2.23/postgresql-42.2.23.jar,/m2/repository/org/postgresql/postgresql/42.2.23/postgresql-42.2.23.jar</p> <p> Dependency Hierarchy: - :x: **postgresql-42.2.23.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/rsoreq/WebGoat/commit/80e11f5e6e22738aab11c317d2dbece3e576098c">80e11f5e6e22738aab11c317d2dbece3e576098c</a></p> <p>Found in base branch: <b>develop</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> pgjdbc is an open source postgresql JDBC Driver. In affected versions a prepared statement using either `PreparedStatement.setText(int, InputStream)` or `PreparedStatemet.setBytea(int, InputStream)` will create a temporary file if the InputStream is larger than 2k. This will create a temporary file which is readable by other users on Unix like systems, but not MacOS. On Unix like systems, the system's temporary directory is shared between all users on that system. Because of this, when files and directories are written into this directory they are, by default, readable by other users on that same system. This vulnerability does not allow other users to overwrite the contents of these directories or files. This is purely an information disclosure vulnerability. Because certain JDK file system APIs were only added in JDK 1.7, this this fix is dependent upon the version of the JDK you are using. Java 1.7 and higher users: this vulnerability is fixed in 4.5.0. Java 1.6 and lower users: no patch is available. If you are unable to patch, or are stuck running on Java 1.6, specifying the java.io.tmpdir system environment variable to a directory that is exclusively owned by the executing user will mitigate this vulnerability. <p>Publish Date: 2022-11-23 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-41946>CVE-2022-41946</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>4.7</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: High - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-562r-vg33-8x8h">https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-562r-vg33-8x8h</a></p> <p>Release Date: 2022-11-23</p> <p>Fix Resolution: 42.2.26.jre6</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END -->
True
CVE-2022-41946 (Medium) detected in postgresql-42.2.23.jar - ## CVE-2022-41946 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>postgresql-42.2.23.jar</b></p></summary> <p>PostgreSQL JDBC Driver Postgresql</p> <p>Library home page: <a href="https://jdbc.postgresql.org">https://jdbc.postgresql.org</a></p> <p>Path to dependency file: /webgoat-integration-tests/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/postgresql/postgresql/42.2.23/postgresql-42.2.23.jar,/m2/repository/org/postgresql/postgresql/42.2.23/postgresql-42.2.23.jar,/m2/repository/org/postgresql/postgresql/42.2.23/postgresql-42.2.23.jar</p> <p> Dependency Hierarchy: - :x: **postgresql-42.2.23.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/rsoreq/WebGoat/commit/80e11f5e6e22738aab11c317d2dbece3e576098c">80e11f5e6e22738aab11c317d2dbece3e576098c</a></p> <p>Found in base branch: <b>develop</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> pgjdbc is an open source postgresql JDBC Driver. In affected versions a prepared statement using either `PreparedStatement.setText(int, InputStream)` or `PreparedStatemet.setBytea(int, InputStream)` will create a temporary file if the InputStream is larger than 2k. This will create a temporary file which is readable by other users on Unix like systems, but not MacOS. On Unix like systems, the system's temporary directory is shared between all users on that system. Because of this, when files and directories are written into this directory they are, by default, readable by other users on that same system. This vulnerability does not allow other users to overwrite the contents of these directories or files. This is purely an information disclosure vulnerability. Because certain JDK file system APIs were only added in JDK 1.7, this this fix is dependent upon the version of the JDK you are using. Java 1.7 and higher users: this vulnerability is fixed in 4.5.0. Java 1.6 and lower users: no patch is available. If you are unable to patch, or are stuck running on Java 1.6, specifying the java.io.tmpdir system environment variable to a directory that is exclusively owned by the executing user will mitigate this vulnerability. <p>Publish Date: 2022-11-23 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-41946>CVE-2022-41946</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>4.7</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: High - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-562r-vg33-8x8h">https://github.com/pgjdbc/pgjdbc/security/advisories/GHSA-562r-vg33-8x8h</a></p> <p>Release Date: 2022-11-23</p> <p>Fix Resolution: 42.2.26.jre6</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END -->
non_defect
cve medium detected in postgresql jar cve medium severity vulnerability vulnerable library postgresql jar postgresql jdbc driver postgresql library home page a href path to dependency file webgoat integration tests pom xml path to vulnerable library home wss scanner repository org postgresql postgresql postgresql jar repository org postgresql postgresql postgresql jar repository org postgresql postgresql postgresql jar dependency hierarchy x postgresql jar vulnerable library found in head commit a href found in base branch develop vulnerability details pgjdbc is an open source postgresql jdbc driver in affected versions a prepared statement using either preparedstatement settext int inputstream or preparedstatemet setbytea int inputstream will create a temporary file if the inputstream is larger than this will create a temporary file which is readable by other users on unix like systems but not macos on unix like systems the system s temporary directory is shared between all users on that system because of this when files and directories are written into this directory they are by default readable by other users on that same system this vulnerability does not allow other users to overwrite the contents of these directories or files this is purely an information disclosure vulnerability because certain jdk file system apis were only added in jdk this this fix is dependent upon the version of the jdk you are using java and higher users this vulnerability is fixed in java and lower users no patch is available if you are unable to patch or are stuck running on java specifying the java io tmpdir system environment variable to a directory that is exclusively owned by the executing user will mitigate this vulnerability publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity high privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution check this box to open an automated fix pr
0
35,100
7,568,297,548
IssuesEvent
2018-04-22 18:36:11
pyscripter/MustangpeakVirtualShellTools
https://api.github.com/repos/pyscripter/MustangpeakVirtualShellTools
closed
XE3 issue: Several units has compiler warnings and hints too.
Fixed Priority-Low Type-Defect auto-migrated
``` ...has not been expanded because unit 'System.UITypes' is not specified in USES list ...has not been expanded because unit 'System.Types' is not specified in USES list Similar issues are in the MPCommonControls and EasyListView. ``` Original issue reported on code.google.com by `marko.hi...@gmail.com` on 20 Apr 2013 at 11:52
1.0
XE3 issue: Several units has compiler warnings and hints too. - ``` ...has not been expanded because unit 'System.UITypes' is not specified in USES list ...has not been expanded because unit 'System.Types' is not specified in USES list Similar issues are in the MPCommonControls and EasyListView. ``` Original issue reported on code.google.com by `marko.hi...@gmail.com` on 20 Apr 2013 at 11:52
defect
issue several units has compiler warnings and hints too has not been expanded because unit system uitypes is not specified in uses list has not been expanded because unit system types is not specified in uses list similar issues are in the mpcommoncontrols and easylistview original issue reported on code google com by marko hi gmail com on apr at
1
49,423
13,186,702,870
IssuesEvent
2020-08-13 01:02:34
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
[spline-reco] Segmentation fault in spline reco (Trac #1361)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1361">https://code.icecube.wisc.edu/ticket/1361</a>, reported by gmaggi and owned by mvoge</em></summary> <p> ```json { "status": "closed", "changetime": "2015-09-24T09:38:45", "description": "Segmentation fault shows up when I attempt to run spline-reco module, in the way that is shown in the attachment. I checked trunk and with the last release of icerec, and the same result.", "reporter": "gmaggi", "cc": "", "resolution": "fixed", "_ts": "1443087525552045", "component": "combo reconstruction", "summary": "[spline-reco] Segmentation fault in spline reco", "priority": "critical", "keywords": "", "time": "2015-09-22T06:52:40", "milestone": "", "owner": "mvoge", "type": "defect" } ``` </p> </details>
1.0
[spline-reco] Segmentation fault in spline reco (Trac #1361) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1361">https://code.icecube.wisc.edu/ticket/1361</a>, reported by gmaggi and owned by mvoge</em></summary> <p> ```json { "status": "closed", "changetime": "2015-09-24T09:38:45", "description": "Segmentation fault shows up when I attempt to run spline-reco module, in the way that is shown in the attachment. I checked trunk and with the last release of icerec, and the same result.", "reporter": "gmaggi", "cc": "", "resolution": "fixed", "_ts": "1443087525552045", "component": "combo reconstruction", "summary": "[spline-reco] Segmentation fault in spline reco", "priority": "critical", "keywords": "", "time": "2015-09-22T06:52:40", "milestone": "", "owner": "mvoge", "type": "defect" } ``` </p> </details>
defect
segmentation fault in spline reco trac migrated from json status closed changetime description segmentation fault shows up when i attempt to run spline reco module in the way that is shown in the attachment i checked trunk and with the last release of icerec and the same result reporter gmaggi cc resolution fixed ts component combo reconstruction summary segmentation fault in spline reco priority critical keywords time milestone owner mvoge type defect
1
16,344
2,889,780,329
IssuesEvent
2015-06-13 19:06:04
damonkohler/sl4a
https://api.github.com/repos/damonkohler/sl4a
opened
MS Exchange contacts cannot be retrieved. dd
auto-migrated Priority-Medium Type-Defect
_From @GoogleCodeExporter on May 31, 2015 11:28_ ``` What device(s) are you experiencing the problem on? HTC Hero What firmware version are you running on the device? Android 2.2 What steps will reproduce the problem? 1. Starting sl4a. 2. Running "command.py" in terminal to get list of contacts stored on the phone (Only MS Exchange contact are available on the phone). What is the expected output? What do you see instead? Number of available contacts. result=0 What version of the product are you using? On what operating system? sl4a r2 Please provide any additional information below. content of command.py: ############## import android droid = android.Android() contactList = droid.ContactsGetCount() print contactList ########## tried: contactsGet contactsGetById contactsGetCount as well but still result=0 discussion related to this issue http://groups.google.com/group/android-scripting/browse_thread/thread/3e14c4ad6d fda815 Logcat attached. Cheers, Pi3cH ``` Original issue reported on code.google.com by `mr.ped...@gmail.com` on 16 Oct 2010 at 11:33 Attachments: * [logcat.txt](https://storage.googleapis.com/google-code-attachments/android-scripting/issue-460/comment-0/logcat.txt) _Copied from original issue: damonkohler/android-scripting#460_
1.0
MS Exchange contacts cannot be retrieved. dd - _From @GoogleCodeExporter on May 31, 2015 11:28_ ``` What device(s) are you experiencing the problem on? HTC Hero What firmware version are you running on the device? Android 2.2 What steps will reproduce the problem? 1. Starting sl4a. 2. Running "command.py" in terminal to get list of contacts stored on the phone (Only MS Exchange contact are available on the phone). What is the expected output? What do you see instead? Number of available contacts. result=0 What version of the product are you using? On what operating system? sl4a r2 Please provide any additional information below. content of command.py: ############## import android droid = android.Android() contactList = droid.ContactsGetCount() print contactList ########## tried: contactsGet contactsGetById contactsGetCount as well but still result=0 discussion related to this issue http://groups.google.com/group/android-scripting/browse_thread/thread/3e14c4ad6d fda815 Logcat attached. Cheers, Pi3cH ``` Original issue reported on code.google.com by `mr.ped...@gmail.com` on 16 Oct 2010 at 11:33 Attachments: * [logcat.txt](https://storage.googleapis.com/google-code-attachments/android-scripting/issue-460/comment-0/logcat.txt) _Copied from original issue: damonkohler/android-scripting#460_
defect
ms exchange contacts cannot be retrieved dd from googlecodeexporter on may what device s are you experiencing the problem on htc hero what firmware version are you running on the device android what steps will reproduce the problem starting running command py in terminal to get list of contacts stored on the phone only ms exchange contact are available on the phone what is the expected output what do you see instead number of available contacts result what version of the product are you using on what operating system please provide any additional information below content of command py import android droid android android contactlist droid contactsgetcount print contactlist tried contactsget contactsgetbyid contactsgetcount as well but still result discussion related to this issue logcat attached cheers original issue reported on code google com by mr ped gmail com on oct at attachments copied from original issue damonkohler android scripting
1
5,306
2,610,185,052
IssuesEvent
2015-02-26 18:58:47
chrsmith/quchuseban
https://api.github.com/repos/chrsmith/quchuseban
opened
讲解怎样祛除脸上的色斑
auto-migrated Priority-Medium Type-Defect
``` 《摘要》 想着曾经的画面,有多么美好,现在的疼痛,就有多么悲殇�� �不是我多情,只是我遇见了你,你就是我的桃花劫,不是我� ��情,只是我爱上了你,你就是我的鸳鸯梦,忆起那份约定, 在天愿作比翼鸟,在地愿为连理枝。泪早就流空了,只是心�� �一阵阵的绞痛,绝望的痛彻着,犹如深夜里大海的暗涌,歇� ��底里的咆哮着,只因,如今的我,成了断翅的鸟儿,成了无 根的浮萍。如果没有了色斑,我们是否会一起走进婚姻的殿�� �!怎样祛除脸上的色斑, 《客户案例》   自从脸上长满了色斑后,我的心情就变得非常糟糕,一�� �以往的自信都没有了。买了很多祛斑的产品,但效果不明显� ��这让我很是失望。后来,听说光子嫩肤术可以祛除色斑,心 想祛斑产品不行,我做手术总可以了吧,于是在详细咨询了�� �家美容院后,我就做了光子嫩肤术,当时觉得效果真的不错� ��整个脸看起来红润、细腻多了。就连老公都说我年轻了好几 岁呢。每天上班也都得心应手的,那时候感觉整个人都轻松�� �许多,开心了许多。可是好景不长,这个轻松的日子并没有� ��持多久,三个月后,那烦人的色斑如雨后春笋一般又再次爬 上了我的脸,而且越来越多,连成了片,看以来比以前还吓�� �。<br>   难道我就要这样过一辈子吗?虽然老公并没有嫌弃我什么� ��还是像以前那样的爱我疼我,便是每次和老公一起出去的时 候,看到别人的老婆是那样的漂亮,人就感觉很自卑,觉得�� �己很配不上老公。于是我暗下决心,一定要把脸上的色斑彻� ��祛掉。我就开始四处打听祛斑的小偏方,也都一一尝试,结 果却让我一再受到打击,但是我并不气馁,我决定要和它一�� �到底。<br>   后来一个姐妹告诉我「黛芙薇尔精华液」对祛斑有很好�� �疗效,建议我试试,听了姐妹的话,我赶紧到网上进行核实� ��看了他们的详细介绍后,觉得这个产品确实不错,纯天然植 物产品,不含激素,没有副作用,还是外用产品,方便快捷�� �于是我决定订购一个周期的产品先试试。使用一段时间后,� ��发现脸上的色斑有所变化,颜色在慢慢的变淡,而且色斑也 被很好的控制住了,没有长出新的来,看到效果后的我对这�� �产品更有信心了。两个周期服完后,我脸上有了很大的变化� ��脸上的斑点已经消退的差不多了,而且皮肤也变的白皙嫩滑 了。真的很开心!高兴之余我又订购了一个周期的产品加强巩� ��治疗。<br>   现在,我脸上的色斑已经完全消失了踪影,一点也看不�� �了,现在我脸上变得干干净净的,而且皮肤也变得红润有光� ��了,气色好多了。老公说我现在越来越有女人味了,听了老 公的话,我真是甜到心窝里了!没有色斑的烦恼,我真的很幸� ��! 阅读了怎样祛除脸上的色斑,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》   1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� �去掉吗?   答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� �客都是通过老顾客介绍而来,口碑由此而来!   2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!   3,去除黄褐斑之后,会反弹吗?   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗?   4,你们的价格有点贵,能不能便宜一点?   答:如果您使用西药最少需要2000元,煎服的药最少需要3 000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗   5,我适合用黛芙薇尔精华液吗?   答:黛芙薇尔适用人群:   1、生理紊乱引起的黄褐斑人群   2、生育引起的妊娠斑人群   3、年纪增长引起的老年斑人群   4、化妆品色素沉积、辐射斑人群   5、长期日照引起的日晒斑人群   6、肌肤暗淡急需美白的人群 《祛斑小方法》 怎样祛除脸上的色斑,同时为您分享祛斑小方法 茄子祛斑法 取1根茄子,纯净水30ml,将茄子洗净切块儿并榨成汁,纯净水 加热后与茄子汁混合均匀。冷却后拍打于面部、颈部肌肤,�� �晚各一次。 ``` ----- Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 3:31
1.0
讲解怎样祛除脸上的色斑 - ``` 《摘要》 想着曾经的画面,有多么美好,现在的疼痛,就有多么悲殇�� �不是我多情,只是我遇见了你,你就是我的桃花劫,不是我� ��情,只是我爱上了你,你就是我的鸳鸯梦,忆起那份约定, 在天愿作比翼鸟,在地愿为连理枝。泪早就流空了,只是心�� �一阵阵的绞痛,绝望的痛彻着,犹如深夜里大海的暗涌,歇� ��底里的咆哮着,只因,如今的我,成了断翅的鸟儿,成了无 根的浮萍。如果没有了色斑,我们是否会一起走进婚姻的殿�� �!怎样祛除脸上的色斑, 《客户案例》   自从脸上长满了色斑后,我的心情就变得非常糟糕,一�� �以往的自信都没有了。买了很多祛斑的产品,但效果不明显� ��这让我很是失望。后来,听说光子嫩肤术可以祛除色斑,心 想祛斑产品不行,我做手术总可以了吧,于是在详细咨询了�� �家美容院后,我就做了光子嫩肤术,当时觉得效果真的不错� ��整个脸看起来红润、细腻多了。就连老公都说我年轻了好几 岁呢。每天上班也都得心应手的,那时候感觉整个人都轻松�� �许多,开心了许多。可是好景不长,这个轻松的日子并没有� ��持多久,三个月后,那烦人的色斑如雨后春笋一般又再次爬 上了我的脸,而且越来越多,连成了片,看以来比以前还吓�� �。<br>   难道我就要这样过一辈子吗?虽然老公并没有嫌弃我什么� ��还是像以前那样的爱我疼我,便是每次和老公一起出去的时 候,看到别人的老婆是那样的漂亮,人就感觉很自卑,觉得�� �己很配不上老公。于是我暗下决心,一定要把脸上的色斑彻� ��祛掉。我就开始四处打听祛斑的小偏方,也都一一尝试,结 果却让我一再受到打击,但是我并不气馁,我决定要和它一�� �到底。<br>   后来一个姐妹告诉我「黛芙薇尔精华液」对祛斑有很好�� �疗效,建议我试试,听了姐妹的话,我赶紧到网上进行核实� ��看了他们的详细介绍后,觉得这个产品确实不错,纯天然植 物产品,不含激素,没有副作用,还是外用产品,方便快捷�� �于是我决定订购一个周期的产品先试试。使用一段时间后,� ��发现脸上的色斑有所变化,颜色在慢慢的变淡,而且色斑也 被很好的控制住了,没有长出新的来,看到效果后的我对这�� �产品更有信心了。两个周期服完后,我脸上有了很大的变化� ��脸上的斑点已经消退的差不多了,而且皮肤也变的白皙嫩滑 了。真的很开心!高兴之余我又订购了一个周期的产品加强巩� ��治疗。<br>   现在,我脸上的色斑已经完全消失了踪影,一点也看不�� �了,现在我脸上变得干干净净的,而且皮肤也变得红润有光� ��了,气色好多了。老公说我现在越来越有女人味了,听了老 公的话,我真是甜到心窝里了!没有色斑的烦恼,我真的很幸� ��! 阅读了怎样祛除脸上的色斑,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》   1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� �去掉吗?   答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� �客都是通过老顾客介绍而来,口碑由此而来!   2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!   3,去除黄褐斑之后,会反弹吗?   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗?   4,你们的价格有点贵,能不能便宜一点?   答:如果您使用西药最少需要2000元,煎服的药最少需要3 000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗   5,我适合用黛芙薇尔精华液吗?   答:黛芙薇尔适用人群:   1、生理紊乱引起的黄褐斑人群   2、生育引起的妊娠斑人群   3、年纪增长引起的老年斑人群   4、化妆品色素沉积、辐射斑人群   5、长期日照引起的日晒斑人群   6、肌肤暗淡急需美白的人群 《祛斑小方法》 怎样祛除脸上的色斑,同时为您分享祛斑小方法 茄子祛斑法 取1根茄子,纯净水30ml,将茄子洗净切块儿并榨成汁,纯净水 加热后与茄子汁混合均匀。冷却后拍打于面部、颈部肌肤,�� �晚各一次。 ``` ----- Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 3:31
defect
讲解怎样祛除脸上的色斑 《摘要》 想着曾经的画面,有多么美好,现在的疼痛,就有多么悲殇�� �不是我多情,只是我遇见了你,你就是我的桃花劫,不是我� ��情,只是我爱上了你,你就是我的鸳鸯梦,忆起那份约定, 在天愿作比翼鸟,在地愿为连理枝。泪早就流空了,只是心�� �一阵阵的绞痛,绝望的痛彻着,犹如深夜里大海的暗涌,歇� ��底里的咆哮着,只因,如今的我,成了断翅的鸟儿,成了无 根的浮萍。如果没有了色斑,我们是否会一起走进婚姻的殿�� �!怎样祛除脸上的色斑, 《客户案例》   自从脸上长满了色斑后,我的心情就变得非常糟糕,一�� �以往的自信都没有了。买了很多祛斑的产品,但效果不明显� ��这让我很是失望。后来,听说光子嫩肤术可以祛除色斑,心 想祛斑产品不行,我做手术总可以了吧,于是在详细咨询了�� �家美容院后,我就做了光子嫩肤术,当时觉得效果真的不错� ��整个脸看起来红润、细腻多了。就连老公都说我年轻了好几 岁呢。每天上班也都得心应手的,那时候感觉整个人都轻松�� �许多,开心了许多。可是好景不长,这个轻松的日子并没有� ��持多久,三个月后,那烦人的色斑如雨后春笋一般又再次爬 上了我的脸,而且越来越多,连成了片,看以来比以前还吓�� �。   难道我就要这样过一辈子吗 虽然老公并没有嫌弃我什么� ��还是像以前那样的爱我疼我,便是每次和老公一起出去的时 候,看到别人的老婆是那样的漂亮,人就感觉很自卑,觉得�� �己很配不上老公。于是我暗下决心,一定要把脸上的色斑彻� ��祛掉。我就开始四处打听祛斑的小偏方,也都一一尝试,结 果却让我一再受到打击,但是我并不气馁,我决定要和它一�� �到底。   后来一个姐妹告诉我「黛芙薇尔精华液」对祛斑有很好�� �疗效,建议我试试,听了姐妹的话,我赶紧到网上进行核实� ��看了他们的详细介绍后,觉得这个产品确实不错,纯天然植 物产品,不含激素,没有副作用,还是外用产品,方便快捷�� �于是我决定订购一个周期的产品先试试。使用一段时间后,� ��发现脸上的色斑有所变化,颜色在慢慢的变淡,而且色斑也 被很好的控制住了,没有长出新的来,看到效果后的我对这�� �产品更有信心了。两个周期服完后,我脸上有了很大的变化� ��脸上的斑点已经消退的差不多了,而且皮肤也变的白皙嫩滑 了。真的很开心 高兴之余我又订购了一个周期的产品加强巩� ��治疗。   现在,我脸上的色斑已经完全消失了踪影,一点也看不�� �了,现在我脸上变得干干净净的,而且皮肤也变得红润有光� ��了,气色好多了。老公说我现在越来越有女人味了,听了老 公的话,我真是甜到心窝里了 没有色斑的烦恼,我真的很幸� �� 阅读了怎样祛除脸上的色斑,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加, — 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》    黛芙薇尔精华液真的有效果吗 真的可以把脸上的黄褐�� �去掉吗   答:黛芙薇尔精华液dna精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客, 的新�� �客都是通过老顾客介绍而来,口碑由此而来    ,服用黛芙薇尔美白,会伤身体吗 有副作用吗   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“dna美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作, �� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖    ,去除黄褐斑之后,会反弹吗   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌 我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗    ,你们的价格有点贵,能不能便宜一点   答: , , ,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助 一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗 你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗    ,我适合用黛芙薇尔精华液吗   答:黛芙薇尔适用人群:    、生理紊乱引起的黄褐斑人群    、生育引起的妊娠斑人群    、年纪增长引起的老年斑人群    、化妆品色素沉积、辐射斑人群    、长期日照引起的日晒斑人群    、肌肤暗淡急需美白的人群 《祛斑小方法》 怎样祛除脸上的色斑,同时为您分享祛斑小方法 茄子祛斑法 , ,将茄子洗净切块儿并榨成汁,纯净水 加热后与茄子汁混合均匀。冷却后拍打于面部、颈部肌肤,�� �晚各一次。 original issue reported on code google com by additive gmail com on jul at
1
8,933
2,612,931,982
IssuesEvent
2015-02-27 17:35:08
chrsmith/windows-package-manager
https://api.github.com/repos/chrsmith/windows-package-manager
closed
Use cache of repository until update is downloaded
auto-migrated Milestone-1.19 Type-Defect
``` On startup is takes more then 1ms to download the current repository content. It would be nice to use the last downloaded repositories until the repository content is downloaded. ``` Original issue reported on code.google.com by `florin.d...@gmail.com` on 6 Sep 2014 at 10:31
1.0
Use cache of repository until update is downloaded - ``` On startup is takes more then 1ms to download the current repository content. It would be nice to use the last downloaded repositories until the repository content is downloaded. ``` Original issue reported on code.google.com by `florin.d...@gmail.com` on 6 Sep 2014 at 10:31
defect
use cache of repository until update is downloaded on startup is takes more then to download the current repository content it would be nice to use the last downloaded repositories until the repository content is downloaded original issue reported on code google com by florin d gmail com on sep at
1
65,243
19,286,644,548
IssuesEvent
2021-12-11 03:43:24
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
opened
Trans Flag Emoji Crashes element
T-Defect
### Steps to reproduce I tried to look for the trans flag emoji by typing it out manually and it keeps resulting in a crash in a specific room everytime. ### Outcome #### What did you expect? To be able to look through the emoji list #### What happened instead? App kept crashing each time i went to the specific room. ### Your phone model Samsung S10 ### Operating system version Android 11 ### Application version and app store 1.3.9 ### Homeserver matrix.org ### Will you send logs? Yes
1.0
Trans Flag Emoji Crashes element - ### Steps to reproduce I tried to look for the trans flag emoji by typing it out manually and it keeps resulting in a crash in a specific room everytime. ### Outcome #### What did you expect? To be able to look through the emoji list #### What happened instead? App kept crashing each time i went to the specific room. ### Your phone model Samsung S10 ### Operating system version Android 11 ### Application version and app store 1.3.9 ### Homeserver matrix.org ### Will you send logs? Yes
defect
trans flag emoji crashes element steps to reproduce i tried to look for the trans flag emoji by typing it out manually and it keeps resulting in a crash in a specific room everytime outcome what did you expect to be able to look through the emoji list what happened instead app kept crashing each time i went to the specific room your phone model samsung operating system version android application version and app store homeserver matrix org will you send logs yes
1
273,663
20,810,927,227
IssuesEvent
2022-03-18 02:30:16
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
NativeAOT requirements on Linux
documentation question area-NativeAOT-coreclr
Building for windows on windows works fine. Building for Linux on Windows fails saying cross compiling is not allowed. So I've installed Ubuntu 20.04 in a virtual machine, installed .NET6 SDK and tried to build but it fails saying `Clang` is missing. I haven't heard that name before so I've googled how to install that and run `sudo apt install clang-12 --install-suggests` but it still fails to find `Clang`. So I've ran `sudo apt-get install llvm` but it still fails Clang. Is there any official documentation on what is required on Linux to build with NativeAOT and perhaps installation instructions for users with less Linux experience?
1.0
NativeAOT requirements on Linux - Building for windows on windows works fine. Building for Linux on Windows fails saying cross compiling is not allowed. So I've installed Ubuntu 20.04 in a virtual machine, installed .NET6 SDK and tried to build but it fails saying `Clang` is missing. I haven't heard that name before so I've googled how to install that and run `sudo apt install clang-12 --install-suggests` but it still fails to find `Clang`. So I've ran `sudo apt-get install llvm` but it still fails Clang. Is there any official documentation on what is required on Linux to build with NativeAOT and perhaps installation instructions for users with less Linux experience?
non_defect
nativeaot requirements on linux building for windows on windows works fine building for linux on windows fails saying cross compiling is not allowed so i ve installed ubuntu in a virtual machine installed sdk and tried to build but it fails saying clang is missing i haven t heard that name before so i ve googled how to install that and run sudo apt install clang install suggests but it still fails to find clang so i ve ran sudo apt get install llvm but it still fails clang is there any official documentation on what is required on linux to build with nativeaot and perhaps installation instructions for users with less linux experience
0
246,104
20,822,860,411
IssuesEvent
2022-03-18 17:08:43
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
closed
[CI] SmokeTestMultiNodeClientYamlTestSuiteIT test {yaml=search.aggregation/470_significant_texts/*} failing
:Analytics/Aggregations >test-failure Team:Analytics
**Build scan:** https://gradle-enterprise.elastic.co/s/wshfsmsab4tk4/tests/:qa:smoke-test-multinode:integTest/org.elasticsearch.smoketest.SmokeTestMultiNodeClientYamlTestSuiteIT/test%20%7Byaml=search.aggregation%2F470_significant_texts%2Fsignificant_texts%20with%20min_doc_count%7D **Reproduction line:** `./gradlew ':qa:smoke-test-multinode:integTest' --tests "org.elasticsearch.smoketest.SmokeTestMultiNodeClientYamlTestSuiteIT" -Dtests.method="test {yaml=search.aggregation/470_significant_texts/significant_texts with min_doc_count}" -Dtests.seed=A31EEA51FD9A97F7 -Dtests.locale=zh-CN -Dtests.timezone=America/Lima -Druntime.java=17` **Applicable branches:** master **Reproduces locally?:** Didn't try **Failure history:** https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.smoketest.SmokeTestMultiNodeClientYamlTestSuiteIT&tests.test=test%20%7Byaml%3Dsearch.aggregation/470_significant_texts/significant_texts%20with%20min_doc_count%7D **Failure excerpt:** ``` java.lang.AssertionError: Failure at [search.aggregation/470_significant_texts:136]: field [aggregations.significant_texts.keywords.buckets] doesn't have length [1] Expected: <1> but: was <0> at __randomizedtesting.SeedInfo.seed([A31EEA51FD9A97F7:2B4AD58B5366FA0F]:0) at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.executeSection(ESClientYamlSuiteTestCase.java:493) at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.test(ESClientYamlSuiteTestCase.java:462) at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(null:-1) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:375) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:824) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:475) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:375) at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:831) at java.lang.Thread.run(Thread.java:833) Caused by: java.lang.AssertionError: field [aggregations.significant_texts.keywords.buckets] doesn't have length [1] Expected: <1> but: was <0> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.junit.Assert.assertThat(Assert.java:956) at org.elasticsearch.test.rest.yaml.section.LengthAssertion.doAssert(LengthAssertion.java:65) at org.elasticsearch.test.rest.yaml.section.Assertion.execute(Assertion.java:65) at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.executeSection(ESClientYamlSuiteTestCase.java:482) at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.test(ESClientYamlSuiteTestCase.java:462) at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(null:-1) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:375) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:824) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:475) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:375) at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:831) at java.lang.Thread.run(Thread.java:833) ```
1.0
[CI] SmokeTestMultiNodeClientYamlTestSuiteIT test {yaml=search.aggregation/470_significant_texts/*} failing - **Build scan:** https://gradle-enterprise.elastic.co/s/wshfsmsab4tk4/tests/:qa:smoke-test-multinode:integTest/org.elasticsearch.smoketest.SmokeTestMultiNodeClientYamlTestSuiteIT/test%20%7Byaml=search.aggregation%2F470_significant_texts%2Fsignificant_texts%20with%20min_doc_count%7D **Reproduction line:** `./gradlew ':qa:smoke-test-multinode:integTest' --tests "org.elasticsearch.smoketest.SmokeTestMultiNodeClientYamlTestSuiteIT" -Dtests.method="test {yaml=search.aggregation/470_significant_texts/significant_texts with min_doc_count}" -Dtests.seed=A31EEA51FD9A97F7 -Dtests.locale=zh-CN -Dtests.timezone=America/Lima -Druntime.java=17` **Applicable branches:** master **Reproduces locally?:** Didn't try **Failure history:** https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.smoketest.SmokeTestMultiNodeClientYamlTestSuiteIT&tests.test=test%20%7Byaml%3Dsearch.aggregation/470_significant_texts/significant_texts%20with%20min_doc_count%7D **Failure excerpt:** ``` java.lang.AssertionError: Failure at [search.aggregation/470_significant_texts:136]: field [aggregations.significant_texts.keywords.buckets] doesn't have length [1] Expected: <1> but: was <0> at __randomizedtesting.SeedInfo.seed([A31EEA51FD9A97F7:2B4AD58B5366FA0F]:0) at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.executeSection(ESClientYamlSuiteTestCase.java:493) at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.test(ESClientYamlSuiteTestCase.java:462) at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(null:-1) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:375) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:824) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:475) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:375) at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:831) at java.lang.Thread.run(Thread.java:833) Caused by: java.lang.AssertionError: field [aggregations.significant_texts.keywords.buckets] doesn't have length [1] Expected: <1> but: was <0> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.junit.Assert.assertThat(Assert.java:956) at org.elasticsearch.test.rest.yaml.section.LengthAssertion.doAssert(LengthAssertion.java:65) at org.elasticsearch.test.rest.yaml.section.Assertion.execute(Assertion.java:65) at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.executeSection(ESClientYamlSuiteTestCase.java:482) at org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase.test(ESClientYamlSuiteTestCase.java:462) at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(null:-1) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:568) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:375) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:824) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:475) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:375) at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:831) at java.lang.Thread.run(Thread.java:833) ```
non_defect
smoketestmultinodeclientyamltestsuiteit test yaml search aggregation significant texts failing build scan reproduction line gradlew qa smoke test multinode integtest tests org elasticsearch smoketest smoketestmultinodeclientyamltestsuiteit dtests method test yaml search aggregation significant texts significant texts with min doc count dtests seed dtests locale zh cn dtests timezone america lima druntime java applicable branches master reproduces locally didn t try failure history failure excerpt java lang assertionerror failure at field doesn t have length expected but was at randomizedtesting seedinfo seed at org elasticsearch test rest yaml esclientyamlsuitetestcase executesection esclientyamlsuitetestcase java at org elasticsearch test rest yaml esclientyamlsuitetestcase test esclientyamlsuitetestcase java at jdk internal reflect invoke null at jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at com carrotsearch randomizedtesting randomizedrunner invoke randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene tests util testrulesetupteardownchained evaluate testrulesetupteardownchained java at org apache lucene tests util abstractbeforeafterrule evaluate abstractbeforeafterrule java at org apache lucene tests util testrulethreadandtestname evaluate testrulethreadandtestname java at org apache lucene tests util testruleignoreaftermaxfailures evaluate testruleignoreaftermaxfailures java at org apache lucene tests util testrulemarkfailure evaluate testrulemarkfailure java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting threadleakcontrol statementrunner run threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol forktimeoutingtask threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol evaluate threadleakcontrol java at com carrotsearch randomizedtesting randomizedrunner runsingletest randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at org apache lucene tests util abstractbeforeafterrule evaluate abstractbeforeafterrule java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene tests util testrulestoreclassname evaluate testrulestoreclassname java at com carrotsearch randomizedtesting rules noshadowingoroverridesonmethodsrule evaluate noshadowingoroverridesonmethodsrule java at com carrotsearch randomizedtesting rules noshadowingoroverridesonmethodsrule evaluate noshadowingoroverridesonmethodsrule java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene tests util testruleassertionsrequired evaluate testruleassertionsrequired java at org apache lucene tests util abstractbeforeafterrule evaluate abstractbeforeafterrule java at org apache lucene tests util testrulemarkfailure evaluate testrulemarkfailure java at org apache lucene tests util testruleignoreaftermaxfailures evaluate testruleignoreaftermaxfailures java at org apache lucene tests util testruleignoretestsuites evaluate testruleignoretestsuites java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting threadleakcontrol statementrunner run threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol lambda forktimeoutingtask threadleakcontrol java at java lang thread run thread java caused by java lang assertionerror field doesn t have length expected but was at org hamcrest matcherassert assertthat matcherassert java at org junit assert assertthat assert java at org elasticsearch test rest yaml section lengthassertion doassert lengthassertion java at org elasticsearch test rest yaml section assertion execute assertion java at org elasticsearch test rest yaml esclientyamlsuitetestcase executesection esclientyamlsuitetestcase java at org elasticsearch test rest yaml esclientyamlsuitetestcase test esclientyamlsuitetestcase java at jdk internal reflect invoke null at jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at com carrotsearch randomizedtesting randomizedrunner invoke randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene tests util testrulesetupteardownchained evaluate testrulesetupteardownchained java at org apache lucene tests util abstractbeforeafterrule evaluate abstractbeforeafterrule java at org apache lucene tests util testrulethreadandtestname evaluate testrulethreadandtestname java at org apache lucene tests util testruleignoreaftermaxfailures evaluate testruleignoreaftermaxfailures java at org apache lucene tests util testrulemarkfailure evaluate testrulemarkfailure java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting threadleakcontrol statementrunner run threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol forktimeoutingtask threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol evaluate threadleakcontrol java at com carrotsearch randomizedtesting randomizedrunner runsingletest randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at com carrotsearch randomizedtesting randomizedrunner evaluate randomizedrunner java at org apache lucene tests util abstractbeforeafterrule evaluate abstractbeforeafterrule java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene tests util testrulestoreclassname evaluate testrulestoreclassname java at com carrotsearch randomizedtesting rules noshadowingoroverridesonmethodsrule evaluate noshadowingoroverridesonmethodsrule java at com carrotsearch randomizedtesting rules noshadowingoroverridesonmethodsrule evaluate noshadowingoroverridesonmethodsrule java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at org apache lucene tests util testruleassertionsrequired evaluate testruleassertionsrequired java at org apache lucene tests util abstractbeforeafterrule evaluate abstractbeforeafterrule java at org apache lucene tests util testrulemarkfailure evaluate testrulemarkfailure java at org apache lucene tests util testruleignoreaftermaxfailures evaluate testruleignoreaftermaxfailures java at org apache lucene tests util testruleignoretestsuites evaluate testruleignoretestsuites java at com carrotsearch randomizedtesting rules statementadapter evaluate statementadapter java at com carrotsearch randomizedtesting threadleakcontrol statementrunner run threadleakcontrol java at com carrotsearch randomizedtesting threadleakcontrol lambda forktimeoutingtask threadleakcontrol java at java lang thread run thread java
0
202,898
23,123,045,291
IssuesEvent
2022-07-28 00:40:26
CMSgov/cms-carts-seds
https://api.github.com/repos/CMSgov/cms-carts-seds
closed
SHF - cms-carts-seds - main - LOW - Amazon S3 Block Public Access was disabled for S3 bucket carts-frontend-dev-duplicates.
security-hub main
************************************************************** __This issue was generated from Security Hub data and is managed through automation.__ Please do not edit the title or body of this issue, or remove the security-hub tag. All other edits/comments are welcome. Finding Id: arn:aws:guardduty:us-east-1:519095364708:detector/54bfa053f46be628d30bcddb4526fc03/finding/56c0e9ea639e4f249f1db473465c8c89 ************************************************************** ## Type of Issue: - [x] Security Hub Finding ## Title: Amazon S3 Block Public Access was disabled for S3 bucket carts-frontend-dev-duplicates. ## Id: arn:aws:guardduty:us-east-1:519095364708:detector/54bfa053f46be628d30bcddb4526fc03/finding/56c0e9ea639e4f249f1db473465c8c89 (You may use this ID to lookup this finding's details in Security Hub) ## Description Amazon S3 Block Public Access was disabled for S3 bucket carts-frontend-dev-duplicates by github-actions-oidc-role-GitHubActionsServiceRole-13A559HHLRAZQ calling DeleteBucketPublicAccessBlock. If this behavior is not expected, it may indicate a configuration mistake or that your credentials are compromised. ## Remediation undefined ## AC: - The security hub finding is resolved or suppressed, indicated by a Workflow Status of Resolved or Suppressed.
True
SHF - cms-carts-seds - main - LOW - Amazon S3 Block Public Access was disabled for S3 bucket carts-frontend-dev-duplicates. - ************************************************************** __This issue was generated from Security Hub data and is managed through automation.__ Please do not edit the title or body of this issue, or remove the security-hub tag. All other edits/comments are welcome. Finding Id: arn:aws:guardduty:us-east-1:519095364708:detector/54bfa053f46be628d30bcddb4526fc03/finding/56c0e9ea639e4f249f1db473465c8c89 ************************************************************** ## Type of Issue: - [x] Security Hub Finding ## Title: Amazon S3 Block Public Access was disabled for S3 bucket carts-frontend-dev-duplicates. ## Id: arn:aws:guardduty:us-east-1:519095364708:detector/54bfa053f46be628d30bcddb4526fc03/finding/56c0e9ea639e4f249f1db473465c8c89 (You may use this ID to lookup this finding's details in Security Hub) ## Description Amazon S3 Block Public Access was disabled for S3 bucket carts-frontend-dev-duplicates by github-actions-oidc-role-GitHubActionsServiceRole-13A559HHLRAZQ calling DeleteBucketPublicAccessBlock. If this behavior is not expected, it may indicate a configuration mistake or that your credentials are compromised. ## Remediation undefined ## AC: - The security hub finding is resolved or suppressed, indicated by a Workflow Status of Resolved or Suppressed.
non_defect
shf cms carts seds main low amazon block public access was disabled for bucket carts frontend dev duplicates this issue was generated from security hub data and is managed through automation please do not edit the title or body of this issue or remove the security hub tag all other edits comments are welcome finding id arn aws guardduty us east detector finding type of issue security hub finding title amazon block public access was disabled for bucket carts frontend dev duplicates id arn aws guardduty us east detector finding you may use this id to lookup this finding s details in security hub description amazon block public access was disabled for bucket carts frontend dev duplicates by github actions oidc role githubactionsservicerole calling deletebucketpublicaccessblock if this behavior is not expected it may indicate a configuration mistake or that your credentials are compromised remediation undefined ac the security hub finding is resolved or suppressed indicated by a workflow status of resolved or suppressed
0
11,540
9,247,756,621
IssuesEvent
2019-03-15 02:22:24
APSIMInitiative/ApsimX
https://api.github.com/repos/APSIMInitiative/ApsimX
closed
CLEM Add basic pivot table for interacting with ResourceLedgers.
interface/infrastructure newfeature
A new feature for CLEM, designed to make pivoting data in ledgers easier.
1.0
CLEM Add basic pivot table for interacting with ResourceLedgers. - A new feature for CLEM, designed to make pivoting data in ledgers easier.
non_defect
clem add basic pivot table for interacting with resourceledgers a new feature for clem designed to make pivoting data in ledgers easier
0
559,041
16,548,661,377
IssuesEvent
2021-05-28 05:20:10
wttech/cogboard
https://api.github.com/repos/wttech/cogboard
closed
Scroll on non-expandable text widget with no title not working
bug low priority
### Description When text widget has non-expandable content, and no Title, then scrolling is impossible. Text is being cut. Fix should be implemented to add scroll in this case. <img width="231" alt="2020-10-23_13h31_58" src="https://user-images.githubusercontent.com/40600031/96998665-251be580-1534-11eb-88af-4396d5246ac3.png">
1.0
Scroll on non-expandable text widget with no title not working - ### Description When text widget has non-expandable content, and no Title, then scrolling is impossible. Text is being cut. Fix should be implemented to add scroll in this case. <img width="231" alt="2020-10-23_13h31_58" src="https://user-images.githubusercontent.com/40600031/96998665-251be580-1534-11eb-88af-4396d5246ac3.png">
non_defect
scroll on non expandable text widget with no title not working description when text widget has non expandable content and no title then scrolling is impossible text is being cut fix should be implemented to add scroll in this case img width alt src
0
10,017
2,618,930,996
IssuesEvent
2015-03-03 00:00:16
chrsmith/open-ig
https://api.github.com/repos/chrsmith/open-ig
closed
Teljesképernyő módban nem "teljes" a képernyő
auto-migrated Component-UI OpSys-Linux Priority-Medium Type-Defect
``` Game version: 0.95.116 Operating System: Ubuntu 12.04.1 LTS 32 bit Java runtime version: 1.7.0_09 Installed using the Launcher? yes Game language (en, hu, de): hu What steps will reproduce the problem? 1. Játék indításnál a teljesképernyős módot kell kiválasztani What is the expected output? What do you see instead? Látszódik a global menubar, és a gyorsindító "tálca". Hiába próbálok ablakváltással bele kattintani, vagy asztalt váltani (ezek néha működnek), de nem segít. ``` Original issue reported on code.google.com by `szikes.a...@gmail.com` on 2 Dec 2012 at 8:05 Attachments: * [Screenshot from 2012-12-02 20:52:56.png](https://storage.googleapis.com/google-code-attachments/open-ig/issue-693/comment-0/Screenshot from 2012-12-02 20:52:56.png)
1.0
Teljesképernyő módban nem "teljes" a képernyő - ``` Game version: 0.95.116 Operating System: Ubuntu 12.04.1 LTS 32 bit Java runtime version: 1.7.0_09 Installed using the Launcher? yes Game language (en, hu, de): hu What steps will reproduce the problem? 1. Játék indításnál a teljesképernyős módot kell kiválasztani What is the expected output? What do you see instead? Látszódik a global menubar, és a gyorsindító "tálca". Hiába próbálok ablakváltással bele kattintani, vagy asztalt váltani (ezek néha működnek), de nem segít. ``` Original issue reported on code.google.com by `szikes.a...@gmail.com` on 2 Dec 2012 at 8:05 Attachments: * [Screenshot from 2012-12-02 20:52:56.png](https://storage.googleapis.com/google-code-attachments/open-ig/issue-693/comment-0/Screenshot from 2012-12-02 20:52:56.png)
defect
teljesképernyő módban nem teljes a képernyő game version operating system ubuntu lts bit java runtime version installed using the launcher yes game language en hu de hu what steps will reproduce the problem játék indításnál a teljesképernyős módot kell kiválasztani what is the expected output what do you see instead látszódik a global menubar és a gyorsindító tálca hiába próbálok ablakváltással bele kattintani vagy asztalt váltani ezek néha működnek de nem segít original issue reported on code google com by szikes a gmail com on dec at attachments from png
1
723,309
24,892,194,235
IssuesEvent
2022-10-28 13:00:00
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
outlook.live.com - see bug description
browser-firefox priority-critical os-mac engine-gecko trend-login
<!-- @browser: Firefox 106.0 --> <!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:106.0) Gecko/20100101 Firefox/106.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/112979 --> **URL**: https://outlook.live.com/mail **Browser / Version**: Firefox 106.0 **Operating System**: Mac OS X 10.15 **Tested Another Browser**: Yes Chrome **Problem type**: Something else **Description**: Starting with this upgrade, I can no longer log into Outlook webmail. The error is: "Server Error in '/' Application." How do I downgrade? Need my webmail!! **Steps to Reproduce**: I am currently only using Firefox on this computer to access Outlook webmail. Has always worked OK. Left webmail connected before retiring for the evening. Found Firefox message about upgrade when returning to my computer this morning. Tried to login to Outlook, and the error occurs. Have tried troubleshooting, but no luck. <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2022/10/7c89ac19-eade-40ca-af58-4e4e5ac89929.jpg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
outlook.live.com - see bug description - <!-- @browser: Firefox 106.0 --> <!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:106.0) Gecko/20100101 Firefox/106.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/112979 --> **URL**: https://outlook.live.com/mail **Browser / Version**: Firefox 106.0 **Operating System**: Mac OS X 10.15 **Tested Another Browser**: Yes Chrome **Problem type**: Something else **Description**: Starting with this upgrade, I can no longer log into Outlook webmail. The error is: "Server Error in '/' Application." How do I downgrade? Need my webmail!! **Steps to Reproduce**: I am currently only using Firefox on this computer to access Outlook webmail. Has always worked OK. Left webmail connected before retiring for the evening. Found Firefox message about upgrade when returning to my computer this morning. Tried to login to Outlook, and the error occurs. Have tried troubleshooting, but no luck. <details> <summary>View the screenshot</summary> <img alt="Screenshot" src="https://webcompat.com/uploads/2022/10/7c89ac19-eade-40ca-af58-4e4e5ac89929.jpg"> </details> <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_defect
outlook live com see bug description url browser version firefox operating system mac os x tested another browser yes chrome problem type something else description starting with this upgrade i can no longer log into outlook webmail the error is server error in application how do i downgrade need my webmail steps to reproduce i am currently only using firefox on this computer to access outlook webmail has always worked ok left webmail connected before retiring for the evening found firefox message about upgrade when returning to my computer this morning tried to login to outlook and the error occurs have tried troubleshooting but no luck view the screenshot img alt screenshot src browser configuration none from with ❤️
0
300,781
25,993,965,203
IssuesEvent
2022-12-20 10:01:40
stianst/playground
https://api.github.com/repos/stianst/playground
closed
Flaky test: playground.stianst.github.io.MyVeryFlakyTest#flaky
flaky-test kind/bug area/ci
## playground.stianst.github.io.MyVeryFlakyTest#flaky https://github.com/stianst/playground/actions/runs/3738362945 ### Errors ``` java.lang.AssertionError at playground.stianst.github.io.MyVeryFlakyTest.flaky(MyVeryFlakyTest.java:15) ``` ``` java.lang.AssertionError at playground.stianst.github.io.MyVeryFlakyTest.flaky(MyVeryFlakyTest.java:15) ``` ``` java.lang.AssertionError at playground.stianst.github.io.MyVeryFlakyTest.flaky(MyVeryFlakyTest.java:15) ``` ``` java.lang.AssertionError at playground.stianst.github.io.MyVeryFlakyTest.flaky(MyVeryFlakyTest.java:15) ``` ``` java.lang.AssertionError at playground.stianst.github.io.MyVeryFlakyTest.flaky(MyVeryFlakyTest.java:15) ``` ``` java.lang.AssertionError at playground.stianst.github.io.MyVeryFlakyTest.flaky(MyVeryFlakyTest.java:15) ```
1.0
Flaky test: playground.stianst.github.io.MyVeryFlakyTest#flaky - ## playground.stianst.github.io.MyVeryFlakyTest#flaky https://github.com/stianst/playground/actions/runs/3738362945 ### Errors ``` java.lang.AssertionError at playground.stianst.github.io.MyVeryFlakyTest.flaky(MyVeryFlakyTest.java:15) ``` ``` java.lang.AssertionError at playground.stianst.github.io.MyVeryFlakyTest.flaky(MyVeryFlakyTest.java:15) ``` ``` java.lang.AssertionError at playground.stianst.github.io.MyVeryFlakyTest.flaky(MyVeryFlakyTest.java:15) ``` ``` java.lang.AssertionError at playground.stianst.github.io.MyVeryFlakyTest.flaky(MyVeryFlakyTest.java:15) ``` ``` java.lang.AssertionError at playground.stianst.github.io.MyVeryFlakyTest.flaky(MyVeryFlakyTest.java:15) ``` ``` java.lang.AssertionError at playground.stianst.github.io.MyVeryFlakyTest.flaky(MyVeryFlakyTest.java:15) ```
non_defect
flaky test playground stianst github io myveryflakytest flaky playground stianst github io myveryflakytest flaky errors java lang assertionerror at playground stianst github io myveryflakytest flaky myveryflakytest java java lang assertionerror at playground stianst github io myveryflakytest flaky myveryflakytest java java lang assertionerror at playground stianst github io myveryflakytest flaky myveryflakytest java java lang assertionerror at playground stianst github io myveryflakytest flaky myveryflakytest java java lang assertionerror at playground stianst github io myveryflakytest flaky myveryflakytest java java lang assertionerror at playground stianst github io myveryflakytest flaky myveryflakytest java
0
26,758
13,101,080,816
IssuesEvent
2020-08-04 02:36:27
FusionAuth/fusionauth-issues
https://api.github.com/repos/FusionAuth/fusionauth-issues
closed
Performance issue with recent login query on MySQL
performance
## Performance issue with recent login query ### Description Upon login to the FusionAuth admin UI, the dashboard includes recent logins. The performance of this query can be quite slow if you have 3-4M + login records. I have noticed this performance issue particularly with MySQL. ### Solution After optimizing the query, the query goes from ~90s to sub 1ms. PostgreSQL is seemingly optimizing the query automatically, when testing with ~25M login records with PostgreSQL completes the existing query in under 1ms.
True
Performance issue with recent login query on MySQL - ## Performance issue with recent login query ### Description Upon login to the FusionAuth admin UI, the dashboard includes recent logins. The performance of this query can be quite slow if you have 3-4M + login records. I have noticed this performance issue particularly with MySQL. ### Solution After optimizing the query, the query goes from ~90s to sub 1ms. PostgreSQL is seemingly optimizing the query automatically, when testing with ~25M login records with PostgreSQL completes the existing query in under 1ms.
non_defect
performance issue with recent login query on mysql performance issue with recent login query description upon login to the fusionauth admin ui the dashboard includes recent logins the performance of this query can be quite slow if you have login records i have noticed this performance issue particularly with mysql solution after optimizing the query the query goes from to sub postgresql is seemingly optimizing the query automatically when testing with login records with postgresql completes the existing query in under
0
275,311
30,226,357,004
IssuesEvent
2023-07-06 01:04:53
billmcchesney1/node-jose
https://api.github.com/repos/billmcchesney1/node-jose
opened
CVE-2022-25883 (Medium) detected in semver-5.7.1.tgz
Mend: dependency security vulnerability
## CVE-2022-25883 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>semver-5.7.1.tgz</b></p></summary> <p>The semantic version parser used by npm.</p> <p>Library home page: <a href="https://registry.npmjs.org/semver/-/semver-5.7.1.tgz">https://registry.npmjs.org/semver/-/semver-5.7.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/semver/package.json</p> <p> Dependency Hierarchy: - browserify-istanbul-3.0.1.tgz (Root Library) - istanbul-lib-instrument-1.10.2.tgz - :x: **semver-5.7.1.tgz** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> Versions of the package semver before 7.5.2 are vulnerable to Regular Expression Denial of Service (ReDoS) via the function new Range, when untrusted user data is provided as a range. <p>Publish Date: 2023-06-21 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-25883>CVE-2022-25883</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Release Date: 2023-06-21</p> <p>Fix Resolution: semver - 7.5.2</p> </p> </details> <p></p>
True
CVE-2022-25883 (Medium) detected in semver-5.7.1.tgz - ## CVE-2022-25883 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>semver-5.7.1.tgz</b></p></summary> <p>The semantic version parser used by npm.</p> <p>Library home page: <a href="https://registry.npmjs.org/semver/-/semver-5.7.1.tgz">https://registry.npmjs.org/semver/-/semver-5.7.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/semver/package.json</p> <p> Dependency Hierarchy: - browserify-istanbul-3.0.1.tgz (Root Library) - istanbul-lib-instrument-1.10.2.tgz - :x: **semver-5.7.1.tgz** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> Versions of the package semver before 7.5.2 are vulnerable to Regular Expression Denial of Service (ReDoS) via the function new Range, when untrusted user data is provided as a range. <p>Publish Date: 2023-06-21 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-25883>CVE-2022-25883</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Release Date: 2023-06-21</p> <p>Fix Resolution: semver - 7.5.2</p> </p> </details> <p></p>
non_defect
cve medium detected in semver tgz cve medium severity vulnerability vulnerable library semver tgz the semantic version parser used by npm library home page a href path to dependency file package json path to vulnerable library node modules semver package json dependency hierarchy browserify istanbul tgz root library istanbul lib instrument tgz x semver tgz vulnerable library found in base branch master vulnerability details versions of the package semver before are vulnerable to regular expression denial of service redos via the function new range when untrusted user data is provided as a range publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact low for more information on scores click a href suggested fix type upgrade version release date fix resolution semver
0
3,176
2,607,986,919
IssuesEvent
2015-02-26 00:52:08
chrsmithdemos/zen-coding
https://api.github.com/repos/chrsmithdemos/zen-coding
opened
Zen condign not work in Dreamweaver CS5.5
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? How do I install the zencoding in dreamweaver CS5.5 for adobe after upgraded to version 6 install'm not getting any more zen coding versions atenriores there any way I can achieve this? What is the expected output? What do you see instead? What version of the product are you using? On what operating system? CS 5.5 windows 7 64bits Please provide any additional information below. I would have to work even though in earlier versions ``` ----- Original issue reported on code.google.com by `baraunal...@gmail.com` on 27 Oct 2012 at 3:51
1.0
Zen condign not work in Dreamweaver CS5.5 - ``` What steps will reproduce the problem? How do I install the zencoding in dreamweaver CS5.5 for adobe after upgraded to version 6 install'm not getting any more zen coding versions atenriores there any way I can achieve this? What is the expected output? What do you see instead? What version of the product are you using? On what operating system? CS 5.5 windows 7 64bits Please provide any additional information below. I would have to work even though in earlier versions ``` ----- Original issue reported on code.google.com by `baraunal...@gmail.com` on 27 Oct 2012 at 3:51
defect
zen condign not work in dreamweaver what steps will reproduce the problem how do i install the zencoding in dreamweaver for adobe after upgraded to version install m not getting any more zen coding versions atenriores there any way i can achieve this what is the expected output what do you see instead what version of the product are you using on what operating system cs windows please provide any additional information below i would have to work even though in earlier versions original issue reported on code google com by baraunal gmail com on oct at
1
385,012
26,612,149,772
IssuesEvent
2023-01-24 01:38:43
makubacki/mu_devops
https://api.github.com/repos/makubacki/mu_devops
closed
[Documentation]: Could use a state diagram for Abc feature
state:needs-triage state:needs-owner type:documentation
### Request Description N/A - TEST ### Are you going to make the change? Someone else needs to make the change ### Anything else? _No response_
1.0
[Documentation]: Could use a state diagram for Abc feature - ### Request Description N/A - TEST ### Are you going to make the change? Someone else needs to make the change ### Anything else? _No response_
non_defect
could use a state diagram for abc feature request description n a test are you going to make the change someone else needs to make the change anything else no response
0
26,296
4,676,043,953
IssuesEvent
2016-10-07 10:12:41
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
Is operator inaccuracy
defect
### Expected Both string and bool are of type object ### Actual ```js true is object // returns false "string" is object // returns false ``` ### Steps To Reproduce [Deck](http://deck.net/ccb8ad6b47fb43ba844edec2922951a7) ```cs public class Program { public static void Main() { // should be true Console.WriteLine(true is object); // should be true Console.WriteLine("string" is object); } } ``` Output: ``` false false ```
1.0
Is operator inaccuracy - ### Expected Both string and bool are of type object ### Actual ```js true is object // returns false "string" is object // returns false ``` ### Steps To Reproduce [Deck](http://deck.net/ccb8ad6b47fb43ba844edec2922951a7) ```cs public class Program { public static void Main() { // should be true Console.WriteLine(true is object); // should be true Console.WriteLine("string" is object); } } ``` Output: ``` false false ```
defect
is operator inaccuracy expected both string and bool are of type object actual js true is object returns false string is object returns false steps to reproduce cs public class program public static void main should be true console writeline true is object should be true console writeline string is object output false false
1
37,715
8,486,085,363
IssuesEvent
2018-10-26 09:46:26
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Unnecessary alias generation in parser for derived tables
C: Functionality E: All Editions P: Medium T: Defect
In a benchmark that parses derived tables like this: ```java public static void main(String[] args) throws Exception { System.out.println("Ready?"); System.in.read(); System.in.read(); DSLContext ctx = DSL.using(SQLDialect.H2); Parser parser = ctx.parser(); for (int i = 0; i < 10000000; i++) { parser.parseResultQuery("select 1 a, 2 b, 3 c from (select 1 a, 2 b, 3 c union select 2 a, 1 b, 3 c) t where a in (1, 2) --" + i); } System.out.println("Finished?"); System.in.read(); System.in.read(); } ``` It can be seen that despite the derived table being aliased in the SQL statement, an intermediate alias is generated as well, which is unnecessary: ![image](https://user-images.githubusercontent.com/734593/47557470-0668c100-d911-11e8-83fd-dc1d107015b6.png) This profiling session exposes a more severe and more general problem: That of slow hash code generation of queryparts, which will be dealt with in a separate issue: #7981
1.0
Unnecessary alias generation in parser for derived tables - In a benchmark that parses derived tables like this: ```java public static void main(String[] args) throws Exception { System.out.println("Ready?"); System.in.read(); System.in.read(); DSLContext ctx = DSL.using(SQLDialect.H2); Parser parser = ctx.parser(); for (int i = 0; i < 10000000; i++) { parser.parseResultQuery("select 1 a, 2 b, 3 c from (select 1 a, 2 b, 3 c union select 2 a, 1 b, 3 c) t where a in (1, 2) --" + i); } System.out.println("Finished?"); System.in.read(); System.in.read(); } ``` It can be seen that despite the derived table being aliased in the SQL statement, an intermediate alias is generated as well, which is unnecessary: ![image](https://user-images.githubusercontent.com/734593/47557470-0668c100-d911-11e8-83fd-dc1d107015b6.png) This profiling session exposes a more severe and more general problem: That of slow hash code generation of queryparts, which will be dealt with in a separate issue: #7981
defect
unnecessary alias generation in parser for derived tables in a benchmark that parses derived tables like this java public static void main string args throws exception system out println ready system in read system in read dslcontext ctx dsl using sqldialect parser parser ctx parser for int i i i parser parseresultquery select a b c from select a b c union select a b c t where a in i system out println finished system in read system in read it can be seen that despite the derived table being aliased in the sql statement an intermediate alias is generated as well which is unnecessary this profiling session exposes a more severe and more general problem that of slow hash code generation of queryparts which will be dealt with in a separate issue
1