text1
stringlengths 0
536k
| text2
stringlengths 0
536k
| label
int64 0
1
|
---|---|---|
<p dir="auto">There are two copes of <code class="notranslate">Biobuf</code> in the compiler, <code class="notranslate">cmd/internal/obj/util.go</code> and <code class="notranslate">cmd/internal/ld/util.go</code>. Both are in various stages of decomposition, for example <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/golang/go/commit/05d53165cebf7c31c4b4c2c818650b2efceefbeb/hovercard" href="https://github.com/golang/go/commit/05d53165cebf7c31c4b4c2c818650b2efceefbeb"><tt>05d5316</tt></a> was applied to the latter, but not the former. The former has sort of had <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/golang/go/commit/05d53165cebf7c31c4b4c2c818650b2efceefbeb/hovercard" href="https://github.com/golang/go/commit/05d53165cebf7c31c4b4c2c818650b2efceefbeb"><tt>05d5316</tt></a> applied accidentally, and now <code class="notranslate">Bungetc</code> is inconsistent, some methods check the unget buffer, others do not.</p>
<ul dir="auto">
<li>If there must be a wrapper around <code class="notranslate">bufio.Buffer</code>, then there should be at most one in the compiler.</li>
<li>Preferably we should be using <code class="notranslate">bufio.Buffer</code> directly everywhere.</li>
</ul>
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rsc/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rsc">@rsc</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/robpike/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/robpike">@robpike</a> thoughts ?</p> | <p dir="auto">by <strong>james.fang.cn</strong>:</p>
<pre class="notranslate">What does 'go version' print?
go version go1.2.1 linux/amd64
What steps reproduce the problem?
If possible, include a link to a program on play.golang.org.
see attachment program.
What happened?
1)length of buffer is 2 instead of 1
2)binary.Read panic with
panic: reflect: reflect.Value.SetInt using value obtained using unexported field
What should have happened instead?
skip lower-case field of struct, encoded buffer length is 1,
no panic when decode.
Please provide any additional information below.
maybe the following conditions in binary.go not quite right?
if v := v.Field(i); v.CanSet() || t.Field(i).Name != "_" {
v.CanSet will be false for lower-case field, but name is not "_", so it's not
skipped.</pre>
<p dir="auto">Attachments:</p>
<ol dir="auto">
<li><a href="https://storage.googleapis.com/go-attachment/8315/0/encoding_binary_bug.go" rel="nofollow">encoding_binary_bug.go</a> (326 bytes)</li>
</ol> | 0 |
<p dir="auto">Using tooltips on buttons inside a btn-group will make the buttons to the right of the mouse-over move slightly to the right.</p>
<p dir="auto">Mouse over "First" & "Second" and see the buttons shift over a little.<br>
<a href="http://jsfiddle.net/MgcDU/2749/" rel="nofollow">http://jsfiddle.net/MgcDU/2749/</a></p> | <p dir="auto"><a href="http://jsfiddle.net/JEBdk/5/" rel="nofollow">http://jsfiddle.net/JEBdk/5/</a></p>
<p dir="auto">tooltip or popover on btn-group. the btn-group is not display correctly!<br>
the last btn have not round corners and between the btn's is a space.</p>
<p dir="auto">my suggestion, by generating the tip or popover on the end of document .</p> | 1 |
<p dir="auto"><a href="https://app.circleci.com/jobs/github/pytorch/pytorch/3958244" rel="nofollow">https://app.circleci.com/jobs/github/pytorch/pytorch/3958244</a><br>
<a href="https://app.circleci.com/jobs/github/pytorch/pytorch/3958086" rel="nofollow">https://app.circleci.com/jobs/github/pytorch/pytorch/3958086</a></p>
<p dir="auto">cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ezyang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ezyang">@ezyang</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/gchanan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/gchanan">@gchanan</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/zou3519/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/zou3519">@zou3519</a></p> | <p dir="auto"><a href="https://app.circleci.com/jobs/github/pytorch/pytorch/3876399" rel="nofollow">https://app.circleci.com/jobs/github/pytorch/pytorch/3876399</a><br>
<a href="https://app.circleci.com/jobs/github/pytorch/pytorch/3865899" rel="nofollow">https://app.circleci.com/jobs/github/pytorch/pytorch/3865899</a><br>
<a href="https://app.circleci.com/jobs/github/pytorch/pytorch/3872182" rel="nofollow">https://app.circleci.com/jobs/github/pytorch/pytorch/3872182</a></p>
<p dir="auto">cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ezyang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ezyang">@ezyang</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/gchanan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/gchanan">@gchanan</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/zou3519/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/zou3519">@zou3519</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vincentqb/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vincentqb">@vincentqb</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vishwakftw/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vishwakftw">@vishwakftw</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jianyuh/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jianyuh">@jianyuh</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nikitaved/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nikitaved">@nikitaved</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/pearu/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/pearu">@pearu</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mruberry/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mruberry">@mruberry</a></p> | 1 |
<h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: v1.34.1</li>
<li>Operating System: Windows 11</li>
<li>Browser: -</li>
<li>Other info:
<ul dir="auto">
<li>VS Code: 1.78.2</li>
<li>Playwright Test for VSCode: 1.0.11</li>
</ul>
</li>
</ul>
<h3 dir="auto">Source code</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I provided exact source code that allows reproducing the issue locally.</li>
</ul>
<p dir="auto"><strong>Link to the GitHub repository with the repro</strong></p>
<p dir="auto"><a href="https://github.com/rothsandro/repro.playwright-vscode">https://github.com/rothsandro/repro.playwright-vscode</a></p>
<p dir="auto"><strong>Steps</strong></p>
<ol dir="auto">
<li>Create a new folder and run <code class="notranslate">npm init -y</code></li>
<li>Run <code class="notranslate">npm init playwright@latest</code> and accept all default values</li>
<li>Open the folder in VS Code</li>
<li>Install <em>Playwright Test for VSCode</em> extension</li>
<li>Open the Playwright panel to see all tests</li>
</ol>
<p dir="auto"><strong>Expected</strong></p>
<p dir="auto">The extension should show the example test.</p>
<p dir="auto"><strong>Actual</strong></p>
<ul dir="auto">
<li>No tests are shown</li>
<li>A toast "Please install Playwright Test ..." is shown</li>
</ul>
<p dir="auto">The problem only occurs with the latest version 1.34.1 of Playwright.<br>
It works when installing the previous version 1.34.0</p> | <h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: v1.32.3</li>
<li>Operating System: macOS 12.6.5</li>
<li>Browser: WebKit</li>
<li>Other info:<br>
The problem was <a href="https://github.com/divdavem/kassette-playground/actions/runs/4746132010/jobs/8429369845">also happening on Windows</a> (with WebKit) with version 1.31.0 of Playwright. This seems to have been fixed in the latest version of Playwright.<br>
Here is another issue similar to this one: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1025291055" data-permission-text="Title is private" data-url="https://github.com/microsoft/playwright/issues/9466" data-hovercard-type="issue" data-hovercard-url="/microsoft/playwright/issues/9466/hovercard" href="https://github.com/microsoft/playwright/issues/9466">#9466</a></li>
</ul>
<h3 dir="auto">Source code</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I provided exact source code that allows reproducing the issue locally.</li>
</ul>
<p dir="auto"><strong>Link to the GitHub repository with the repro</strong></p>
<p dir="auto"><a href="https://github.com/divdavem/kassette-playground">https://github.com/divdavem/kassette-playground</a></p>
<p dir="auto"><strong>Steps</strong></p>
<p dir="auto">Clone repository:</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="git clone https://github.com/divdavem/kassette-playground
cd kassette-playground"><pre class="notranslate">git clone https://github.com/divdavem/kassette-playground
<span class="pl-c1">cd</span> kassette-playground</pre></div>
<p dir="auto">Install dependencies</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="npm install"><pre class="notranslate">npm install</pre></div>
<p dir="auto">Run tests with proxy</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="npm run test:proxy"><pre class="notranslate">npm run test:proxy</pre></div>
<p dir="auto">The proxy used in this scenario is <a href="https://github.com/AmadeusITGroup/kassette">kassette</a>. It plays the role of a man-in-the-middle, it provides a certificate generated on the fly that is not signed by a recognized certificate authority. However, as <a href="https://github.com/divdavem/kassette-playground/blob/7ef4eb75a68bcd5ca849ede359c7701639da1205/playwright.config.js#L16">the test uses <code class="notranslate">ignoreHTTPSErrors</code></a>, this https error should be ignored.</p>
<p dir="auto"><strong>Expected</strong></p>
<p dir="auto">Tests succeed in all browsers on all platforms.</p>
<p dir="auto"><strong>Actual</strong></p>
<p dir="auto">Tests only fail with Webkit on MacOS, cf <a href="https://github.com/divdavem/kassette-playground/actions/runs/4746132013/jobs/8429369666">the logs on GitHub CI</a></p>
<p dir="auto">In the trace viewer, it is possible to see the following message: <code class="notranslate">An SSL error has occurred and a secure connection to the server cannot be made</code>.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1152706/233147801-51febb3c-6ec2-49d7-9365-19d5d6538e4a.png"><img src="https://user-images.githubusercontent.com/1152706/233147801-51febb3c-6ec2-49d7-9365-19d5d6538e4a.png" alt="image" style="max-width: 100%;"></a></p> | 0 |
<table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>no</td>
</tr>
<tr>
<td>Feature request?</td>
<td>no</td>
</tr>
<tr>
<td>BC Break report?</td>
<td>no</td>
</tr>
<tr>
<td>RFC?</td>
<td>no</td>
</tr>
<tr>
<td>Documentation request?</td>
<td>yes</td>
</tr>
<tr>
<td>Symfony version</td>
<td>3.4+</td>
</tr>
</tbody>
</table>
<p dir="auto">In last weeks I noticed that default logger behavior is confusing.</p>
<p dir="auto">Test kernel setup results in additional (usually unwanted) console output with phpunit, etc.</p>
<p dir="auto">Questions about it are pretty common on symfony slack channel, usually there is someone "who knows", but it shouldn't be like that.</p>
<p dir="auto">And it's not easy to find out how to change it. Currently, the best description I found is <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/dunglas/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dunglas">@dunglas</a> <a href="https://symfony.com/blog/new-in-symfony-3-4-minimalist-psr-3-logger#comment-21662" rel="nofollow">comment</a> under a blogpost.</p>
<p dir="auto">Console component docs was improved in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="18804640" data-permission-text="Title is private" data-url="https://github.com/symfony/symfony/issues/8896" data-hovercard-type="pull_request" data-hovercard-url="/symfony/symfony/pull/8896/hovercard" href="https://github.com/symfony/symfony/pull/8896">#8896</a>, but we still miss (I think so) documentation for minimalistic logger and something in testing section that could tell the others how it behaves and how to change it. Some recommendations here would be great.</p>
<p dir="auto">I would love to help, but first: how do you see it?</p> | <table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>yes</td>
</tr>
<tr>
<td>Feature request?</td>
<td>no</td>
</tr>
<tr>
<td>BC Break report?</td>
<td>yes</td>
</tr>
<tr>
<td>RFC?</td>
<td>no</td>
</tr>
<tr>
<td>Symfony version</td>
<td>3.4</td>
</tr>
</tbody>
</table>
<p dir="auto">When using a kernel, booting it and fully running it, logging is now on by default and outputting everything on your console. This means that in every kernel I define, I'll have to add the following line of configuration:</p>
<div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$container->register(NullLogger::class)->setDecoratedService('logger');"><pre class="notranslate"><span class="pl-s1"><span class="pl-c1">$</span>container</span>-><span class="pl-en">register</span>(<span class="pl-v">NullLogger</span>::class)-><span class="pl-en">setDecoratedService</span>(<span class="pl-s">'logger'</span>);</pre></div>
<p dir="auto">This issue is quite annoying as it garbles up the entire phpunit output, even when tests succeed. While I can understand that it might be nice for console apps to display this by default, I'm not interested in output like this when running tests (and nothing goes wrong).</p> | 1 |
<p dir="auto">Not able to recognize the Future and List s in a specific file in my flutter application.</p>
<p dir="auto">This change occurred after I upgraded flutter to the latest version, master channel. Tried <code class="notranslate">flutter clean</code> and also tried <code class="notranslate">pub cache repair</code>. Thought it was something related to my editor. Switched to Android studio and experiencing the same error. Even <code class="notranslate">flutter run</code> isn't running anymore.</p>
<p dir="auto">There's another file with the exact same code but different DB name and that is working just fine.</p>
<p dir="auto">Any help is appreciated. Thank you.</p>
<p dir="auto"><code class="notranslate">flutter doctor -v</code></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[✓] Flutter (Channel master, v0.11.5-pre.40, on Linux, locale en_US.UTF-8)
• Flutter version 0.11.5-pre.40 at /opt/flutter
• Framework revision e8e1ae8f53 (22 minutes ago), 2018-11-13 19:55:15 -0800
• Engine revision 4959b71d6a
• Dart version 2.1.0 (build 2.1.0-dev.9.4 9c07fb64c4)
[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3)
• Android SDK at /root/Android/Sdk
• Android NDK at /root/Android/Sdk/ndk-bundle
• Platform android-27, build-tools 27.0.3
• Java binary at: /opt/android-studio/jre/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-915-b01)
• All Android licenses accepted.
[✓] Android Studio (version 3.0)
• Android Studio at /opt/android-studio
• Flutter plugin version 23.2.1
• Dart plugin version 171.4424
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-915-b01)
[✓] VS Code (version 1.28.2)
• VS Code at /usr/share/code
• Flutter extension version 2.20.0
[!] Connected device
! No devices available
! Doctor found issues in 1 category.
"><pre class="notranslate"><code class="notranslate">[✓] Flutter (Channel master, v0.11.5-pre.40, on Linux, locale en_US.UTF-8)
• Flutter version 0.11.5-pre.40 at /opt/flutter
• Framework revision e8e1ae8f53 (22 minutes ago), 2018-11-13 19:55:15 -0800
• Engine revision 4959b71d6a
• Dart version 2.1.0 (build 2.1.0-dev.9.4 9c07fb64c4)
[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3)
• Android SDK at /root/Android/Sdk
• Android NDK at /root/Android/Sdk/ndk-bundle
• Platform android-27, build-tools 27.0.3
• Java binary at: /opt/android-studio/jre/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-915-b01)
• All Android licenses accepted.
[✓] Android Studio (version 3.0)
• Android Studio at /opt/android-studio
• Flutter plugin version 23.2.1
• Dart plugin version 171.4424
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-915-b01)
[✓] VS Code (version 1.28.2)
• VS Code at /usr/share/code
• Flutter extension version 2.20.0
[!] Connected device
! No devices available
! Doctor found issues in 1 category.
</code></pre></div>
<p dir="auto"><code class="notranslate">flutter analyze</code></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Running "flutter packages get" in chatjournal2dev... 1.2s
Analyzing chatjournal2dev...
info • Unused import: 'dart:async' • lib/database/eventsdb.dart:8:8 • unused_import
error • Future isn't a type • lib/database/eventsdb.dart:13:3 • not_a_type
error • Future isn't a type • lib/database/eventsdb.dart:99:3 • not_a_type
error • The name 'List' isn't a type so it can't be used as a type argument • lib/database/eventsdb.dart:99:10 • non_type_as_type_argument
error • List isn't a type • lib/database/eventsdb.dart:101:5 • not_a_type
error • The name 'List' isn't a class • lib/database/eventsdb.dart:101:30 • new_with_non_type
error • List isn't a type • lib/database/eventsdb.dart:104:5 • not_a_type
error • Future isn't a type • lib/database/eventsdb.dart:128:3 • not_a_type
error • List isn't a type • lib/database/eventsdb.dart:129:34 • not_a_type
error • List isn't a type • lib/database/eventsdb.dart:132:5 • not_a_type
error • The name 'List' isn't a class • lib/database/eventsdb.dart:132:26 • new_with_non_type
error • Future isn't a type • lib/database/eventsdb.dart:181:3 • not_a_type
error • List isn't a type • lib/database/eventsdb.dart:182:32 • not_a_type
error • List isn't a type • lib/database/eventsdb.dart:185:5 • not_a_type
error • The name 'List' isn't a class • lib/database/eventsdb.dart:185:26 • new_with_non_type
info • Name non-constant identifiers using lowerCamelCase • lib/database/eventsdb.dart:234:3 • non_constant_identifier_names
error • Expected to find ';' • lib/database/eventsdb.dart:234:3 • expected_token
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name • lib/database/eventsdb.dart:234:3 • missing_const_final_var_or_type
error • Methods must have an explicit list of parameters • lib/database/eventsdb.dart:234:9 • missing_method_parameters
error • Operator '<<' should declare exactly 1 parameter(s), but 0 found • lib/database/eventsdb.dart:234:9 • wrong_number_of_parameters_for_operator
error • Operator declarations must be preceeded by the keyword 'operator' • lib/database/eventsdb.dart:234:9 • missing_keyword_operator
info • Name non-constant identifiers using lowerCamelCase • lib/database/eventsdb.dart:234:11 • non_constant_identifier_names
error • A function body must be provided • lib/database/eventsdb.dart:234:11 • missing_function_body
error • Methods must have an explicit list of parameters • lib/database/eventsdb.dart:234:11 • missing_method_parameters
error • A function body must be provided • lib/database/eventsdb.dart:234:20 • missing_function_body
error • Methods must have an explicit list of parameters • lib/database/eventsdb.dart:234:20 • missing_method_parameters
error • Operator '>' should declare exactly 1 parameter(s), but 0 found • lib/database/eventsdb.dart:234:20 • wrong_number_of_parameters_for_operator
error • Operator declarations must be preceeded by the keyword 'operator' • lib/database/eventsdb.dart:234:20 • missing_keyword_operator
error • A function body must be provided • lib/database/eventsdb.dart:234:22 • missing_function_body
error • Undefined class 'getGroupedData' • lib/database/eventsdb.dart:234:22 • undefined_class
info • Name non-constant identifiers using lowerCamelCase • lib/database/eventsdb.dart:237:3 • non_constant_identifier_names
error • Methods must have an explicit list of parameters • lib/database/eventsdb.dart:237:3 • missing_method_parameters
error • The name 'Future' is already defined • lib/database/eventsdb.dart:237:3 • duplicate_definition
error • Expected to find '>' • lib/database/eventsdb.dart:237:10 • expected_token
error • A function body must be provided • lib/database/eventsdb.dart:237:23 • missing_function_body
error • List isn't a type • lib/database/eventsdb.dart:238:7 • not_a_type
error • List isn't a type • lib/database/eventsdb.dart:240:5 • not_a_type
error • The name 'List' isn't a class • lib/database/eventsdb.dart:240:30 • new_with_non_type
error • List isn't a type • lib/database/eventsdb.dart:243:5 • not_a_type
error • Future isn't a type • lib/database/eventsdb.dart:292:3 • not_a_type
error • The name 'List' isn't a type so it can't be used as a type argument • lib/database/eventsdb.dart:292:10 • non_type_as_type_argument
error • List isn't a type • lib/database/eventsdb.dart:297:5 • not_a_type
error • Future isn't a type • lib/database/eventsdb.dart:317:3 • not_a_type
error • The name 'List' isn't a type so it can't be used as a type argument • lib/database/eventsdb.dart:317:10 • non_type_as_type_argument
error • List isn't a type • lib/database/eventsdb.dart:319:5 • not_a_type
error • The name 'List' isn't a class • lib/database/eventsdb.dart:319:30 • new_with_non_type
error • List isn't a type • lib/database/eventsdb.dart:321:5 • not_a_type
error • Future isn't a type • lib/database/eventsdb.dart:345:3 • not_a_type
error • The name 'List' isn't a type so it can't be used as a type argument • lib/database/eventsdb.dart:345:10 • non_type_as_type_argument
error • List isn't a type • lib/database/eventsdb.dart:347:5 • not_a_type
error • The name 'List' isn't a class • lib/database/eventsdb.dart:347:30 • new_with_non_type
error • List isn't a type • lib/database/eventsdb.dart:350:5 • not_a_type
error • Future isn't a type • lib/database/eventsdb.dart:374:3 • not_a_type
error • The name 'List' isn't a type so it can't be used as a type argument • lib/database/eventsdb.dart:374:10 • non_type_as_type_argument
error • List isn't a type • lib/database/eventsdb.dart:375:7 • not_a_type
error • List isn't a type • lib/database/eventsdb.dart:377:5 • not_a_type
error • The name 'List' isn't a class • lib/database/eventsdb.dart:377:30 • new_with_non_type
error • List isn't a type • lib/database/eventsdb.dart:380:5 • not_a_type
error • Future isn't a type • lib/database/eventsdb.dart:428:3 • not_a_type
error • The name 'List' isn't a type so it can't be used as a type argument • lib/database/eventsdb.dart:428:10 • non_type_as_type_argument
error • List isn't a type • lib/database/eventsdb.dart:430:5 • not_a_type
error • The name 'List' isn't a class • lib/database/eventsdb.dart:430:30 • new_with_non_type
error • List isn't a type • lib/database/eventsdb.dart:431:5 • not_a_type
error • Future isn't a type • lib/database/eventsdb.dart:440:3 • not_a_type
error • List isn't a type • lib/database/eventsdb.dart:446:26 • not_a_type
error • Future isn't a type • lib/database/eventsdb.dart:467:3 • not_a_type
error • The name 'List' isn't a type so it can't be used as a type argument • lib/database/eventsdb.dart:467:10 • non_type_as_type_argument
error • The name 'List' isn't a class • lib/database/eventsdb.dart:470:22 • new_with_non_type
error • List isn't a type • lib/database/eventsdb.dart:472:5 • not_a_type
info • The method '_showAboutDialog' isn't used • lib/pages/aboutpage.dart:52:3 • unused_element
info • The exception variable 'e' isn't used, so the 'catch' clause can be removed • lib/pages/feedbackpage.dart:91:33 • unused_catch_clause
info • This function has a return type of 'Future<bool>', but doesn't end with a return statement • lib/pages/localbackupspage.dart:67:5 • missing_return
info • The method '_onValueChanged' isn't used • lib/pages/logspage.dart:380:3 • unused_element
info • The method '_dbQueryForEventsBetweenXY' isn't used • lib/pages/logspage/analyticspage.dart:119:3 • unused_element
info • The value of the local variable '_topRowForFilterAndDtBound' isn't used • lib/pages/logspage/analyticspage.dart:388:9 • unused_local_variable
info • 'child' is deprecated and shouldn't be used • lib/pages/logspage/analyticspage.dart:469:19 • deprecated_member_use
info • The function '_getAnalyticsBody' isn't used • lib/pages/logspage/analyticspage.dart:968:5 • unused_element
info • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) • lib/pages/logspage/analyticspage.dart:1352:7 •
must_be_immutable
info • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) • lib/pages/logspage/logcreationpage.dart:10:7 •
must_be_immutable
info • Avoid empty statements • lib/pages/logspage/logcreationpage.dart:138:5 • empty_statements
info • 'child' is deprecated and shouldn't be used • lib/pages/logspage/logspagebody.dart:69:19 • deprecated_member_use
info • The exception variable 'e' isn't used, so the 'catch' clause can be removed • lib/pages/logspage/logspagebody.dart:106:33 • unused_catch_clause
info • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) • lib/pages/logspage/timeline.dart:15:7 •
must_be_immutable
info • 'child' is deprecated and shouldn't be used • lib/pages/logspage/timeline.dart:402:25 • deprecated_member_use
info • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) • lib/pages/logspage/timeline.dart:415:7 •
must_be_immutable
info • The function '_onValueChanged' isn't used • lib/pages/settingsPage.dart:161:5 • unused_element
info • 'child' is deprecated and shouldn't be used • lib/pages/settingsPage.dart:222:17 • deprecated_member_use
info • 'child' is deprecated and shouldn't be used • lib/pages/settingsPage.dart:261:17 • deprecated_member_use
info • Name non-constant identifiers using lowerCamelCase • lib/utils/colors.dart:3:17 • non_constant_identifier_names
info • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) • lib/utils/keypad/keypad.dart:3:7 • must_be_immutable
90 issues found. (ran in 20.2s)"><pre class="notranslate"><code class="notranslate">Running "flutter packages get" in chatjournal2dev... 1.2s
Analyzing chatjournal2dev...
info • Unused import: 'dart:async' • lib/database/eventsdb.dart:8:8 • unused_import
error • Future isn't a type • lib/database/eventsdb.dart:13:3 • not_a_type
error • Future isn't a type • lib/database/eventsdb.dart:99:3 • not_a_type
error • The name 'List' isn't a type so it can't be used as a type argument • lib/database/eventsdb.dart:99:10 • non_type_as_type_argument
error • List isn't a type • lib/database/eventsdb.dart:101:5 • not_a_type
error • The name 'List' isn't a class • lib/database/eventsdb.dart:101:30 • new_with_non_type
error • List isn't a type • lib/database/eventsdb.dart:104:5 • not_a_type
error • Future isn't a type • lib/database/eventsdb.dart:128:3 • not_a_type
error • List isn't a type • lib/database/eventsdb.dart:129:34 • not_a_type
error • List isn't a type • lib/database/eventsdb.dart:132:5 • not_a_type
error • The name 'List' isn't a class • lib/database/eventsdb.dart:132:26 • new_with_non_type
error • Future isn't a type • lib/database/eventsdb.dart:181:3 • not_a_type
error • List isn't a type • lib/database/eventsdb.dart:182:32 • not_a_type
error • List isn't a type • lib/database/eventsdb.dart:185:5 • not_a_type
error • The name 'List' isn't a class • lib/database/eventsdb.dart:185:26 • new_with_non_type
info • Name non-constant identifiers using lowerCamelCase • lib/database/eventsdb.dart:234:3 • non_constant_identifier_names
error • Expected to find ';' • lib/database/eventsdb.dart:234:3 • expected_token
error • Variables must be declared using the keywords 'const', 'final', 'var' or a type name • lib/database/eventsdb.dart:234:3 • missing_const_final_var_or_type
error • Methods must have an explicit list of parameters • lib/database/eventsdb.dart:234:9 • missing_method_parameters
error • Operator '<<' should declare exactly 1 parameter(s), but 0 found • lib/database/eventsdb.dart:234:9 • wrong_number_of_parameters_for_operator
error • Operator declarations must be preceeded by the keyword 'operator' • lib/database/eventsdb.dart:234:9 • missing_keyword_operator
info • Name non-constant identifiers using lowerCamelCase • lib/database/eventsdb.dart:234:11 • non_constant_identifier_names
error • A function body must be provided • lib/database/eventsdb.dart:234:11 • missing_function_body
error • Methods must have an explicit list of parameters • lib/database/eventsdb.dart:234:11 • missing_method_parameters
error • A function body must be provided • lib/database/eventsdb.dart:234:20 • missing_function_body
error • Methods must have an explicit list of parameters • lib/database/eventsdb.dart:234:20 • missing_method_parameters
error • Operator '>' should declare exactly 1 parameter(s), but 0 found • lib/database/eventsdb.dart:234:20 • wrong_number_of_parameters_for_operator
error • Operator declarations must be preceeded by the keyword 'operator' • lib/database/eventsdb.dart:234:20 • missing_keyword_operator
error • A function body must be provided • lib/database/eventsdb.dart:234:22 • missing_function_body
error • Undefined class 'getGroupedData' • lib/database/eventsdb.dart:234:22 • undefined_class
info • Name non-constant identifiers using lowerCamelCase • lib/database/eventsdb.dart:237:3 • non_constant_identifier_names
error • Methods must have an explicit list of parameters • lib/database/eventsdb.dart:237:3 • missing_method_parameters
error • The name 'Future' is already defined • lib/database/eventsdb.dart:237:3 • duplicate_definition
error • Expected to find '>' • lib/database/eventsdb.dart:237:10 • expected_token
error • A function body must be provided • lib/database/eventsdb.dart:237:23 • missing_function_body
error • List isn't a type • lib/database/eventsdb.dart:238:7 • not_a_type
error • List isn't a type • lib/database/eventsdb.dart:240:5 • not_a_type
error • The name 'List' isn't a class • lib/database/eventsdb.dart:240:30 • new_with_non_type
error • List isn't a type • lib/database/eventsdb.dart:243:5 • not_a_type
error • Future isn't a type • lib/database/eventsdb.dart:292:3 • not_a_type
error • The name 'List' isn't a type so it can't be used as a type argument • lib/database/eventsdb.dart:292:10 • non_type_as_type_argument
error • List isn't a type • lib/database/eventsdb.dart:297:5 • not_a_type
error • Future isn't a type • lib/database/eventsdb.dart:317:3 • not_a_type
error • The name 'List' isn't a type so it can't be used as a type argument • lib/database/eventsdb.dart:317:10 • non_type_as_type_argument
error • List isn't a type • lib/database/eventsdb.dart:319:5 • not_a_type
error • The name 'List' isn't a class • lib/database/eventsdb.dart:319:30 • new_with_non_type
error • List isn't a type • lib/database/eventsdb.dart:321:5 • not_a_type
error • Future isn't a type • lib/database/eventsdb.dart:345:3 • not_a_type
error • The name 'List' isn't a type so it can't be used as a type argument • lib/database/eventsdb.dart:345:10 • non_type_as_type_argument
error • List isn't a type • lib/database/eventsdb.dart:347:5 • not_a_type
error • The name 'List' isn't a class • lib/database/eventsdb.dart:347:30 • new_with_non_type
error • List isn't a type • lib/database/eventsdb.dart:350:5 • not_a_type
error • Future isn't a type • lib/database/eventsdb.dart:374:3 • not_a_type
error • The name 'List' isn't a type so it can't be used as a type argument • lib/database/eventsdb.dart:374:10 • non_type_as_type_argument
error • List isn't a type • lib/database/eventsdb.dart:375:7 • not_a_type
error • List isn't a type • lib/database/eventsdb.dart:377:5 • not_a_type
error • The name 'List' isn't a class • lib/database/eventsdb.dart:377:30 • new_with_non_type
error • List isn't a type • lib/database/eventsdb.dart:380:5 • not_a_type
error • Future isn't a type • lib/database/eventsdb.dart:428:3 • not_a_type
error • The name 'List' isn't a type so it can't be used as a type argument • lib/database/eventsdb.dart:428:10 • non_type_as_type_argument
error • List isn't a type • lib/database/eventsdb.dart:430:5 • not_a_type
error • The name 'List' isn't a class • lib/database/eventsdb.dart:430:30 • new_with_non_type
error • List isn't a type • lib/database/eventsdb.dart:431:5 • not_a_type
error • Future isn't a type • lib/database/eventsdb.dart:440:3 • not_a_type
error • List isn't a type • lib/database/eventsdb.dart:446:26 • not_a_type
error • Future isn't a type • lib/database/eventsdb.dart:467:3 • not_a_type
error • The name 'List' isn't a type so it can't be used as a type argument • lib/database/eventsdb.dart:467:10 • non_type_as_type_argument
error • The name 'List' isn't a class • lib/database/eventsdb.dart:470:22 • new_with_non_type
error • List isn't a type • lib/database/eventsdb.dart:472:5 • not_a_type
info • The method '_showAboutDialog' isn't used • lib/pages/aboutpage.dart:52:3 • unused_element
info • The exception variable 'e' isn't used, so the 'catch' clause can be removed • lib/pages/feedbackpage.dart:91:33 • unused_catch_clause
info • This function has a return type of 'Future<bool>', but doesn't end with a return statement • lib/pages/localbackupspage.dart:67:5 • missing_return
info • The method '_onValueChanged' isn't used • lib/pages/logspage.dart:380:3 • unused_element
info • The method '_dbQueryForEventsBetweenXY' isn't used • lib/pages/logspage/analyticspage.dart:119:3 • unused_element
info • The value of the local variable '_topRowForFilterAndDtBound' isn't used • lib/pages/logspage/analyticspage.dart:388:9 • unused_local_variable
info • 'child' is deprecated and shouldn't be used • lib/pages/logspage/analyticspage.dart:469:19 • deprecated_member_use
info • The function '_getAnalyticsBody' isn't used • lib/pages/logspage/analyticspage.dart:968:5 • unused_element
info • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) • lib/pages/logspage/analyticspage.dart:1352:7 •
must_be_immutable
info • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) • lib/pages/logspage/logcreationpage.dart:10:7 •
must_be_immutable
info • Avoid empty statements • lib/pages/logspage/logcreationpage.dart:138:5 • empty_statements
info • 'child' is deprecated and shouldn't be used • lib/pages/logspage/logspagebody.dart:69:19 • deprecated_member_use
info • The exception variable 'e' isn't used, so the 'catch' clause can be removed • lib/pages/logspage/logspagebody.dart:106:33 • unused_catch_clause
info • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) • lib/pages/logspage/timeline.dart:15:7 •
must_be_immutable
info • 'child' is deprecated and shouldn't be used • lib/pages/logspage/timeline.dart:402:25 • deprecated_member_use
info • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) • lib/pages/logspage/timeline.dart:415:7 •
must_be_immutable
info • The function '_onValueChanged' isn't used • lib/pages/settingsPage.dart:161:5 • unused_element
info • 'child' is deprecated and shouldn't be used • lib/pages/settingsPage.dart:222:17 • deprecated_member_use
info • 'child' is deprecated and shouldn't be used • lib/pages/settingsPage.dart:261:17 • deprecated_member_use
info • Name non-constant identifiers using lowerCamelCase • lib/utils/colors.dart:3:17 • non_constant_identifier_names
info • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) • lib/utils/keypad/keypad.dart:3:7 • must_be_immutable
90 issues found. (ran in 20.2s)
</code></pre></div>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/13075880/48406157-cb142200-e759-11e8-8a4b-88489b9885f5.png"><img src="https://user-images.githubusercontent.com/13075880/48406157-cb142200-e759-11e8-8a4b-88489b9885f5.png" alt="screenshot" style="max-width: 100%;"></a></p> | <h2 dir="auto">Steps to Reproduce</h2>
<ol dir="auto">
<li></li>
</ol>
<div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class TextPage extends StatelessWidget {
TextPage(@required this.title);
String title;
final String defTitle = "文字样式";
Widget _sectionTitle(String title) {
return new Center(
heightFactor: 2.6,
child: new Text("xx控件控件xx文字xx文字",
style: new TextStyle(
fontSize: 18.0,
background: (new Paint()..color = Colors.grey),
color: Colors.white)),
);
}
@override
Widget build(BuildContext context) {
// TODO: implement build
return new Scaffold(
appBar: new AppBar(
title: new Text(title != null ? title : defTitle),
centerTitle: true,
),
body: new SingleChildScrollView(
child: new Center(
child: new Column(
children: <Widget>[
_sectionTitle("控件Text控件".toString()),
new Text("Hello World ", textAlign: TextAlign.center),
new Text("Hello World * 4" * 10,
maxLines: 2, overflow: TextOverflow.ellipsis),
new Text("Hello world", textScaleFactor: 1.5),
new Center(
child: new Text("Hello World汉字yinwen",
textAlign: TextAlign.center,
style: new TextStyle(
color: Colors.blueAccent,
background: new Paint()..color = Colors.greenAccent,
decoration: TextDecoration.underline,
decorationStyle: TextDecorationStyle.dotted)),
)
],
),
),
));
}
}"><pre class="notranslate"><span class="pl-k">class</span> <span class="pl-c1">TextPage</span> <span class="pl-k">extends</span> <span class="pl-c1">StatelessWidget</span> {
<span class="pl-c1">TextPage</span>(<span class="pl-k">@required</span> <span class="pl-c1">this</span>.title);
<span class="pl-c1">String</span> title;
<span class="pl-k">final</span> <span class="pl-c1">String</span> defTitle <span class="pl-k">=</span> <span class="pl-s">"文字样式"</span>;
<span class="pl-c1">Widget</span> <span class="pl-en">_sectionTitle</span>(<span class="pl-c1">String</span> title) {
<span class="pl-k">return</span> <span class="pl-k">new</span> <span class="pl-c1">Center</span>(
heightFactor<span class="pl-k">:</span> <span class="pl-c1">2.6</span>,
child<span class="pl-k">:</span> <span class="pl-k">new</span> <span class="pl-c1">Text</span>(<span class="pl-s">"xx控件控件xx文字xx文字"</span>,
style<span class="pl-k">:</span> <span class="pl-k">new</span> <span class="pl-c1">TextStyle</span>(
fontSize<span class="pl-k">:</span> <span class="pl-c1">18.0</span>,
background<span class="pl-k">:</span> (<span class="pl-k">new</span> <span class="pl-c1">Paint</span>()..color <span class="pl-k">=</span> <span class="pl-c1">Colors</span>.grey),
color<span class="pl-k">:</span> <span class="pl-c1">Colors</span>.white)),
);
}
<span class="pl-k">@override</span>
<span class="pl-c1">Widget</span> <span class="pl-en">build</span>(<span class="pl-c1">BuildContext</span> context) {
<span class="pl-c">// TODO: implement build</span>
<span class="pl-k">return</span> <span class="pl-k">new</span> <span class="pl-c1">Scaffold</span>(
appBar<span class="pl-k">:</span> <span class="pl-k">new</span> <span class="pl-c1">AppBar</span>(
title<span class="pl-k">:</span> <span class="pl-k">new</span> <span class="pl-c1">Text</span>(title <span class="pl-k">!=</span> <span class="pl-c1">null</span> <span class="pl-k">?</span> title <span class="pl-k">:</span> defTitle),
centerTitle<span class="pl-k">:</span> <span class="pl-c1">true</span>,
),
body<span class="pl-k">:</span> <span class="pl-k">new</span> <span class="pl-c1">SingleChildScrollView</span>(
child<span class="pl-k">:</span> <span class="pl-k">new</span> <span class="pl-c1">Center</span>(
child<span class="pl-k">:</span> <span class="pl-k">new</span> <span class="pl-c1">Column</span>(
children<span class="pl-k">:</span> <span class="pl-k"><</span><span class="pl-c1">Widget</span><span class="pl-k">></span>[
<span class="pl-en">_sectionTitle</span>(<span class="pl-s">"控件Text控件"</span>.<span class="pl-en">toString</span>()),
<span class="pl-k">new</span> <span class="pl-c1">Text</span>(<span class="pl-s">"Hello World "</span>, textAlign<span class="pl-k">:</span> <span class="pl-c1">TextAlign</span>.center),
<span class="pl-k">new</span> <span class="pl-c1">Text</span>(<span class="pl-s">"Hello World * 4"</span> <span class="pl-k">*</span> <span class="pl-c1">10</span>,
maxLines<span class="pl-k">:</span> <span class="pl-c1">2</span>, overflow<span class="pl-k">:</span> <span class="pl-c1">TextOverflow</span>.ellipsis),
<span class="pl-k">new</span> <span class="pl-c1">Text</span>(<span class="pl-s">"Hello world"</span>, textScaleFactor<span class="pl-k">:</span> <span class="pl-c1">1.5</span>),
<span class="pl-k">new</span> <span class="pl-c1">Center</span>(
child<span class="pl-k">:</span> <span class="pl-k">new</span> <span class="pl-c1">Text</span>(<span class="pl-s">"Hello World汉字yinwen"</span>,
textAlign<span class="pl-k">:</span> <span class="pl-c1">TextAlign</span>.center,
style<span class="pl-k">:</span> <span class="pl-k">new</span> <span class="pl-c1">TextStyle</span>(
color<span class="pl-k">:</span> <span class="pl-c1">Colors</span>.blueAccent,
background<span class="pl-k">:</span> <span class="pl-k">new</span> <span class="pl-c1">Paint</span>()..color <span class="pl-k">=</span> <span class="pl-c1">Colors</span>.greenAccent,
decoration<span class="pl-k">:</span> <span class="pl-c1">TextDecoration</span>.underline,
decorationStyle<span class="pl-k">:</span> <span class="pl-c1">TextDecorationStyle</span>.dotted)),
)
],
),
),
));
}
}</pre></div>
<h1 dir="auto"></h1>
<h1 dir="auto">The bug occurred after using TextStyle.background</h1>
<h1 dir="auto"></h1>
<h1 dir="auto"></h1>
<ol start="2" dir="auto">
<li>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/22956309/49988792-11f07400-ffb3-11e8-84dd-84a805a09045.png"><img src="https://user-images.githubusercontent.com/22956309/49988792-11f07400-ffb3-11e8-84dd-84a805a09045.png" alt="image" style="max-width: 100%;"></a></p>
</li>
<li></li>
</ol>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/22956309/49988947-9f33c880-ffb3-11e8-96d4-eabbc55d168e.png"><img src="https://user-images.githubusercontent.com/22956309/49988947-9f33c880-ffb3-11e8-96d4-eabbc55d168e.png" alt="image" style="max-width: 100%;"></a></p>
<ol start="4" dir="auto">
<li></li>
</ol>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/22956309/49989206-75c76c80-ffb4-11e8-9e61-783951342367.png"><img src="https://user-images.githubusercontent.com/22956309/49989206-75c76c80-ffb4-11e8-9e61-783951342367.png" alt="screenshot_2018-12-14-15-24-21-064_com firtflutte" style="max-width: 100%;"></a></p>
<ol start="5" dir="auto">
<li>This is the result of running flutter doctor -v.</li>
</ol>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="flutter doctor -v
[√] Flutter (Channel stable, v1.0.0, on Microsoft Windows [Version 10.0.17134.376], locale zh-CN)
• Flutter version 1.0.0 at C:\src\flutter
• Framework revision 5391447fae (2 weeks ago), 2018-11-29 19:41:26 -0800
• Engine revision 7375a0f414
• Dart version 2.1.0 (build 2.1.0-dev.9.4 f9ebf21297)
[√] Android toolchain - develop for Android devices (Android SDK 28.0.3)
• Android SDK at C:\Users\Administrator\AppData\Local\Android\Sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-28, build-tools 28.0.3
• ANDROID_HOME = C:\Users\Administrator\AppData\Local\Android\Sdk
• Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
• All Android licenses accepted.
[√] Android Studio (version 3.2)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin version 31.2.1
• Dart plugin version 181.5656
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
[√] Connected device (1 available)
• Android SDK built for x86 • emulator-5554 • android-x86 • Android 6.0 (API 23) (emulator)
• No issues found!"><pre class="notranslate"><code class="notranslate">flutter doctor -v
[√] Flutter (Channel stable, v1.0.0, on Microsoft Windows [Version 10.0.17134.376], locale zh-CN)
• Flutter version 1.0.0 at C:\src\flutter
• Framework revision 5391447fae (2 weeks ago), 2018-11-29 19:41:26 -0800
• Engine revision 7375a0f414
• Dart version 2.1.0 (build 2.1.0-dev.9.4 f9ebf21297)
[√] Android toolchain - develop for Android devices (Android SDK 28.0.3)
• Android SDK at C:\Users\Administrator\AppData\Local\Android\Sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-28, build-tools 28.0.3
• ANDROID_HOME = C:\Users\Administrator\AppData\Local\Android\Sdk
• Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
• All Android licenses accepted.
[√] Android Studio (version 3.2)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin version 31.2.1
• Dart plugin version 181.5656
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
[√] Connected device (1 available)
• Android SDK built for x86 • emulator-5554 • android-x86 • Android 6.0 (API 23) (emulator)
• No issues found!
</code></pre></div>
<h2 dir="auto">Logs</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=""><pre class="notranslate"><code class="notranslate"></code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=""><pre class="notranslate"><code class="notranslate"></code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=""><pre class="notranslate"><code class="notranslate"></code></pre></div> | 0 |
<p dir="auto">Issue: Cannot start elevated Windows Terminal using the "WT" shortcut</p>
<h1 dir="auto">Environment</h1>
<p dir="auto">Windows [Version 10.0.18363.449]<br>
WT Version: 0.6.2951.0</p>
<h1 dir="auto">Steps to reproduce</h1>
<ul dir="auto">
<li>open start menu</li>
<li>type "wt" (without quotes)</li>
<li>on the search results, right-click and select Run as administrator</li>
</ul>
<h1 dir="auto">Expected behavior</h1>
<p dir="auto">Start Windows Terminal elevated</p>
<h1 dir="auto">Actual behavior</h1>
<p dir="auto">The following error appears:</p>
<p dir="auto">[Window Title]<br>
C:\Users\user\AppData\Local\Microsoft\WindowsApps\wt.exe</p>
<p dir="auto">[Content]<br>
C:\Users\user\AppData\Local\Microsoft\WindowsApps\wt.exe</p>
<p dir="auto">The file cannot be accessed by the system.</p>
<p dir="auto">[OK]</p> | <h1 dir="auto">Description of the new feature/enhancement</h1>
<p dir="auto">Currently, when using the mouse wheel, WT scrolls the fixed terminal output window regardless of the shell context. In an editor context like <code class="notranslate">vi</code>, or when viewing output from an interactive cli tool such as <code class="notranslate">less</code>, this doesn't make sense. Instead, the mouse wheel could act like the cursor up/down keys in these contexts. This is how ConEmu behaves by default, for example with <code class="notranslate">vi</code>:</p>
<p dir="auto">Windows Terminal behavior in vi with mousewheel:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/573056/66156738-45f35f00-e5f0-11e9-88cf-26304f27338e.gif"><img src="https://user-images.githubusercontent.com/573056/66156738-45f35f00-e5f0-11e9-88cf-26304f27338e.gif" alt="editor-wt" data-animated-image="" style="max-width: 100%;"></a></p>
<p dir="auto">ConEmu behaviour in vi with mousewheel:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/573056/66156742-47248c00-e5f0-11e9-819a-3f47966a14df.gif"><img src="https://user-images.githubusercontent.com/573056/66156742-47248c00-e5f0-11e9-819a-3f47966a14df.gif" alt="editor-conemu" data-animated-image="" style="max-width: 100%;"></a></p>
<h1 dir="auto">Proposed technical implementation details (optional)</h1>
<p dir="auto">Mouse Wheel should conditionally behave as cursor up/cursor down keys, depending on shell context. (I don't know enough about how one might determine the correct context to say what this should be; perhaps it's a simple as any context other than the command line itself, as in when any interactive process is running?)</p> | 0 |
<p dir="auto">Tracking issue, base on a idea of <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/htcfreek/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/htcfreek">@htcfreek</a> from pull request <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="713583977" data-permission-text="Title is private" data-url="https://github.com/microsoft/PowerToys/issues/6975" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/PowerToys/pull/6975/hovercard" href="https://github.com/microsoft/PowerToys/pull/6975">#6975</a>:</p>
<h2 dir="auto"><g-emoji class="g-emoji" alias="memo" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4dd.png">📝</g-emoji> Provide a description of the new feature</h2>
<p dir="auto">It would be nice to see the name of a color direct in the color picker</p>
<ol dir="auto">
<li>Show the color name in the color picker window</li>
<li>Add a option to copy the color name instead of the color presentation (when there is a color name)</li>
<li>(optional) When there is no color name, show a color name that is in the near (like a diff of 2% or so)</li>
</ol> | <h1 dir="auto">Provide integration with Wox plugins</h1>
<p dir="auto">If integration is not possible then provide functionality of below plugins</p>
<ol dir="auto">
<li>Everything (<a href="https://www.voidtools.com/" rel="nofollow">https://www.voidtools.com/</a>)</li>
<li>Wox.Plugin.Runner (<a href="http://www.wox.one/plugin/36" rel="nofollow">http://www.wox.one/plugin/36</a>) - Create simple command shortcuts</li>
</ol> | 0 |
<p dir="auto">All hypothesis tests should get a keyword <code class="notranslate">alternative</code> where applicable, with naming <code class="notranslate">{'two-sided', 'less', 'greater'}</code>. Tests that do have them now are:</p>
<ul dir="auto">
<li><code class="notranslate">kstest</code>, added in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/scipy/scipy/commit/3e3e8eaef5ff26148c3f79c925b4d20b15e05988/hovercard" href="https://github.com/scipy/scipy/commit/3e3e8eaef5ff26148c3f79c925b4d20b15e05988"><tt>3e3e8ea</tt></a>, <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/scipy/scipy/commit/7cf664323b03595e519a426ea612e5f4f4587a08/hovercard" href="https://github.com/scipy/scipy/commit/7cf664323b03595e519a426ea612e5f4f4587a08"><tt>7cf6643</tt></a></li>
<li><code class="notranslate">fisher_exact</code>, added in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="13651771" data-permission-text="Title is private" data-url="https://github.com/scipy/scipy/issues/1919" data-hovercard-type="issue" data-hovercard-url="/scipy/scipy/issues/1919/hovercard" href="https://github.com/scipy/scipy/issues/1919">gh-1919</a></li>
</ul>
<p dir="auto">There are open issues to add <code class="notranslate">alternative</code> to:</p>
<ul dir="auto">
<li><code class="notranslate">ks_2samp</code>, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="13652865" data-permission-text="Title is private" data-url="https://github.com/scipy/scipy/issues/2290" data-hovercard-type="issue" data-hovercard-url="/scipy/scipy/issues/2290/hovercard" href="https://github.com/scipy/scipy/issues/2290">gh-2290</a></li>
<li><code class="notranslate">binom_test</code>, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="13653229" data-permission-text="Title is private" data-url="https://github.com/scipy/scipy/issues/2417" data-hovercard-type="issue" data-hovercard-url="/scipy/scipy/issues/2417/hovercard" href="https://github.com/scipy/scipy/issues/2417">gh-2417</a> (with code to copy)</li>
<li><code class="notranslate">mannwhitney</code>, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="13652350" data-permission-text="Title is private" data-url="https://github.com/scipy/scipy/issues/2118" data-hovercard-type="issue" data-hovercard-url="/scipy/scipy/issues/2118/hovercard" href="https://github.com/scipy/scipy/issues/2118">gh-2118</a> (more extensive issue, but includes link to a commit from <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/josef-pkt/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/josef-pkt">@josef-pkt</a> that adds the keyword).</li>
</ul>
<p dir="auto">Other functions where the keyword could be added:</p>
<ul dir="auto">
<li><code class="notranslate">chi2_contingency</code> (R func: <a href="http://rpackages.ianhowson.com/rforge/corpora/man/chisq.html" rel="nofollow">http://rpackages.ianhowson.com/rforge/corpora/man/chisq.html</a>)</li>
<li><code class="notranslate">zscore</code> (R func: <a href="http://rpackages.ianhowson.com/rforge/corpora/man/z_score_pval.html" rel="nofollow">http://rpackages.ianhowson.com/rforge/corpora/man/z_score_pval.html</a>)</li>
<li>the various <code class="notranslate">ttest</code>s (now only two-sided; R: <a href="http://stat.ethz.ch/R-manual/R-patched/library/stats/html/t.test.html" rel="nofollow">http://stat.ethz.ch/R-manual/R-patched/library/stats/html/t.test.html</a>)</li>
<li>what else?</li>
</ul> | <p dir="auto">I wouldn't normally post this here but the docs.scipy.org and mail.scipy.org domains are down and have been for almost 3 days, so the docs and mailing lists aren't working (so I can post to the mailing list itself). Feel free to close if this is already being looked into.</p>
<p dir="auto">cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/pv/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/pv">@pv</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rgommers/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/rgommers">@rgommers</a></p> | 0 |
<p dir="auto">When edit markdown docs, if Toggle Soft Wrap is active, get no problem with English input, it will auto change to new line. But if input Chinese, it can't auto change to new line when reach right edge of editor, it will be longer line than it can display.</p>
<p dir="auto">I found it seems problem with number of characters. For example, Atom display 100 English characters in one line, it will display 100 characters of Chinese in one line too. But one Chinese character will take twice room to display than English character.So it should change to new line when characters reach 50.</p>
<p dir="auto">Hope someone can fix it. --Ubuntu 64bit</p> | <p dir="auto">Reported in Halp:</p>
<ul dir="auto">
<li>support/b47caffcaba511e3903bfcd96bef4da2</li>
</ul>
<blockquote>
<p dir="auto">If I have a paragraph in CJK characters and toggle soft wrap, the wrapping point (should be the right edge of current window) is far away than the current edge and some characters are displayed out of window which is not visible.<br>
I think this may because of the wrong processing of character wide. A latin letter has a width "one character width", but usually a CJK character has a width twice as a latin letter, it's "two character width". Hope this information may help you.<br>
The debug info auto attached should include the test text I open now. It's include (from up to down): Chinese, Japanese, Korean, English. Actully they tell the same thing:)</p>
</blockquote>
<p dir="auto">I can reproduce this in Atom 0.75.0. (notice how CJK characters are not wrapped correctly at the right edge of the app)</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/ed2f8e79cd39dbfa796ed46485a3444e2f4101865a8834908cdbc864de6e4f2f/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f33383932342f323439313439332f34303461643764612d623165662d313165332d393134332d3237326235353533306336632e706e67"><img src="https://camo.githubusercontent.com/ed2f8e79cd39dbfa796ed46485a3444e2f4101865a8834908cdbc864de6e4f2f/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f33383932342f323439313439332f34303461643764612d623165662d313165332d393134332d3237326235353533306336632e706e67" alt="screen shot 2014-03-22 at 7 24 05 pm" data-canonical-src="https://f.cloud.github.com/assets/38924/2491493/404ad7da-b1ef-11e3-9143-272b55530c6c.png" style="max-width: 100%;"></a></p> | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/ant-design/ant-design/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://3x.ant.design/docs/react/use-with-create-react-app" rel="nofollow">https://3x.ant.design/docs/react/use-with-create-react-app</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">my: override-config.js</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const rewired = require('react-app-rewired')
const rewireLess = require('react-app-rewire-less')
const rewireEslint = require('react-app-rewire-eslint')
const path = require('path')
const {override, fixBabelImports, addLessLoader} = require('customize-cra');
function rewire(config, env) {
const cssLoader = rewired.getLoader(
config.module.rules,
rule => rule.test && String(rule.test) === String(/\.css$/)
)
const sassLoader = {
test: /\.scss$/,
use: [...(cssLoader.loader || cssLoader.use), 'sass-loader']
}
const oneOf = config.module.rules.find(rule => rule.oneOf).oneOf
oneOf.unshift(sassLoader)
config = rewired.injectBabelPlugin('transform-decorators-legacy', config)
config.resolve.modules.push(path.resolve('./src'))
return config
}
// module.exports = rewire
module.exports = override(
rewire,
fixBabelImports('import', {
libraryName: 'antd',
libraryDirectory: 'es',
style: true,
}),
addLessLoader({
javascriptEnabled: true,
modifyVars: {'@primary-color': '#a51d78'},
}),
);
"><pre class="notranslate"><code class="notranslate">const rewired = require('react-app-rewired')
const rewireLess = require('react-app-rewire-less')
const rewireEslint = require('react-app-rewire-eslint')
const path = require('path')
const {override, fixBabelImports, addLessLoader} = require('customize-cra');
function rewire(config, env) {
const cssLoader = rewired.getLoader(
config.module.rules,
rule => rule.test && String(rule.test) === String(/\.css$/)
)
const sassLoader = {
test: /\.scss$/,
use: [...(cssLoader.loader || cssLoader.use), 'sass-loader']
}
const oneOf = config.module.rules.find(rule => rule.oneOf).oneOf
oneOf.unshift(sassLoader)
config = rewired.injectBabelPlugin('transform-decorators-legacy', config)
config.resolve.modules.push(path.resolve('./src'))
return config
}
// module.exports = rewire
module.exports = override(
rewire,
fixBabelImports('import', {
libraryName: 'antd',
libraryDirectory: 'es',
style: true,
}),
addLessLoader({
javascriptEnabled: true,
modifyVars: {'@primary-color': '#a51d78'},
}),
);
</code></pre></div>
<h3 dir="auto">What is expected?</h3>
<p dir="auto">start of project by command: yarn start</p>
<h3 dir="auto">What is actually happening?</h3>
<p dir="auto">yarn run v1.22.17<br>
$ react-app-rewired start<br>
Failed to compile.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
- configuration.module.rules[1].oneOf[4] has an unknown property 'sideEffects'. These properties are valid:
object { enforce?, exclude?, include?, issuer?, loader?, loaders?, oneOf?, options?, parser?, query?, resource?, resourceQuery?, compiler?, rules?, test?, use? }
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command."><pre class="notranslate"><code class="notranslate">Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
- configuration.module.rules[1].oneOf[4] has an unknown property 'sideEffects'. These properties are valid:
object { enforce?, exclude?, include?, issuer?, loader?, loaders?, oneOf?, options?, parser?, query?, resource?, resourceQuery?, compiler?, rules?, test?, use? }
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
</code></pre></div>
<table role="table">
<thead>
<tr>
<th>Environment</th>
<th>Info</th>
</tr>
</thead>
<tbody>
<tr>
<td>antd</td>
<td>3.26.20</td>
</tr>
<tr>
<td>React</td>
<td>5.0.7</td>
</tr>
<tr>
<td>System</td>
<td>osx</td>
</tr>
<tr>
<td>Browser</td>
<td>chrome</td>
</tr>
</tbody>
</table> | <h1 dir="auto">[feature request] small JS chunk files when using watch mode for non-CommonChunk plugged files</h1>
<p dir="auto">Webpack version:<br>
1.13.x/2.x</p>
<p dir="auto">environment:<br>
OSX 10.11.5</p>
<p dir="auto">Browser:all</p>
<p dir="auto">Language: JS</p>
<p dir="auto">Current behavior:<br>
Creates large bundled initial and anonymous chunk js files in watch mode.</p>
<p dir="auto">Expected/desired behavior:<br>
Create small chunk js files, or generate one module per chunk file in watch mode to allow dev-tools to not blank screen or crash. CommonChunks can be excluded.</p>
<p dir="auto">Motivation:<br>
I moved the system I am working on from using RequireJS CommonJS (CJS), 1000+ files with <code class="notranslate">define(function(require) { … })</code>, implementation to Webpack for production bundling.</p>
<p dir="auto">I am also using Chrome DevTools Workspace to edit my files while debugging.<br>
RequireJS CJS worked great with Workspaces because the modules would localhost load one file at time. Editing a file while on a breakpoint in the browser was easy in this fashion.</p>
<p dir="auto">Since I transitioned production to use Webpack, I’ve wanted to move the development workflow towards Webpack watch mode so we could start using Babel, pre-compiled templates, and other code transformers. But Chrome will, understandably, blank screen or crash if a large file changes, which get created as large files because it makes chunks include all dependencies that are <code class="notranslate">require</code>d files that export through<code class="notranslate">define(function(require) { … })</code> . This makes Webpack watcher a difficult workflow selling point.</p>
<p dir="auto">I figure that the best approach to address this issue would be to do what dev RequireJS did, http request each individual module. This could also be done by creating smaller chunk files, or one module per chunk file.</p>
<p dir="auto">At first, I was hoping AggressiveSplitPlugin would do the job, but that wasn’t fast enough in watch mode. Also, I read <a href="https://github.com/webpack/webpack/issues/1223#issuecomment-232311846" data-hovercard-type="issue" data-hovercard-url="/webpack/webpack/issues/1223/hovercard">This is production only, don't use it in development</a></p>
<p dir="auto">I’ve looked into implementing this via plugin or loader, but I ended up learning that </p><div class="Box Box--condensed my-2">
<div class="Box-header f6">
<p class="mb-0 text-bold">
<a href="https://github.com/webpack/webpack/blob/daf2f31233a9f2dc36f79162577a66e8b4eba622/lib/WebpackOptionsApply.js#L243-L247">webpack/lib/WebpackOptionsApply.js</a>
</p>
<p class="mb-0 color-fg-muted">
Lines 243 to 247
in
<a data-pjax="true" class="commit-tease-sha" href="/webpack/webpack/commit/daf2f31233a9f2dc36f79162577a66e8b4eba622">daf2f31</a>
</p>
</div>
<div itemprop="text" class="Box-body p-0 blob-wrapper blob-wrapper-embedded data">
<table class="highlight tab-size mb-0 js-file-line-container" data-tab-size="8" data-paste-markdown-skip="">
<tbody><tr class="border-0">
<td id="L243" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="243"></td>
<td id="LC243" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> <span class="pl-k">new</span> <span class="pl-v">RequireIncludePlugin</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">,</span> </td>
</tr>
<tr class="border-0">
<td id="L244" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="244"></td>
<td id="LC244" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> <span class="pl-k">new</span> <span class="pl-v">RequireEnsurePlugin</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">,</span> </td>
</tr>
<tr class="border-0">
<td id="L245" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="245"></td>
<td id="LC245" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> <span class="pl-k">new</span> <span class="pl-v">RequireContextPlugin</span><span class="pl-kos">(</span><span class="pl-s1">options</span><span class="pl-kos">.</span><span class="pl-c1">resolve</span><span class="pl-kos">.</span><span class="pl-c1">modules</span><span class="pl-kos">,</span> <span class="pl-s1">options</span><span class="pl-kos">.</span><span class="pl-c1">resolve</span><span class="pl-kos">.</span><span class="pl-c1">extensions</span><span class="pl-kos">)</span><span class="pl-kos">,</span> </td>
</tr>
<tr class="border-0">
<td id="L246" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="246"></td>
<td id="LC246" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> <span class="pl-k">new</span> <span class="pl-v">AMDPlugin</span><span class="pl-kos">(</span><span class="pl-s1">options</span><span class="pl-kos">.</span><span class="pl-c1">module</span><span class="pl-kos">,</span> <span class="pl-s1">options</span><span class="pl-kos">.</span><span class="pl-c1">amd</span> <span class="pl-c1">||</span> <span class="pl-kos">{</span><span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">,</span> </td>
</tr>
<tr class="border-0">
<td id="L247" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="247"></td>
<td id="LC247" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> <span class="pl-k">new</span> <span class="pl-v">CommonJsPlugin</span><span class="pl-kos">(</span><span class="pl-s1">options</span><span class="pl-kos">.</span><span class="pl-c1">module</span><span class="pl-kos">)</span><span class="pl-kos">,</span> </td>
</tr>
</tbody></table>
</div>
</div>
<br>
made it difficult do it in either cases since those plugins seem to get in the way of accomplishing my goal by reading and transforming the <code class="notranslate">define(function(require){})</code> string before other plugins can start doing work. But I am probably mistaken since Webpack is a very intimidating source to read, which makes it difficult for me to follow and debug my attempts. Maybe even allow for a way to prevent passing those plugins by passing an option param so other plugins can get a chance to implement bundling optimizations, etc.<p></p>
<p dir="auto"><g-emoji class="g-emoji" alias="bow" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f647.png">🙇</g-emoji> Thanks for reading and making bundling easy. <g-emoji class="g-emoji" alias="bow" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f647.png">🙇</g-emoji></p> | 0 |
<p dir="auto">Looks like ONNX support does not support dataparallel models (in particular, model that is converted after nn.DataParallel(model).</p>
<p dir="auto">Here is a simple piece of code to repro the issue:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import os
import sys
import numpy as np
import pandas as pd
import torch
import torchvision.models as models
import torch.nn as nn
import torch.nn.functional as F
import torch.optim as optim
import torch.nn.init as init
import time
from torch.optim.lr_scheduler import ReduceLROnPlateau
from torch.autograd import Variable
import torchvision.transforms as transforms
from torch.utils.data import DataLoader, Dataset
from sklearn.metrics.ranking import roc_auc_score
from sklearn.model_selection import train_test_split
from PIL import Image
import multiprocessing
model = models.densenet.densenet121(pretrained=True)
model = nn.DataParallel(model)
dummy_input = Variable(torch.randn(10, 3, 224, 224)).cuda()
model = model.cuda()
torch.onnx.export(model, dummy_input, "test.onnx", verbose=False, export_params=True)"><pre class="notranslate"><code class="notranslate">import os
import sys
import numpy as np
import pandas as pd
import torch
import torchvision.models as models
import torch.nn as nn
import torch.nn.functional as F
import torch.optim as optim
import torch.nn.init as init
import time
from torch.optim.lr_scheduler import ReduceLROnPlateau
from torch.autograd import Variable
import torchvision.transforms as transforms
from torch.utils.data import DataLoader, Dataset
from sklearn.metrics.ranking import roc_auc_score
from sklearn.model_selection import train_test_split
from PIL import Image
import multiprocessing
model = models.densenet.densenet121(pretrained=True)
model = nn.DataParallel(model)
dummy_input = Variable(torch.randn(10, 3, 224, 224)).cuda()
model = model.cuda()
torch.onnx.export(model, dummy_input, "test.onnx", verbose=False, export_params=True)
</code></pre></div>
<p dir="auto">The error message is:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
<ipython-input-4-514806a4333a> in <module>()
386 dummy_input = Variable(torch.randn(10, 3, 224, 224)).cuda()
387 model = model.cuda()
--> 388 torch.onnx.export(model, dummy_input, "test.onnx", verbose=False, export_params=True)
389
390 #model.load_state_dict(chkpt['state_dict'])
~/python3env/lib/python3.5/site-packages/torch/onnx/__init__.py in export(model, args, f, export_params, verbose, training)
73 only, so you will generally not need to set this to True.
74 """
---> 75 _export(model, args, f, export_params, verbose, training)
76
77
~/python3env/lib/python3.5/site-packages/torch/onnx/__init__.py in _export(model, args, f, export_params, verbose, training)
120 "something weird is happening in your model!")
121
--> 122 _optimize_trace(trace)
123 if verbose:
124 print(trace)
~/python3env/lib/python3.5/site-packages/torch/onnx/__init__.py in _optimize_trace(trace)
79 torch._C._jit_pass_peephole(trace)
80 torch._C._jit_pass_lint(trace)
---> 81 torch._C._jit_pass_onnx(trace)
82 torch._C._jit_pass_lint(trace)
83 torch._C._jit_pass_onnx_peephole(trace)
RuntimeError: untraced buffer"><pre class="notranslate"><code class="notranslate">---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
<ipython-input-4-514806a4333a> in <module>()
386 dummy_input = Variable(torch.randn(10, 3, 224, 224)).cuda()
387 model = model.cuda()
--> 388 torch.onnx.export(model, dummy_input, "test.onnx", verbose=False, export_params=True)
389
390 #model.load_state_dict(chkpt['state_dict'])
~/python3env/lib/python3.5/site-packages/torch/onnx/__init__.py in export(model, args, f, export_params, verbose, training)
73 only, so you will generally not need to set this to True.
74 """
---> 75 _export(model, args, f, export_params, verbose, training)
76
77
~/python3env/lib/python3.5/site-packages/torch/onnx/__init__.py in _export(model, args, f, export_params, verbose, training)
120 "something weird is happening in your model!")
121
--> 122 _optimize_trace(trace)
123 if verbose:
124 print(trace)
~/python3env/lib/python3.5/site-packages/torch/onnx/__init__.py in _optimize_trace(trace)
79 torch._C._jit_pass_peephole(trace)
80 torch._C._jit_pass_lint(trace)
---> 81 torch._C._jit_pass_onnx(trace)
82 torch._C._jit_pass_lint(trace)
83 torch._C._jit_pass_onnx_peephole(trace)
RuntimeError: untraced buffer
</code></pre></div>
<p dir="auto">However if we remove the <code class="notranslate">model = nn.DataParallel(model)</code> line, i.e. change the code to the following:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="model = models.densenet.densenet121(pretrained=True)
dummy_input = Variable(torch.randn(10, 3, 224, 224)).cuda()
model = model.cuda()
torch.onnx.export(model, dummy_input, "test.onnx", verbose=False, export_params=True)"><pre class="notranslate"><code class="notranslate">model = models.densenet.densenet121(pretrained=True)
dummy_input = Variable(torch.randn(10, 3, 224, 224)).cuda()
model = model.cuda()
torch.onnx.export(model, dummy_input, "test.onnx", verbose=False, export_params=True)
</code></pre></div>
<p dir="auto">It at least exports the model.</p>
<p dir="auto">I hope either we fix this bug (i.e. also support the model that is converted using nn.DataParallel(model), or provide an explicit error message saying multiple GPU model is not supported.</p>
<p dir="auto">BTW - for those who still want to export such a model, here is the workaround:<br>
<a href="https://stackoverflow.com/questions/44230907/keyerror-unexpected-key-module-encoder-embedding-weight-in-state-dict" rel="nofollow">https://stackoverflow.com/questions/44230907/keyerror-unexpected-key-module-encoder-embedding-weight-in-state-dict</a><br>
i.e. still loading the single GPU model and when loading the weights, change the dict name to exclude the string "module".</p>
<p dir="auto">When submitting a bug report, please include the following information (where relevant):</p>
<ul dir="auto">
<li>OS: Linux</li>
<li>PyTorch version: 0.3.1</li>
<li>How you installed PyTorch (conda, pip, source): pip</li>
<li>Python version: 3.5</li>
<li>CUDA/cuDNN version: 8.0/cuDNN 6</li>
<li>GPU models and configuration: Tesla K80</li>
<li>GCC version (if compiling from source): N/A</li>
</ul> | <p dir="auto">I have a custom model that's not very complicated<br>
It's just a combination of Conv2D, MaxPool2D, BatchNorm2D and Dropout2D and one ConvTranspose2D.</p>
<p dir="auto">I'm trying to save this model to file using the torch.onnx.export() function, but I get this error:</p>
<p dir="auto">*** RuntimeError: tuple appears in op that does not forward tuples (VisitNode at ../torch/csrc/jit/passes/lower_tuples.cpp:72)</p>
<p dir="auto">Any ideas are appreciated</p>
<p dir="auto">Platform: NVIDIA Jetson AGX Xavier<br>
PyTorch Version: 1.0.0a0+8601b33<br>
Python3</p>
<p dir="auto">Thanks,<br>
S</p> | 1 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.1.2</li>
<li>Operating System / Platform => Arch Linux</li>
<li>Compiler => g++ 9.2.0</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">I found that my application sometimes crashes on <code class="notranslate">readNetFromCaffe</code> with a segmentation fault. I believe it is caused by the opencv function not being thread safe while I call it multiple times concurrently.</p>
<h5 dir="auto">Steps to reproduce</h5>
<p dir="auto">Here is a simple test application that crashes around 10% of the runs. In my real application I have less threads (usually 2...16), but 1000 threads makes the test have this bug more frequently.</p>
<div class="highlight highlight-source-c++ notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#include <thread>
#include <vector>
#include <opencv2/dnn.hpp>
void test() {
cv::dnn::readNetFromCaffe(..., ...);
}
int main() {
std::vector<std::thread> threads;
for (size_t i = 0; i < 1000; ++i) {
threads.emplace_back(test);
}
for (auto& thread : threads) {
thread.join();
}
}"><pre class="notranslate">#<span class="pl-k">include</span> <span class="pl-s"><span class="pl-pds"><</span>thread<span class="pl-pds">></span></span>
#<span class="pl-k">include</span> <span class="pl-s"><span class="pl-pds"><</span>vector<span class="pl-pds">></span></span>
#<span class="pl-k">include</span> <span class="pl-s"><span class="pl-pds"><</span>opencv2/dnn.hpp<span class="pl-pds">></span></span>
<span class="pl-k">void</span> <span class="pl-en">test</span>() {
<span class="pl-c1">cv::dnn::readNetFromCaffe</span>(..., ...);
}
<span class="pl-k">int</span> <span class="pl-en">main</span>() {
std::vector<std::thread> threads;
<span class="pl-k">for</span> (<span class="pl-c1">size_t</span> i = <span class="pl-c1">0</span>; i < <span class="pl-c1">1000</span>; ++i) {
threads.<span class="pl-c1">emplace_back</span>(test);
}
<span class="pl-k">for</span> (<span class="pl-k">auto</span>& thread : threads) {
thread.<span class="pl-c1">join</span>();
}
}</pre></div>
<p dir="auto">Helgrind finds some issues from the application:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Possible data race during write of size 8 at 0x51EB5E8 by thread #2
Locks held: none
at 0x4FA8F9E: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x492C0B2: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x5036473: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x49CFF8B: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x49D0477: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x49C05AD: cv::dnn::dnn4_v20190902::readNetFromCaffe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x1092DD: test() (in /home/runner/segfaulttest/main)
by 0x10AE5B: void std::__invoke_impl<void, void (*)()>(std::__invoke_other, void (*&&)()) (in /home/runner/segfaulttest/main)
by 0x10ADFF: std::__invoke_result<void (*)()>::type std::__invoke<void (*)()>(void (*&&)()) (in /home/runner/segfaulttest/main)
by 0x10AD9D: void std::thread::_Invoker<std::tuple<void (*)()> >::_M_invoke<0ul>(std::_Index_tuple<0ul>) (in /home/runner/segfaulttest/main)
by 0x10AD5E: std::thread::_Invoker<std::tuple<void (*)()> >::operator()() (in /home/runner/segfaulttest/main)
by 0x10AD33: std::thread::_State_impl<std::thread::_Invoker<std::tuple<void (*)()> > >::_M_run() (in /home/runner/segfaulttest/main)
This conflicts with a previous read of size 8 by thread #3
Locks held: none
at 0x492C047: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x5036473: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x49CFF8B: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x49D0477: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x49C05AD: cv::dnn::dnn4_v20190902::readNetFromCaffe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x1092DD: test() (in /home/runner/segfaulttest/main)
by 0x10AE5B: void std::__invoke_impl<void, void (*)()>(std::__invoke_other, void (*&&)()) (in /home/runner/segfaulttest/main)
by 0x10ADFF: std::__invoke_result<void (*)()>::type std::__invoke<void (*)()>(void (*&&)()) (in /home/runner/segfaulttest/main)
Address 0x51eb5e8 is in the BSS segment of /usr/lib/libopencv_dnn.so.4.1.2
----------------------------------------------------------------
Possible data race during read of size 8 at 0x51EB5E8 by thread #3
Locks held: none
at 0x4FA8FB6: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x492C0B2: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x5036473: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x49CFF8B: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x49D0477: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x49C05AD: cv::dnn::dnn4_v20190902::readNetFromCaffe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x1092DD: test() (in /home/runner/segfaulttest/main)
by 0x10AE5B: void std::__invoke_impl<void, void (*)()>(std::__invoke_other, void (*&&)()) (in /home/runner/segfaulttest/main)
by 0x10ADFF: std::__invoke_result<void (*)()>::type std::__invoke<void (*)()>(void (*&&)()) (in /home/runner/segfaulttest/main)
by 0x10AD9D: void std::thread::_Invoker<std::tuple<void (*)()> >::_M_invoke<0ul>(std::_Index_tuple<0ul>) (in /home/runner/segfaulttest/main)
by 0x10AD5E: std::thread::_Invoker<std::tuple<void (*)()> >::operator()() (in /home/runner/segfaulttest/main)
by 0x10AD33: std::thread::_State_impl<std::thread::_Invoker<std::tuple<void (*)()> > >::_M_run() (in /home/runner/segfaulttest/main)
This conflicts with a previous write of size 8 by thread #2
Locks held: none
at 0x4FA8F9E: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x492C0B2: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x5036473: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x49CFF8B: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x49D0477: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x49C05AD: cv::dnn::dnn4_v20190902::readNetFromCaffe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x1092DD: test() (in /home/runner/segfaulttest/main)
by 0x10AE5B: void std::__invoke_impl<void, void (*)()>(std::__invoke_other, void (*&&)()) (in /home/runner/segfaulttest/main)
Address 0x51eb5e8 is in the BSS segment of /usr/lib/libopencv_dnn.so.4.1.2
..."><pre class="notranslate"><code class="notranslate">Possible data race during write of size 8 at 0x51EB5E8 by thread #2
Locks held: none
at 0x4FA8F9E: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x492C0B2: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x5036473: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x49CFF8B: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x49D0477: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x49C05AD: cv::dnn::dnn4_v20190902::readNetFromCaffe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x1092DD: test() (in /home/runner/segfaulttest/main)
by 0x10AE5B: void std::__invoke_impl<void, void (*)()>(std::__invoke_other, void (*&&)()) (in /home/runner/segfaulttest/main)
by 0x10ADFF: std::__invoke_result<void (*)()>::type std::__invoke<void (*)()>(void (*&&)()) (in /home/runner/segfaulttest/main)
by 0x10AD9D: void std::thread::_Invoker<std::tuple<void (*)()> >::_M_invoke<0ul>(std::_Index_tuple<0ul>) (in /home/runner/segfaulttest/main)
by 0x10AD5E: std::thread::_Invoker<std::tuple<void (*)()> >::operator()() (in /home/runner/segfaulttest/main)
by 0x10AD33: std::thread::_State_impl<std::thread::_Invoker<std::tuple<void (*)()> > >::_M_run() (in /home/runner/segfaulttest/main)
This conflicts with a previous read of size 8 by thread #3
Locks held: none
at 0x492C047: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x5036473: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x49CFF8B: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x49D0477: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x49C05AD: cv::dnn::dnn4_v20190902::readNetFromCaffe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x1092DD: test() (in /home/runner/segfaulttest/main)
by 0x10AE5B: void std::__invoke_impl<void, void (*)()>(std::__invoke_other, void (*&&)()) (in /home/runner/segfaulttest/main)
by 0x10ADFF: std::__invoke_result<void (*)()>::type std::__invoke<void (*)()>(void (*&&)()) (in /home/runner/segfaulttest/main)
Address 0x51eb5e8 is in the BSS segment of /usr/lib/libopencv_dnn.so.4.1.2
----------------------------------------------------------------
Possible data race during read of size 8 at 0x51EB5E8 by thread #3
Locks held: none
at 0x4FA8FB6: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x492C0B2: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x5036473: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x49CFF8B: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x49D0477: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x49C05AD: cv::dnn::dnn4_v20190902::readNetFromCaffe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x1092DD: test() (in /home/runner/segfaulttest/main)
by 0x10AE5B: void std::__invoke_impl<void, void (*)()>(std::__invoke_other, void (*&&)()) (in /home/runner/segfaulttest/main)
by 0x10ADFF: std::__invoke_result<void (*)()>::type std::__invoke<void (*)()>(void (*&&)()) (in /home/runner/segfaulttest/main)
by 0x10AD9D: void std::thread::_Invoker<std::tuple<void (*)()> >::_M_invoke<0ul>(std::_Index_tuple<0ul>) (in /home/runner/segfaulttest/main)
by 0x10AD5E: std::thread::_Invoker<std::tuple<void (*)()> >::operator()() (in /home/runner/segfaulttest/main)
by 0x10AD33: std::thread::_State_impl<std::thread::_Invoker<std::tuple<void (*)()> > >::_M_run() (in /home/runner/segfaulttest/main)
This conflicts with a previous write of size 8 by thread #2
Locks held: none
at 0x4FA8F9E: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x492C0B2: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x5036473: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x49CFF8B: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x49D0477: ??? (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x49C05AD: cv::dnn::dnn4_v20190902::readNetFromCaffe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) (in /usr/lib/libopencv_dnn.so.4.1.2)
by 0x1092DD: test() (in /home/runner/segfaulttest/main)
by 0x10AE5B: void std::__invoke_impl<void, void (*)()>(std::__invoke_other, void (*&&)()) (in /home/runner/segfaulttest/main)
Address 0x51eb5e8 is in the BSS segment of /usr/lib/libopencv_dnn.so.4.1.2
...
</code></pre></div>
<p dir="auto">Here is also a gdb backtrace of the segmentation fault. Unfortunately I didn't have opencv symbols enabled, when I managed to reproduce the crash with gdb. It seems that running the application in gdb makes the bug very rare:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="#0 0x00007fd9ce450470 in free () at /usr/lib/libc.so.6
#1 0x00007fd9d28584bc in () at /usr/lib/libopencv_dnn.so.4.1
#2 0x00007fd9d285a528 in () at /usr/lib/libopencv_dnn.so.4.1
#3 0x00007fd9d285c604 in cv::dnn::dnn4_v20190902::readNetFromCaffe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) () at /usr/lib/libopencv_dnn.so.4.1"><pre class="notranslate"><code class="notranslate">#0 0x00007fd9ce450470 in free () at /usr/lib/libc.so.6
#1 0x00007fd9d28584bc in () at /usr/lib/libopencv_dnn.so.4.1
#2 0x00007fd9d285a528 in () at /usr/lib/libopencv_dnn.so.4.1
#3 0x00007fd9d285c604 in cv::dnn::dnn4_v20190902::readNetFromCaffe(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) () at /usr/lib/libopencv_dnn.so.4.1
</code></pre></div> | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.1.2</li>
<li>Operating System / Platform => Gentoo Linux</li>
<li>Compiler => gcc (Gentoo 8.3.0-r1 p1.1) 8.3.0</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">With OpenCV-4.1.2 I've started to get random segfaults in multi-threaded program. I've managed to reproduce the problem with the very basic application, 2 threads where each of them just creates a Mat.</p>
<h5 dir="auto">Steps to reproduce</h5>
<div class="highlight highlight-source-c++ notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#include <opencv2/core.hpp>
#include <thread>
using namespace std;
using namespace cv;
void thread1() {
Mat(10, 10, CV_16U, Scalar(0));
}
void thread2() {
Mat(10, 10, CV_16U, Scalar(0));
}
int main() {
thread th1(thread1);
thread th2(thread2);
th1.join();
th2.join();
return 0;
}"><pre class="notranslate">#<span class="pl-k">include</span> <span class="pl-s"><span class="pl-pds"><</span>opencv2/core.hpp<span class="pl-pds">></span></span>
#<span class="pl-k">include</span> <span class="pl-s"><span class="pl-pds"><</span>thread<span class="pl-pds">></span></span>
<span class="pl-k">using</span> <span class="pl-k">namespace</span> <span class="pl-en">std</span><span class="pl-k">;</span>
<span class="pl-k">using</span> <span class="pl-k">namespace</span> <span class="pl-en">cv</span><span class="pl-k">;</span>
<span class="pl-k">void</span> <span class="pl-en">thread1</span>() {
<span class="pl-c1">Mat</span>(<span class="pl-c1">10</span>, <span class="pl-c1">10</span>, CV_16U, <span class="pl-c1">Scalar</span>(<span class="pl-c1">0</span>));
}
<span class="pl-k">void</span> <span class="pl-en">thread2</span>() {
<span class="pl-c1">Mat</span>(<span class="pl-c1">10</span>, <span class="pl-c1">10</span>, CV_16U, <span class="pl-c1">Scalar</span>(<span class="pl-c1">0</span>));
}
<span class="pl-k">int</span> <span class="pl-en">main</span>() {
thread <span class="pl-smi">th1</span>(thread1);
thread <span class="pl-smi">th2</span>(thread2);
th1.<span class="pl-c1">join</span>();
th2.<span class="pl-c1">join</span>();
<span class="pl-k">return</span> <span class="pl-c1">0</span>;
}</pre></div>
<p dir="auto">When compiled with:</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="g++ -g $(pkg-config --libs --cflags opencv4) -lpthread test-crash-412.cpp -o test"><pre class="notranslate">g++ -g <span class="pl-s"><span class="pl-pds">$(</span>pkg-config --libs --cflags opencv4<span class="pl-pds">)</span></span> -lpthread test-crash-412.cpp -o <span class="pl-c1">test</span></pre></div>
<p dir="auto">Will randomly crash or exit normally when run. To get a more stable repro, please run several times:</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="while true; do ./test; done"><pre class="notranslate"><span class="pl-k">while</span> <span class="pl-c1">true</span><span class="pl-k">;</span> <span class="pl-k">do</span> ./test<span class="pl-k">;</span> <span class="pl-k">done</span></pre></div>
<p dir="auto">Running the same binary (without recompilation) against OpenCV-4.1.1 works fine without any crashes.</p>
<p dir="auto">This is the stack trace I see:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Stack trace of thread 19341:
#0 0x00007f07d1dd9b50 cfree (libc.so.6)
#1 0x00007f07d256a5b9 n/a (/home/pro/projects/opencv-lib/opencv-4.1/install/lib64/libopencv_core.so.4.1.2)
#2 0x000055e3320da48c n/a (/tmp/test)
#3 0x000055e3320da2b8 n/a (/tmp/test)
#4 0x000055e3320da9ff n/a (/tmp/test)
#5 0x000055e3320da7f9 n/a (/tmp/test)
#6 0x000055e3320daf02 n/a (/tmp/test)
#7 0x000055e3320daec3 n/a (/tmp/test)
#8 0x000055e3320dae98 n/a (/tmp/test)
#9 0x00007f07d2159cae execute_native_thread_routine (libstdc++.so.6)
#10 0x00007f07d2288458 start_thread (libpthread.so.0)
#11 0x00007f07d1e546ef __clone (libc.so.6)"><pre class="notranslate"><code class="notranslate">Stack trace of thread 19341:
#0 0x00007f07d1dd9b50 cfree (libc.so.6)
#1 0x00007f07d256a5b9 n/a (/home/pro/projects/opencv-lib/opencv-4.1/install/lib64/libopencv_core.so.4.1.2)
#2 0x000055e3320da48c n/a (/tmp/test)
#3 0x000055e3320da2b8 n/a (/tmp/test)
#4 0x000055e3320da9ff n/a (/tmp/test)
#5 0x000055e3320da7f9 n/a (/tmp/test)
#6 0x000055e3320daf02 n/a (/tmp/test)
#7 0x000055e3320daec3 n/a (/tmp/test)
#8 0x000055e3320dae98 n/a (/tmp/test)
#9 0x00007f07d2159cae execute_native_thread_routine (libstdc++.so.6)
#10 0x00007f07d2288458 start_thread (libpthread.so.0)
#11 0x00007f07d1e546ef __clone (libc.so.6)
</code></pre></div> | 1 |
<h4 dir="auto">Challenge Name</h4>
<p dir="auto">Responsive Design with Bootstrap<br>
<a href="https://www.freecodecamp.com/challenges/responsively-style-checkboxes" rel="nofollow">https://www.freecodecamp.com/challenges/responsively-style-checkboxes</a></p>
<h4 dir="auto">Issue Description</h4>
<p dir="auto">When a new challange starts, I always have first to "Reset" the challange, if not, I'm not able to place the cursor where I would like to code, or, when clicked into the coding part, the cursor "jumps" to another part and my code is entered there.</p>
<h4 dir="auto">Browser Information</h4>
<ul dir="auto">
<li>Chrom, Version 50.0.2661.94 m</li>
<li>Windows 10:</li>
<li>Desktop</li>
</ul>
<h4 dir="auto">Your Code</h4>
<p dir="auto">not relevant</p>
<h4 dir="auto">Screenshot</h4>
<p dir="auto">not possible</p>
<p dir="auto">regards<br>
opel22</p>
<p dir="auto"><strong><em>PS: in the jQuery-Part it is working again as expected.</em></strong></p> | <p dir="auto">In all the exercises, we the users are forced to press the enter key before writing any code.</p>
<hr>
<h4 dir="auto">Update:</h4>
<p dir="auto">We have locked the conversation temporarily on this thread to collaborators only, this has been resolved in staging, and will be live soon.</p>
<p dir="auto">The fix can be confirmed on the beta website.</p>
<p dir="auto">The workaround currently on production website is:<br>
Press the <kbd>Enter</kbd> key on the challenge editor and then proceed with the challenge.</p>
<p dir="auto">Apologies for the inconvenience meanwhile.</p>
<p dir="auto">Reach us in the chat room if you need any assistance.</p> | 1 |
<h3 dir="auto">System Information</h3>
<p dir="auto">System: Ubuntu 20.04<br>
Complier: GCC 7.5.0<br>
OpenCV version: 4.7.0 (build from source)<br>
Torch version: 2.0.0+cpu<br>
Torchvision version: 0.15.1+cpu<br>
Onnx version: 1.11.0</p>
<h3 dir="auto">Detailed description</h3>
<p dir="auto">Following assertion in raised when TopK layer is being parsed. It seems that TopK layer in C++ is absent.</p>
<div class="highlight highlight-text-shell-session notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="[ INFO:[email protected]] global onnx_importer.cpp:1006 handleNode DNN/ONNX: processing node with 2 inputs and 2 outputs: [TopK]:(onnx_node!/TopK) from domain='ai.onnx'
[ INFO:[email protected]] global onnx_importer.cpp:3333 parseCustomLayer DNN/ONNX: unknown node type, try using custom handler for node with 2 inputs and 2 outputs: [TopK]:(onnx_node!/TopK)
OpenCV(4.7.0-dev) Error: Unspecified error (Can't create layer "onnx_node!/TopK" of type "TopK") in getLayerInstance, file opencv/modules/dnn/src/net_impl.hpp, line 108
[ERROR:[email protected]] global onnx_importer.cpp:1064 handleNode DNN/ONNX: ERROR during processing node with 2 inputs and 2 outputs: [TopK]:(onnx_node!/TopK) from domain='ai.onnx'
[ INFO:[email protected]] global onnx_importer.cpp:1068 handleNode Input[0] = 'input'
[ INFO:[email protected]] global onnx_importer.cpp:1068 handleNode Input[1] = '/Constant_output_0'
[ INFO:[email protected]] global onnx_importer.cpp:1072 handleNode Output[0] = 'output'
[ INFO:[email protected]] global onnx_importer.cpp:1072 handleNode Output[1] = '5'
OpenCV(4.7.0-dev) Error: Unspecified error (> Node [[email protected]]:(onnx_node!/TopK) parse error: OpenCV(4.7.0-dev) opencv/modules/dnn/src/net_impl.hpp:108: error: (-2:Unspecified error) Can't create layer "onnx_node!/TopK" of type "TopK" in function 'getLayerInstance'
> ) in handleNode, file opencv/modules/dnn/src/onnx/onnx_importer.cpp, line 1083
[DEBUG:[email protected]] global system.cpp:2881 restoreFPDenormalsState core: restore FP mxcsr flags = 0x00001fa3
Traceback (most recent call last):
File "topk.py", line 43, in <module>
opencv_net = cv2.dnn.readNetFromONNX(full_model_path)
cv2.error: OpenCV(4.7.0-dev) opencv/modules/dnn/src/onnx/onnx_importer.cpp:1083: error: (-2:Unspecified error) in function 'handleNode'"><pre class="notranslate"><span class="pl-c1">[ INFO:[email protected]] global onnx_importer.cpp:1006 handleNode DNN/ONNX: processing node with 2 inputs and 2 outputs: [TopK]:(onnx_node!/TopK) from domain='ai.onnx'</span>
<span class="pl-c1">[ INFO:[email protected]] global onnx_importer.cpp:3333 parseCustomLayer DNN/ONNX: unknown node type, try using custom handler for node with 2 inputs and 2 outputs: [TopK]:(onnx_node!/TopK)</span>
<span class="pl-c1">OpenCV(4.7.0-dev) Error: Unspecified error (Can't create layer "onnx_node!/TopK" of type "TopK") in getLayerInstance, file opencv/modules/dnn/src/net_impl.hpp, line 108</span>
<span class="pl-c1">[ERROR:[email protected]] global onnx_importer.cpp:1064 handleNode DNN/ONNX: ERROR during processing node with 2 inputs and 2 outputs: [TopK]:(onnx_node!/TopK) from domain='ai.onnx'</span>
<span class="pl-c1">[ INFO:[email protected]] global onnx_importer.cpp:1068 handleNode Input[0] = 'input'</span>
<span class="pl-c1">[ INFO:[email protected]] global onnx_importer.cpp:1068 handleNode Input[1] = '/Constant_output_0'</span>
<span class="pl-c1">[ INFO:[email protected]] global onnx_importer.cpp:1072 handleNode Output[0] = 'output'</span>
<span class="pl-c1">[ INFO:[email protected]] global onnx_importer.cpp:1072 handleNode Output[1] = '5'</span>
<span class="pl-c1">OpenCV(4.7.0-dev) Error: Unspecified error (> Node [[email protected]]:(onnx_node!/TopK) parse error: OpenCV(4.7.0-dev) opencv/modules/dnn/src/net_impl.hpp:108: error: (-2:Unspecified error) Can't create layer "onnx_node!/TopK" of type "TopK" in function 'getLayerInstance'</span>
> <span class="pl-s1">) <span class="pl-k">in</span> handleNode, file opencv/modules/dnn/src/onnx/onnx_importer.cpp, line 1083</span>
<span class="pl-c1">[DEBUG:[email protected]] global system.cpp:2881 restoreFPDenormalsState core: restore FP mxcsr flags = 0x00001fa3</span>
<span class="pl-c1">Traceback (most recent call last):</span>
<span class="pl-c1"> File "topk.py", line 43, in <module></span>
<span class="pl-c1"> opencv_net = cv2.dnn.readNetFromONNX(full_model_path)</span>
<span class="pl-c1">cv2.error: OpenCV(4.7.0-dev) opencv/modules/dnn/src/onnx/onnx_importer.cpp:1083: error: (-2:Unspecified error) in function 'handleNode'</span></pre></div>
<h3 dir="auto">Steps to reproduce</h3>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="
import cv2
import onnx, os
import torch
import torch.nn as nn
from onnx import shape_inference
from onnxsim import simplify
class TopK(nn.Module):
def forward(self, x):
return torch.topk(x, 3)
if __name__ == "__main__":
onnx_model_path = "models"
onnx_model_name = "topk.onnx"
full_model_path = os.path.join(onnx_model_path, onnx_model_name)
topk = TopK()
x = torch.arange(1., 6.)
v, i = topk(x)
torch.onnx.export(
topk,
x,
full_model_path,
verbose=False,
input_names=["input"],
output_names=["output"],
opset_version=11
)
onnx_model = onnx.load(full_model_path)
onnx.checker.check_model(onnx_model)
onnx_model = shape_inference.infer_shapes(onnx_model)
onnx.save(onnx_model, full_model_path)
opencv_net = cv2.dnn.readNetFromONNX(full_model_path)"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">cv2</span>
<span class="pl-k">import</span> <span class="pl-s1">onnx</span>, <span class="pl-s1">os</span>
<span class="pl-k">import</span> <span class="pl-s1">torch</span>
<span class="pl-k">import</span> <span class="pl-s1">torch</span>.<span class="pl-s1">nn</span> <span class="pl-k">as</span> <span class="pl-s1">nn</span>
<span class="pl-k">from</span> <span class="pl-s1">onnx</span> <span class="pl-k">import</span> <span class="pl-s1">shape_inference</span>
<span class="pl-k">from</span> <span class="pl-s1">onnxsim</span> <span class="pl-k">import</span> <span class="pl-s1">simplify</span>
<span class="pl-k">class</span> <span class="pl-v">TopK</span>(<span class="pl-s1">nn</span>.<span class="pl-v">Module</span>):
<span class="pl-k">def</span> <span class="pl-en">forward</span>(<span class="pl-s1">self</span>, <span class="pl-s1">x</span>):
<span class="pl-k">return</span> <span class="pl-s1">torch</span>.<span class="pl-en">topk</span>(<span class="pl-s1">x</span>, <span class="pl-c1">3</span>)
<span class="pl-k">if</span> <span class="pl-s1">__name__</span> <span class="pl-c1">==</span> <span class="pl-s">"__main__"</span>:
<span class="pl-s1">onnx_model_path</span> <span class="pl-c1">=</span> <span class="pl-s">"models"</span>
<span class="pl-s1">onnx_model_name</span> <span class="pl-c1">=</span> <span class="pl-s">"topk.onnx"</span>
<span class="pl-s1">full_model_path</span> <span class="pl-c1">=</span> <span class="pl-s1">os</span>.<span class="pl-s1">path</span>.<span class="pl-en">join</span>(<span class="pl-s1">onnx_model_path</span>, <span class="pl-s1">onnx_model_name</span>)
<span class="pl-s1">topk</span> <span class="pl-c1">=</span> <span class="pl-v">TopK</span>()
<span class="pl-s1">x</span> <span class="pl-c1">=</span> <span class="pl-s1">torch</span>.<span class="pl-en">arange</span>(<span class="pl-c1">1.</span>, <span class="pl-c1">6.</span>)
<span class="pl-s1">v</span>, <span class="pl-s1">i</span> <span class="pl-c1">=</span> <span class="pl-en">topk</span>(<span class="pl-s1">x</span>)
<span class="pl-s1">torch</span>.<span class="pl-s1">onnx</span>.<span class="pl-en">export</span>(
<span class="pl-s1">topk</span>,
<span class="pl-s1">x</span>,
<span class="pl-s1">full_model_path</span>,
<span class="pl-s1">verbose</span><span class="pl-c1">=</span><span class="pl-c1">False</span>,
<span class="pl-s1">input_names</span><span class="pl-c1">=</span>[<span class="pl-s">"input"</span>],
<span class="pl-s1">output_names</span><span class="pl-c1">=</span>[<span class="pl-s">"output"</span>],
<span class="pl-s1">opset_version</span><span class="pl-c1">=</span><span class="pl-c1">11</span>
)
<span class="pl-s1">onnx_model</span> <span class="pl-c1">=</span> <span class="pl-s1">onnx</span>.<span class="pl-en">load</span>(<span class="pl-s1">full_model_path</span>)
<span class="pl-s1">onnx</span>.<span class="pl-s1">checker</span>.<span class="pl-en">check_model</span>(<span class="pl-s1">onnx_model</span>)
<span class="pl-s1">onnx_model</span> <span class="pl-c1">=</span> <span class="pl-s1">shape_inference</span>.<span class="pl-en">infer_shapes</span>(<span class="pl-s1">onnx_model</span>)
<span class="pl-s1">onnx</span>.<span class="pl-en">save</span>(<span class="pl-s1">onnx_model</span>, <span class="pl-s1">full_model_path</span>)
<span class="pl-s1">opencv_net</span> <span class="pl-c1">=</span> <span class="pl-s1">cv2</span>.<span class="pl-s1">dnn</span>.<span class="pl-en">readNetFromONNX</span>(<span class="pl-s1">full_model_path</span>)</pre></div>
<h3 dir="auto">Issue submission checklist</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I report the issue, it's not a question</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I checked the problem with documentation, FAQ, open issues, forum.opencv.org, Stack Overflow, etc and have not found any solution</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I updated to the latest OpenCV version and the issue is still there</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> There is reproducer code and related data files (videos, images, onnx, etc)</li>
</ul> | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => :4.0</li>
<li>Operating System / Platform => : linux mint (ubuntu 16.04) 64 bit</li>
<li>Compiler => :gcc</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">when i have run the command make -j4 .<br>
I got error with description that<br>
"<br>
/anaconda3/lib/libgsttag-1.0.so.0: undefined reference to <code class="notranslate">gst_make_element_message_details' /anaconda3/lib/libgsttag-1.0.so.0: undefined reference to </code>gst_element_message_full_with_details'<br>
collect2: error: ld returned 1 exit status<br>
modules/videoio/CMakeFiles/opencv_test_videoio.dir/build.make:286: recipe for target 'bin/opencv_test_videoio' failed<br>
make[2]: *** [bin/opencv_test_videoio] Error 1</p>
<p dir="auto">CMakeFiles/Makefile2:9038: recipe for target 'modules/videoio/CMakeFiles/opencv_test_videoio.dir/all' failed<br>
make[1]: *** [modules/videoio/CMakeFiles/opencv_test_videoio.dir/all] Error 2<br>
make[1]: *** Waiting for unfinished jobs....<br>
"<br>
This was the error .<br>
I have tried to install all dependencies several times but i have got same result.</p>
<h5 dir="auto">Steps to reproduce</h5>
<p dir="auto">cmake -D CMAKE_BUILD_TYPE=RELEASE <br>
-D CMAKE_INSTALL_PREFIX=$cwd/installation/OpenCV-"$cvVersion" <br>
-D INSTALL_C_EXAMPLES=ON <br>
-D INSTALL_PYTHON_EXAMPLES=ON <br>
-D WITH_TBB=ON <br>
-D WITH_V4L=ON <br>
-D OPENCV_PYTHON3_INSTALL_PATH=$cwd/OpenCV-$cvVersion-py3/lib/python3.5/site-packages <br>
-D WITH_QT=ON <br>
-D WITH_OPENGL=ON <br>
-D OPENCV_EXTRA_MODULES_PATH=../../opencv_contrib/modules <br>
-D BUILD_EXAMPLES=ON ..</p>
<p dir="auto">then i have use make -j4</p> | 0 |
<p dir="auto">This covers <code class="notranslate">btree_range</code> and <code class="notranslate">collections_bound</code>. Both try to address the combinatorics over inclusive/exclusive/none bounds on ordered queries. I am significantly unsatisfied with the current solution, which is <code class="notranslate">btree.range(Bound(&K), Bound(&K))</code>. This pushes all the combinatorics into a nasty calling convention. Instead, I believe we would be better served by a build pattern:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="for x in btree.range().ge(&min).lt(&max) { .. }"><pre class="notranslate"><code class="notranslate">for x in btree.range().ge(&min).lt(&max) { .. }
</code></pre></div>
<p dir="auto">This allows you to avoid importing and dispatching on enum. It also has the advantage of making simpler queries simpler. Compare:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="// today (assuming you've totally imported the bound variants)
for x in btree.range(Unbounded, Inclusive(&max)) {
// tomorrow?
for x in btree.range().le(&max) { .. }"><pre class="notranslate"><code class="notranslate">// today (assuming you've totally imported the bound variants)
for x in btree.range(Unbounded, Inclusive(&max)) {
// tomorrow?
for x in btree.range().le(&max) { .. }
</code></pre></div>
<p dir="auto">This also could potentially address <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="94092510" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rfcs/issues/1195" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rfcs/pull/1195/hovercard" href="https://github.com/rust-lang/rfcs/pull/1195">rust-lang/rfcs#1195</a></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="let pred = btree.range().le(&max).get();"><pre class="notranslate"><code class="notranslate">let pred = btree.range().le(&max).get();
</code></pre></div>
<p dir="auto">And can be extended to support <code class="notranslate">drain</code> or <code class="notranslate">remove</code> similarly;</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="for x in btree.range_mut().gt(&min).drain() { .. }"><pre class="notranslate"><code class="notranslate">for x in btree.range_mut().gt(&min).drain() { .. }
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ler pred = btree.range_mut().le(&max).remove();"><pre class="notranslate"><code class="notranslate">ler pred = btree.range_mut().le(&max).remove();
</code></pre></div>
<p dir="auto">Which if desirable can be sugarred to direct methods on btree in the future.</p> | <p dir="auto">This compiles:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="mod Foo {}
struct Foo;
fn main() {}"><pre class="notranslate"><span class="pl-k">mod</span> <span class="pl-v">Foo</span> <span class="pl-kos">{</span><span class="pl-kos">}</span>
<span class="pl-k">struct</span> <span class="pl-smi">Foo</span><span class="pl-kos">;</span>
<span class="pl-k">fn</span> <span class="pl-en">main</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span><span class="pl-kos">}</span></pre></div>
<p dir="auto">but this doesn't:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="mod Foo {}
struct Bar;
type Foo = Bar;
fn main() {}"><pre class="notranslate"><span class="pl-k">mod</span> <span class="pl-v">Foo</span> <span class="pl-kos">{</span><span class="pl-kos">}</span>
<span class="pl-k">struct</span> <span class="pl-smi">Bar</span><span class="pl-kos">;</span>
<span class="pl-k">type</span> <span class="pl-smi">Foo</span> = <span class="pl-smi">Bar</span><span class="pl-kos">;</span>
<span class="pl-k">fn</span> <span class="pl-en">main</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span><span class="pl-kos">}</span></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<anon>:3:1: 3:16 error: duplicate definition of type or module `Foo`
<anon>:3 type Foo = Bar;
^~~~~~~~~~~~~~~
<anon>:1:1: 1:11 note: first definition of type or module `Foo` here
<anon>:1 mod Foo {}
^~~~~~~~~~"><pre class="notranslate"><code class="notranslate"><anon>:3:1: 3:16 error: duplicate definition of type or module `Foo`
<anon>:3 type Foo = Bar;
^~~~~~~~~~~~~~~
<anon>:1:1: 1:11 note: first definition of type or module `Foo` here
<anon>:1 mod Foo {}
^~~~~~~~~~
</code></pre></div>
<p dir="auto">I'd have expected both to either succeed or fail.</p> | 0 |
<p dir="auto">While upgrading to 0.18.1 a new process killer popped up. I had three processes to kill: Alienware Command Center, nVidia Overlay and Microsoft Store. Having to manually kill these processes is a bit of a pain, especially when one, nVidia Overlay, is not killable.</p>
<p dir="auto">In that popup, add an option for the installation process to kill those processes like Ccleaner does when the Cookies Options tab is accessed.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/24441944/82734466-24fb8d80-9ce9-11ea-9416-d83d849ab4d1.png"><img src="https://user-images.githubusercontent.com/24441944/82734466-24fb8d80-9ce9-11ea-9416-d83d849ab4d1.png" alt="image" style="max-width: 100%;"></a></p> | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.19041.264
PowerToys version: v0.18.1
PowerToy module for which you are reporting the bug: auto update"><pre class="notranslate"><code class="notranslate">Windows build number: 10.0.19041.264
PowerToys version: v0.18.1
PowerToy module for which you are reporting the bug: auto update
</code></pre></div>
<p dir="auto">The update program requires to disable the Microsoft Store, Microsoft Text Input Application, Mail which are run at background. I can manually kill the process for Microsoft Store and Mail but Microsoft Text Input Application. However, I can just ignore this to continue. Just unsure does this effect anything.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/10762296/82691374-aa603e80-9c12-11ea-8461-a1dbe9a3f539.png"><img src="https://user-images.githubusercontent.com/10762296/82691374-aa603e80-9c12-11ea-8461-a1dbe9a3f539.png" alt="image" style="max-width: 100%;"></a></p> | 1 |
<p dir="auto"><strong>TypeScript Version:</strong><br>
type-script playground</p>
<p dir="auto"><strong>Code</strong><br>
<em>TS</em></p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="enum Color {Red = 6, Green=5, Blue};
let colorName: string = Color[2];
alert(colorName);"><pre class="notranslate"><span class="pl-k">enum</span> <span class="pl-smi">Color</span> <span class="pl-kos">{</span><span class="pl-c1">Red</span> <span class="pl-c1">=</span> <span class="pl-c1">6</span><span class="pl-kos">,</span> <span class="pl-c1">Green</span><span class="pl-c1">=</span><span class="pl-c1">5</span><span class="pl-kos">,</span> <span class="pl-c1">Blue</span><span class="pl-kos">}</span><span class="pl-kos">;</span>
<span class="pl-k">let</span> <span class="pl-s1">colorName</span>: <span class="pl-smi">string</span> <span class="pl-c1">=</span> <span class="pl-smi">Color</span><span class="pl-kos">[</span><span class="pl-c1">2</span><span class="pl-kos">]</span><span class="pl-kos">;</span>
<span class="pl-en">alert</span><span class="pl-kos">(</span><span class="pl-s1">colorName</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">**<br>
<em>JS</em></p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="var Color;
(function (Color) {
Color[Color["Red"] = 6] = "Red";
Color[Color["Green"] = 5] = "Green";
Color[Color["Blue"] = 6] = "Blue";
})(Color || (Color = {}));
;
var colorName = Color[2];
alert(colorName);"><pre class="notranslate"><span class="pl-k">var</span> <span class="pl-v">Color</span><span class="pl-kos">;</span>
<span class="pl-kos">(</span><span class="pl-k">function</span> <span class="pl-kos">(</span><span class="pl-v">Color</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-v">Color</span><span class="pl-kos">[</span><span class="pl-v">Color</span><span class="pl-kos">[</span><span class="pl-s">"Red"</span><span class="pl-kos">]</span> <span class="pl-c1">=</span> <span class="pl-c1">6</span><span class="pl-kos">]</span> <span class="pl-c1">=</span> <span class="pl-s">"Red"</span><span class="pl-kos">;</span>
<span class="pl-v">Color</span><span class="pl-kos">[</span><span class="pl-v">Color</span><span class="pl-kos">[</span><span class="pl-s">"Green"</span><span class="pl-kos">]</span> <span class="pl-c1">=</span> <span class="pl-c1">5</span><span class="pl-kos">]</span> <span class="pl-c1">=</span> <span class="pl-s">"Green"</span><span class="pl-kos">;</span>
<span class="pl-v">Color</span><span class="pl-kos">[</span><span class="pl-v">Color</span><span class="pl-kos">[</span><span class="pl-s">"Blue"</span><span class="pl-kos">]</span> <span class="pl-c1">=</span> <span class="pl-c1">6</span><span class="pl-kos">]</span> <span class="pl-c1">=</span> <span class="pl-s">"Blue"</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">(</span><span class="pl-v">Color</span> <span class="pl-c1">||</span> <span class="pl-kos">(</span><span class="pl-v">Color</span> <span class="pl-c1">=</span> <span class="pl-kos">{</span><span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">;</span>
<span class="pl-k">var</span> <span class="pl-s1">colorName</span> <span class="pl-c1">=</span> <span class="pl-v">Color</span><span class="pl-kos">[</span><span class="pl-c1">2</span><span class="pl-kos">]</span><span class="pl-kos">;</span>
<span class="pl-en">alert</span><span class="pl-kos">(</span><span class="pl-s1">colorName</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">**</p>
<p dir="auto"><strong>Expected behavior:</strong><br>
Since 'Red' is number 6, and 'Blue' defined automatically to follow 'Green's 5, 'Blue' should be getting any number that not listed yet,<br>
The alert should not call 'Blue'.</p>
<p dir="auto"><strong>Actual behavior:</strong><br>
The 'Blue' element in the enum get 6 because it follows 'Green' 5 and did not get a pre-set.</p> | <p dir="auto">Enum value incrementation does not consider previously defined values, nor does the compiler throws an error on duplicate values.</p>
<p dir="auto">Which means you can end up with potential bugs:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="enum Color {Red = 3, Green = 2, Blue};
Color.Red == Color.Blue; //true"><pre class="notranslate"><span class="pl-k">enum</span> <span class="pl-smi">Color</span> <span class="pl-kos">{</span><span class="pl-c1">Red</span> <span class="pl-c1">=</span> <span class="pl-c1">3</span><span class="pl-kos">,</span> <span class="pl-c1">Green</span> <span class="pl-c1">=</span> <span class="pl-c1">2</span><span class="pl-kos">,</span> <span class="pl-c1">Blue</span><span class="pl-kos">}</span><span class="pl-kos">;</span>
<span class="pl-smi">Color</span><span class="pl-kos">.</span><span class="pl-c1">Red</span> <span class="pl-c1">==</span> <span class="pl-smi">Color</span><span class="pl-kos">.</span><span class="pl-c1">Blue</span><span class="pl-kos">;</span> <span class="pl-c">//true</span></pre></div> | 1 |
<p dir="auto">Building on a <a href="http://stackoverflow.com/questions/36966444/how-to-create-a-circularly-referenced-type-in-typescript/36967300#36967300" rel="nofollow">question I asked on StackOverlow</a>, I was wondering if it would be a nice addition if it would be possible to define types recursively. If I am guessing correctly this wouldn't be too difficult to implement.</p>
<p dir="auto">Example:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="type Document = [number | string | Array<Document>]"><pre class="notranslate"><span class="pl-k">type</span> <span class="pl-smi">Document</span> <span class="pl-c1">=</span> <span class="pl-kos">[</span><span class="pl-smi">number</span> <span class="pl-c1">|</span> <span class="pl-smi">string</span> <span class="pl-c1">|</span> <span class="pl-smi">Array</span><span class="pl-kos"><</span><span class="pl-smi">Document</span><span class="pl-kos">></span><span class="pl-kos">]</span></pre></div>
<p dir="auto">Currently, according to the <a href="https://github.com/Microsoft/TypeScript/blob/master/doc/spec.md#3.11.8">spec</a>, only classes and interfaces are allowed to reference themselves. Is there a reason for this?</p>
<blockquote>
<p dir="auto">Classes and interfaces can reference themselves in their internal structure...</p>
</blockquote> | <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="
interface A<a> {
brand: 'a';
nested: a;
}
interface B<a> {
brand: 'b';
nested: a;
}
type C<a> = A<a> | B<a>;
type D = C<D> | string; // <-- i wish
"><pre class="notranslate"><span class="pl-k">interface</span> <span class="pl-smi">A</span><span class="pl-c1"><</span><span class="pl-smi">a</span><span class="pl-c1">></span> <span class="pl-kos">{</span>
<span class="pl-c1">brand</span>: <span class="pl-s">'a'</span><span class="pl-kos">;</span>
<span class="pl-c1">nested</span>: <span class="pl-smi">a</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-k">interface</span> <span class="pl-smi">B</span><span class="pl-c1"><</span><span class="pl-smi">a</span><span class="pl-c1">></span> <span class="pl-kos">{</span>
<span class="pl-c1">brand</span>: <span class="pl-s">'b'</span><span class="pl-kos">;</span>
<span class="pl-c1">nested</span>: <span class="pl-smi">a</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-k">type</span> <span class="pl-smi">C</span><span class="pl-c1"><</span><span class="pl-smi">a</span><span class="pl-c1">></span> <span class="pl-c1">=</span> <span class="pl-smi">A</span><span class="pl-kos"><</span><span class="pl-smi">a</span><span class="pl-kos">></span> <span class="pl-c1">|</span> <span class="pl-smi">B</span><span class="pl-kos"><</span><span class="pl-smi">a</span><span class="pl-kos">></span><span class="pl-kos">;</span>
<span class="pl-k">type</span> <span class="pl-smi">D</span> <span class="pl-c1">=</span> <span class="pl-smi">C</span><span class="pl-kos"><</span><span class="pl-smi">D</span><span class="pl-kos">></span> <span class="pl-c1">|</span> <span class="pl-smi">string</span><span class="pl-kos">;</span> <span class="pl-c">// <-- i wish</span></pre></div> | 1 |
<h3 dir="auto">Preflight Checklist</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I agree to follow the <a href="https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md">Code of Conduct</a> that this project adheres to.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the issue tracker for an issue that matches the one I want to file, without success.</li>
</ul>
<h3 dir="auto">Issue Details</h3>
<ul dir="auto">
<li><strong>Electron Version:</strong>
<ul dir="auto">
<li>
5.0.10
</li>
</ul>
</li>
<li><strong>Operating System:</strong>
<ul dir="auto">
<li>
Windows 10
</li>
</ul>
</li>
<li><strong>Last Known Working Electron version:</strong>
<ul dir="auto">
<li>
3.0.14
</li>
</ul>
</li>
</ul>
<h3 dir="auto">Expected Behavior</h3>
<p dir="auto">Printing from the renderer process with <code class="notranslate">win.webContents.print()</code> should works and not crash the application. Using <code class="notranslate">win.webContents.printToPDF()</code> crash too.</p>
<h3 dir="auto">Actual Behavior</h3>
<p dir="auto">Printing with <code class="notranslate">win.webContents.print()</code> crash the application on some Windows 10 computers. The crash occurs only on some machines which run Windows 10 and others with the same Windows 10 version works like a charm..</p>
<p dir="auto">Using <code class="notranslate">win.webContents.printToPDF()</code> crash the application too.</p>
<h3 dir="auto">Crash</h3>
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/codebytere/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/codebytere">@codebytere</a> do you know what this could be ?</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="### crash summary
...
1 appName.exe!printing::PrintJob::Cancel() [print_job.cc : 208 + 0x9]
...
2 appName.exe!printing::PrintViewManagerBase::TerminatePrintJob(bool) [print_view_manager_base.cc : 581 + 0x3]
..."><pre class="notranslate"><code class="notranslate">### crash summary
...
1 appName.exe!printing::PrintJob::Cancel() [print_job.cc : 208 + 0x9]
...
2 appName.exe!printing::PrintViewManagerBase::TerminatePrintJob(bool) [print_view_manager_base.cc : 581 + 0x3]
...
</code></pre></div>
<details><summary>Crash details</summary>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Operating system: Windows NT
10.0.17134
CPU: amd64
family 6 model 142 stepping 9
4 CPUs
GPU: UNKNOWN
Crash reason: EXCEPTION_ACCESS_VIOLATION_EXEC
Crash address: 0x2c935c8
Assertion: Unknown assertion type 0x00000000
Process uptime: 120 seconds
Thread 0 (crashed)
0 0x2c935c8
rax = 0x0000000005674700 rdx = 0x0000000005273ee8
rcx = 0x00000000054ae560 rbx = 0x000000000014ee70
rsi = 0x00000000054ae560 rdi = 0x0000000144b7e080
rbp = 0x000000000014f050 rsp = 0x000000000014ee38
r8 = 0x000000000560ec20 r9 = 0x0000000000000000
r10 = 0xffffffffffffffff r11 = 0x0000000000000001
r12 = 0x000000000014ef30 r13 = 0x00000000054c1020
r14 = 0x00000000054c2cf8 r15 = 0x000000000014ef60
rip = 0x0000000002c935c8
Found by: given as instruction pointer in context
1 appName.exe!printing::PrintJob::Cancel() [print_job.cc : 208 + 0x9]
rbp = 0x000000000014f050 rsp = 0x000000000014ee40
rip = 0x0000000144732931
Found by: stack scanning
2 appName.exe!printing::PrintViewManagerBase::TerminatePrintJob(bool) [print_view_manager_base.cc : 581 + 0x3]
rbp = 0x000000000014f050 rsp = 0x000000000014eea0
rip = 0x00000001443ae39b
Found by: call frame info
3 appName.exe!printing::PrintViewManagerBase::RenderFrameDeleted(content::RenderFrameHost *) [print_view_manager_base.cc : 385 + 0x14]
rbp = 0x000000000014f050 rsp = 0x000000000014eed0
rip = 0x00000001443aeaec
Found by: call frame info
4 appName.exe!content::WebContentsImpl::RenderFrameDeleted(content::RenderFrameHost *) [web_contents_impl.cc : 5206 + 0x9]
rbp = 0x000000000014f050 rsp = 0x000000000014ef10
rip = 0x0000000140cf88f4
Found by: call frame info
5 appName.exe!content::WebContentsImpl::~WebContentsImpl() [web_contents_impl.cc : 690 + 0x7]
rbp = 0x000000000014f050 rsp = 0x000000000014efd0
rip = 0x0000000140ce6380
Found by: call frame info
6 appName.exe!void content::WebContentsImpl::~WebContentsImpl() [web_contents_impl.cc : 623 + 0x5]
rbp = 0x000000000014f050 rsp = 0x000000000014f0d0
rip = 0x0000000140d142f0
Found by: call frame info
7 appName.exe!atom::InspectableWebContentsImpl::~InspectableWebContentsImpl() [inspectable_web_contents_impl.cc : 257 + 0x5a]
rbp = 0x000000000014f050 rsp = 0x000000000014f110
rip = 0x00000001443c4e70
Found by: call frame info
8 appName.exe!void atom::InspectableWebContentsImpl::~InspectableWebContentsImpl() [inspectable_web_contents_impl.cc : 247 + 0x5]
rbp = 0x000000000014f050 rsp = 0x000000000014f150
rip = 0x00000001443c7860
Found by: call frame info
9 appName.exe!static void base::internal::Invoker<base::internal::BindState<`lambda at ../../electron/atom/browser/common_web_contents_delegate.cc:238:13',base::internal::RetainedRefWrapper<atom::AtomBrowserContext>,std::unique_ptr<atom::InspectableWebContents,std::default_delete<atom::InspectableWebContents> > >,void ()>::RunOnce(class base::internal::BindStateBase *) [bind_internal.h : 658 + 0x28]
rbp = 0x000000000014f050 rsp = 0x000000000014f190
rip = 0x00000001444050b0
Found by: call frame info
10 appName.exe!base::debug::TaskAnnotator::RunTask(char const *,base::PendingTask *) [task_annotator.cc : 105 + 0x10]
rbp = 0x000000000014f050 rsp = 0x000000000014f1c0
rip = 0x0000000141c1c0de
Found by: call frame info
11 appName.exe!base::MessageLoopImpl::RunTask(base::PendingTask *) [message_loop_impl.cc : 355 + 0xf]
rbp = 0x000000000014f050 rsp = 0x000000000014f270
rip = 0x0000000141c4382e
Found by: call frame info
12 appName.exe!base::MessageLoopImpl::DoWork() [message_loop_impl.cc : 458 + 0x12]
rbp = 0x000000000014f050 rsp = 0x000000000014f360
rip = 0x0000000141c43d77
Found by: call frame info
13 appName.exe!base::MessagePumpForUI::DoRunLoop() [message_pump_win.cc : 180 + 0x9]
rbp = 0x000000000014f050 rsp = 0x000000000014f580
rip = 0x0000000141c44c29
Found by: call frame info
14 appName.exe!base::MessagePumpWin::Run(base::MessagePump::Delegate *) [message_pump_win.cc : 52 + 0x9]
rbp = 0x000000000014f050 rsp = 0x000000000014f630
rip = 0x0000000141c445ee
Found by: call frame info
15 appName.exe!base::RunLoop::Run() [run_loop.cc : 150 + 0x6]
rbp = 0x000000000014f050 rsp = 0x000000000014f680
rip = 0x0000000141c63e56
Found by: call frame info
16 appName.exe!content::BrowserMainLoop::MainMessageLoopRun() [browser_main_loop.cc : 1552 + 0x8]
rbp = 0x000000000014f050 rsp = 0x000000000014f730
rip = 0x000000014096fa58
Found by: call frame info
17 appName.exe!content::BrowserMainLoop::RunMainMessageLoopParts() [browser_main_loop.cc : 1003 + 0x8]
rbp = 0x000000000014f050 rsp = 0x000000000014f7e0
rip = 0x000000014096f884
Found by: call frame info
18 appName.exe!content::BrowserMainRunnerImpl::Run() [browser_main_runner_impl.cc : 165 + 0x5]
rbp = 0x000000000014f050 rsp = 0x000000000014f860
rip = 0x0000000140971911
Found by: call frame info
19 appName.exe!content::BrowserMain(content::MainFunctionParams const &) [browser_main.cc : 47 + 0x9]
rbp = 0x000000000014f050 rsp = 0x000000000014f890
rip = 0x000000014096c84a
Found by: call frame info
20 appName.exe!content::RunBrowserProcessMain(content::MainFunctionParams const &,content::ContentMainDelegate *) [content_main_runner_impl.cc : 545 + 0x8]
rbp = 0x000000000014f050 rsp = 0x000000000014f930
rip = 0x0000000141a739af
Found by: call frame info
21 appName.exe!content::ContentMainRunnerImpl::RunServiceManager(content::MainFunctionParams &,bool) [content_main_runner_impl.cc : 954 + 0xc]
rbp = 0x000000000014f050 rsp = 0x000000000014f9a0
rip = 0x0000000141a7444a
Found by: call frame info
22 appName.exe!content::ContentMainRunnerImpl::Run(bool) [content_main_runner_impl.cc : 868 + 0x10]
rbp = 0x000000000014f050 rsp = 0x000000000014fa30
rip = 0x0000000141a7411e
Found by: call frame info
23 appName.exe!service_manager::Main(service_manager::MainParams const &) [main.cc : 461 + 0xa]
rbp = 0x000000000014f050 rsp = 0x000000000014fad0
rip = 0x00000001424ad9e9
Found by: call frame info
24 appName.exe!content::ContentMain(content::ContentMainParams const &) [content_main.cc : 19 + 0x8]
rbp = 0x000000000014f050 rsp = 0x000000000014fd90
rip = 0x0000000141a7390e
Found by: call frame info
25 appName.exe!wWinMain [atom_main.cc : 181 + 0x8]
rbp = 0x000000000014f050 rsp = 0x000000000014fe20
rip = 0x00000001400013b8
Found by: call frame info
26 appName.exe!static int __scrt_common_main_seh() [exe_common.inl : 283 + 0x21]
rbp = 0x000000000014f050 rsp = 0x000000000014ff20
rip = 0x0000000144a517d2
Found by: call frame info
27 kernel32.dll + 0x14034
rbp = 0x000000000014f050 rsp = 0x000000000014ff60
rip = 0x00007ff8d0774034
Found by: call frame info
28 ntdll.dll + 0x73691
rsp = 0x000000000014ff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
29 KERNELBASE.dll + 0xebda0
rsp = 0x000000000014ffc0 rip = 0x00007ff8cd13bda0
Found by: stack scanning
Thread 1
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000000488580
rcx = 0x0000000000000050 rbx = 0x0000000000488580
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x000000000073fc68
r8 = 0x000000000073f4c0 r9 = 0x000000000073f5f4
r10 = 0x000000000073f5f4 r11 = 0x000000000073f260
r12 = 0x0000000000000000 r13 = 0x00000000004732a0
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x000000000073fc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x000000000073fc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 2
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x000000000048e840
rcx = 0x0000000000000050 rbx = 0x000000000048e840
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x000000000083fc68
r8 = 0x000000000083f3f0 r9 = 0x000000000083f526
r10 = 0x000000000083f526 r11 = 0x000000000083f190
r12 = 0x0000000000000000 r13 = 0x00000000004732a0
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x000000000083fc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x000000000083fc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 3
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000000493b40
rcx = 0x0000000000000050 rbx = 0x0000000000493b40
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x000000000093fc68
r8 = 0x0000000000000008 r9 = 0x0000000000000001
r10 = 0x0000000017e00320 r11 = 0x0000000017e01130
r12 = 0x0000000000000000 r13 = 0x00000000004732a0
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x000000000093fc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x000000000093fc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 4
0 ntdll.dll + 0x9b4f4
rax = 0x000000000000005b rdx = 0x000000000270ff40
rcx = 0x0000000000000002 rbx = 0x0000000000000002
rsi = 0x0000000000000000 rdi = 0x0000000000000002
rbp = 0x0000000000000000 rsp = 0x000000000270fbd8
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000000000
r12 = 0x0000000000000000 r13 = 0x000000000270ff40
r14 = 0x0000000000000000 r15 = 0x0000000000000000
rip = 0x00007ff8d0b0b4f4
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x46099
rsp = 0x000000000270fbe0 rip = 0x00007ff8cd096099
Found by: stack scanning
2 ntdll.dll + 0x73670
rsp = 0x000000000270fc00 rip = 0x00007ff8d0ae3670
Found by: stack scanning
Thread 5
0 ntdll.dll + 0x9aac4
rax = 0x0000000000000009 rdx = 0x000000000382fef0
rcx = 0x0000000000000304 rbx = 0x000000000382fee0
rsi = 0x0000000002c27320 rdi = 0x000000000382feec
rbp = 0x0000000000000000 rsp = 0x000000000382fe28
r8 = 0x0000000000000001 r9 = 0x0000000002c10000
r10 = 0x0000000002d40000 r11 = 0x00007ff8d0b89400
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000000000000 r15 = 0x0000000000000000
rip = 0x00007ff8d0b0aac4
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x536e2
rsp = 0x000000000382fe30 rip = 0x00007ff8cd0a36e2
Found by: stack scanning
2 KERNELBASE.dll + 0x5968a
rsp = 0x000000000382fe60 rip = 0x00007ff8cd0a968a
Found by: stack scanning
3 appName.exe!sandbox::BrokerServicesBase::TargetEventsThread(void *) [broker_services.cc : 177 + 0x16]
rsp = 0x000000000382fe90 rip = 0x0000000142ca42c4
Found by: stack scanning
4 kernel32.dll + 0x14034
rsp = 0x000000000382ff60 rip = 0x00007ff8d0774034
Found by: call frame info
5 ntdll.dll + 0x73691
rsp = 0x000000000382ff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 6
0 ntdll.dll + 0x9aa24
rax = 0x0000000000000004 rdx = 0x0000000000000000
rcx = 0x00000000000003f0 rbx = 0x0000000000000000
rsi = 0x000000000414fbc8 rdi = 0x00000000000003f0
rbp = 0x0000000000000001 rsp = 0x000000000414fb98
r8 = 0x0000000000000000 r9 = 0x000000000414fa20
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00007ff8d0780e80 r13 = 0x00007ff8d0a962f0
r14 = 0x00000000000003f0 r15 = 0x000000000414fc60
rip = 0x00007ff8d0b0aa24
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x39252
rsp = 0x000000000414fba0 rip = 0x00007ff8cd089252
Found by: stack scanning
2 appName.exe!base::ThreadLocalStorage::Slot::Get() [thread_local_storage.cc : 362 + 0xc]
rsp = 0x000000000414fbb0 rip = 0x0000000141caec44
Found by: stack scanning
3 0x100000001
rsp = 0x000000000414fbe0 rip = 0x0000000100000001
Found by: call frame info
4 appName.exe!base::MessageLoopImpl::ProcessNextDelayedNonNestableTask() [message_loop_impl.cc : 341 + 0x10]
rsp = 0x000000000414fc20 rip = 0x0000000141c4371f
Found by: stack scanning
Thread 7
0 ntdll.dll + 0x9aa24
rax = 0x0000000000000004 rdx = 0x0000000000000000
rcx = 0x00000000000003b4 rbx = 0x0000000000000000
rsi = 0x000000000424fc48 rdi = 0x00000000000003b4
rbp = 0x0000000002c35e38 rsp = 0x000000000424fc18
r8 = 0x0000000000000001 r9 = 0x0000000004dd0000
r10 = 0x00000000052e68b0 r11 = 0x00007ff8d0b89400
r12 = 0x00007ff8d0780e80 r13 = 0x0000000000000001
r14 = 0x00000000000003b4 r15 = 0x000000000424fce0
rip = 0x00007ff8d0b0aa24
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x39252
rsp = 0x000000000424fc20 rip = 0x00007ff8cd089252
Found by: stack scanning
2 appName.exe!static class base::TimeTicks base::`anonymous namespace'::QPCNow() [time_win.cc : 511 + 0x80]
rsp = 0x000000000424fc40 rip = 0x0000000141cf31b8
Found by: stack scanning
Thread 8
0 ntdll.dll + 0x9aa24
rax = 0x0000000000000004 rdx = 0x0000000000000000
rcx = 0x00000000000003c4 rbx = 0x0000000000000000
rsi = 0x000000000444fc48 rdi = 0x00000000000003c4
rbp = 0x0000000002c35e38 rsp = 0x000000000444fc18
r8 = 0x00000000052e4ba0 r9 = 0x0000000002c67750
r10 = 0x000000000444e000 r11 = 0x000000000444e000
r12 = 0x00007ff8d0780e80 r13 = 0x0000000000000000
r14 = 0x00000000000003c4 r15 = 0x000000000444fce0
rip = 0x00007ff8d0b0aa24
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x39252
rsp = 0x000000000444fc20 rip = 0x00007ff8cd089252
Found by: stack scanning
2 appName.exe!static class base::TimeTicks base::`anonymous namespace'::QPCNow() [time_win.cc : 511 + 0x80]
rsp = 0x000000000444fc40 rip = 0x0000000141cf31b8
Found by: stack scanning
Thread 9
0 ntdll.dll + 0x9aac4
rax = 0x0000000000000009 rdx = 0x000000000464fc40
rcx = 0x000000000000041c rbx = 0x000000000464fc38
rsi = 0x0000000002c6f370 rdi = 0x000000000464fc30
rbp = 0x0000000000000000 rsp = 0x000000000464fb88
r8 = 0x00000000000003e5 r9 = 0x000000000464fbb0
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x0000000002c3c750 r13 = 0x00007ff8d0a962f0
r14 = 0x000000000464fc98 r15 = 0x000000000464fca0
rip = 0x00007ff8d0b0aac4
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x536e2
rsp = 0x000000000464fb90 rip = 0x00007ff8cd0a36e2
Found by: stack scanning
2 appName.exe!mojo::SimpleWatcher::Context::Notify(unsigned int,MojoHandleSignalsState,unsigned int) [simple_watcher.cc : 119 + 0x21]
rsp = 0x000000000464fba0 rip = 0x0000000141cf7f5e
Found by: stack scanning
3 0x2c6f378
rsp = 0x000000000464fc60 rip = 0x0000000002c6f378
Found by: call frame info
4 appName.exe!base::MessagePumpForIO::DoRunLoop() [message_pump_win.cc : 536 + 0x65]
rsp = 0x000000000464fc70 rip = 0x0000000141c458dd
Found by: stack scanning
5 appName.exe!base::MessagePumpWin::Run(base::MessagePump::Delegate *) [message_pump_win.cc : 52 + 0x9]
rsp = 0x000000000464fd10 rip = 0x0000000141c445ee
Found by: call frame info
6 appName.exe!base::RunLoop::Run() [run_loop.cc : 150 + 0x6]
rsp = 0x000000000464fd60 rip = 0x0000000141c63e56
Found by: call frame info
7 appName.exe!content::BrowserProcessSubThread::IOThreadRun(base::RunLoop *) [browser_process_sub_thread.cc : 174 + 0x5]
rsp = 0x000000000464fe10 rip = 0x00000001409768e4
Found by: call frame info
8 appName.exe!base::Thread::ThreadMain() [thread.cc : 333 + 0xc]
rsp = 0x000000000464fe50 rip = 0x0000000141cae5d9
Found by: call frame info
9 appName.exe!static unsigned long base::`anonymous namespace'::ThreadFunc(void *) [platform_thread_win.cc : 97 + 0x8]
rsp = 0x000000000464fee0 rip = 0x0000000141cb0541
Found by: call frame info
10 kernel32.dll + 0x14034
rsp = 0x000000000464ff60 rip = 0x00007ff8d0774034
Found by: call frame info
11 ntdll.dll + 0x73691
rsp = 0x000000000464ff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 10
0 ntdll.dll + 0x9d694
rax = 0x0000000000000168 rdx = 0x00000000048cedd0
rcx = 0x0000000000000458 rbx = 0x0000000000000000
rsi = 0x00000000048cedc0 rdi = 0x0000000002cb6201
rbp = 0x00000000ffffffff rsp = 0x00000000048cecd8
r8 = 0x0000000000000080 r9 = 0x00000000048cedc0
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00000000048cedd0 r13 = 0x0000000000000458
r14 = 0x0000000000000080 r15 = 0x0000000000000000
rip = 0x00007ff8d0b0d694
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0xe847d
rbp = 0x00000000ffffffff rsp = 0x00000000048cece0
rip = 0x00007ff8cd13847d
Found by: stack scanning
2 appName.exe!uv_run [core.c : 528 + 0x2d]
rbp = 0x00000000ffffffff rsp = 0x00000000048ced80
rip = 0x000000014291e425
Found by: stack scanning
3 appName.exe!node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Run() [node_platform.cc : 90 + 0xa]
rbp = 0x00000000ffffffff rsp = 0x00000000048cfe40
rip = 0x0000000143c6179b
Found by: call frame info
4 appName.exe!static unsigned int uv__thread_start(void *) [thread.c : 108 + 0x5]
rbp = 0x00000000ffffffff rsp = 0x00000000048cfef0
rip = 0x0000000142904452
Found by: call frame info
5 appName.exe!static unsigned long thread_start<unsigned int (__cdecl*)(void * __ptr64)>(void *) [thread.cpp : 115 + 0xd]
rbp = 0x00000000ffffffff rsp = 0x00000000048cff30
rip = 0x0000000144a63ab0
Found by: call frame info
6 kernel32.dll + 0x14034
rbp = 0x00000000ffffffff rsp = 0x00000000048cff60
rip = 0x00007ff8d0774034
Found by: call frame info
7 ntdll.dll + 0x73691
rbp = 0x00000000ffffffff rsp = 0x00000000048cff90
rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 11
0 ntdll.dll + 0x9e294
rax = 0x00000000000001c8 rdx = 0x0000000000000000
rcx = 0x0000000002c969c0 rbx = 0x0000000000000000
rsi = 0x0000000002c969c0 rdi = 0x0000000000000000
rbp = 0x00000000049cfd60 rsp = 0x00000000049cfd08
r8 = 0x0000000004bcfd30 r9 = 0x0000000002c969e8
r10 = 0x0000000002c969e8 r11 = 0x0000000000000000
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000002c969e8 r15 = 0x00000000049cfd38
rip = 0x00007ff8d0b0e294
Found by: given as instruction pointer in context
1 ntdll.dll + 0x75ee2
rbp = 0x00000000049cfd60 rsp = 0x00000000049cfd10
rip = 0x00007ff8d0ae5ee2
Found by: stack scanning
2 KERNELBASE.dll + 0x6f378
rsp = 0x00000000049cfd80 rip = 0x00007ff8cd0bf378
Found by: stack scanning
3 appName.exe!uv_cond_wait [thread.c : 414 + 0xc]
rsp = 0x00000000049cfdb0 rip = 0x0000000142904930
Found by: stack scanning
4 appName.exe!node::TaskQueue<v8::Task>::BlockingPop() [node_platform.cc : 507 + 0xb]
rsp = 0x00000000049cfde0 rip = 0x0000000143c618a8
Found by: call frame info
5 appName.exe!static void node::`anonymous namespace'::PlatformWorkerThread(void *) [node_platform.cc : 44 + 0xb]
rsp = 0x00000000049cfe30 rip = 0x0000000143c5fd15
Found by: call frame info
6 appName.exe!static unsigned int uv__thread_start(void *) [thread.c : 108 + 0x5]
rsp = 0x00000000049cfef0 rip = 0x0000000142904452
Found by: call frame info
7 appName.exe!static unsigned long thread_start<unsigned int (__cdecl*)(void * __ptr64)>(void *) [thread.cpp : 115 + 0xd]
rsp = 0x00000000049cff30 rip = 0x0000000144a63ab0
Found by: call frame info
8 kernel32.dll + 0x14034
rsp = 0x00000000049cff60 rip = 0x00007ff8d0774034
Found by: call frame info
9 ntdll.dll + 0x73691
rsp = 0x00000000049cff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 12
0 ntdll.dll + 0x9e294
rax = 0x00000000000001c8 rdx = 0x0000000000000000
rcx = 0x0000000002c969c0 rbx = 0x0000000000000000
rsi = 0x0000000002c969c0 rdi = 0x0000000000000000
rbp = 0x0000000004acfd60 rsp = 0x0000000004acfd08
r8 = 0x00000000049cfd30 r9 = 0x0000000002c969e8
r10 = 0x0000000002c969e8 r11 = 0x0000000000000010
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000002c969e8 r15 = 0x0000000004acfd38
rip = 0x00007ff8d0b0e294
Found by: given as instruction pointer in context
1 ntdll.dll + 0x75ee2
rbp = 0x0000000004acfd60 rsp = 0x0000000004acfd10
rip = 0x00007ff8d0ae5ee2
Found by: stack scanning
2 KERNELBASE.dll + 0x6f378
rsp = 0x0000000004acfd80 rip = 0x00007ff8cd0bf378
Found by: stack scanning
3 appName.exe!uv_cond_wait [thread.c : 414 + 0xc]
rsp = 0x0000000004acfdb0 rip = 0x0000000142904930
Found by: stack scanning
4 appName.exe!node::TaskQueue<v8::Task>::BlockingPop() [node_platform.cc : 507 + 0xb]
rsp = 0x0000000004acfde0 rip = 0x0000000143c618a8
Found by: call frame info
5 appName.exe!static void node::`anonymous namespace'::PlatformWorkerThread(void *) [node_platform.cc : 44 + 0xb]
rsp = 0x0000000004acfe30 rip = 0x0000000143c5fd15
Found by: call frame info
6 appName.exe!static unsigned int uv__thread_start(void *) [thread.c : 108 + 0x5]
rsp = 0x0000000004acfef0 rip = 0x0000000142904452
Found by: call frame info
7 appName.exe!static unsigned long thread_start<unsigned int (__cdecl*)(void * __ptr64)>(void *) [thread.cpp : 115 + 0xd]
rsp = 0x0000000004acff30 rip = 0x0000000144a63ab0
Found by: call frame info
8 kernel32.dll + 0x14034
rsp = 0x0000000004acff60 rip = 0x00007ff8d0774034
Found by: call frame info
9 ntdll.dll + 0x73691
rsp = 0x0000000004acff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 13
0 ntdll.dll + 0x9e294
rax = 0x00000000000001c8 rdx = 0x0000000000000000
rcx = 0x0000000002c969c0 rbx = 0x0000000000000000
rsi = 0x0000000002c969c0 rdi = 0x0000000000000000
rbp = 0x0000000004bcfd60 rsp = 0x0000000004bcfd08
r8 = 0x0000000004acfd30 r9 = 0x0000000002c969e8
r10 = 0x0000000002c969e8 r11 = 0x0000000000000000
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000002c969e8 r15 = 0x0000000004bcfd38
rip = 0x00007ff8d0b0e294
Found by: given as instruction pointer in context
1 ntdll.dll + 0x75ee2
rbp = 0x0000000004bcfd60 rsp = 0x0000000004bcfd10
rip = 0x00007ff8d0ae5ee2
Found by: stack scanning
2 KERNELBASE.dll + 0x6f378
rsp = 0x0000000004bcfd80 rip = 0x00007ff8cd0bf378
Found by: stack scanning
3 appName.exe!uv_cond_wait [thread.c : 414 + 0xc]
rsp = 0x0000000004bcfdb0 rip = 0x0000000142904930
Found by: stack scanning
4 appName.exe!node::TaskQueue<v8::Task>::BlockingPop() [node_platform.cc : 507 + 0xb]
rsp = 0x0000000004bcfde0 rip = 0x0000000143c618a8
Found by: call frame info
5 appName.exe!static void node::`anonymous namespace'::PlatformWorkerThread(void *) [node_platform.cc : 44 + 0xb]
rsp = 0x0000000004bcfe30 rip = 0x0000000143c5fd15
Found by: call frame info
6 appName.exe!static unsigned int uv__thread_start(void *) [thread.c : 108 + 0x5]
rsp = 0x0000000004bcfef0 rip = 0x0000000142904452
Found by: call frame info
7 appName.exe!static unsigned long thread_start<unsigned int (__cdecl*)(void * __ptr64)>(void *) [thread.cpp : 115 + 0xd]
rsp = 0x0000000004bcff30 rip = 0x0000000144a63ab0
Found by: call frame info
8 kernel32.dll + 0x14034
rsp = 0x0000000004bcff60 rip = 0x00007ff8d0774034
Found by: call frame info
9 ntdll.dll + 0x73691
rsp = 0x0000000004bcff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 14
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x00000000004d3870
rcx = 0x00000000000004c8 rbx = 0x00000000004d3870
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x0000000005acfc68
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000000000
r12 = 0x0000000000000000 r13 = 0x00000000004d29d0
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x0000000005acfc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
Thread 15
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x00000000004ee8b0
rcx = 0x0000000000000010 rbx = 0x00000000004ee8b0
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x0000000005e1fc68
r8 = 0x0000000005e1eb48 r9 = 0x0000000005e1ec80
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x0000000005e1fc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x0000000005e1fc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 16
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x00000000004f6b00
rcx = 0x0000000000000010 rbx = 0x00000000004f6b00
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x0000000005f1fc68
r8 = 0x0000000000470b30 r9 = 0x0000000000000000
r10 = 0x0000000000479700 r11 = 0x0000000000000015
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x0000000005f1fc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x0000000005f1fc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 17
0 ntdll.dll + 0x9b4f4
rax = 0x000000000000005b rdx = 0x000000000601fc40
rcx = 0x0000000000000001 rbx = 0x0000000000000001
rsi = 0x0000000000000000 rdi = 0x0000000000000001
rbp = 0x00000000000005e8 rsp = 0x000000000601f8e8
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000000000
r12 = 0x0000000000000000 r13 = 0x000000000601fc40
r14 = 0x0000000000000000 r15 = 0x0000000000000000
rip = 0x00007ff8d0b0b4f4
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x46099
rsp = 0x000000000601f8f0 rip = 0x00007ff8cd096099
Found by: stack scanning
2 WinTypes.dll + 0x2a6f0
rsp = 0x000000000601f8f8 rip = 0x00007ff8c8a1a6f0
Found by: stack scanning
3 ntdll.dll + 0x390ce
rsp = 0x000000000601f900 rip = 0x00007ff8d0aa90ce
Found by: stack scanning
4 WinTypes.dll + 0x2a6f0
rsp = 0x000000000601f920 rip = 0x00007ff8c8a1a6f0
Found by: stack scanning
5 ntdll.dll + 0x39096
rsp = 0x000000000601f9c0 rip = 0x00007ff8d0aa9096
Found by: stack scanning
6 rpcrt4.dll + 0xec9a0
rsp = 0x000000000601f9c8 rip = 0x00007ff8d065c9a0
Found by: stack scanning
7 rpcrt4.dll + 0x355f
rsp = 0x000000000601fa90 rip = 0x00007ff8d057355f
Found by: stack scanning
8 combase.dll + 0xa654d
rsp = 0x000000000601fac0 rip = 0x00007ff8ce7a654d
Found by: stack scanning
9 ntdll.dll + 0x83d0
rsp = 0x000000000601fb30 rip = 0x00007ff8d0a783d0
Found by: stack scanning
10 KERNELBASE.dll + 0x475f9
rsp = 0x000000000601fb80 rip = 0x00007ff8cd0975f9
Found by: stack scanning
11 combase.dll + 0xa6330
rsp = 0x000000000601fb90 rip = 0x00007ff8ce7a6330
Found by: stack scanning
12 combase.dll + 0xa49ef
rsp = 0x000000000601fbf0 rip = 0x00007ff8ce7a49ef
Found by: stack scanning
Thread 18
0 ntdll.dll + 0x9aac4
rax = 0x0000000000000009 rdx = 0x000000000621fc80
rcx = 0x00000000000005ec rbx = 0x000000000621fc78
rsi = 0x000000000519ae60 rdi = 0x000000000621fc70
rbp = 0x0000000000000000 rsp = 0x000000000621fbc8
r8 = 0x0000000000000000 r9 = 0x0000000000008020
r10 = 0x00000000052de8b0 r11 = 0x0000000000000000
r12 = 0x0000000002d0cbd0 r13 = 0x00007ff8d0a962f0
r14 = 0x000000000621fcd8 r15 = 0x000000000621fce0
rip = 0x00007ff8d0b0aac4
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x536e2
rsp = 0x000000000621fbd0 rip = 0x00007ff8cd0a36e2
Found by: stack scanning
2 appName.exe!base::internal::PostTaskAndReplyImpl::PostTaskAndReply(base::Location const &,base::OnceCallback<void >,base::OnceCallback<void >) [post_task_and_reply_impl.cc : 123 + 0x1d]
rsp = 0x000000000621fc00 rip = 0x0000000141ca1656
Found by: stack scanning
3 appName.exe!base::PostTaskWithTraitsAndReply(base::Location const &,base::TaskTraits const &,base::OnceCallback<void >,base::OnceCallback<void >) [post_task.cc : 96 + 0x1d]
rsp = 0x000000000621fcc0 rip = 0x0000000141c81d8e
Found by: call frame info
4 0x621fe08
rsp = 0x000000000621fd40 rip = 0x000000000621fe08
Found by: call frame info
5 appName.exe!base::MessagePumpWin::Run(base::MessagePump::Delegate *) [message_pump_win.cc : 52 + 0x9]
rsp = 0x000000000621fd50 rip = 0x0000000141c445ee
Found by: stack scanning
6 appName.exe!base::RunLoop::Run() [run_loop.cc : 150 + 0x6]
rsp = 0x000000000621fda0 rip = 0x0000000141c63e56
Found by: call frame info
7 appName.exe!base::Thread::ThreadMain() [thread.cc : 333 + 0xc]
rsp = 0x000000000621fe50 rip = 0x0000000141cae5d9
Found by: call frame info
8 appName.exe!static unsigned long base::`anonymous namespace'::ThreadFunc(void *) [platform_thread_win.cc : 97 + 0x8]
rsp = 0x000000000621fee0 rip = 0x0000000141cb0541
Found by: call frame info
9 kernel32.dll + 0x14034
rsp = 0x000000000621ff60 rip = 0x00007ff8d0774034
Found by: call frame info
10 ntdll.dll + 0x73691
rsp = 0x000000000621ff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 19
0 win32u.dll + 0x96e4
rax = 0x0000000000001436 rdx = 0x000000000631fd98
rcx = 0x0000000000000001 rbx = 0x0000000002c35e00
rsi = 0x0000000005111290 rdi = 0x0000000000000000
rbp = 0x0000000002c35e38 rsp = 0x000000000631fd28
r8 = 0x0000000000431080 r9 = 0x0000000000008000
r10 = 0x000000000631f4c4 r11 = 0x000000000631f6c0
r12 = 0x0000000005111290 r13 = 0x0000000000000001
r14 = 0x000000000631fe28 r15 = 0x00007ff8d0a962f0
rip = 0x00007ff8cce396e4
Found by: given as instruction pointer in context
1 user32.dll + 0x2031d
rsp = 0x000000000631fd30 rip = 0x00007ff8d010031d
Found by: stack scanning
2 appName.exe!base::internal::LockImpl::Lock() [lock_impl_win.cc : 37 + 0x15]
rsp = 0x000000000631fd60 rip = 0x0000000141c7f3f7
Found by: stack scanning
3 appName.exe!base::internal::SchedulerWorker::RunWorker() [scheduler_worker.cc : 331 + 0x9]
rsp = 0x000000000631fdc0 rip = 0x0000000141c9892c
Found by: call frame info
4 appName.exe!base::internal::SchedulerWorker::RunSharedCOMWorker() [scheduler_worker.cc : 266 + 0x5]
rsp = 0x000000000631fea0 rip = 0x0000000141c98490
Found by: call frame info
5 appName.exe!static unsigned long base::`anonymous namespace'::ThreadFunc(void *) [platform_thread_win.cc : 97 + 0x8]
rsp = 0x000000000631fee0 rip = 0x0000000141cb0541
Found by: call frame info
6 kernel32.dll + 0x14034
rsp = 0x000000000631ff60 rip = 0x00007ff8d0774034
Found by: call frame info
7 ntdll.dll + 0x73691
rsp = 0x000000000631ff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 20
0 ntdll.dll + 0x9aa24
rax = 0x0000000000000004 rdx = 0x0000000000000000
rcx = 0x000000000000065c rbx = 0x0000000000000000
rsi = 0x00000000084cfc48 rdi = 0x000000000000065c
rbp = 0x0000000002c35e38 rsp = 0x00000000084cfc18
r8 = 0x00000000084cf678 r9 = 0xfffffffe3eb38420
r10 = 0x00000000057dc0f0 r11 = 0x0000000000000000
r12 = 0x00007ff8d0780e80 r13 = 0x0000000000000001
r14 = 0x000000000000065c r15 = 0x00000000084cfce0
rip = 0x00007ff8d0b0aa24
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x39252
rsp = 0x00000000084cfc20 rip = 0x00007ff8cd089252
Found by: stack scanning
2 appName.exe!static class base::TimeTicks base::`anonymous namespace'::QPCNow() [time_win.cc : 511 + 0x80]
rsp = 0x00000000084cfc30 rip = 0x0000000141cf31b8
Found by: stack scanning
Thread 21
0 ntdll.dll + 0x9aa24
rax = 0x0000000000000004 rdx = 0x0000000000000000
rcx = 0x0000000000000694 rbx = 0x0000000000000000
rsi = 0x00000000085cfc48 rdi = 0x0000000000000694
rbp = 0x0000000002c35e38 rsp = 0x00000000085cfc18
r8 = 0x0000000000000000 r9 = 0x0000000000000020
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00007ff8d0780e80 r13 = 0x0000000000000001
r14 = 0x0000000000000694 r15 = 0x00000000085cfce0
rip = 0x00007ff8d0b0aa24
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x39252
rsp = 0x00000000085cfc20 rip = 0x00007ff8cd089252
Found by: stack scanning
2 appName.exe!static class base::TimeTicks base::`anonymous namespace'::QPCNow() [time_win.cc : 511 + 0x80]
rsp = 0x00000000085cfc30 rip = 0x0000000141cf31b8
Found by: stack scanning
Thread 22
0 ntdll.dll + 0x9aa24
rax = 0x0000000000000004 rdx = 0x0000000000000000
rcx = 0x000000000000069c rbx = 0x0000000000000000
rsi = 0x00000000086cfc48 rdi = 0x000000000000069c
rbp = 0x0000000002c35e38 rsp = 0x00000000086cfc18
r8 = 0x0000000000000001 r9 = 0x0000000000470000
r10 = 0x0000000000000000 r11 = 0x00007ff8d0b89400
r12 = 0x00007ff8d0780e80 r13 = 0x0000000000000000
r14 = 0x000000000000069c r15 = 0x00000000086cfce0
rip = 0x00007ff8d0b0aa24
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x39252
rsp = 0x00000000086cfc20 rip = 0x00007ff8cd089252
Found by: stack scanning
2 appName.exe!static class base::TimeTicks base::`anonymous namespace'::QPCNow() [time_win.cc : 511 + 0x80]
rsp = 0x00000000086cfc40 rip = 0x0000000141cf31b8
Found by: stack scanning
Thread 23
0 ntdll.dll + 0x9e294
rax = 0x00000000000001c8 rdx = 0x0000000000000000
rcx = 0x0000000004c1c968 rbx = 0x0000000000000000
rsi = 0x0000000000000000 rdi = 0x0000000004c1c9a0
rbp = 0x0000000004c1c968 rsp = 0x00000000087cfcd8
r8 = 0x0000000000000009 r9 = 0x0000000000000001
r10 = 0x00000000ffffffff r11 = 0x000000000cea7c24
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000004c1c9a0 r15 = 0x0000000000000000
rip = 0x00007ff8d0b0e294
Found by: given as instruction pointer in context
1 ntdll.dll + 0x25f29
rsp = 0x00000000087cfce0 rip = 0x00007ff8d0a95f29
Found by: stack scanning
2 appName.exe!void cc::`anonymous namespace'::DidFinishRunningAllTilesTask::RunOnWorkerThread() [tile_manager.cc : 351 + 0x21]
rsp = 0x00000000087cfce8 rip = 0x000000014219aaa8
Found by: stack scanning
3 0x2c935c8
rsp = 0x00000000087cfda8 rip = 0x0000000002c935c8
Found by: call frame info
4 appName.exe!cc::SingleThreadTaskGraphRunner::Run() [single_thread_task_graph_runner.cc : 126 + 0x8]
rsp = 0x00000000087cfdf0 rip = 0x000000014210f408
Found by: stack scanning
5 appName.exe!base::SimpleThread::ThreadMain() [simple_thread.cc : 80 + 0x9]
rsp = 0x00000000087cfe40 rip = 0x0000000141cae033
Found by: call frame info
6 appName.exe!static unsigned long base::`anonymous namespace'::ThreadFunc(void *) [platform_thread_win.cc : 97 + 0x8]
rsp = 0x00000000087cfee0 rip = 0x0000000141cb0541
Found by: call frame info
7 kernel32.dll + 0x14034
rsp = 0x00000000087cff60 rip = 0x00007ff8d0774034
Found by: call frame info
8 ntdll.dll + 0x73691
rsp = 0x00000000087cff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 24
0 ntdll.dll + 0x9aa24
rax = 0x0000000000000004 rdx = 0x0000000000000000
rcx = 0x0000000000000770 rbx = 0x0000000000000000
rsi = 0x0000000000000000 rdi = 0x0000000000000770
rbp = 0x0000000000000001 rsp = 0x00000000088cfc18
r8 = 0x00000000001812c0 r9 = 0x0000000000008000
r10 = 0x00000fff1888049c r11 = 0x5555555555555555
r12 = 0x0000000002c4f7b8 r13 = 0x00007ff8d0a962f0
r14 = 0x0000000000000770 r15 = 0x000000000511f4e0
rip = 0x00007ff8d0b0aa24
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x39252
rsp = 0x00000000088cfc20 rip = 0x00007ff8cd089252
Found by: stack scanning
2 appName.exe!RtlUnwindEx + 0x62f97
rsp = 0x00000000088cfc30 rip = 0x0000000144afe9d7
Found by: stack scanning
3 appName.exe!RtlUnwindEx + 0x62f68
rsp = 0x00000000088cfc38 rip = 0x0000000144afe9a8
Found by: stack scanning
4 appName.exe!media::AudioThreadHangMonitor::CheckIfAudioThreadIsAlive() [audio_thread_hang_monitor.cc : 149 + 0x21]
rsp = 0x00000000088cfc48 rip = 0x00000001403cae52
Found by: stack scanning
5 0x511f4d0
rsp = 0x00000000088cfcb8 rip = 0x000000000511f4d0
Found by: call frame info
6 appName.exe!base::WaitableEvent::Wait() [waitable_event_win.cc : 68 + 0xb]
rsp = 0x00000000088cfcc0 rip = 0x0000000141c7f7f4
Found by: stack scanning
7 appName.exe!base::MessagePumpDefault::Run(base::MessagePump::Delegate *) [message_pump_default.cc : 58 + 0x8]
rsp = 0x00000000088cfd40 rip = 0x0000000141c44547
Found by: call frame info
8 appName.exe!base::RunLoop::Run() [run_loop.cc : 150 + 0x6]
rsp = 0x00000000088cfda0 rip = 0x0000000141c63e56
Found by: call frame info
9 appName.exe!base::Thread::ThreadMain() [thread.cc : 333 + 0xc]
rsp = 0x00000000088cfe50 rip = 0x0000000141cae5d9
Found by: call frame info
10 appName.exe!static unsigned long base::`anonymous namespace'::ThreadFunc(void *) [platform_thread_win.cc : 97 + 0x8]
rsp = 0x00000000088cfee0 rip = 0x0000000141cb0541
Found by: call frame info
11 kernel32.dll + 0x14034
rsp = 0x00000000088cff60 rip = 0x00007ff8d0774034
Found by: call frame info
12 ntdll.dll + 0x73691
rsp = 0x00000000088cff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 25
0 ntdll.dll + 0x9aa24
rax = 0x0000000000000004 rdx = 0x0000000000000000
rcx = 0x00000000000006f4 rbx = 0x0000000000000000
rsi = 0x0000000008acfc48 rdi = 0x00000000000006f4
rbp = 0x0000000002c35e38 rsp = 0x0000000008acfc18
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000008ace000 r11 = 0x0000000008ace000
r12 = 0x00007ff8d0780e80 r13 = 0x0000000000000001
r14 = 0x00000000000006f4 r15 = 0x0000000008acfce0
rip = 0x00007ff8d0b0aa24
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x39252
rsp = 0x0000000008acfc20 rip = 0x00007ff8cd089252
Found by: stack scanning
2 appName.exe!static class base::TimeTicks base::`anonymous namespace'::QPCNow() [time_win.cc : 511 + 0x80]
rsp = 0x0000000008acfc40 rip = 0x0000000141cf31b8
Found by: stack scanning
Thread 26
0 win32u.dll + 0x96e4
rax = 0x0000000000001436 rdx = 0x0000000000000000
rcx = 0x0000000000000000 rbx = 0x00007ff8d0100280
rsi = 0x00000000051c97f0 rdi = 0x0000000008bcfbd0
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfb58
r8 = 0x0000000000000018 r9 = 0x00000000052e46a0
r10 = 0x0000000008bce000 r11 = 0x0000000008bce000
r12 = 0x0000000008bcfc08 r13 = 0x00007ff8d0100bc0
r14 = 0x0000000008bcfc0c r15 = 0x0000000008bcfc10
rip = 0x00007ff8cce396e4
Found by: given as instruction pointer in context
1 user32.dll + 0x2031d
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfb60
rip = 0x00007ff8d010031d
Found by: stack scanning
2 appName.exe!RtlUnwindEx + 0xf443b8
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfb78
rip = 0x00000001459dfdf8
Found by: stack scanning
3 appName.exe!base::RunLoop::IsNestedOnCurrentThread() [run_loop.cc : 232 + 0x62]
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfb80
rip = 0x0000000141c64ab8
Found by: stack scanning
4 appName.exe!base::MessageLoopImpl::ProcessNextDelayedNonNestableTask() [message_loop_impl.cc : 341 + 0x10]
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfbc0
rip = 0x0000000141c4371f
Found by: call frame info
5 0x51c97f8
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfc70
rip = 0x00000000051c97f8
Found by: call frame info
6 user32.dll + 0x18540
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfc80
rip = 0x00007ff8d00f8540
Found by: stack scanning
7 user32.dll + 0x30530
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfc88
rip = 0x00007ff8d0110530
Found by: stack scanning
8 user32.dll + 0x20bc0
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfc98
rip = 0x00007ff8d0100bc0
Found by: stack scanning
9 appName.exe!base::MessagePumpForUI::DoRunLoop() [message_pump_win.cc : 205 + 0x8]
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfca0
rip = 0x0000000141c44bc8
Found by: stack scanning
10 appName.exe!base::MessagePumpWin::Run(base::MessagePump::Delegate *) [message_pump_win.cc : 52 + 0x9]
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfd50
rip = 0x0000000141c445ee
Found by: call frame info
11 appName.exe!base::RunLoop::Run() [run_loop.cc : 150 + 0x6]
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfda0
rip = 0x0000000141c63e56
Found by: call frame info
12 appName.exe!base::Thread::ThreadMain() [thread.cc : 333 + 0xc]
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfe50
rip = 0x0000000141cae5d9
Found by: call frame info
13 appName.exe!static unsigned long base::`anonymous namespace'::ThreadFunc(void *) [platform_thread_win.cc : 97 + 0x8]
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfee0
rip = 0x0000000141cb0541
Found by: call frame info
14 kernel32.dll + 0x14034
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcff60
rip = 0x00007ff8d0774034
Found by: call frame info
15 ntdll.dll + 0x73691
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcff90
rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 27
0 ntdll.dll + 0x9aac4
rax = 0x0000000000000009 rdx = 0x0000000008ccfe80
rcx = 0x0000000000000420 rbx = 0x0000000008ccfe78
rsi = 0x0000000002c747a0 rdi = 0x0000000008ccfe8c
rbp = 0x0000000000000000 rsp = 0x0000000008ccfde8
r8 = 0x0000000008ccfba8 r9 = 0x00000000000308c0
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000000000000 r15 = 0x0000000000000000
rip = 0x00007ff8d0b0aac4
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x536e2
rsp = 0x0000000008ccfdf0 rip = 0x00007ff8cd0a36e2
Found by: stack scanning
2 appName.exe!atom::NodeBindingsWin::PollEvents() [node_bindings_win.cc : 41 + 0x24]
rsp = 0x0000000008ccfe50 rip = 0x0000000143bc5935
Found by: stack scanning
3 appName.exe!atom::NodeBindings::EmbedThreadRunner(void *) [node_bindings.cc : 441 + 0x9]
rsp = 0x0000000008ccfeb0 rip = 0x000000014291663b
Found by: call frame info
4 appName.exe!static unsigned int uv__thread_start(void *) [thread.c : 108 + 0x5]
rsp = 0x0000000008ccfef0 rip = 0x0000000142904452
Found by: call frame info
5 appName.exe!static unsigned long thread_start<unsigned int (__cdecl*)(void * __ptr64)>(void *) [thread.cpp : 115 + 0xd]
rsp = 0x0000000008ccff30 rip = 0x0000000144a63ab0
Found by: call frame info
6 kernel32.dll + 0x14034
rsp = 0x0000000008ccff60 rip = 0x00007ff8d0774034
Found by: call frame info
7 ntdll.dll + 0x73691
rsp = 0x0000000008ccff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 28
0 ntdll.dll + 0x9aa24
rax = 0x0000000000000004 rdx = 0x0000000000000000
rcx = 0x00000000000007b4 rbx = 0x0000000000000000
rsi = 0x0000000000000000 rdi = 0x00000000000007b4
rbp = 0x0000000002c35e38 rsp = 0x0000000008dcfc58
r8 = 0x00000000004324c0 r9 = 0x0000000000008000
r10 = 0x00000000058b6280 r11 = 0x0000000000000000
r12 = 0x0000000004dd3460 r13 = 0x0000000000000001
r14 = 0x00000000000007b4 r15 = 0x00007ff8d0a962f0
rip = 0x00007ff8d0b0aa24
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x39252
rsp = 0x0000000008dcfc60 rip = 0x00007ff8cd089252
Found by: stack scanning
2 appName.exe!mojo::SimpleWatcher::Context::Notify(unsigned int,MojoHandleSignalsState,unsigned int) [simple_watcher.cc : 119 + 0x21]
rsp = 0x0000000008dcfc78 rip = 0x0000000141cf7f5e
Found by: stack scanning
3 0x2c35e38
rsp = 0x0000000008dcfd38 rip = 0x0000000002c35e38
Found by: call frame info
4 ntdll.dll + 0x262f0
rsp = 0x0000000008dcfd58 rip = 0x00007ff8d0a962f0
Found by: stack scanning
5 appName.exe!base::internal::LockImpl::Lock() [lock_impl_win.cc : 37 + 0x15]
rsp = 0x0000000008dcfd60 rip = 0x0000000141c7f3f7
Found by: stack scanning
6 appName.exe!base::internal::SchedulerWorker::RunWorker() [scheduler_worker.cc : 331 + 0x9]
rsp = 0x0000000008dcfdc0 rip = 0x0000000141c9892c
Found by: call frame info
7 appName.exe!base::internal::SchedulerWorker::RunDedicatedWorker() [scheduler_worker.cc : 253 + 0x5]
rsp = 0x0000000008dcfea0 rip = 0x0000000141c98450
Found by: call frame info
8 appName.exe!static unsigned long base::`anonymous namespace'::ThreadFunc(void *) [platform_thread_win.cc : 97 + 0x8]
rsp = 0x0000000008dcfee0 rip = 0x0000000141cb0541
Found by: call frame info
9 kernel32.dll + 0x14034
rsp = 0x0000000008dcff60 rip = 0x00007ff8d0774034
Found by: call frame info
10 ntdll.dll + 0x73691
rsp = 0x0000000008dcff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 29
0 win32u.dll + 0x96e4
rax = 0x0000000000001436 rdx = 0x0000000008fefd98
rcx = 0x0000000000000001 rbx = 0x0000000002c35e00
rsi = 0x0000000004e30490 rdi = 0x0000000000000000
rbp = 0x0000000002c35e38 rsp = 0x0000000008fefd28
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000394800
r12 = 0x0000000004e30490 r13 = 0x0000000000000001
r14 = 0x0000000008fefe28 r15 = 0x00007ff8d0a962f0
rip = 0x00007ff8cce396e4
Found by: given as instruction pointer in context
1 user32.dll + 0x2031d
rsp = 0x0000000008fefd30 rip = 0x00007ff8d010031d
Found by: stack scanning
2 appName.exe!base::internal::LockImpl::Lock() [lock_impl_win.cc : 37 + 0x15]
rsp = 0x0000000008fefd60 rip = 0x0000000141c7f3f7
Found by: stack scanning
3 appName.exe!base::internal::SchedulerWorker::RunWorker() [scheduler_worker.cc : 331 + 0x9]
rsp = 0x0000000008fefdc0 rip = 0x0000000141c9892c
Found by: call frame info
4 appName.exe!base::internal::SchedulerWorker::RunSharedCOMWorker() [scheduler_worker.cc : 266 + 0x5]
rsp = 0x0000000008fefea0 rip = 0x0000000141c98490
Found by: call frame info
5 appName.exe!static unsigned long base::`anonymous namespace'::ThreadFunc(void *) [platform_thread_win.cc : 97 + 0x8]
rsp = 0x0000000008fefee0 rip = 0x0000000141cb0541
Found by: call frame info
6 kernel32.dll + 0x14034
rsp = 0x0000000008feff60 rip = 0x00007ff8d0774034
Found by: call frame info
7 ntdll.dll + 0x73691
rsp = 0x0000000008feff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 30
0 ntdll.dll + 0x9aa24
rax = 0x0000000000000004 rdx = 0x0000000000000000
rcx = 0x0000000000000818 rbx = 0x0000000000000000
rsi = 0x00000000090ffc48 rdi = 0x0000000000000818
rbp = 0x0000000002c35e38 rsp = 0x00000000090ffc18
r8 = 0x00007ff8d00e0000 r9 = 0x0000000000000000
r10 = 0x00000fff1a0200f6 r11 = 0x0040000000008000
r12 = 0x00007ff8d0780e80 r13 = 0x0000000000000000
r14 = 0x0000000000000818 r15 = 0x00000000090ffce0
rip = 0x00007ff8d0b0aa24
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x39252
rsp = 0x00000000090ffc20 rip = 0x00007ff8cd089252
Found by: stack scanning
2 appName.exe!static class base::TimeTicks base::`anonymous namespace'::QPCNow() [time_win.cc : 511 + 0x80]
rsp = 0x00000000090ffc30 rip = 0x0000000141cf31b8
Found by: stack scanning
Thread 31
0 ntdll.dll + 0x9aac4
rax = 0x0000000000000009 rdx = 0x000000000aadfc80
rcx = 0x00000000000008d8 rbx = 0x000000000aadfc78
rsi = 0x0000000005327f50 rdi = 0x000000000aadfc70
rbp = 0x0000000000000000 rsp = 0x000000000aadfbc8
r8 = 0x0000000000431f80 r9 = 0x0000000000008000
r10 = 0x00000fff19a12be7 r11 = 0x0022008000000002
r12 = 0x0000000145a270e8 r13 = 0x00007ff8d0a962f0
r14 = 0x000000000aadfcd8 r15 = 0x000000000aadfce0
rip = 0x00007ff8d0b0aac4
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x536e2
rsp = 0x000000000aadfbd0 rip = 0x00007ff8cd0a36e2
Found by: stack scanning
2 appName.exe!disk_cache::BackendImpl::SyncInit() [backend_impl.cc : 339 + 0x21]
rsp = 0x000000000aadfbe0 rip = 0x000000014296a590
Found by: stack scanning
3 0x5327f58
rsp = 0x000000000aadfca0 rip = 0x0000000005327f58
Found by: call frame info
4 appName.exe!base::MessagePumpForIO::DoRunLoop() [message_pump_win.cc : 536 + 0x65]
rsp = 0x000000000aadfcb0 rip = 0x0000000141c458dd
Found by: stack scanning
5 appName.exe!base::MessagePumpWin::Run(base::MessagePump::Delegate *) [message_pump_win.cc : 52 + 0x9]
rsp = 0x000000000aadfd50 rip = 0x0000000141c445ee
Found by: call frame info
6 appName.exe!base::RunLoop::Run() [run_loop.cc : 150 + 0x6]
rsp = 0x000000000aadfda0 rip = 0x0000000141c63e56
Found by: call frame info
7 appName.exe!base::Thread::ThreadMain() [thread.cc : 333 + 0xc]
rsp = 0x000000000aadfe50 rip = 0x0000000141cae5d9
Found by: call frame info
8 appName.exe!static unsigned long base::`anonymous namespace'::ThreadFunc(void *) [platform_thread_win.cc : 97 + 0x8]
rsp = 0x000000000aadfee0 rip = 0x0000000141cb0541
Found by: call frame info
9 kernel32.dll + 0x14034
rsp = 0x000000000aadff60 rip = 0x00007ff8d0774034
Found by: call frame info
10 ntdll.dll + 0x73691
rsp = 0x000000000aadff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 32
0 win32u.dll + 0x96e4
rax = 0x0000000000001436 rdx = 0x000000000acc1930
rcx = 0x0000000000000001 rbx = 0x0000000000000001
rsi = 0x0000000000000001 rdi = 0x0000000000000000
rbp = 0x000000000abdfeb9 rsp = 0x000000000abdfe08
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000000000
r12 = 0x0000000000000001 r13 = 0x000000000acc08c0
r14 = 0x000000000acc1930 r15 = 0x0000000000000000
rip = 0x00007ff8cce396e4
Found by: given as instruction pointer in context
1 user32.dll + 0x2031d
rbp = 0x000000000abdfeb9 rsp = 0x000000000abdfe10
rip = 0x00007ff8d010031d
Found by: stack scanning
2 directmanipulation.dll + 0x15bd6
rbp = 0x000000000abdfeb9 rsp = 0x000000000abdfe50
rip = 0x00007ff8b3bc5bd6
Found by: stack scanning
3 directmanipulation.dll + 0x77798
rbp = 0x000000000abdfeb9 rsp = 0x000000000abdfeb0
rip = 0x00007ff8b3c27798
Found by: stack scanning
4 directmanipulation.dll + 0x85000
rsp = 0x000000000abdfec8 rip = 0x00007ff8b3c35000
Found by: stack scanning
5 combase.dll + 0x9f646
rsp = 0x000000000abdfed0 rip = 0x00007ff8ce79f646
Found by: stack scanning
6 directmanipulation.dll + 0x77798
rsp = 0x000000000abdfee8 rip = 0x00007ff8b3c27798
Found by: stack scanning
7 directmanipulation.dll + 0x85000
rsp = 0x000000000abdff18 rip = 0x00007ff8b3c35000
Found by: stack scanning
8 directmanipulation.dll + 0x15e94
rsp = 0x000000000abdff20 rip = 0x00007ff8b3bc5e94
Found by: stack scanning
9 kernel32.dll + 0x14034
rsp = 0x000000000abdff60 rip = 0x00007ff8d0774034
Found by: stack scanning
10 ntdll.dll + 0x73691
rsp = 0x000000000abdff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 33
0 ntdll.dll + 0x9e294
rax = 0x00000000000001c8 rdx = 0x0000000000000000
rcx = 0x0000000145a3b328 rbx = 0x0000000000000000
rsi = 0x0000000145a3b328 rdi = 0x0000000000000000
rbp = 0x000000000aebfe00 rsp = 0x000000000aebfda8
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000000000
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000145a3b2e8 r15 = 0x000000000aebfdd8
rip = 0x00007ff8d0b0e294
Found by: given as instruction pointer in context
1 ntdll.dll + 0x75ee2
rbp = 0x000000000aebfe00 rsp = 0x000000000aebfdb0
rip = 0x00007ff8d0ae5ee2
Found by: stack scanning
2 appName.exe!RtlUnwindEx + 0xf9f8a8
rbp = 0x000000000aebfe00 rsp = 0x000000000aebfdd0
rip = 0x0000000145a3b2e8
Found by: stack scanning
3 appName.exe!RtlUnwindEx + 0xf9f910
rsp = 0x000000000aebfe08 rip = 0x0000000145a3b350
Found by: stack scanning
4 appName.exe!RtlUnwindEx + 0xf9f8a8
rsp = 0x000000000aebfe10 rip = 0x0000000145a3b2e8
Found by: stack scanning
5 appName.exe!RtlUnwindEx + 0xf9f950
rsp = 0x000000000aebfe18 rip = 0x0000000145a3b390
Found by: stack scanning
6 KERNELBASE.dll + 0x6f378
rsp = 0x000000000aebfe20 rip = 0x00007ff8cd0bf378
Found by: stack scanning
7 appName.exe!RtlUnwindEx + 0xf9f910
rsp = 0x000000000aebfe28 rip = 0x0000000145a3b350
Found by: stack scanning
8 appName.exe!RtlUnwindEx + 0xf9f8e8
rsp = 0x000000000aebfe30 rip = 0x0000000145a3b328
Found by: stack scanning
9 appName.exe!RtlUnwindEx + 0xf9f930
rsp = 0x000000000aebfe38 rip = 0x0000000145a3b370
Found by: stack scanning
10 appName.exe!RtlUnwindEx + 0xf9f910
rsp = 0x000000000aebfe48 rip = 0x0000000145a3b350
Found by: stack scanning
11 appName.exe!uv_cond_wait [thread.c : 414 + 0xc]
rsp = 0x000000000aebfe50 rip = 0x0000000142904930
Found by: stack scanning
12 appName.exe!static void worker(void *) [threadpool.c : 76 + 0xb]
rsp = 0x000000000aebfe80 rip = 0x0000000143c661e9
Found by: call frame info
13 appName.exe!static unsigned int uv__thread_start(void *) [thread.c : 108 + 0x5]
rsp = 0x000000000aebfef0 rip = 0x0000000142904452
Found by: call frame info
14 appName.exe!static unsigned long thread_start<unsigned int (__cdecl*)(void * __ptr64)>(void *) [thread.cpp : 115 + 0xd]
rsp = 0x000000000aebff30 rip = 0x0000000144a63ab0
Found by: call frame info
15 kernel32.dll + 0x14034
rsp = 0x000000000aebff60 rip = 0x00007ff8d0774034
Found by: call frame info
16 ntdll.dll + 0x73691
rsp = 0x000000000aebff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 34
0 ntdll.dll + 0x9e294
rax = 0x00000000000001c8 rdx = 0x0000000000000000
rcx = 0x0000000145a3b328 rbx = 0x0000000000000000
rsi = 0x0000000145a3b328 rdi = 0x0000000000000000
rbp = 0x000000000afbfe00 rsp = 0x000000000afbfda8
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000000000
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000145a3b2e8 r15 = 0x000000000afbfdd8
rip = 0x00007ff8d0b0e294
Found by: given as instruction pointer in context
1 ntdll.dll + 0x75ee2
rbp = 0x000000000afbfe00 rsp = 0x000000000afbfdb0
rip = 0x00007ff8d0ae5ee2
Found by: stack scanning
2 appName.exe!fs__read [fs.c : 690 + 0xd]
rbp = 0x000000000afbfe00 rsp = 0x000000000afbfdd0
rip = 0x0000000143c67229
Found by: stack scanning
3 appName.exe!static void worker(void *) [threadpool.c : 76 + 0xb]
rbp = 0x000000000afbfe00 rsp = 0x000000000afbfe80
rip = 0x0000000143c661e9
Found by: call frame info
4 appName.exe!static unsigned int uv__thread_start(void *) [thread.c : 108 + 0x5]
rbp = 0x000000000afbfe00 rsp = 0x000000000afbfef0
rip = 0x0000000142904452
Found by: call frame info
5 appName.exe!static unsigned long thread_start<unsigned int (__cdecl*)(void * __ptr64)>(void *) [thread.cpp : 115 + 0xd]
rbp = 0x000000000afbfe00 rsp = 0x000000000afbff30
rip = 0x0000000144a63ab0
Found by: call frame info
6 kernel32.dll + 0x14034
rbp = 0x000000000afbfe00 rsp = 0x000000000afbff60
rip = 0x00007ff8d0774034
Found by: call frame info
7 ntdll.dll + 0x73691
rsp = 0x000000000afbff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 35
0 ntdll.dll + 0x9e294
rax = 0x00000000000001c8 rdx = 0x0000000000000000
rcx = 0x0000000145a3b328 rbx = 0x0000000000000000
rsi = 0x0000000145a3b328 rdi = 0x0000000000000000
rbp = 0x000000000b0bfe00 rsp = 0x000000000b0bfda8
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000000000
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000145a3b2e8 r15 = 0x000000000b0bfdd8
rip = 0x00007ff8d0b0e294
Found by: given as instruction pointer in context
1 ntdll.dll + 0x75ee2
rbp = 0x000000000b0bfe00 rsp = 0x000000000b0bfdb0
rip = 0x00007ff8d0ae5ee2
Found by: stack scanning
2 appName.exe!static void uv__fs_work(struct uv__work *) [fs.c : 2052 + 0xd]
rbp = 0x000000000b0bfe00 rsp = 0x000000000b0bfdc0
rip = 0x0000000143c68dd7
Found by: stack scanning
3 appName.exe!static void worker(void *) [threadpool.c : 76 + 0xb]
rbp = 0x000000000b0bfe00 rsp = 0x000000000b0bfe80
rip = 0x0000000143c661e9
Found by: call frame info
4 appName.exe!static unsigned int uv__thread_start(void *) [thread.c : 108 + 0x5]
rbp = 0x000000000b0bfe00 rsp = 0x000000000b0bfef0
rip = 0x0000000142904452
Found by: call frame info
5 appName.exe!static unsigned long thread_start<unsigned int (__cdecl*)(void * __ptr64)>(void *) [thread.cpp : 115 + 0xd]
rbp = 0x000000000b0bfe00 rsp = 0x000000000b0bff30
rip = 0x0000000144a63ab0
Found by: call frame info
6 kernel32.dll + 0x14034
rbp = 0x000000000b0bfe00 rsp = 0x000000000b0bff60
rip = 0x00007ff8d0774034
Found by: call frame info
7 ntdll.dll + 0x73691
rsp = 0x000000000b0bff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 36
0 ntdll.dll + 0x9e294
rax = 0x00000000000001c8 rdx = 0x0000000000000000
rcx = 0x0000000145a3b328 rbx = 0x0000000000000000
rsi = 0x0000000145a3b328 rdi = 0x0000000000000000
rbp = 0x000000000b1bfe00 rsp = 0x000000000b1bfda8
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000000000
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000145a3b2e8 r15 = 0x000000000b1bfdd8
rip = 0x00007ff8d0b0e294
Found by: given as instruction pointer in context
1 ntdll.dll + 0x75ee2
rbp = 0x000000000b1bfe00 rsp = 0x000000000b1bfdb0
rip = 0x00007ff8d0ae5ee2
Found by: stack scanning
2 appName.exe!RtlUnwindEx + 0xf9f910
rsp = 0x000000000b1bfe08 rip = 0x0000000145a3b350
Found by: stack scanning
3 appName.exe!RtlUnwindEx + 0xf9f8a8
rsp = 0x000000000b1bfe10 rip = 0x0000000145a3b2e8
Found by: stack scanning
4 appName.exe!RtlUnwindEx + 0xf9f950
rsp = 0x000000000b1bfe18 rip = 0x0000000145a3b390
Found by: stack scanning
5 KERNELBASE.dll + 0x6f378
rsp = 0x000000000b1bfe20 rip = 0x00007ff8cd0bf378
Found by: stack scanning
6 appName.exe!RtlUnwindEx + 0xf9f910
rsp = 0x000000000b1bfe28 rip = 0x0000000145a3b350
Found by: stack scanning
7 appName.exe!RtlUnwindEx + 0xf9f8e8
rsp = 0x000000000b1bfe30 rip = 0x0000000145a3b328
Found by: stack scanning
8 appName.exe!RtlUnwindEx + 0xf9f930
rsp = 0x000000000b1bfe38 rip = 0x0000000145a3b370
Found by: stack scanning
9 appName.exe!RtlUnwindEx + 0xf9f910
rsp = 0x000000000b1bfe48 rip = 0x0000000145a3b350
Found by: stack scanning
10 appName.exe!uv_cond_wait [thread.c : 414 + 0xc]
rsp = 0x000000000b1bfe50 rip = 0x0000000142904930
Found by: stack scanning
11 appName.exe!static void worker(void *) [threadpool.c : 76 + 0xb]
rsp = 0x000000000b1bfe80 rip = 0x0000000143c661e9
Found by: call frame info
12 appName.exe!static unsigned int uv__thread_start(void *) [thread.c : 108 + 0x5]
rsp = 0x000000000b1bfef0 rip = 0x0000000142904452
Found by: call frame info
13 appName.exe!static unsigned long thread_start<unsigned int (__cdecl*)(void * __ptr64)>(void *) [thread.cpp : 115 + 0xd]
rsp = 0x000000000b1bff30 rip = 0x0000000144a63ab0
Found by: call frame info
14 kernel32.dll + 0x14034
rsp = 0x000000000b1bff60 rip = 0x00007ff8d0774034
Found by: call frame info
15 ntdll.dll + 0x73691
rsp = 0x000000000b1bff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 37
0 ntdll.dll + 0x9aa24
rax = 0x0000000000000004 rdx = 0x0000000000000000
rcx = 0x00000000000009a8 rbx = 0x0000000000000000
rsi = 0x0000000000000000 rdi = 0x00000000000009a8
rbp = 0x0000000000000000 rsp = 0x000000000b2bfc58
r8 = 0x0000000000000000 r9 = 0x000000000b2bfd48
r10 = 0x000000000b2bfaa8 r11 = 0x000000000b2bfca0
r12 = 0x0000000005400ca0 r13 = 0x0000000000000000
r14 = 0x00000000000009a8 r15 = 0x00000000052f2e90
rip = 0x00007ff8d0b0aa24
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x39252
rsp = 0x000000000b2bfc60 rip = 0x00007ff8cd089252
Found by: stack scanning
2 kernel32.dll + 0x20c30
rsp = 0x000000000b2bfcf0 rip = 0x00007ff8d0780c30
Found by: stack scanning
3 appName.exe!base::WaitableEvent::Wait() [waitable_event_win.cc : 68 + 0xb]
rsp = 0x000000000b2bfd00 rip = 0x0000000141c7f7f4
Found by: stack scanning
4 appName.exe!base::internal::SchedulerWorker::Delegate::WaitForWork(base::WaitableEvent *) [scheduler_worker.cc : 35 + 0x8]
rsp = 0x000000000b2bfd80 rip = 0x0000000141c97e2b
Found by: call frame info
5 appName.exe!base::internal::SchedulerWorker::RunWorker() [scheduler_worker.cc : 303 + 0xd]
rsp = 0x000000000b2bfdc0 rip = 0x0000000141c98560
Found by: call frame info
6 appName.exe!base::internal::SchedulerWorker::RunBackgroundSharedWorker() [scheduler_worker.cc : 247 + 0x5]
rsp = 0x000000000b2bfea0 rip = 0x0000000141c982d0
Found by: call frame info
7 appName.exe!static unsigned long base::`anonymous namespace'::ThreadFunc(void *) [platform_thread_win.cc : 97 + 0x8]
rsp = 0x000000000b2bfee0 rip = 0x0000000141cb0541
Found by: call frame info
8 kernel32.dll + 0x14034
rsp = 0x000000000b2bff60 rip = 0x00007ff8d0774034
Found by: call frame info
9 ntdll.dll + 0x73691
rsp = 0x000000000b2bff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 38
0 ntdll.dll + 0x9aac4
rax = 0x0000000000000009 rdx = 0x000000000b3bff60
rcx = 0x0000000000000a38 rbx = 0x0000000000000000
rsi = 0x0000000000000001 rdi = 0x00007ff8cc5f0000
rbp = 0x0000000000000000 rsp = 0x000000000b3bfef8
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000000000
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000000000000 r15 = 0x0000000000000000
rip = 0x00007ff8d0b0aac4
Found by: given as instruction pointer in context
1 mswsock.dll + 0xf338
rsp = 0x000000000b3bff00 rip = 0x00007ff8cc5ff338
Found by: stack scanning
2 0x7ff8cc5f0000
rsp = 0x000000000b3bff20 rip = 0x00007ff8cc5f0000
Found by: stack scanning
3 mswsock.dll + 0x503b8
rsp = 0x000000000b3bff28 rip = 0x00007ff8cc6403b8
Found by: stack scanning
4 kernel32.dll + 0x14034
rsp = 0x000000000b3bff60 rip = 0x00007ff8d0774034
Found by: stack scanning
5 mswsock.dll + 0x1d50
rsp = 0x000000000b3bff68 rip = 0x00007ff8cc5f1d50
Found by: stack scanning
6 ntdll.dll + 0x73691
rsp = 0x000000000b3bff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 39
0 win32u.dll + 0x96e4
rax = 0x0000000000001436 rdx = 0x0000000000000000
rcx = 0x0000000000000000 rbx = 0x00007ff8d0100280
rsi = 0x00000000052860d0 rdi = 0x000000000b5bfbd0
rbp = 0x00007ff8d00f8540 rsp = 0x000000000b5bfb58
r8 = 0x0000000000000001 r9 = 0x0000000000008000
r10 = 0x4ad3a47e7458c0da r11 = 0xb5deb05c5ef525c3
r12 = 0x000000000b5bfc08 r13 = 0x00007ff8d0100bc0
r14 = 0x000000000b5bfc0c r15 = 0x000000000b5bfc10
rip = 0x00007ff8cce396e4
Found by: given as instruction pointer in context
1 user32.dll + 0x2031d
rbp = 0x00007ff8d00f8540 rsp = 0x000000000b5bfb60
rip = 0x00007ff8d010031d
Found by: stack scanning
2 appName.exe!base::TimeTicks::Now() [time.cc : 349 + 0x6]
rbp = 0x00007ff8d00f8540 rsp = 0x000000000b5bfb70
rip = 0x0000000141cb42fe
Found by: stack scanning
3 appName.exe!base::MessagePumpForUI::WaitForWork() [message_pump_win.cc : 222 + 0x19]
rbp = 0x00007ff8d00f8540 rsp = 0x000000000b5bfba0
rip = 0x0000000141c44dd1
Found by: call frame info
4 appName.exe!base::MessagePumpForUI::DoRunLoop() [message_pump_win.cc : 205 + 0x8]
rbp = 0x00007ff8d00f8540 rsp = 0x000000000b5bfca0
rip = 0x0000000141c44bc8
Found by: call frame info
5 appName.exe!base::MessagePumpWin::Run(base::MessagePump::Delegate *) [message_pump_win.cc : 52 + 0x9]
rbp = 0x00007ff8d00f8540 rsp = 0x000000000b5bfd50
rip = 0x0000000141c445ee
Found by: call frame info
6 appName.exe!base::RunLoop::Run() [run_loop.cc : 150 + 0x6]
rbp = 0x00007ff8d00f8540 rsp = 0x000000000b5bfda0
rip = 0x0000000141c63e56
Found by: call frame info
7 appName.exe!base::Thread::ThreadMain() [thread.cc : 333 + 0xc]
rbp = 0x00007ff8d00f8540 rsp = 0x000000000b5bfe50
rip = 0x0000000141cae5d9
Found by: call frame info
8 appName.exe!static unsigned long base::`anonymous namespace'::ThreadFunc(void *) [platform_thread_win.cc : 97 + 0x8]
rbp = 0x00007ff8d00f8540 rsp = 0x000000000b5bfee0
rip = 0x0000000141cb0541
Found by: call frame info
9 kernel32.dll + 0x14034
rbp = 0x00007ff8d00f8540 rsp = 0x000000000b5bff60
rip = 0x00007ff8d0774034
Found by: call frame info
10 ntdll.dll + 0x73691
rbp = 0x00007ff8d00f8540 rsp = 0x000000000b5bff90
rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 40
0 ntdll.dll + 0x9aa24
rax = 0x0000000000000004 rdx = 0x0000000000000000
rcx = 0x0000000000000db0 rbx = 0x0000000000000000
rsi = 0x000000000ffffc48 rdi = 0x0000000000000db0
rbp = 0x0000000002c35e38 rsp = 0x000000000ffffc18
r8 = 0x000000000ffff568 r9 = 0x000000000ffff6b0
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00007ff8d0780e80 r13 = 0x0000000000000001
r14 = 0x0000000000000db0 r15 = 0x000000000ffffce0
rip = 0x00007ff8d0b0aa24
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x39252
rsp = 0x000000000ffffc20 rip = 0x00007ff8cd089252
Found by: stack scanning
2 appName.exe!static class base::TimeTicks base::`anonymous namespace'::QPCNow() [time_win.cc : 511 + 0x80]
rsp = 0x000000000ffffc30 rip = 0x0000000141cf31b8
Found by: stack scanning
Thread 41
0 win32u.dll + 0x1144
rax = 0x0000000000001009 rdx = 0x0000000000000000
rcx = 0x0000000019d2fe60 rbx = 0x0000000019d2fe60
rsi = 0x0000000000010956 rdi = 0x0000000000000000
rbp = 0x000000000000128c rsp = 0x0000000019d2fdb8
r8 = 0x0000000000000001 r9 = 0x0000000019d30000
r10 = 0x00000000004771b8 r11 = 0x00007ff8d0b89400
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000000000000 r15 = 0x0000000000000000
rip = 0x00007ff8cce31144
Found by: given as instruction pointer in context
1 user32.dll + 0x21b8b
rsp = 0x0000000019d2fdc0 rip = 0x00007ff8d0101b8b
Found by: stack scanning
2 ntdll.dll + 0x7d274
rsp = 0x0000000019d2fdf0 rip = 0x00007ff8d0aed274
Found by: stack scanning
3 combase.dll + 0x41a3d
rsp = 0x0000000019d2fe20 rip = 0x00007ff8ce741a3d
Found by: stack scanning
4 combase.dll + 0x264ff8
rsp = 0x0000000019d2fe38 rip = 0x00007ff8ce964ff8
Found by: stack scanning
5 combase.dll + 0x2d5500
rsp = 0x0000000019d2fe60 rip = 0x00007ff8ce9d5500
Found by: stack scanning
6 combase.dll + 0x41b67
rsp = 0x0000000019d2fea0 rip = 0x00007ff8ce741b67
Found by: stack scanning
7 combase.dll + 0x2d5500
rsp = 0x0000000019d2feb0 rip = 0x00007ff8ce9d5500
Found by: stack scanning
8 combase.dll + 0xa1ec4
rsp = 0x0000000019d2fed0 rip = 0x00007ff8ce7a1ec4
Found by: stack scanning
9 combase.dll + 0x1490c
rsp = 0x0000000019d2ff30 rip = 0x00007ff8ce71490c
Found by: stack scanning
10 kernel32.dll + 0x14034
rsp = 0x0000000019d2ff60 rip = 0x00007ff8d0774034
Found by: stack scanning
11 ntdll.dll + 0x73691
rsp = 0x0000000019d2ff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 42
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000019d5fc60
rcx = 0x0000000000000010 rbx = 0x0000000019d5fc60
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x000000001c2efc68
r8 = 0x000000001c2ef724 r9 = 0x000000001c2ef758
r10 = 0x000000001c2ef758 r11 = 0xffffffffe418b468
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x000000001c2efc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x000000001c2efc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 43
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000019d60000
rcx = 0x0000000000000010 rbx = 0x0000000019d60000
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x000000001c3efc68
r8 = 0x0000000000000010 r9 = 0x000000000000001d
r10 = 0x0000000000000000 r11 = 0x00007ff8d0bdf6c0
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x000000001c3efc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x000000001c3efc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 44
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000019d603a0
rcx = 0x0000000000000010 rbx = 0x0000000019d603a0
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x000000001c4efc68
r8 = 0x0000000017e67210 r9 = 0x00007ff8ce96597e
r10 = 0x0000000000000000 r11 = 0x000000001c4ef8f0
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x000000001c4efc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x000000001c4efc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 45
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000019d60740
rcx = 0x0000000000000010 rbx = 0x0000000019d60740
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x000000001e1efc68
r8 = 0x000000001e1eeb48 r9 = 0x000000001e1eec80
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x000000001e1efc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
Thread 46
0 ntdll.dll + 0x9b0c4
rax = 0x0000000000000039 rdx = 0x0000000000000000
rcx = 0x00000000000010d4 rbx = 0x0000000000000000
rsi = 0x0000000000000000 rdi = 0x00000000000010d4
rbp = 0x0000000000000000 rsp = 0x000000001e3ffe98
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000000000
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000000000000 r15 = 0x0000000000000000
rip = 0x00007ff8d0b0b0c4
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x65b99
rsp = 0x000000001e3ffea0 rip = 0x00007ff8cd0b5b99
Found by: stack scanning
2 DropboxExt64.27.0.dll + 0xa45b
rsp = 0x000000001e3fff10 rip = 0x00007ff8a8d3a45b
Found by: stack scanning
3 kernel32.dll + 0x14034
rsp = 0x000000001e3fff60 rip = 0x00007ff8d0774034
Found by: stack scanning
4 ntdll.dll + 0x73691
rsp = 0x000000001e3fff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 47
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000019dde710
rcx = 0x0000000000000010 rbx = 0x0000000019dde710
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x000000001e4ffc68
r8 = 0x000000001e4fef98 r9 = 0x0000000000000100
r10 = 0x00000fff1a0b9dca r11 = 0x0000000001000400
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x000000001e4ffc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x000000001e4ffc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 48
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000019ddeab0
rcx = 0x0000000000000010 rbx = 0x0000000019ddeab0
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x000000001ec3fc68
r8 = 0x0000000000000001 r9 = 0x00007ff8d05ccd70
r10 = 0x00007ff8d0570000 r11 = 0x00007ff8d05cc710
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x000000001ec3fc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
Thread 49
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000019de0b50
rcx = 0x0000000000000010 rbx = 0x0000000019de0b50
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x000000001ed3fc68
r8 = 0x0000000000000000 r9 = 0x000000000000007b
r10 = 0x00007ff8cc367dc0 r11 = 0x00000000000000b8
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x000000001ed3fc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x000000001ed3fc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 50
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000019de1290
rcx = 0x0000000000000010 rbx = 0x0000000019de1290
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x000000001ee3fc68
r8 = 0x00007ff8ce964fd0 r9 = 0x0000000000000007
r10 = 0x00000fff19a128cd r11 = 0x000a000008002000
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x000000001ee3fc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x000000001ee3fc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 51
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000019ddee50
rcx = 0x0000000000000010 rbx = 0x0000000019ddee50
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x000000002056fc68
r8 = 0x0000000019e3db00 r9 = 0x0000000000008000
r10 = 0x0000000000000000 r11 = 0x000000002056fad8
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x000000002056fc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
Thread 52
0 ntdll.dll + 0x9b4f4
rax = 0x000000000000005b rdx = 0x00000000210afef0
rcx = 0x0000000000000003 rbx = 0x0000000000000003
rsi = 0x0000000000000000 rdi = 0x0000000000000003
rbp = 0x00000000210afec9 rsp = 0x00000000210afb18
r8 = 0x000000000469a1d0 r9 = 0x00007ff8adad5d00
r10 = 0x00000fff15b5aba0 r11 = 0x0000000100000000
r12 = 0x00007ff8adafa000 r13 = 0x00000000210afef0
r14 = 0x0000000000000000 r15 = 0x0000000000000000
rip = 0x00007ff8d0b0b4f4
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x46099
rbp = 0x00000000210afec9 rsp = 0x00000000210afb20
rip = 0x00007ff8cd096099
Found by: stack scanning
Thread 53
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000019ddfcd0
rcx = 0x0000000000000010 rbx = 0x0000000019ddfcd0
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x00000000212afc68
r8 = 0x0000000000000008 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x00000000212aeef0
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x00000000212afc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x00000000212afc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 54
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000019de0ef0
rcx = 0x0000000000000010 rbx = 0x0000000019de0ef0
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x00000000213afc68
r8 = 0x0000000000000001 r9 = 0x00000000213aecb0
r10 = 0x0000000000000001 r11 = 0x00007df5fffd001c
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x00000000213afc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x00000000213afc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 55
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000019de19d0
rcx = 0x0000000000000010 rbx = 0x0000000019de19d0
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x00000000214afc68
r8 = 0x0000000019f5e0b0 r9 = 0x00007ff8ce96597e
r10 = 0x000000000047a180 r11 = 0x00000000060d5980
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x00000000214afc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x00000000214afc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Loaded modules:
0x140000000 - 0x145e0cfff appName.exe 1.4.0.0 (main)
0x7ff880450000 - 0x7ff880576fff NetworkExplorer.dll 10.0.17134.1
0x7ff886c60000 - 0x7ff886db6fff hpygidUI20.dll 20.80.2.7578
0x7ff887130000 - 0x7ff887250fff UNIDRVUI.DLL 0.3.17134.753
0x7ff88ae60000 - 0x7ff88aea9fff dlnashext.dll 10.0.17134.1
0x7ff88b860000 - 0x7ff88b8e6fff tv_x64.dll 14.4.2669.0
0x7ff88fcf0000 - 0x7ff890022fff ffmpeg.dll ???
0x7ff8907d0000 - 0x7ff890aa0fff xpsservices.dll 10.0.17134.407
0x7ff892e40000 - 0x7ff892fd6fff d3d9.dll 10.0.17134.81
0x7ff893dd0000 - 0x7ff893e32fff PlayToDevice.dll 10.0.17134.1
0x7ff8973d0000 - 0x7ff8973d6fff msimg32.dll 10.0.17134.1
0x7ff89e140000 - 0x7ff89e1d2fff duser.dll 10.0.17134.1
0x7ff89eff0000 - 0x7ff89f068fff prnfldr.dll 10.0.17134.1
0x7ff8a1bb0000 - 0x7ff8a1bccfff davclnt.dll 10.0.17134.1
0x7ff8a1bd0000 - 0x7ff8a1be5fff ntlanman.dll 10.0.17134.677
0x7ff8a3770000 - 0x7ff8a382cfff Windows.Storage.Search.dll 10.0.17134.1
0x7ff8a3c40000 - 0x7ff8a3c69fff globinputhost.dll 10.0.17134.1
0x7ff8a5cc0000 - 0x7ff8a5ebffff UIAutomationCore.DLL 7.2.17134.112
0x7ff8a7380000 - 0x7ff8a738bfff davhlpr.dll 10.0.17134.1
0x7ff8a82d0000 - 0x7ff8a846afff GdiPlus.dll 10.0.17134.982
0x7ff8a8730000 - 0x7ff8a889afff FileSyncShell64.dll 19.123.624.5
0x7ff8a8d30000 - 0x7ff8a8d8ffff DropboxExt64.27.0.dll 1.0.27.0 (WARNING: No symbols, dropbox_shell_ext.pdb, 51AD918FC2B64FF5A24A0F2D7AD322261)
0x7ff8a9450000 - 0x7ff8a9458fff IconCodecService.dll 10.0.17134.1
0x7ff8a9590000 - 0x7ff8a9614fff winspool.drv 10.0.17134.753
0x7ff8a9740000 - 0x7ff8a9751fff cscapi.dll 10.0.17134.1
0x7ff8aa140000 - 0x7ff8aa14ffff ColorAdapterClient.dll 10.0.17134.1
0x7ff8aa150000 - 0x7ff8aa193fff edputil.dll 10.0.17134.1
0x7ff8aa1a0000 - 0x7ff8aa1fbfff thumbcache.dll 10.0.17134.441
0x7ff8ac160000 - 0x7ff8ac3a6fff opcservices.dll 10.0.17134.982
0x7ff8ac3b0000 - 0x7ff8ac3ccfff cldapi.dll 10.0.17134.1
0x7ff8acaa0000 - 0x7ff8acf35fff explorerframe.dll 10.0.17134.950
0x7ff8acfd0000 - 0x7ff8ad027fff dataexchange.dll 10.0.17134.1
0x7ff8ad2d0000 - 0x7ff8ad33afff oleacc.dll 7.2.17134.1
0x7ff8ad340000 - 0x7ff8ad34cfff linkinfo.dll 10.0.17134.1
0x7ff8adad0000 - 0x7ff8adafffff prncache.dll 10.0.17134.1
0x7ff8ae2a0000 - 0x7ff8ae2bdfff DevDispItemProvider.dll 10.0.17134.1
0x7ff8ae8d0000 - 0x7ff8ae97afff StructuredQuery.dll 7.0.17134.228
0x7ff8aeff0000 - 0x7ff8af05efff PhotoMetadataHandler.dll 10.0.17134.345
0x7ff8b03a0000 - 0x7ff8b0528fff Windows.Globalization.dll 10.0.17134.556
0x7ff8b10c0000 - 0x7ff8b13d9fff DWrite.dll 10.0.17134.885
0x7ff8b1750000 - 0x7ff8b179ffff Bcp47Langs.dll 10.0.17134.1
0x7ff8b2780000 - 0x7ff8b27a8fff BCP47mrm.dll 10.0.17134.1
0x7ff8b2870000 - 0x7ff8b28e8fff InputHost.dll ???
0x7ff8b2990000 - 0x7ff8b2aa3fff Windows.UI.dll 10.0.17134.1
0x7ff8b2b10000 - 0x7ff8b2c2efff MrmCoreR.dll 10.0.17134.1
0x7ff8b2cf0000 - 0x7ff8b2d14fff EhStorAPI.dll 10.0.17134.1
0x7ff8b3210000 - 0x7ff8b32a5fff TextInputFramework.dll 10.0.17134.858
0x7ff8b38c0000 - 0x7ff8b395afff twinapi.dll 10.0.17134.1
0x7ff8b3bb0000 - 0x7ff8b3c49fff directmanipulation.dll 10.0.17134.1 (WARNING: No symbols, directmanipulation.pdb, DE40DF7668756723E5214C0F8960FC1F1)
0x7ff8b79d0000 - 0x7ff8b7c38fff comctl32.dll 6.10.17134.982
0x7ff8b7fb0000 - 0x7ff8b80e0fff Windows.StateRepositoryPS.dll 10.0.17134.1
0x7ff8b8350000 - 0x7ff8b837dfff cryptnet.dll 10.0.17134.1
0x7ff8b8b00000 - 0x7ff8b8b0bfff atlthunk.dll 10.0.17134.1
0x7ff8b8b10000 - 0x7ff8b8b1bfff secur32.dll 10.0.17134.1
0x7ff8bb760000 - 0x7ff8bbc1cfff wininet.dll 11.0.17134.950
0x7ff8bc9b0000 - 0x7ff8bcb5afff dui70.dll 10.0.17134.112
0x7ff8bcb80000 - 0x7ff8bcc5bfff MXDWDRV.DLL 0.3.17134.753
0x7ff8bf490000 - 0x7ff8bf537fff mscms.dll 10.0.17134.1
0x7ff8bf750000 - 0x7ff8bf918fff urlmon.dll 11.0.17134.982
0x7ff8bfd80000 - 0x7ff8bfd8afff drprov.dll 10.0.17134.1
0x7ff8bff10000 - 0x7ff8bff19fff version.dll 10.0.17134.1
0x7ff8c00e0000 - 0x7ff8c0386fff iertutil.dll 11.0.17134.982
0x7ff8c0540000 - 0x7ff8c0555fff VCRUNTIME140.dll 14.13.26118.0
0x7ff8c0580000 - 0x7ff8c07defff msxml6.dll 6.30.17134.982
0x7ff8c1060000 - 0x7ff8c1079fff mpr.dll 10.0.17134.677
0x7ff8c19c0000 - 0x7ff8c19c9fff rasadhlp.dll 10.0.17134.1
0x7ff8c27d0000 - 0x7ff8c27defff npmproxy.dll 10.0.17134.590
0x7ff8c2f90000 - 0x7ff8c2fb1fff dxva2.dll 10.0.17134.1
0x7ff8c2fc0000 - 0x7ff8c2fd8fff usp10.dll 10.0.17134.1
0x7ff8c3240000 - 0x7ff8c32a7fff wlanapi.dll 10.0.17134.885
0x7ff8c36f0000 - 0x7ff8c38b8fff dbghelp.dll 10.0.17134.1
0x7ff8c3a20000 - 0x7ff8c3a39fff dhcpcsvc.dll 10.0.17134.1
0x7ff8c3a40000 - 0x7ff8c3a55fff dhcpcsvc6.DLL 10.0.17134.1
0x7ff8c3d40000 - 0x7ff8c3d75fff netprofm.dll 10.0.17134.1
0x7ff8c3d80000 - 0x7ff8c3df1fff FWPUCLNT.DLL 10.0.17134.1
0x7ff8c3e50000 - 0x7ff8c3f2cfff winhttp.dll 10.0.17134.590
0x7ff8c43e0000 - 0x7ff8c4455fff MMDevAPI.dll 10.0.17134.1
0x7ff8c4820000 - 0x7ff8c489efff policymanager.dll 10.0.17134.982
0x7ff8c4900000 - 0x7ff8c4938fff xmllite.dll 10.0.17134.950
0x7ff8c4ba0000 - 0x7ff8c4c3bfff PortableDeviceApi.dll 10.0.17134.1
0x7ff8c6a00000 - 0x7ff8c6a12fff MSOXMLMF.DLL 16.0.11901.20070
0x7ff8c6a20000 - 0x7ff8c70bafff OneCoreUAPCommonProxyStub.dll 10.0.17134.1
0x7ff8c89f0000 - 0x7ff8c8b3cfff WinTypes.dll 10.0.17134.523 (WARNING: No symbols, WinTypes.pdb, 558EB67F082925DF8D97E3528458DEB61)
0x7ff8c8b40000 - 0x7ff8c8e5dfff CoreUIComponents.dll 10.0.17134.376
0x7ff8c9100000 - 0x7ff8c92adfff WindowsCodecs.dll 10.0.17134.345
0x7ff8c9340000 - 0x7ff8c9356fff wkscli.dll 10.0.17134.1
0x7ff8c96c0000 - 0x7ff8c96d8fff nlaapi.dll 10.0.17134.1
0x7ff8c9820000 - 0x7ff8c99d4fff propsys.dll 7.0.17134.982
0x7ff8c9a10000 - 0x7ff8c9a22fff wtsapi32.dll 10.0.17134.1
0x7ff8c9a60000 - 0x7ff8c9af0fff msvcp110_win.dll 10.0.17134.1
0x7ff8c9ff0000 - 0x7ff8ca2fafff d3d11.dll 10.0.17134.441
0x7ff8ca8d0000 - 0x7ff8caa6bfff dcomp.dll 10.0.17134.915
0x7ff8caa70000 - 0x7ff8caa99fff WINMMBASE.dll 10.0.17134.1
0x7ff8caaa0000 - 0x7ff8caac2fff winmm.dll 10.0.17134.1
0x7ff8cae10000 - 0x7ff8caee9fff CoreMessaging.dll 10.0.17134.471
0x7ff8cb0d0000 - 0x7ff8cb15afff apphelp.dll 10.0.17134.1
0x7ff8cb290000 - 0x7ff8cb327fff uxtheme.dll 10.0.17134.1
0x7ff8cb4e0000 - 0x7ff8cb508fff dwmapi.dll 10.0.17134.1
0x7ff8cb5f0000 - 0x7ff8cb610fff rmclient.dll 10.0.17134.950
0x7ff8cb620000 - 0x7ff8cb7d7fff twinapi.appcore.dll 10.0.17134.137
0x7ff8cba70000 - 0x7ff8cba7bfff hid.dll 10.0.17134.1
0x7ff8cba80000 - 0x7ff8cbaa1fff gpapi.dll 10.0.17134.1
0x7ff8cbb00000 - 0x7ff8cbbbafff dxgi.dll 10.0.17134.112
0x7ff8cbe30000 - 0x7ff8cbe60fff ntmarta.dll 10.0.17134.1
0x7ff8cc020000 - 0x7ff8cc075fff winsta.dll 10.0.17134.1
0x7ff8cc1a0000 - 0x7ff8cc1d2fff rsaenh.dll 10.0.17134.254
0x7ff8cc340000 - 0x7ff8cc377fff IPHLPAPI.DLL 10.0.17134.1
0x7ff8cc380000 - 0x7ff8cc43dfff dnsapi.dll 10.0.17134.915
0x7ff8cc440000 - 0x7ff8cc44dfff netutils.dll 10.0.17134.1
0x7ff8cc5f0000 - 0x7ff8cc655fff mswsock.dll 10.0.17134.1 (WARNING: No symbols, mswsock.pdb, 9899648E36CAAF7116B67561AC6521891)
0x7ff8cc7a0000 - 0x7ff8cc7b6fff cryptsp.dll 10.0.17134.1
0x7ff8cc7c0000 - 0x7ff8cc7cafff CRYPTBASE.DLL 10.0.17134.1
0x7ff8cc860000 - 0x7ff8cc895fff ntasn1.dll 10.0.17134.1
0x7ff8cc8a0000 - 0x7ff8cc8c5fff ncrypt.dll 10.0.17134.1
0x7ff8cc8d0000 - 0x7ff8cc8f4fff bcrypt.dll 10.0.17134.885
0x7ff8ccb80000 - 0x7ff8ccba6fff devobj.dll 10.0.17134.1
0x7ff8ccbd0000 - 0x7ff8ccc69fff sxs.dll 10.0.17134.1
0x7ff8ccc70000 - 0x7ff8ccc9ffff sspicli.dll 10.0.17134.376
0x7ff8ccca0000 - 0x7ff8cccc7fff userenv.dll 10.0.17134.829
0x7ff8ccd70000 - 0x7ff8ccdbbfff powrprof.dll 10.0.17134.1
0x7ff8ccdc0000 - 0x7ff8ccdc9fff fltLib.dll 10.0.17134.1
0x7ff8ccdd0000 - 0x7ff8ccde1fff msasn1.dll 10.0.17134.1
0x7ff8ccdf0000 - 0x7ff8cce0efff profapi.dll 10.0.17134.1
0x7ff8cce10000 - 0x7ff8cce20fff kernel.appcore.dll 10.0.17134.112
0x7ff8cce30000 - 0x7ff8cce4ffff win32u.dll 10.0.17134.1 (WARNING: No symbols, win32u.pdb, E7B63B3D79E4637F1D13D11EDAFB4C151)
0x7ff8cce50000 - 0x7ff8ccfe0fff gdi32full.dll 10.0.17134.982
0x7ff8ccff0000 - 0x7ff8cd046fff wintrust.dll 10.0.17134.556
0x7ff8cd050000 - 0x7ff8cd2c2fff KERNELBASE.dll 10.0.17134.885 (WARNING: No symbols, kernelbase.pdb, 09C1A45CFA784F3D817816B3F6053DF71)
0x7ff8cd2d0000 - 0x7ff8cd3c7fff ucrtbase.dll 10.0.17134.677
0x7ff8cd480000 - 0x7ff8cd4c8fff cfgmgr32.dll 10.0.17134.1
0x7ff8cd4d0000 - 0x7ff8cd548fff bcryptPrimitives.dll 10.0.17134.950
0x7ff8cd550000 - 0x7ff8cd731fff crypt32.dll 10.0.17134.1
0x7ff8cd740000 - 0x7ff8cde4dfff windows.storage.dll 10.0.17134.982
0x7ff8cde50000 - 0x7ff8cdeeefff msvcp_win.dll 10.0.17134.619
0x7ff8cdef0000 - 0x7ff8cdfdcfff comdlg32.dll 10.0.17134.1
0x7ff8cdfe0000 - 0x7ff8ce030fff shlwapi.dll 10.0.17134.1
0x7ff8ce040000 - 0x7ff8ce48afff setupapi.dll 10.0.17134.1
0x7ff8ce490000 - 0x7ff8ce52ffff clbcatq.dll 2001.12.10941.16384
0x7ff8ce530000 - 0x7ff8ce557fff gdi32.dll 10.0.17134.285
0x7ff8ce560000 - 0x7ff8ce5bafff sechost.dll 10.0.17134.319
0x7ff8ce5e0000 - 0x7ff8ce653fff coml2.dll 10.0.17134.407
0x7ff8ce660000 - 0x7ff8ce6fdfff msvcrt.dll 7.0.17134.1
0x7ff8ce700000 - 0x7ff8cea21fff combase.dll 10.0.17134.982 (WARNING: No symbols, combase.pdb, 08E8BFA024128953AA90E9E52A946E9F1)
0x7ff8cea40000 - 0x7ff8cfe81fff shell32.dll 10.0.17134.982
0x7ff8cfef0000 - 0x7ff8d0062fff msctf.dll 10.0.17134.950
0x7ff8d0070000 - 0x7ff8d00dbfff ws2_32.dll 10.0.17134.1
0x7ff8d00e0000 - 0x7ff8d026ffff user32.dll 10.0.17134.376 (WARNING: No symbols, user32.pdb, A6ECA7AE60EF5C0B7889F47B2D1E345F1)
0x7ff8d0270000 - 0x7ff8d03c0fff ole32.dll 10.0.17134.858
0x7ff8d0570000 - 0x7ff8d0693fff rpcrt4.dll 10.0.17134.648 (WARNING: No symbols, rpcrt4.pdb, 25E22CD6E9B949267ADF61DCBD0D049C1)
0x7ff8d06a0000 - 0x7ff8d0740fff advapi32.dll 10.0.17134.471
0x7ff8d0750000 - 0x7ff8d0757fff psapi.dll 10.0.17134.1
0x7ff8d0760000 - 0x7ff8d0810fff kernel32.dll 10.0.17134.753 (WARNING: No symbols, kernel32.pdb, 548CAA89F1FCF0193D12D2DC02F8920E1)
0x7ff8d0820000 - 0x7ff8d0827fff nsi.dll 10.0.17134.1
0x7ff8d0890000 - 0x7ff8d0938fff SHCore.dll 10.0.17134.112
0x7ff8d0940000 - 0x7ff8d0a01fff oleaut32.dll 10.0.17134.984
0x7ff8d0a10000 - 0x7ff8d0a3cfff imm32.dll 10.0.17134.1
0x7ff8d0a70000 - 0x7ff8d0c50fff ntdll.dll 10.0.17134.799 (WARNING: No symbols, ntdll.pdb, 439D1C7FCB3189471FA46FFA7B873C9F1)"><pre class="notranslate"><code class="notranslate">Operating system: Windows NT
10.0.17134
CPU: amd64
family 6 model 142 stepping 9
4 CPUs
GPU: UNKNOWN
Crash reason: EXCEPTION_ACCESS_VIOLATION_EXEC
Crash address: 0x2c935c8
Assertion: Unknown assertion type 0x00000000
Process uptime: 120 seconds
Thread 0 (crashed)
0 0x2c935c8
rax = 0x0000000005674700 rdx = 0x0000000005273ee8
rcx = 0x00000000054ae560 rbx = 0x000000000014ee70
rsi = 0x00000000054ae560 rdi = 0x0000000144b7e080
rbp = 0x000000000014f050 rsp = 0x000000000014ee38
r8 = 0x000000000560ec20 r9 = 0x0000000000000000
r10 = 0xffffffffffffffff r11 = 0x0000000000000001
r12 = 0x000000000014ef30 r13 = 0x00000000054c1020
r14 = 0x00000000054c2cf8 r15 = 0x000000000014ef60
rip = 0x0000000002c935c8
Found by: given as instruction pointer in context
1 appName.exe!printing::PrintJob::Cancel() [print_job.cc : 208 + 0x9]
rbp = 0x000000000014f050 rsp = 0x000000000014ee40
rip = 0x0000000144732931
Found by: stack scanning
2 appName.exe!printing::PrintViewManagerBase::TerminatePrintJob(bool) [print_view_manager_base.cc : 581 + 0x3]
rbp = 0x000000000014f050 rsp = 0x000000000014eea0
rip = 0x00000001443ae39b
Found by: call frame info
3 appName.exe!printing::PrintViewManagerBase::RenderFrameDeleted(content::RenderFrameHost *) [print_view_manager_base.cc : 385 + 0x14]
rbp = 0x000000000014f050 rsp = 0x000000000014eed0
rip = 0x00000001443aeaec
Found by: call frame info
4 appName.exe!content::WebContentsImpl::RenderFrameDeleted(content::RenderFrameHost *) [web_contents_impl.cc : 5206 + 0x9]
rbp = 0x000000000014f050 rsp = 0x000000000014ef10
rip = 0x0000000140cf88f4
Found by: call frame info
5 appName.exe!content::WebContentsImpl::~WebContentsImpl() [web_contents_impl.cc : 690 + 0x7]
rbp = 0x000000000014f050 rsp = 0x000000000014efd0
rip = 0x0000000140ce6380
Found by: call frame info
6 appName.exe!void content::WebContentsImpl::~WebContentsImpl() [web_contents_impl.cc : 623 + 0x5]
rbp = 0x000000000014f050 rsp = 0x000000000014f0d0
rip = 0x0000000140d142f0
Found by: call frame info
7 appName.exe!atom::InspectableWebContentsImpl::~InspectableWebContentsImpl() [inspectable_web_contents_impl.cc : 257 + 0x5a]
rbp = 0x000000000014f050 rsp = 0x000000000014f110
rip = 0x00000001443c4e70
Found by: call frame info
8 appName.exe!void atom::InspectableWebContentsImpl::~InspectableWebContentsImpl() [inspectable_web_contents_impl.cc : 247 + 0x5]
rbp = 0x000000000014f050 rsp = 0x000000000014f150
rip = 0x00000001443c7860
Found by: call frame info
9 appName.exe!static void base::internal::Invoker<base::internal::BindState<`lambda at ../../electron/atom/browser/common_web_contents_delegate.cc:238:13',base::internal::RetainedRefWrapper<atom::AtomBrowserContext>,std::unique_ptr<atom::InspectableWebContents,std::default_delete<atom::InspectableWebContents> > >,void ()>::RunOnce(class base::internal::BindStateBase *) [bind_internal.h : 658 + 0x28]
rbp = 0x000000000014f050 rsp = 0x000000000014f190
rip = 0x00000001444050b0
Found by: call frame info
10 appName.exe!base::debug::TaskAnnotator::RunTask(char const *,base::PendingTask *) [task_annotator.cc : 105 + 0x10]
rbp = 0x000000000014f050 rsp = 0x000000000014f1c0
rip = 0x0000000141c1c0de
Found by: call frame info
11 appName.exe!base::MessageLoopImpl::RunTask(base::PendingTask *) [message_loop_impl.cc : 355 + 0xf]
rbp = 0x000000000014f050 rsp = 0x000000000014f270
rip = 0x0000000141c4382e
Found by: call frame info
12 appName.exe!base::MessageLoopImpl::DoWork() [message_loop_impl.cc : 458 + 0x12]
rbp = 0x000000000014f050 rsp = 0x000000000014f360
rip = 0x0000000141c43d77
Found by: call frame info
13 appName.exe!base::MessagePumpForUI::DoRunLoop() [message_pump_win.cc : 180 + 0x9]
rbp = 0x000000000014f050 rsp = 0x000000000014f580
rip = 0x0000000141c44c29
Found by: call frame info
14 appName.exe!base::MessagePumpWin::Run(base::MessagePump::Delegate *) [message_pump_win.cc : 52 + 0x9]
rbp = 0x000000000014f050 rsp = 0x000000000014f630
rip = 0x0000000141c445ee
Found by: call frame info
15 appName.exe!base::RunLoop::Run() [run_loop.cc : 150 + 0x6]
rbp = 0x000000000014f050 rsp = 0x000000000014f680
rip = 0x0000000141c63e56
Found by: call frame info
16 appName.exe!content::BrowserMainLoop::MainMessageLoopRun() [browser_main_loop.cc : 1552 + 0x8]
rbp = 0x000000000014f050 rsp = 0x000000000014f730
rip = 0x000000014096fa58
Found by: call frame info
17 appName.exe!content::BrowserMainLoop::RunMainMessageLoopParts() [browser_main_loop.cc : 1003 + 0x8]
rbp = 0x000000000014f050 rsp = 0x000000000014f7e0
rip = 0x000000014096f884
Found by: call frame info
18 appName.exe!content::BrowserMainRunnerImpl::Run() [browser_main_runner_impl.cc : 165 + 0x5]
rbp = 0x000000000014f050 rsp = 0x000000000014f860
rip = 0x0000000140971911
Found by: call frame info
19 appName.exe!content::BrowserMain(content::MainFunctionParams const &) [browser_main.cc : 47 + 0x9]
rbp = 0x000000000014f050 rsp = 0x000000000014f890
rip = 0x000000014096c84a
Found by: call frame info
20 appName.exe!content::RunBrowserProcessMain(content::MainFunctionParams const &,content::ContentMainDelegate *) [content_main_runner_impl.cc : 545 + 0x8]
rbp = 0x000000000014f050 rsp = 0x000000000014f930
rip = 0x0000000141a739af
Found by: call frame info
21 appName.exe!content::ContentMainRunnerImpl::RunServiceManager(content::MainFunctionParams &,bool) [content_main_runner_impl.cc : 954 + 0xc]
rbp = 0x000000000014f050 rsp = 0x000000000014f9a0
rip = 0x0000000141a7444a
Found by: call frame info
22 appName.exe!content::ContentMainRunnerImpl::Run(bool) [content_main_runner_impl.cc : 868 + 0x10]
rbp = 0x000000000014f050 rsp = 0x000000000014fa30
rip = 0x0000000141a7411e
Found by: call frame info
23 appName.exe!service_manager::Main(service_manager::MainParams const &) [main.cc : 461 + 0xa]
rbp = 0x000000000014f050 rsp = 0x000000000014fad0
rip = 0x00000001424ad9e9
Found by: call frame info
24 appName.exe!content::ContentMain(content::ContentMainParams const &) [content_main.cc : 19 + 0x8]
rbp = 0x000000000014f050 rsp = 0x000000000014fd90
rip = 0x0000000141a7390e
Found by: call frame info
25 appName.exe!wWinMain [atom_main.cc : 181 + 0x8]
rbp = 0x000000000014f050 rsp = 0x000000000014fe20
rip = 0x00000001400013b8
Found by: call frame info
26 appName.exe!static int __scrt_common_main_seh() [exe_common.inl : 283 + 0x21]
rbp = 0x000000000014f050 rsp = 0x000000000014ff20
rip = 0x0000000144a517d2
Found by: call frame info
27 kernel32.dll + 0x14034
rbp = 0x000000000014f050 rsp = 0x000000000014ff60
rip = 0x00007ff8d0774034
Found by: call frame info
28 ntdll.dll + 0x73691
rsp = 0x000000000014ff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
29 KERNELBASE.dll + 0xebda0
rsp = 0x000000000014ffc0 rip = 0x00007ff8cd13bda0
Found by: stack scanning
Thread 1
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000000488580
rcx = 0x0000000000000050 rbx = 0x0000000000488580
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x000000000073fc68
r8 = 0x000000000073f4c0 r9 = 0x000000000073f5f4
r10 = 0x000000000073f5f4 r11 = 0x000000000073f260
r12 = 0x0000000000000000 r13 = 0x00000000004732a0
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x000000000073fc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x000000000073fc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 2
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x000000000048e840
rcx = 0x0000000000000050 rbx = 0x000000000048e840
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x000000000083fc68
r8 = 0x000000000083f3f0 r9 = 0x000000000083f526
r10 = 0x000000000083f526 r11 = 0x000000000083f190
r12 = 0x0000000000000000 r13 = 0x00000000004732a0
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x000000000083fc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x000000000083fc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 3
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000000493b40
rcx = 0x0000000000000050 rbx = 0x0000000000493b40
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x000000000093fc68
r8 = 0x0000000000000008 r9 = 0x0000000000000001
r10 = 0x0000000017e00320 r11 = 0x0000000017e01130
r12 = 0x0000000000000000 r13 = 0x00000000004732a0
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x000000000093fc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x000000000093fc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 4
0 ntdll.dll + 0x9b4f4
rax = 0x000000000000005b rdx = 0x000000000270ff40
rcx = 0x0000000000000002 rbx = 0x0000000000000002
rsi = 0x0000000000000000 rdi = 0x0000000000000002
rbp = 0x0000000000000000 rsp = 0x000000000270fbd8
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000000000
r12 = 0x0000000000000000 r13 = 0x000000000270ff40
r14 = 0x0000000000000000 r15 = 0x0000000000000000
rip = 0x00007ff8d0b0b4f4
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x46099
rsp = 0x000000000270fbe0 rip = 0x00007ff8cd096099
Found by: stack scanning
2 ntdll.dll + 0x73670
rsp = 0x000000000270fc00 rip = 0x00007ff8d0ae3670
Found by: stack scanning
Thread 5
0 ntdll.dll + 0x9aac4
rax = 0x0000000000000009 rdx = 0x000000000382fef0
rcx = 0x0000000000000304 rbx = 0x000000000382fee0
rsi = 0x0000000002c27320 rdi = 0x000000000382feec
rbp = 0x0000000000000000 rsp = 0x000000000382fe28
r8 = 0x0000000000000001 r9 = 0x0000000002c10000
r10 = 0x0000000002d40000 r11 = 0x00007ff8d0b89400
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000000000000 r15 = 0x0000000000000000
rip = 0x00007ff8d0b0aac4
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x536e2
rsp = 0x000000000382fe30 rip = 0x00007ff8cd0a36e2
Found by: stack scanning
2 KERNELBASE.dll + 0x5968a
rsp = 0x000000000382fe60 rip = 0x00007ff8cd0a968a
Found by: stack scanning
3 appName.exe!sandbox::BrokerServicesBase::TargetEventsThread(void *) [broker_services.cc : 177 + 0x16]
rsp = 0x000000000382fe90 rip = 0x0000000142ca42c4
Found by: stack scanning
4 kernel32.dll + 0x14034
rsp = 0x000000000382ff60 rip = 0x00007ff8d0774034
Found by: call frame info
5 ntdll.dll + 0x73691
rsp = 0x000000000382ff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 6
0 ntdll.dll + 0x9aa24
rax = 0x0000000000000004 rdx = 0x0000000000000000
rcx = 0x00000000000003f0 rbx = 0x0000000000000000
rsi = 0x000000000414fbc8 rdi = 0x00000000000003f0
rbp = 0x0000000000000001 rsp = 0x000000000414fb98
r8 = 0x0000000000000000 r9 = 0x000000000414fa20
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00007ff8d0780e80 r13 = 0x00007ff8d0a962f0
r14 = 0x00000000000003f0 r15 = 0x000000000414fc60
rip = 0x00007ff8d0b0aa24
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x39252
rsp = 0x000000000414fba0 rip = 0x00007ff8cd089252
Found by: stack scanning
2 appName.exe!base::ThreadLocalStorage::Slot::Get() [thread_local_storage.cc : 362 + 0xc]
rsp = 0x000000000414fbb0 rip = 0x0000000141caec44
Found by: stack scanning
3 0x100000001
rsp = 0x000000000414fbe0 rip = 0x0000000100000001
Found by: call frame info
4 appName.exe!base::MessageLoopImpl::ProcessNextDelayedNonNestableTask() [message_loop_impl.cc : 341 + 0x10]
rsp = 0x000000000414fc20 rip = 0x0000000141c4371f
Found by: stack scanning
Thread 7
0 ntdll.dll + 0x9aa24
rax = 0x0000000000000004 rdx = 0x0000000000000000
rcx = 0x00000000000003b4 rbx = 0x0000000000000000
rsi = 0x000000000424fc48 rdi = 0x00000000000003b4
rbp = 0x0000000002c35e38 rsp = 0x000000000424fc18
r8 = 0x0000000000000001 r9 = 0x0000000004dd0000
r10 = 0x00000000052e68b0 r11 = 0x00007ff8d0b89400
r12 = 0x00007ff8d0780e80 r13 = 0x0000000000000001
r14 = 0x00000000000003b4 r15 = 0x000000000424fce0
rip = 0x00007ff8d0b0aa24
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x39252
rsp = 0x000000000424fc20 rip = 0x00007ff8cd089252
Found by: stack scanning
2 appName.exe!static class base::TimeTicks base::`anonymous namespace'::QPCNow() [time_win.cc : 511 + 0x80]
rsp = 0x000000000424fc40 rip = 0x0000000141cf31b8
Found by: stack scanning
Thread 8
0 ntdll.dll + 0x9aa24
rax = 0x0000000000000004 rdx = 0x0000000000000000
rcx = 0x00000000000003c4 rbx = 0x0000000000000000
rsi = 0x000000000444fc48 rdi = 0x00000000000003c4
rbp = 0x0000000002c35e38 rsp = 0x000000000444fc18
r8 = 0x00000000052e4ba0 r9 = 0x0000000002c67750
r10 = 0x000000000444e000 r11 = 0x000000000444e000
r12 = 0x00007ff8d0780e80 r13 = 0x0000000000000000
r14 = 0x00000000000003c4 r15 = 0x000000000444fce0
rip = 0x00007ff8d0b0aa24
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x39252
rsp = 0x000000000444fc20 rip = 0x00007ff8cd089252
Found by: stack scanning
2 appName.exe!static class base::TimeTicks base::`anonymous namespace'::QPCNow() [time_win.cc : 511 + 0x80]
rsp = 0x000000000444fc40 rip = 0x0000000141cf31b8
Found by: stack scanning
Thread 9
0 ntdll.dll + 0x9aac4
rax = 0x0000000000000009 rdx = 0x000000000464fc40
rcx = 0x000000000000041c rbx = 0x000000000464fc38
rsi = 0x0000000002c6f370 rdi = 0x000000000464fc30
rbp = 0x0000000000000000 rsp = 0x000000000464fb88
r8 = 0x00000000000003e5 r9 = 0x000000000464fbb0
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x0000000002c3c750 r13 = 0x00007ff8d0a962f0
r14 = 0x000000000464fc98 r15 = 0x000000000464fca0
rip = 0x00007ff8d0b0aac4
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x536e2
rsp = 0x000000000464fb90 rip = 0x00007ff8cd0a36e2
Found by: stack scanning
2 appName.exe!mojo::SimpleWatcher::Context::Notify(unsigned int,MojoHandleSignalsState,unsigned int) [simple_watcher.cc : 119 + 0x21]
rsp = 0x000000000464fba0 rip = 0x0000000141cf7f5e
Found by: stack scanning
3 0x2c6f378
rsp = 0x000000000464fc60 rip = 0x0000000002c6f378
Found by: call frame info
4 appName.exe!base::MessagePumpForIO::DoRunLoop() [message_pump_win.cc : 536 + 0x65]
rsp = 0x000000000464fc70 rip = 0x0000000141c458dd
Found by: stack scanning
5 appName.exe!base::MessagePumpWin::Run(base::MessagePump::Delegate *) [message_pump_win.cc : 52 + 0x9]
rsp = 0x000000000464fd10 rip = 0x0000000141c445ee
Found by: call frame info
6 appName.exe!base::RunLoop::Run() [run_loop.cc : 150 + 0x6]
rsp = 0x000000000464fd60 rip = 0x0000000141c63e56
Found by: call frame info
7 appName.exe!content::BrowserProcessSubThread::IOThreadRun(base::RunLoop *) [browser_process_sub_thread.cc : 174 + 0x5]
rsp = 0x000000000464fe10 rip = 0x00000001409768e4
Found by: call frame info
8 appName.exe!base::Thread::ThreadMain() [thread.cc : 333 + 0xc]
rsp = 0x000000000464fe50 rip = 0x0000000141cae5d9
Found by: call frame info
9 appName.exe!static unsigned long base::`anonymous namespace'::ThreadFunc(void *) [platform_thread_win.cc : 97 + 0x8]
rsp = 0x000000000464fee0 rip = 0x0000000141cb0541
Found by: call frame info
10 kernel32.dll + 0x14034
rsp = 0x000000000464ff60 rip = 0x00007ff8d0774034
Found by: call frame info
11 ntdll.dll + 0x73691
rsp = 0x000000000464ff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 10
0 ntdll.dll + 0x9d694
rax = 0x0000000000000168 rdx = 0x00000000048cedd0
rcx = 0x0000000000000458 rbx = 0x0000000000000000
rsi = 0x00000000048cedc0 rdi = 0x0000000002cb6201
rbp = 0x00000000ffffffff rsp = 0x00000000048cecd8
r8 = 0x0000000000000080 r9 = 0x00000000048cedc0
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00000000048cedd0 r13 = 0x0000000000000458
r14 = 0x0000000000000080 r15 = 0x0000000000000000
rip = 0x00007ff8d0b0d694
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0xe847d
rbp = 0x00000000ffffffff rsp = 0x00000000048cece0
rip = 0x00007ff8cd13847d
Found by: stack scanning
2 appName.exe!uv_run [core.c : 528 + 0x2d]
rbp = 0x00000000ffffffff rsp = 0x00000000048ced80
rip = 0x000000014291e425
Found by: stack scanning
3 appName.exe!node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Run() [node_platform.cc : 90 + 0xa]
rbp = 0x00000000ffffffff rsp = 0x00000000048cfe40
rip = 0x0000000143c6179b
Found by: call frame info
4 appName.exe!static unsigned int uv__thread_start(void *) [thread.c : 108 + 0x5]
rbp = 0x00000000ffffffff rsp = 0x00000000048cfef0
rip = 0x0000000142904452
Found by: call frame info
5 appName.exe!static unsigned long thread_start<unsigned int (__cdecl*)(void * __ptr64)>(void *) [thread.cpp : 115 + 0xd]
rbp = 0x00000000ffffffff rsp = 0x00000000048cff30
rip = 0x0000000144a63ab0
Found by: call frame info
6 kernel32.dll + 0x14034
rbp = 0x00000000ffffffff rsp = 0x00000000048cff60
rip = 0x00007ff8d0774034
Found by: call frame info
7 ntdll.dll + 0x73691
rbp = 0x00000000ffffffff rsp = 0x00000000048cff90
rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 11
0 ntdll.dll + 0x9e294
rax = 0x00000000000001c8 rdx = 0x0000000000000000
rcx = 0x0000000002c969c0 rbx = 0x0000000000000000
rsi = 0x0000000002c969c0 rdi = 0x0000000000000000
rbp = 0x00000000049cfd60 rsp = 0x00000000049cfd08
r8 = 0x0000000004bcfd30 r9 = 0x0000000002c969e8
r10 = 0x0000000002c969e8 r11 = 0x0000000000000000
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000002c969e8 r15 = 0x00000000049cfd38
rip = 0x00007ff8d0b0e294
Found by: given as instruction pointer in context
1 ntdll.dll + 0x75ee2
rbp = 0x00000000049cfd60 rsp = 0x00000000049cfd10
rip = 0x00007ff8d0ae5ee2
Found by: stack scanning
2 KERNELBASE.dll + 0x6f378
rsp = 0x00000000049cfd80 rip = 0x00007ff8cd0bf378
Found by: stack scanning
3 appName.exe!uv_cond_wait [thread.c : 414 + 0xc]
rsp = 0x00000000049cfdb0 rip = 0x0000000142904930
Found by: stack scanning
4 appName.exe!node::TaskQueue<v8::Task>::BlockingPop() [node_platform.cc : 507 + 0xb]
rsp = 0x00000000049cfde0 rip = 0x0000000143c618a8
Found by: call frame info
5 appName.exe!static void node::`anonymous namespace'::PlatformWorkerThread(void *) [node_platform.cc : 44 + 0xb]
rsp = 0x00000000049cfe30 rip = 0x0000000143c5fd15
Found by: call frame info
6 appName.exe!static unsigned int uv__thread_start(void *) [thread.c : 108 + 0x5]
rsp = 0x00000000049cfef0 rip = 0x0000000142904452
Found by: call frame info
7 appName.exe!static unsigned long thread_start<unsigned int (__cdecl*)(void * __ptr64)>(void *) [thread.cpp : 115 + 0xd]
rsp = 0x00000000049cff30 rip = 0x0000000144a63ab0
Found by: call frame info
8 kernel32.dll + 0x14034
rsp = 0x00000000049cff60 rip = 0x00007ff8d0774034
Found by: call frame info
9 ntdll.dll + 0x73691
rsp = 0x00000000049cff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 12
0 ntdll.dll + 0x9e294
rax = 0x00000000000001c8 rdx = 0x0000000000000000
rcx = 0x0000000002c969c0 rbx = 0x0000000000000000
rsi = 0x0000000002c969c0 rdi = 0x0000000000000000
rbp = 0x0000000004acfd60 rsp = 0x0000000004acfd08
r8 = 0x00000000049cfd30 r9 = 0x0000000002c969e8
r10 = 0x0000000002c969e8 r11 = 0x0000000000000010
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000002c969e8 r15 = 0x0000000004acfd38
rip = 0x00007ff8d0b0e294
Found by: given as instruction pointer in context
1 ntdll.dll + 0x75ee2
rbp = 0x0000000004acfd60 rsp = 0x0000000004acfd10
rip = 0x00007ff8d0ae5ee2
Found by: stack scanning
2 KERNELBASE.dll + 0x6f378
rsp = 0x0000000004acfd80 rip = 0x00007ff8cd0bf378
Found by: stack scanning
3 appName.exe!uv_cond_wait [thread.c : 414 + 0xc]
rsp = 0x0000000004acfdb0 rip = 0x0000000142904930
Found by: stack scanning
4 appName.exe!node::TaskQueue<v8::Task>::BlockingPop() [node_platform.cc : 507 + 0xb]
rsp = 0x0000000004acfde0 rip = 0x0000000143c618a8
Found by: call frame info
5 appName.exe!static void node::`anonymous namespace'::PlatformWorkerThread(void *) [node_platform.cc : 44 + 0xb]
rsp = 0x0000000004acfe30 rip = 0x0000000143c5fd15
Found by: call frame info
6 appName.exe!static unsigned int uv__thread_start(void *) [thread.c : 108 + 0x5]
rsp = 0x0000000004acfef0 rip = 0x0000000142904452
Found by: call frame info
7 appName.exe!static unsigned long thread_start<unsigned int (__cdecl*)(void * __ptr64)>(void *) [thread.cpp : 115 + 0xd]
rsp = 0x0000000004acff30 rip = 0x0000000144a63ab0
Found by: call frame info
8 kernel32.dll + 0x14034
rsp = 0x0000000004acff60 rip = 0x00007ff8d0774034
Found by: call frame info
9 ntdll.dll + 0x73691
rsp = 0x0000000004acff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 13
0 ntdll.dll + 0x9e294
rax = 0x00000000000001c8 rdx = 0x0000000000000000
rcx = 0x0000000002c969c0 rbx = 0x0000000000000000
rsi = 0x0000000002c969c0 rdi = 0x0000000000000000
rbp = 0x0000000004bcfd60 rsp = 0x0000000004bcfd08
r8 = 0x0000000004acfd30 r9 = 0x0000000002c969e8
r10 = 0x0000000002c969e8 r11 = 0x0000000000000000
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000002c969e8 r15 = 0x0000000004bcfd38
rip = 0x00007ff8d0b0e294
Found by: given as instruction pointer in context
1 ntdll.dll + 0x75ee2
rbp = 0x0000000004bcfd60 rsp = 0x0000000004bcfd10
rip = 0x00007ff8d0ae5ee2
Found by: stack scanning
2 KERNELBASE.dll + 0x6f378
rsp = 0x0000000004bcfd80 rip = 0x00007ff8cd0bf378
Found by: stack scanning
3 appName.exe!uv_cond_wait [thread.c : 414 + 0xc]
rsp = 0x0000000004bcfdb0 rip = 0x0000000142904930
Found by: stack scanning
4 appName.exe!node::TaskQueue<v8::Task>::BlockingPop() [node_platform.cc : 507 + 0xb]
rsp = 0x0000000004bcfde0 rip = 0x0000000143c618a8
Found by: call frame info
5 appName.exe!static void node::`anonymous namespace'::PlatformWorkerThread(void *) [node_platform.cc : 44 + 0xb]
rsp = 0x0000000004bcfe30 rip = 0x0000000143c5fd15
Found by: call frame info
6 appName.exe!static unsigned int uv__thread_start(void *) [thread.c : 108 + 0x5]
rsp = 0x0000000004bcfef0 rip = 0x0000000142904452
Found by: call frame info
7 appName.exe!static unsigned long thread_start<unsigned int (__cdecl*)(void * __ptr64)>(void *) [thread.cpp : 115 + 0xd]
rsp = 0x0000000004bcff30 rip = 0x0000000144a63ab0
Found by: call frame info
8 kernel32.dll + 0x14034
rsp = 0x0000000004bcff60 rip = 0x00007ff8d0774034
Found by: call frame info
9 ntdll.dll + 0x73691
rsp = 0x0000000004bcff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 14
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x00000000004d3870
rcx = 0x00000000000004c8 rbx = 0x00000000004d3870
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x0000000005acfc68
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000000000
r12 = 0x0000000000000000 r13 = 0x00000000004d29d0
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x0000000005acfc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
Thread 15
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x00000000004ee8b0
rcx = 0x0000000000000010 rbx = 0x00000000004ee8b0
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x0000000005e1fc68
r8 = 0x0000000005e1eb48 r9 = 0x0000000005e1ec80
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x0000000005e1fc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x0000000005e1fc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 16
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x00000000004f6b00
rcx = 0x0000000000000010 rbx = 0x00000000004f6b00
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x0000000005f1fc68
r8 = 0x0000000000470b30 r9 = 0x0000000000000000
r10 = 0x0000000000479700 r11 = 0x0000000000000015
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x0000000005f1fc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x0000000005f1fc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 17
0 ntdll.dll + 0x9b4f4
rax = 0x000000000000005b rdx = 0x000000000601fc40
rcx = 0x0000000000000001 rbx = 0x0000000000000001
rsi = 0x0000000000000000 rdi = 0x0000000000000001
rbp = 0x00000000000005e8 rsp = 0x000000000601f8e8
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000000000
r12 = 0x0000000000000000 r13 = 0x000000000601fc40
r14 = 0x0000000000000000 r15 = 0x0000000000000000
rip = 0x00007ff8d0b0b4f4
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x46099
rsp = 0x000000000601f8f0 rip = 0x00007ff8cd096099
Found by: stack scanning
2 WinTypes.dll + 0x2a6f0
rsp = 0x000000000601f8f8 rip = 0x00007ff8c8a1a6f0
Found by: stack scanning
3 ntdll.dll + 0x390ce
rsp = 0x000000000601f900 rip = 0x00007ff8d0aa90ce
Found by: stack scanning
4 WinTypes.dll + 0x2a6f0
rsp = 0x000000000601f920 rip = 0x00007ff8c8a1a6f0
Found by: stack scanning
5 ntdll.dll + 0x39096
rsp = 0x000000000601f9c0 rip = 0x00007ff8d0aa9096
Found by: stack scanning
6 rpcrt4.dll + 0xec9a0
rsp = 0x000000000601f9c8 rip = 0x00007ff8d065c9a0
Found by: stack scanning
7 rpcrt4.dll + 0x355f
rsp = 0x000000000601fa90 rip = 0x00007ff8d057355f
Found by: stack scanning
8 combase.dll + 0xa654d
rsp = 0x000000000601fac0 rip = 0x00007ff8ce7a654d
Found by: stack scanning
9 ntdll.dll + 0x83d0
rsp = 0x000000000601fb30 rip = 0x00007ff8d0a783d0
Found by: stack scanning
10 KERNELBASE.dll + 0x475f9
rsp = 0x000000000601fb80 rip = 0x00007ff8cd0975f9
Found by: stack scanning
11 combase.dll + 0xa6330
rsp = 0x000000000601fb90 rip = 0x00007ff8ce7a6330
Found by: stack scanning
12 combase.dll + 0xa49ef
rsp = 0x000000000601fbf0 rip = 0x00007ff8ce7a49ef
Found by: stack scanning
Thread 18
0 ntdll.dll + 0x9aac4
rax = 0x0000000000000009 rdx = 0x000000000621fc80
rcx = 0x00000000000005ec rbx = 0x000000000621fc78
rsi = 0x000000000519ae60 rdi = 0x000000000621fc70
rbp = 0x0000000000000000 rsp = 0x000000000621fbc8
r8 = 0x0000000000000000 r9 = 0x0000000000008020
r10 = 0x00000000052de8b0 r11 = 0x0000000000000000
r12 = 0x0000000002d0cbd0 r13 = 0x00007ff8d0a962f0
r14 = 0x000000000621fcd8 r15 = 0x000000000621fce0
rip = 0x00007ff8d0b0aac4
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x536e2
rsp = 0x000000000621fbd0 rip = 0x00007ff8cd0a36e2
Found by: stack scanning
2 appName.exe!base::internal::PostTaskAndReplyImpl::PostTaskAndReply(base::Location const &,base::OnceCallback<void >,base::OnceCallback<void >) [post_task_and_reply_impl.cc : 123 + 0x1d]
rsp = 0x000000000621fc00 rip = 0x0000000141ca1656
Found by: stack scanning
3 appName.exe!base::PostTaskWithTraitsAndReply(base::Location const &,base::TaskTraits const &,base::OnceCallback<void >,base::OnceCallback<void >) [post_task.cc : 96 + 0x1d]
rsp = 0x000000000621fcc0 rip = 0x0000000141c81d8e
Found by: call frame info
4 0x621fe08
rsp = 0x000000000621fd40 rip = 0x000000000621fe08
Found by: call frame info
5 appName.exe!base::MessagePumpWin::Run(base::MessagePump::Delegate *) [message_pump_win.cc : 52 + 0x9]
rsp = 0x000000000621fd50 rip = 0x0000000141c445ee
Found by: stack scanning
6 appName.exe!base::RunLoop::Run() [run_loop.cc : 150 + 0x6]
rsp = 0x000000000621fda0 rip = 0x0000000141c63e56
Found by: call frame info
7 appName.exe!base::Thread::ThreadMain() [thread.cc : 333 + 0xc]
rsp = 0x000000000621fe50 rip = 0x0000000141cae5d9
Found by: call frame info
8 appName.exe!static unsigned long base::`anonymous namespace'::ThreadFunc(void *) [platform_thread_win.cc : 97 + 0x8]
rsp = 0x000000000621fee0 rip = 0x0000000141cb0541
Found by: call frame info
9 kernel32.dll + 0x14034
rsp = 0x000000000621ff60 rip = 0x00007ff8d0774034
Found by: call frame info
10 ntdll.dll + 0x73691
rsp = 0x000000000621ff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 19
0 win32u.dll + 0x96e4
rax = 0x0000000000001436 rdx = 0x000000000631fd98
rcx = 0x0000000000000001 rbx = 0x0000000002c35e00
rsi = 0x0000000005111290 rdi = 0x0000000000000000
rbp = 0x0000000002c35e38 rsp = 0x000000000631fd28
r8 = 0x0000000000431080 r9 = 0x0000000000008000
r10 = 0x000000000631f4c4 r11 = 0x000000000631f6c0
r12 = 0x0000000005111290 r13 = 0x0000000000000001
r14 = 0x000000000631fe28 r15 = 0x00007ff8d0a962f0
rip = 0x00007ff8cce396e4
Found by: given as instruction pointer in context
1 user32.dll + 0x2031d
rsp = 0x000000000631fd30 rip = 0x00007ff8d010031d
Found by: stack scanning
2 appName.exe!base::internal::LockImpl::Lock() [lock_impl_win.cc : 37 + 0x15]
rsp = 0x000000000631fd60 rip = 0x0000000141c7f3f7
Found by: stack scanning
3 appName.exe!base::internal::SchedulerWorker::RunWorker() [scheduler_worker.cc : 331 + 0x9]
rsp = 0x000000000631fdc0 rip = 0x0000000141c9892c
Found by: call frame info
4 appName.exe!base::internal::SchedulerWorker::RunSharedCOMWorker() [scheduler_worker.cc : 266 + 0x5]
rsp = 0x000000000631fea0 rip = 0x0000000141c98490
Found by: call frame info
5 appName.exe!static unsigned long base::`anonymous namespace'::ThreadFunc(void *) [platform_thread_win.cc : 97 + 0x8]
rsp = 0x000000000631fee0 rip = 0x0000000141cb0541
Found by: call frame info
6 kernel32.dll + 0x14034
rsp = 0x000000000631ff60 rip = 0x00007ff8d0774034
Found by: call frame info
7 ntdll.dll + 0x73691
rsp = 0x000000000631ff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 20
0 ntdll.dll + 0x9aa24
rax = 0x0000000000000004 rdx = 0x0000000000000000
rcx = 0x000000000000065c rbx = 0x0000000000000000
rsi = 0x00000000084cfc48 rdi = 0x000000000000065c
rbp = 0x0000000002c35e38 rsp = 0x00000000084cfc18
r8 = 0x00000000084cf678 r9 = 0xfffffffe3eb38420
r10 = 0x00000000057dc0f0 r11 = 0x0000000000000000
r12 = 0x00007ff8d0780e80 r13 = 0x0000000000000001
r14 = 0x000000000000065c r15 = 0x00000000084cfce0
rip = 0x00007ff8d0b0aa24
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x39252
rsp = 0x00000000084cfc20 rip = 0x00007ff8cd089252
Found by: stack scanning
2 appName.exe!static class base::TimeTicks base::`anonymous namespace'::QPCNow() [time_win.cc : 511 + 0x80]
rsp = 0x00000000084cfc30 rip = 0x0000000141cf31b8
Found by: stack scanning
Thread 21
0 ntdll.dll + 0x9aa24
rax = 0x0000000000000004 rdx = 0x0000000000000000
rcx = 0x0000000000000694 rbx = 0x0000000000000000
rsi = 0x00000000085cfc48 rdi = 0x0000000000000694
rbp = 0x0000000002c35e38 rsp = 0x00000000085cfc18
r8 = 0x0000000000000000 r9 = 0x0000000000000020
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00007ff8d0780e80 r13 = 0x0000000000000001
r14 = 0x0000000000000694 r15 = 0x00000000085cfce0
rip = 0x00007ff8d0b0aa24
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x39252
rsp = 0x00000000085cfc20 rip = 0x00007ff8cd089252
Found by: stack scanning
2 appName.exe!static class base::TimeTicks base::`anonymous namespace'::QPCNow() [time_win.cc : 511 + 0x80]
rsp = 0x00000000085cfc30 rip = 0x0000000141cf31b8
Found by: stack scanning
Thread 22
0 ntdll.dll + 0x9aa24
rax = 0x0000000000000004 rdx = 0x0000000000000000
rcx = 0x000000000000069c rbx = 0x0000000000000000
rsi = 0x00000000086cfc48 rdi = 0x000000000000069c
rbp = 0x0000000002c35e38 rsp = 0x00000000086cfc18
r8 = 0x0000000000000001 r9 = 0x0000000000470000
r10 = 0x0000000000000000 r11 = 0x00007ff8d0b89400
r12 = 0x00007ff8d0780e80 r13 = 0x0000000000000000
r14 = 0x000000000000069c r15 = 0x00000000086cfce0
rip = 0x00007ff8d0b0aa24
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x39252
rsp = 0x00000000086cfc20 rip = 0x00007ff8cd089252
Found by: stack scanning
2 appName.exe!static class base::TimeTicks base::`anonymous namespace'::QPCNow() [time_win.cc : 511 + 0x80]
rsp = 0x00000000086cfc40 rip = 0x0000000141cf31b8
Found by: stack scanning
Thread 23
0 ntdll.dll + 0x9e294
rax = 0x00000000000001c8 rdx = 0x0000000000000000
rcx = 0x0000000004c1c968 rbx = 0x0000000000000000
rsi = 0x0000000000000000 rdi = 0x0000000004c1c9a0
rbp = 0x0000000004c1c968 rsp = 0x00000000087cfcd8
r8 = 0x0000000000000009 r9 = 0x0000000000000001
r10 = 0x00000000ffffffff r11 = 0x000000000cea7c24
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000004c1c9a0 r15 = 0x0000000000000000
rip = 0x00007ff8d0b0e294
Found by: given as instruction pointer in context
1 ntdll.dll + 0x25f29
rsp = 0x00000000087cfce0 rip = 0x00007ff8d0a95f29
Found by: stack scanning
2 appName.exe!void cc::`anonymous namespace'::DidFinishRunningAllTilesTask::RunOnWorkerThread() [tile_manager.cc : 351 + 0x21]
rsp = 0x00000000087cfce8 rip = 0x000000014219aaa8
Found by: stack scanning
3 0x2c935c8
rsp = 0x00000000087cfda8 rip = 0x0000000002c935c8
Found by: call frame info
4 appName.exe!cc::SingleThreadTaskGraphRunner::Run() [single_thread_task_graph_runner.cc : 126 + 0x8]
rsp = 0x00000000087cfdf0 rip = 0x000000014210f408
Found by: stack scanning
5 appName.exe!base::SimpleThread::ThreadMain() [simple_thread.cc : 80 + 0x9]
rsp = 0x00000000087cfe40 rip = 0x0000000141cae033
Found by: call frame info
6 appName.exe!static unsigned long base::`anonymous namespace'::ThreadFunc(void *) [platform_thread_win.cc : 97 + 0x8]
rsp = 0x00000000087cfee0 rip = 0x0000000141cb0541
Found by: call frame info
7 kernel32.dll + 0x14034
rsp = 0x00000000087cff60 rip = 0x00007ff8d0774034
Found by: call frame info
8 ntdll.dll + 0x73691
rsp = 0x00000000087cff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 24
0 ntdll.dll + 0x9aa24
rax = 0x0000000000000004 rdx = 0x0000000000000000
rcx = 0x0000000000000770 rbx = 0x0000000000000000
rsi = 0x0000000000000000 rdi = 0x0000000000000770
rbp = 0x0000000000000001 rsp = 0x00000000088cfc18
r8 = 0x00000000001812c0 r9 = 0x0000000000008000
r10 = 0x00000fff1888049c r11 = 0x5555555555555555
r12 = 0x0000000002c4f7b8 r13 = 0x00007ff8d0a962f0
r14 = 0x0000000000000770 r15 = 0x000000000511f4e0
rip = 0x00007ff8d0b0aa24
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x39252
rsp = 0x00000000088cfc20 rip = 0x00007ff8cd089252
Found by: stack scanning
2 appName.exe!RtlUnwindEx + 0x62f97
rsp = 0x00000000088cfc30 rip = 0x0000000144afe9d7
Found by: stack scanning
3 appName.exe!RtlUnwindEx + 0x62f68
rsp = 0x00000000088cfc38 rip = 0x0000000144afe9a8
Found by: stack scanning
4 appName.exe!media::AudioThreadHangMonitor::CheckIfAudioThreadIsAlive() [audio_thread_hang_monitor.cc : 149 + 0x21]
rsp = 0x00000000088cfc48 rip = 0x00000001403cae52
Found by: stack scanning
5 0x511f4d0
rsp = 0x00000000088cfcb8 rip = 0x000000000511f4d0
Found by: call frame info
6 appName.exe!base::WaitableEvent::Wait() [waitable_event_win.cc : 68 + 0xb]
rsp = 0x00000000088cfcc0 rip = 0x0000000141c7f7f4
Found by: stack scanning
7 appName.exe!base::MessagePumpDefault::Run(base::MessagePump::Delegate *) [message_pump_default.cc : 58 + 0x8]
rsp = 0x00000000088cfd40 rip = 0x0000000141c44547
Found by: call frame info
8 appName.exe!base::RunLoop::Run() [run_loop.cc : 150 + 0x6]
rsp = 0x00000000088cfda0 rip = 0x0000000141c63e56
Found by: call frame info
9 appName.exe!base::Thread::ThreadMain() [thread.cc : 333 + 0xc]
rsp = 0x00000000088cfe50 rip = 0x0000000141cae5d9
Found by: call frame info
10 appName.exe!static unsigned long base::`anonymous namespace'::ThreadFunc(void *) [platform_thread_win.cc : 97 + 0x8]
rsp = 0x00000000088cfee0 rip = 0x0000000141cb0541
Found by: call frame info
11 kernel32.dll + 0x14034
rsp = 0x00000000088cff60 rip = 0x00007ff8d0774034
Found by: call frame info
12 ntdll.dll + 0x73691
rsp = 0x00000000088cff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 25
0 ntdll.dll + 0x9aa24
rax = 0x0000000000000004 rdx = 0x0000000000000000
rcx = 0x00000000000006f4 rbx = 0x0000000000000000
rsi = 0x0000000008acfc48 rdi = 0x00000000000006f4
rbp = 0x0000000002c35e38 rsp = 0x0000000008acfc18
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000008ace000 r11 = 0x0000000008ace000
r12 = 0x00007ff8d0780e80 r13 = 0x0000000000000001
r14 = 0x00000000000006f4 r15 = 0x0000000008acfce0
rip = 0x00007ff8d0b0aa24
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x39252
rsp = 0x0000000008acfc20 rip = 0x00007ff8cd089252
Found by: stack scanning
2 appName.exe!static class base::TimeTicks base::`anonymous namespace'::QPCNow() [time_win.cc : 511 + 0x80]
rsp = 0x0000000008acfc40 rip = 0x0000000141cf31b8
Found by: stack scanning
Thread 26
0 win32u.dll + 0x96e4
rax = 0x0000000000001436 rdx = 0x0000000000000000
rcx = 0x0000000000000000 rbx = 0x00007ff8d0100280
rsi = 0x00000000051c97f0 rdi = 0x0000000008bcfbd0
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfb58
r8 = 0x0000000000000018 r9 = 0x00000000052e46a0
r10 = 0x0000000008bce000 r11 = 0x0000000008bce000
r12 = 0x0000000008bcfc08 r13 = 0x00007ff8d0100bc0
r14 = 0x0000000008bcfc0c r15 = 0x0000000008bcfc10
rip = 0x00007ff8cce396e4
Found by: given as instruction pointer in context
1 user32.dll + 0x2031d
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfb60
rip = 0x00007ff8d010031d
Found by: stack scanning
2 appName.exe!RtlUnwindEx + 0xf443b8
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfb78
rip = 0x00000001459dfdf8
Found by: stack scanning
3 appName.exe!base::RunLoop::IsNestedOnCurrentThread() [run_loop.cc : 232 + 0x62]
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfb80
rip = 0x0000000141c64ab8
Found by: stack scanning
4 appName.exe!base::MessageLoopImpl::ProcessNextDelayedNonNestableTask() [message_loop_impl.cc : 341 + 0x10]
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfbc0
rip = 0x0000000141c4371f
Found by: call frame info
5 0x51c97f8
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfc70
rip = 0x00000000051c97f8
Found by: call frame info
6 user32.dll + 0x18540
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfc80
rip = 0x00007ff8d00f8540
Found by: stack scanning
7 user32.dll + 0x30530
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfc88
rip = 0x00007ff8d0110530
Found by: stack scanning
8 user32.dll + 0x20bc0
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfc98
rip = 0x00007ff8d0100bc0
Found by: stack scanning
9 appName.exe!base::MessagePumpForUI::DoRunLoop() [message_pump_win.cc : 205 + 0x8]
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfca0
rip = 0x0000000141c44bc8
Found by: stack scanning
10 appName.exe!base::MessagePumpWin::Run(base::MessagePump::Delegate *) [message_pump_win.cc : 52 + 0x9]
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfd50
rip = 0x0000000141c445ee
Found by: call frame info
11 appName.exe!base::RunLoop::Run() [run_loop.cc : 150 + 0x6]
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfda0
rip = 0x0000000141c63e56
Found by: call frame info
12 appName.exe!base::Thread::ThreadMain() [thread.cc : 333 + 0xc]
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfe50
rip = 0x0000000141cae5d9
Found by: call frame info
13 appName.exe!static unsigned long base::`anonymous namespace'::ThreadFunc(void *) [platform_thread_win.cc : 97 + 0x8]
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcfee0
rip = 0x0000000141cb0541
Found by: call frame info
14 kernel32.dll + 0x14034
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcff60
rip = 0x00007ff8d0774034
Found by: call frame info
15 ntdll.dll + 0x73691
rbp = 0x00007ff8d00f8540 rsp = 0x0000000008bcff90
rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 27
0 ntdll.dll + 0x9aac4
rax = 0x0000000000000009 rdx = 0x0000000008ccfe80
rcx = 0x0000000000000420 rbx = 0x0000000008ccfe78
rsi = 0x0000000002c747a0 rdi = 0x0000000008ccfe8c
rbp = 0x0000000000000000 rsp = 0x0000000008ccfde8
r8 = 0x0000000008ccfba8 r9 = 0x00000000000308c0
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000000000000 r15 = 0x0000000000000000
rip = 0x00007ff8d0b0aac4
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x536e2
rsp = 0x0000000008ccfdf0 rip = 0x00007ff8cd0a36e2
Found by: stack scanning
2 appName.exe!atom::NodeBindingsWin::PollEvents() [node_bindings_win.cc : 41 + 0x24]
rsp = 0x0000000008ccfe50 rip = 0x0000000143bc5935
Found by: stack scanning
3 appName.exe!atom::NodeBindings::EmbedThreadRunner(void *) [node_bindings.cc : 441 + 0x9]
rsp = 0x0000000008ccfeb0 rip = 0x000000014291663b
Found by: call frame info
4 appName.exe!static unsigned int uv__thread_start(void *) [thread.c : 108 + 0x5]
rsp = 0x0000000008ccfef0 rip = 0x0000000142904452
Found by: call frame info
5 appName.exe!static unsigned long thread_start<unsigned int (__cdecl*)(void * __ptr64)>(void *) [thread.cpp : 115 + 0xd]
rsp = 0x0000000008ccff30 rip = 0x0000000144a63ab0
Found by: call frame info
6 kernel32.dll + 0x14034
rsp = 0x0000000008ccff60 rip = 0x00007ff8d0774034
Found by: call frame info
7 ntdll.dll + 0x73691
rsp = 0x0000000008ccff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 28
0 ntdll.dll + 0x9aa24
rax = 0x0000000000000004 rdx = 0x0000000000000000
rcx = 0x00000000000007b4 rbx = 0x0000000000000000
rsi = 0x0000000000000000 rdi = 0x00000000000007b4
rbp = 0x0000000002c35e38 rsp = 0x0000000008dcfc58
r8 = 0x00000000004324c0 r9 = 0x0000000000008000
r10 = 0x00000000058b6280 r11 = 0x0000000000000000
r12 = 0x0000000004dd3460 r13 = 0x0000000000000001
r14 = 0x00000000000007b4 r15 = 0x00007ff8d0a962f0
rip = 0x00007ff8d0b0aa24
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x39252
rsp = 0x0000000008dcfc60 rip = 0x00007ff8cd089252
Found by: stack scanning
2 appName.exe!mojo::SimpleWatcher::Context::Notify(unsigned int,MojoHandleSignalsState,unsigned int) [simple_watcher.cc : 119 + 0x21]
rsp = 0x0000000008dcfc78 rip = 0x0000000141cf7f5e
Found by: stack scanning
3 0x2c35e38
rsp = 0x0000000008dcfd38 rip = 0x0000000002c35e38
Found by: call frame info
4 ntdll.dll + 0x262f0
rsp = 0x0000000008dcfd58 rip = 0x00007ff8d0a962f0
Found by: stack scanning
5 appName.exe!base::internal::LockImpl::Lock() [lock_impl_win.cc : 37 + 0x15]
rsp = 0x0000000008dcfd60 rip = 0x0000000141c7f3f7
Found by: stack scanning
6 appName.exe!base::internal::SchedulerWorker::RunWorker() [scheduler_worker.cc : 331 + 0x9]
rsp = 0x0000000008dcfdc0 rip = 0x0000000141c9892c
Found by: call frame info
7 appName.exe!base::internal::SchedulerWorker::RunDedicatedWorker() [scheduler_worker.cc : 253 + 0x5]
rsp = 0x0000000008dcfea0 rip = 0x0000000141c98450
Found by: call frame info
8 appName.exe!static unsigned long base::`anonymous namespace'::ThreadFunc(void *) [platform_thread_win.cc : 97 + 0x8]
rsp = 0x0000000008dcfee0 rip = 0x0000000141cb0541
Found by: call frame info
9 kernel32.dll + 0x14034
rsp = 0x0000000008dcff60 rip = 0x00007ff8d0774034
Found by: call frame info
10 ntdll.dll + 0x73691
rsp = 0x0000000008dcff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 29
0 win32u.dll + 0x96e4
rax = 0x0000000000001436 rdx = 0x0000000008fefd98
rcx = 0x0000000000000001 rbx = 0x0000000002c35e00
rsi = 0x0000000004e30490 rdi = 0x0000000000000000
rbp = 0x0000000002c35e38 rsp = 0x0000000008fefd28
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000394800
r12 = 0x0000000004e30490 r13 = 0x0000000000000001
r14 = 0x0000000008fefe28 r15 = 0x00007ff8d0a962f0
rip = 0x00007ff8cce396e4
Found by: given as instruction pointer in context
1 user32.dll + 0x2031d
rsp = 0x0000000008fefd30 rip = 0x00007ff8d010031d
Found by: stack scanning
2 appName.exe!base::internal::LockImpl::Lock() [lock_impl_win.cc : 37 + 0x15]
rsp = 0x0000000008fefd60 rip = 0x0000000141c7f3f7
Found by: stack scanning
3 appName.exe!base::internal::SchedulerWorker::RunWorker() [scheduler_worker.cc : 331 + 0x9]
rsp = 0x0000000008fefdc0 rip = 0x0000000141c9892c
Found by: call frame info
4 appName.exe!base::internal::SchedulerWorker::RunSharedCOMWorker() [scheduler_worker.cc : 266 + 0x5]
rsp = 0x0000000008fefea0 rip = 0x0000000141c98490
Found by: call frame info
5 appName.exe!static unsigned long base::`anonymous namespace'::ThreadFunc(void *) [platform_thread_win.cc : 97 + 0x8]
rsp = 0x0000000008fefee0 rip = 0x0000000141cb0541
Found by: call frame info
6 kernel32.dll + 0x14034
rsp = 0x0000000008feff60 rip = 0x00007ff8d0774034
Found by: call frame info
7 ntdll.dll + 0x73691
rsp = 0x0000000008feff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 30
0 ntdll.dll + 0x9aa24
rax = 0x0000000000000004 rdx = 0x0000000000000000
rcx = 0x0000000000000818 rbx = 0x0000000000000000
rsi = 0x00000000090ffc48 rdi = 0x0000000000000818
rbp = 0x0000000002c35e38 rsp = 0x00000000090ffc18
r8 = 0x00007ff8d00e0000 r9 = 0x0000000000000000
r10 = 0x00000fff1a0200f6 r11 = 0x0040000000008000
r12 = 0x00007ff8d0780e80 r13 = 0x0000000000000000
r14 = 0x0000000000000818 r15 = 0x00000000090ffce0
rip = 0x00007ff8d0b0aa24
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x39252
rsp = 0x00000000090ffc20 rip = 0x00007ff8cd089252
Found by: stack scanning
2 appName.exe!static class base::TimeTicks base::`anonymous namespace'::QPCNow() [time_win.cc : 511 + 0x80]
rsp = 0x00000000090ffc30 rip = 0x0000000141cf31b8
Found by: stack scanning
Thread 31
0 ntdll.dll + 0x9aac4
rax = 0x0000000000000009 rdx = 0x000000000aadfc80
rcx = 0x00000000000008d8 rbx = 0x000000000aadfc78
rsi = 0x0000000005327f50 rdi = 0x000000000aadfc70
rbp = 0x0000000000000000 rsp = 0x000000000aadfbc8
r8 = 0x0000000000431f80 r9 = 0x0000000000008000
r10 = 0x00000fff19a12be7 r11 = 0x0022008000000002
r12 = 0x0000000145a270e8 r13 = 0x00007ff8d0a962f0
r14 = 0x000000000aadfcd8 r15 = 0x000000000aadfce0
rip = 0x00007ff8d0b0aac4
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x536e2
rsp = 0x000000000aadfbd0 rip = 0x00007ff8cd0a36e2
Found by: stack scanning
2 appName.exe!disk_cache::BackendImpl::SyncInit() [backend_impl.cc : 339 + 0x21]
rsp = 0x000000000aadfbe0 rip = 0x000000014296a590
Found by: stack scanning
3 0x5327f58
rsp = 0x000000000aadfca0 rip = 0x0000000005327f58
Found by: call frame info
4 appName.exe!base::MessagePumpForIO::DoRunLoop() [message_pump_win.cc : 536 + 0x65]
rsp = 0x000000000aadfcb0 rip = 0x0000000141c458dd
Found by: stack scanning
5 appName.exe!base::MessagePumpWin::Run(base::MessagePump::Delegate *) [message_pump_win.cc : 52 + 0x9]
rsp = 0x000000000aadfd50 rip = 0x0000000141c445ee
Found by: call frame info
6 appName.exe!base::RunLoop::Run() [run_loop.cc : 150 + 0x6]
rsp = 0x000000000aadfda0 rip = 0x0000000141c63e56
Found by: call frame info
7 appName.exe!base::Thread::ThreadMain() [thread.cc : 333 + 0xc]
rsp = 0x000000000aadfe50 rip = 0x0000000141cae5d9
Found by: call frame info
8 appName.exe!static unsigned long base::`anonymous namespace'::ThreadFunc(void *) [platform_thread_win.cc : 97 + 0x8]
rsp = 0x000000000aadfee0 rip = 0x0000000141cb0541
Found by: call frame info
9 kernel32.dll + 0x14034
rsp = 0x000000000aadff60 rip = 0x00007ff8d0774034
Found by: call frame info
10 ntdll.dll + 0x73691
rsp = 0x000000000aadff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 32
0 win32u.dll + 0x96e4
rax = 0x0000000000001436 rdx = 0x000000000acc1930
rcx = 0x0000000000000001 rbx = 0x0000000000000001
rsi = 0x0000000000000001 rdi = 0x0000000000000000
rbp = 0x000000000abdfeb9 rsp = 0x000000000abdfe08
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000000000
r12 = 0x0000000000000001 r13 = 0x000000000acc08c0
r14 = 0x000000000acc1930 r15 = 0x0000000000000000
rip = 0x00007ff8cce396e4
Found by: given as instruction pointer in context
1 user32.dll + 0x2031d
rbp = 0x000000000abdfeb9 rsp = 0x000000000abdfe10
rip = 0x00007ff8d010031d
Found by: stack scanning
2 directmanipulation.dll + 0x15bd6
rbp = 0x000000000abdfeb9 rsp = 0x000000000abdfe50
rip = 0x00007ff8b3bc5bd6
Found by: stack scanning
3 directmanipulation.dll + 0x77798
rbp = 0x000000000abdfeb9 rsp = 0x000000000abdfeb0
rip = 0x00007ff8b3c27798
Found by: stack scanning
4 directmanipulation.dll + 0x85000
rsp = 0x000000000abdfec8 rip = 0x00007ff8b3c35000
Found by: stack scanning
5 combase.dll + 0x9f646
rsp = 0x000000000abdfed0 rip = 0x00007ff8ce79f646
Found by: stack scanning
6 directmanipulation.dll + 0x77798
rsp = 0x000000000abdfee8 rip = 0x00007ff8b3c27798
Found by: stack scanning
7 directmanipulation.dll + 0x85000
rsp = 0x000000000abdff18 rip = 0x00007ff8b3c35000
Found by: stack scanning
8 directmanipulation.dll + 0x15e94
rsp = 0x000000000abdff20 rip = 0x00007ff8b3bc5e94
Found by: stack scanning
9 kernel32.dll + 0x14034
rsp = 0x000000000abdff60 rip = 0x00007ff8d0774034
Found by: stack scanning
10 ntdll.dll + 0x73691
rsp = 0x000000000abdff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 33
0 ntdll.dll + 0x9e294
rax = 0x00000000000001c8 rdx = 0x0000000000000000
rcx = 0x0000000145a3b328 rbx = 0x0000000000000000
rsi = 0x0000000145a3b328 rdi = 0x0000000000000000
rbp = 0x000000000aebfe00 rsp = 0x000000000aebfda8
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000000000
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000145a3b2e8 r15 = 0x000000000aebfdd8
rip = 0x00007ff8d0b0e294
Found by: given as instruction pointer in context
1 ntdll.dll + 0x75ee2
rbp = 0x000000000aebfe00 rsp = 0x000000000aebfdb0
rip = 0x00007ff8d0ae5ee2
Found by: stack scanning
2 appName.exe!RtlUnwindEx + 0xf9f8a8
rbp = 0x000000000aebfe00 rsp = 0x000000000aebfdd0
rip = 0x0000000145a3b2e8
Found by: stack scanning
3 appName.exe!RtlUnwindEx + 0xf9f910
rsp = 0x000000000aebfe08 rip = 0x0000000145a3b350
Found by: stack scanning
4 appName.exe!RtlUnwindEx + 0xf9f8a8
rsp = 0x000000000aebfe10 rip = 0x0000000145a3b2e8
Found by: stack scanning
5 appName.exe!RtlUnwindEx + 0xf9f950
rsp = 0x000000000aebfe18 rip = 0x0000000145a3b390
Found by: stack scanning
6 KERNELBASE.dll + 0x6f378
rsp = 0x000000000aebfe20 rip = 0x00007ff8cd0bf378
Found by: stack scanning
7 appName.exe!RtlUnwindEx + 0xf9f910
rsp = 0x000000000aebfe28 rip = 0x0000000145a3b350
Found by: stack scanning
8 appName.exe!RtlUnwindEx + 0xf9f8e8
rsp = 0x000000000aebfe30 rip = 0x0000000145a3b328
Found by: stack scanning
9 appName.exe!RtlUnwindEx + 0xf9f930
rsp = 0x000000000aebfe38 rip = 0x0000000145a3b370
Found by: stack scanning
10 appName.exe!RtlUnwindEx + 0xf9f910
rsp = 0x000000000aebfe48 rip = 0x0000000145a3b350
Found by: stack scanning
11 appName.exe!uv_cond_wait [thread.c : 414 + 0xc]
rsp = 0x000000000aebfe50 rip = 0x0000000142904930
Found by: stack scanning
12 appName.exe!static void worker(void *) [threadpool.c : 76 + 0xb]
rsp = 0x000000000aebfe80 rip = 0x0000000143c661e9
Found by: call frame info
13 appName.exe!static unsigned int uv__thread_start(void *) [thread.c : 108 + 0x5]
rsp = 0x000000000aebfef0 rip = 0x0000000142904452
Found by: call frame info
14 appName.exe!static unsigned long thread_start<unsigned int (__cdecl*)(void * __ptr64)>(void *) [thread.cpp : 115 + 0xd]
rsp = 0x000000000aebff30 rip = 0x0000000144a63ab0
Found by: call frame info
15 kernel32.dll + 0x14034
rsp = 0x000000000aebff60 rip = 0x00007ff8d0774034
Found by: call frame info
16 ntdll.dll + 0x73691
rsp = 0x000000000aebff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 34
0 ntdll.dll + 0x9e294
rax = 0x00000000000001c8 rdx = 0x0000000000000000
rcx = 0x0000000145a3b328 rbx = 0x0000000000000000
rsi = 0x0000000145a3b328 rdi = 0x0000000000000000
rbp = 0x000000000afbfe00 rsp = 0x000000000afbfda8
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000000000
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000145a3b2e8 r15 = 0x000000000afbfdd8
rip = 0x00007ff8d0b0e294
Found by: given as instruction pointer in context
1 ntdll.dll + 0x75ee2
rbp = 0x000000000afbfe00 rsp = 0x000000000afbfdb0
rip = 0x00007ff8d0ae5ee2
Found by: stack scanning
2 appName.exe!fs__read [fs.c : 690 + 0xd]
rbp = 0x000000000afbfe00 rsp = 0x000000000afbfdd0
rip = 0x0000000143c67229
Found by: stack scanning
3 appName.exe!static void worker(void *) [threadpool.c : 76 + 0xb]
rbp = 0x000000000afbfe00 rsp = 0x000000000afbfe80
rip = 0x0000000143c661e9
Found by: call frame info
4 appName.exe!static unsigned int uv__thread_start(void *) [thread.c : 108 + 0x5]
rbp = 0x000000000afbfe00 rsp = 0x000000000afbfef0
rip = 0x0000000142904452
Found by: call frame info
5 appName.exe!static unsigned long thread_start<unsigned int (__cdecl*)(void * __ptr64)>(void *) [thread.cpp : 115 + 0xd]
rbp = 0x000000000afbfe00 rsp = 0x000000000afbff30
rip = 0x0000000144a63ab0
Found by: call frame info
6 kernel32.dll + 0x14034
rbp = 0x000000000afbfe00 rsp = 0x000000000afbff60
rip = 0x00007ff8d0774034
Found by: call frame info
7 ntdll.dll + 0x73691
rsp = 0x000000000afbff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 35
0 ntdll.dll + 0x9e294
rax = 0x00000000000001c8 rdx = 0x0000000000000000
rcx = 0x0000000145a3b328 rbx = 0x0000000000000000
rsi = 0x0000000145a3b328 rdi = 0x0000000000000000
rbp = 0x000000000b0bfe00 rsp = 0x000000000b0bfda8
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000000000
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000145a3b2e8 r15 = 0x000000000b0bfdd8
rip = 0x00007ff8d0b0e294
Found by: given as instruction pointer in context
1 ntdll.dll + 0x75ee2
rbp = 0x000000000b0bfe00 rsp = 0x000000000b0bfdb0
rip = 0x00007ff8d0ae5ee2
Found by: stack scanning
2 appName.exe!static void uv__fs_work(struct uv__work *) [fs.c : 2052 + 0xd]
rbp = 0x000000000b0bfe00 rsp = 0x000000000b0bfdc0
rip = 0x0000000143c68dd7
Found by: stack scanning
3 appName.exe!static void worker(void *) [threadpool.c : 76 + 0xb]
rbp = 0x000000000b0bfe00 rsp = 0x000000000b0bfe80
rip = 0x0000000143c661e9
Found by: call frame info
4 appName.exe!static unsigned int uv__thread_start(void *) [thread.c : 108 + 0x5]
rbp = 0x000000000b0bfe00 rsp = 0x000000000b0bfef0
rip = 0x0000000142904452
Found by: call frame info
5 appName.exe!static unsigned long thread_start<unsigned int (__cdecl*)(void * __ptr64)>(void *) [thread.cpp : 115 + 0xd]
rbp = 0x000000000b0bfe00 rsp = 0x000000000b0bff30
rip = 0x0000000144a63ab0
Found by: call frame info
6 kernel32.dll + 0x14034
rbp = 0x000000000b0bfe00 rsp = 0x000000000b0bff60
rip = 0x00007ff8d0774034
Found by: call frame info
7 ntdll.dll + 0x73691
rsp = 0x000000000b0bff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 36
0 ntdll.dll + 0x9e294
rax = 0x00000000000001c8 rdx = 0x0000000000000000
rcx = 0x0000000145a3b328 rbx = 0x0000000000000000
rsi = 0x0000000145a3b328 rdi = 0x0000000000000000
rbp = 0x000000000b1bfe00 rsp = 0x000000000b1bfda8
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000000000
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000145a3b2e8 r15 = 0x000000000b1bfdd8
rip = 0x00007ff8d0b0e294
Found by: given as instruction pointer in context
1 ntdll.dll + 0x75ee2
rbp = 0x000000000b1bfe00 rsp = 0x000000000b1bfdb0
rip = 0x00007ff8d0ae5ee2
Found by: stack scanning
2 appName.exe!RtlUnwindEx + 0xf9f910
rsp = 0x000000000b1bfe08 rip = 0x0000000145a3b350
Found by: stack scanning
3 appName.exe!RtlUnwindEx + 0xf9f8a8
rsp = 0x000000000b1bfe10 rip = 0x0000000145a3b2e8
Found by: stack scanning
4 appName.exe!RtlUnwindEx + 0xf9f950
rsp = 0x000000000b1bfe18 rip = 0x0000000145a3b390
Found by: stack scanning
5 KERNELBASE.dll + 0x6f378
rsp = 0x000000000b1bfe20 rip = 0x00007ff8cd0bf378
Found by: stack scanning
6 appName.exe!RtlUnwindEx + 0xf9f910
rsp = 0x000000000b1bfe28 rip = 0x0000000145a3b350
Found by: stack scanning
7 appName.exe!RtlUnwindEx + 0xf9f8e8
rsp = 0x000000000b1bfe30 rip = 0x0000000145a3b328
Found by: stack scanning
8 appName.exe!RtlUnwindEx + 0xf9f930
rsp = 0x000000000b1bfe38 rip = 0x0000000145a3b370
Found by: stack scanning
9 appName.exe!RtlUnwindEx + 0xf9f910
rsp = 0x000000000b1bfe48 rip = 0x0000000145a3b350
Found by: stack scanning
10 appName.exe!uv_cond_wait [thread.c : 414 + 0xc]
rsp = 0x000000000b1bfe50 rip = 0x0000000142904930
Found by: stack scanning
11 appName.exe!static void worker(void *) [threadpool.c : 76 + 0xb]
rsp = 0x000000000b1bfe80 rip = 0x0000000143c661e9
Found by: call frame info
12 appName.exe!static unsigned int uv__thread_start(void *) [thread.c : 108 + 0x5]
rsp = 0x000000000b1bfef0 rip = 0x0000000142904452
Found by: call frame info
13 appName.exe!static unsigned long thread_start<unsigned int (__cdecl*)(void * __ptr64)>(void *) [thread.cpp : 115 + 0xd]
rsp = 0x000000000b1bff30 rip = 0x0000000144a63ab0
Found by: call frame info
14 kernel32.dll + 0x14034
rsp = 0x000000000b1bff60 rip = 0x00007ff8d0774034
Found by: call frame info
15 ntdll.dll + 0x73691
rsp = 0x000000000b1bff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 37
0 ntdll.dll + 0x9aa24
rax = 0x0000000000000004 rdx = 0x0000000000000000
rcx = 0x00000000000009a8 rbx = 0x0000000000000000
rsi = 0x0000000000000000 rdi = 0x00000000000009a8
rbp = 0x0000000000000000 rsp = 0x000000000b2bfc58
r8 = 0x0000000000000000 r9 = 0x000000000b2bfd48
r10 = 0x000000000b2bfaa8 r11 = 0x000000000b2bfca0
r12 = 0x0000000005400ca0 r13 = 0x0000000000000000
r14 = 0x00000000000009a8 r15 = 0x00000000052f2e90
rip = 0x00007ff8d0b0aa24
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x39252
rsp = 0x000000000b2bfc60 rip = 0x00007ff8cd089252
Found by: stack scanning
2 kernel32.dll + 0x20c30
rsp = 0x000000000b2bfcf0 rip = 0x00007ff8d0780c30
Found by: stack scanning
3 appName.exe!base::WaitableEvent::Wait() [waitable_event_win.cc : 68 + 0xb]
rsp = 0x000000000b2bfd00 rip = 0x0000000141c7f7f4
Found by: stack scanning
4 appName.exe!base::internal::SchedulerWorker::Delegate::WaitForWork(base::WaitableEvent *) [scheduler_worker.cc : 35 + 0x8]
rsp = 0x000000000b2bfd80 rip = 0x0000000141c97e2b
Found by: call frame info
5 appName.exe!base::internal::SchedulerWorker::RunWorker() [scheduler_worker.cc : 303 + 0xd]
rsp = 0x000000000b2bfdc0 rip = 0x0000000141c98560
Found by: call frame info
6 appName.exe!base::internal::SchedulerWorker::RunBackgroundSharedWorker() [scheduler_worker.cc : 247 + 0x5]
rsp = 0x000000000b2bfea0 rip = 0x0000000141c982d0
Found by: call frame info
7 appName.exe!static unsigned long base::`anonymous namespace'::ThreadFunc(void *) [platform_thread_win.cc : 97 + 0x8]
rsp = 0x000000000b2bfee0 rip = 0x0000000141cb0541
Found by: call frame info
8 kernel32.dll + 0x14034
rsp = 0x000000000b2bff60 rip = 0x00007ff8d0774034
Found by: call frame info
9 ntdll.dll + 0x73691
rsp = 0x000000000b2bff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 38
0 ntdll.dll + 0x9aac4
rax = 0x0000000000000009 rdx = 0x000000000b3bff60
rcx = 0x0000000000000a38 rbx = 0x0000000000000000
rsi = 0x0000000000000001 rdi = 0x00007ff8cc5f0000
rbp = 0x0000000000000000 rsp = 0x000000000b3bfef8
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000000000
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000000000000 r15 = 0x0000000000000000
rip = 0x00007ff8d0b0aac4
Found by: given as instruction pointer in context
1 mswsock.dll + 0xf338
rsp = 0x000000000b3bff00 rip = 0x00007ff8cc5ff338
Found by: stack scanning
2 0x7ff8cc5f0000
rsp = 0x000000000b3bff20 rip = 0x00007ff8cc5f0000
Found by: stack scanning
3 mswsock.dll + 0x503b8
rsp = 0x000000000b3bff28 rip = 0x00007ff8cc6403b8
Found by: stack scanning
4 kernel32.dll + 0x14034
rsp = 0x000000000b3bff60 rip = 0x00007ff8d0774034
Found by: stack scanning
5 mswsock.dll + 0x1d50
rsp = 0x000000000b3bff68 rip = 0x00007ff8cc5f1d50
Found by: stack scanning
6 ntdll.dll + 0x73691
rsp = 0x000000000b3bff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 39
0 win32u.dll + 0x96e4
rax = 0x0000000000001436 rdx = 0x0000000000000000
rcx = 0x0000000000000000 rbx = 0x00007ff8d0100280
rsi = 0x00000000052860d0 rdi = 0x000000000b5bfbd0
rbp = 0x00007ff8d00f8540 rsp = 0x000000000b5bfb58
r8 = 0x0000000000000001 r9 = 0x0000000000008000
r10 = 0x4ad3a47e7458c0da r11 = 0xb5deb05c5ef525c3
r12 = 0x000000000b5bfc08 r13 = 0x00007ff8d0100bc0
r14 = 0x000000000b5bfc0c r15 = 0x000000000b5bfc10
rip = 0x00007ff8cce396e4
Found by: given as instruction pointer in context
1 user32.dll + 0x2031d
rbp = 0x00007ff8d00f8540 rsp = 0x000000000b5bfb60
rip = 0x00007ff8d010031d
Found by: stack scanning
2 appName.exe!base::TimeTicks::Now() [time.cc : 349 + 0x6]
rbp = 0x00007ff8d00f8540 rsp = 0x000000000b5bfb70
rip = 0x0000000141cb42fe
Found by: stack scanning
3 appName.exe!base::MessagePumpForUI::WaitForWork() [message_pump_win.cc : 222 + 0x19]
rbp = 0x00007ff8d00f8540 rsp = 0x000000000b5bfba0
rip = 0x0000000141c44dd1
Found by: call frame info
4 appName.exe!base::MessagePumpForUI::DoRunLoop() [message_pump_win.cc : 205 + 0x8]
rbp = 0x00007ff8d00f8540 rsp = 0x000000000b5bfca0
rip = 0x0000000141c44bc8
Found by: call frame info
5 appName.exe!base::MessagePumpWin::Run(base::MessagePump::Delegate *) [message_pump_win.cc : 52 + 0x9]
rbp = 0x00007ff8d00f8540 rsp = 0x000000000b5bfd50
rip = 0x0000000141c445ee
Found by: call frame info
6 appName.exe!base::RunLoop::Run() [run_loop.cc : 150 + 0x6]
rbp = 0x00007ff8d00f8540 rsp = 0x000000000b5bfda0
rip = 0x0000000141c63e56
Found by: call frame info
7 appName.exe!base::Thread::ThreadMain() [thread.cc : 333 + 0xc]
rbp = 0x00007ff8d00f8540 rsp = 0x000000000b5bfe50
rip = 0x0000000141cae5d9
Found by: call frame info
8 appName.exe!static unsigned long base::`anonymous namespace'::ThreadFunc(void *) [platform_thread_win.cc : 97 + 0x8]
rbp = 0x00007ff8d00f8540 rsp = 0x000000000b5bfee0
rip = 0x0000000141cb0541
Found by: call frame info
9 kernel32.dll + 0x14034
rbp = 0x00007ff8d00f8540 rsp = 0x000000000b5bff60
rip = 0x00007ff8d0774034
Found by: call frame info
10 ntdll.dll + 0x73691
rbp = 0x00007ff8d00f8540 rsp = 0x000000000b5bff90
rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 40
0 ntdll.dll + 0x9aa24
rax = 0x0000000000000004 rdx = 0x0000000000000000
rcx = 0x0000000000000db0 rbx = 0x0000000000000000
rsi = 0x000000000ffffc48 rdi = 0x0000000000000db0
rbp = 0x0000000002c35e38 rsp = 0x000000000ffffc18
r8 = 0x000000000ffff568 r9 = 0x000000000ffff6b0
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00007ff8d0780e80 r13 = 0x0000000000000001
r14 = 0x0000000000000db0 r15 = 0x000000000ffffce0
rip = 0x00007ff8d0b0aa24
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x39252
rsp = 0x000000000ffffc20 rip = 0x00007ff8cd089252
Found by: stack scanning
2 appName.exe!static class base::TimeTicks base::`anonymous namespace'::QPCNow() [time_win.cc : 511 + 0x80]
rsp = 0x000000000ffffc30 rip = 0x0000000141cf31b8
Found by: stack scanning
Thread 41
0 win32u.dll + 0x1144
rax = 0x0000000000001009 rdx = 0x0000000000000000
rcx = 0x0000000019d2fe60 rbx = 0x0000000019d2fe60
rsi = 0x0000000000010956 rdi = 0x0000000000000000
rbp = 0x000000000000128c rsp = 0x0000000019d2fdb8
r8 = 0x0000000000000001 r9 = 0x0000000019d30000
r10 = 0x00000000004771b8 r11 = 0x00007ff8d0b89400
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000000000000 r15 = 0x0000000000000000
rip = 0x00007ff8cce31144
Found by: given as instruction pointer in context
1 user32.dll + 0x21b8b
rsp = 0x0000000019d2fdc0 rip = 0x00007ff8d0101b8b
Found by: stack scanning
2 ntdll.dll + 0x7d274
rsp = 0x0000000019d2fdf0 rip = 0x00007ff8d0aed274
Found by: stack scanning
3 combase.dll + 0x41a3d
rsp = 0x0000000019d2fe20 rip = 0x00007ff8ce741a3d
Found by: stack scanning
4 combase.dll + 0x264ff8
rsp = 0x0000000019d2fe38 rip = 0x00007ff8ce964ff8
Found by: stack scanning
5 combase.dll + 0x2d5500
rsp = 0x0000000019d2fe60 rip = 0x00007ff8ce9d5500
Found by: stack scanning
6 combase.dll + 0x41b67
rsp = 0x0000000019d2fea0 rip = 0x00007ff8ce741b67
Found by: stack scanning
7 combase.dll + 0x2d5500
rsp = 0x0000000019d2feb0 rip = 0x00007ff8ce9d5500
Found by: stack scanning
8 combase.dll + 0xa1ec4
rsp = 0x0000000019d2fed0 rip = 0x00007ff8ce7a1ec4
Found by: stack scanning
9 combase.dll + 0x1490c
rsp = 0x0000000019d2ff30 rip = 0x00007ff8ce71490c
Found by: stack scanning
10 kernel32.dll + 0x14034
rsp = 0x0000000019d2ff60 rip = 0x00007ff8d0774034
Found by: stack scanning
11 ntdll.dll + 0x73691
rsp = 0x0000000019d2ff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 42
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000019d5fc60
rcx = 0x0000000000000010 rbx = 0x0000000019d5fc60
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x000000001c2efc68
r8 = 0x000000001c2ef724 r9 = 0x000000001c2ef758
r10 = 0x000000001c2ef758 r11 = 0xffffffffe418b468
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x000000001c2efc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x000000001c2efc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 43
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000019d60000
rcx = 0x0000000000000010 rbx = 0x0000000019d60000
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x000000001c3efc68
r8 = 0x0000000000000010 r9 = 0x000000000000001d
r10 = 0x0000000000000000 r11 = 0x00007ff8d0bdf6c0
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x000000001c3efc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x000000001c3efc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 44
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000019d603a0
rcx = 0x0000000000000010 rbx = 0x0000000019d603a0
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x000000001c4efc68
r8 = 0x0000000017e67210 r9 = 0x00007ff8ce96597e
r10 = 0x0000000000000000 r11 = 0x000000001c4ef8f0
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x000000001c4efc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x000000001c4efc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 45
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000019d60740
rcx = 0x0000000000000010 rbx = 0x0000000019d60740
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x000000001e1efc68
r8 = 0x000000001e1eeb48 r9 = 0x000000001e1eec80
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x000000001e1efc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
Thread 46
0 ntdll.dll + 0x9b0c4
rax = 0x0000000000000039 rdx = 0x0000000000000000
rcx = 0x00000000000010d4 rbx = 0x0000000000000000
rsi = 0x0000000000000000 rdi = 0x00000000000010d4
rbp = 0x0000000000000000 rsp = 0x000000001e3ffe98
r8 = 0x0000000000000000 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000000000
r12 = 0x0000000000000000 r13 = 0x0000000000000000
r14 = 0x0000000000000000 r15 = 0x0000000000000000
rip = 0x00007ff8d0b0b0c4
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x65b99
rsp = 0x000000001e3ffea0 rip = 0x00007ff8cd0b5b99
Found by: stack scanning
2 DropboxExt64.27.0.dll + 0xa45b
rsp = 0x000000001e3fff10 rip = 0x00007ff8a8d3a45b
Found by: stack scanning
3 kernel32.dll + 0x14034
rsp = 0x000000001e3fff60 rip = 0x00007ff8d0774034
Found by: stack scanning
4 ntdll.dll + 0x73691
rsp = 0x000000001e3fff90 rip = 0x00007ff8d0ae3691
Found by: stack scanning
Thread 47
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000019dde710
rcx = 0x0000000000000010 rbx = 0x0000000019dde710
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x000000001e4ffc68
r8 = 0x000000001e4fef98 r9 = 0x0000000000000100
r10 = 0x00000fff1a0b9dca r11 = 0x0000000001000400
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x000000001e4ffc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x000000001e4ffc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 48
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000019ddeab0
rcx = 0x0000000000000010 rbx = 0x0000000019ddeab0
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x000000001ec3fc68
r8 = 0x0000000000000001 r9 = 0x00007ff8d05ccd70
r10 = 0x00007ff8d0570000 r11 = 0x00007ff8d05cc710
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x000000001ec3fc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
Thread 49
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000019de0b50
rcx = 0x0000000000000010 rbx = 0x0000000019de0b50
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x000000001ed3fc68
r8 = 0x0000000000000000 r9 = 0x000000000000007b
r10 = 0x00007ff8cc367dc0 r11 = 0x00000000000000b8
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x000000001ed3fc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x000000001ed3fc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 50
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000019de1290
rcx = 0x0000000000000010 rbx = 0x0000000019de1290
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x000000001ee3fc68
r8 = 0x00007ff8ce964fd0 r9 = 0x0000000000000007
r10 = 0x00000fff19a128cd r11 = 0x000a000008002000
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x000000001ee3fc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x000000001ee3fc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 51
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000019ddee50
rcx = 0x0000000000000010 rbx = 0x0000000019ddee50
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x000000002056fc68
r8 = 0x0000000019e3db00 r9 = 0x0000000000008000
r10 = 0x0000000000000000 r11 = 0x000000002056fad8
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x000000002056fc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
Thread 52
0 ntdll.dll + 0x9b4f4
rax = 0x000000000000005b rdx = 0x00000000210afef0
rcx = 0x0000000000000003 rbx = 0x0000000000000003
rsi = 0x0000000000000000 rdi = 0x0000000000000003
rbp = 0x00000000210afec9 rsp = 0x00000000210afb18
r8 = 0x000000000469a1d0 r9 = 0x00007ff8adad5d00
r10 = 0x00000fff15b5aba0 r11 = 0x0000000100000000
r12 = 0x00007ff8adafa000 r13 = 0x00000000210afef0
r14 = 0x0000000000000000 r15 = 0x0000000000000000
rip = 0x00007ff8d0b0b4f4
Found by: given as instruction pointer in context
1 KERNELBASE.dll + 0x46099
rbp = 0x00000000210afec9 rsp = 0x00000000210afb20
rip = 0x00007ff8cd096099
Found by: stack scanning
Thread 53
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000019ddfcd0
rcx = 0x0000000000000010 rbx = 0x0000000019ddfcd0
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x00000000212afc68
r8 = 0x0000000000000008 r9 = 0x0000000000000000
r10 = 0x0000000000000000 r11 = 0x00000000212aeef0
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x00000000212afc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x00000000212afc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 54
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000019de0ef0
rcx = 0x0000000000000010 rbx = 0x0000000019de0ef0
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x00000000213afc68
r8 = 0x0000000000000001 r9 = 0x00000000213aecb0
r10 = 0x0000000000000001 r11 = 0x00007df5fffd001c
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x00000000213afc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x00000000213afc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Thread 55
0 ntdll.dll + 0x9e2f4
rax = 0x00000000000001cb rdx = 0x0000000019de19d0
rcx = 0x0000000000000010 rbx = 0x0000000019de19d0
rsi = 0x00007ff8d0a9a150 rdi = 0x0000000000000010
rbp = 0x0000000000000000 rsp = 0x00000000214afc68
r8 = 0x0000000019f5e0b0 r9 = 0x00007ff8ce96597e
r10 = 0x000000000047a180 r11 = 0x00000000060d5980
r12 = 0x0000000000000000 r13 = 0x0000000000470b30
r14 = 0x00007ff8d0a97a70 r15 = 0x00007ff8d0a98360
rip = 0x00007ff8d0b0e2f4
Found by: given as instruction pointer in context
1 ntdll.dll + 0x26866
rsp = 0x00000000214afc70 rip = 0x00007ff8d0a96866
Found by: stack scanning
2 ntdll.dll + 0x2a150
rsp = 0x00000000214afc88 rip = 0x00007ff8d0a9a150
Found by: stack scanning
Loaded modules:
0x140000000 - 0x145e0cfff appName.exe 1.4.0.0 (main)
0x7ff880450000 - 0x7ff880576fff NetworkExplorer.dll 10.0.17134.1
0x7ff886c60000 - 0x7ff886db6fff hpygidUI20.dll 20.80.2.7578
0x7ff887130000 - 0x7ff887250fff UNIDRVUI.DLL 0.3.17134.753
0x7ff88ae60000 - 0x7ff88aea9fff dlnashext.dll 10.0.17134.1
0x7ff88b860000 - 0x7ff88b8e6fff tv_x64.dll 14.4.2669.0
0x7ff88fcf0000 - 0x7ff890022fff ffmpeg.dll ???
0x7ff8907d0000 - 0x7ff890aa0fff xpsservices.dll 10.0.17134.407
0x7ff892e40000 - 0x7ff892fd6fff d3d9.dll 10.0.17134.81
0x7ff893dd0000 - 0x7ff893e32fff PlayToDevice.dll 10.0.17134.1
0x7ff8973d0000 - 0x7ff8973d6fff msimg32.dll 10.0.17134.1
0x7ff89e140000 - 0x7ff89e1d2fff duser.dll 10.0.17134.1
0x7ff89eff0000 - 0x7ff89f068fff prnfldr.dll 10.0.17134.1
0x7ff8a1bb0000 - 0x7ff8a1bccfff davclnt.dll 10.0.17134.1
0x7ff8a1bd0000 - 0x7ff8a1be5fff ntlanman.dll 10.0.17134.677
0x7ff8a3770000 - 0x7ff8a382cfff Windows.Storage.Search.dll 10.0.17134.1
0x7ff8a3c40000 - 0x7ff8a3c69fff globinputhost.dll 10.0.17134.1
0x7ff8a5cc0000 - 0x7ff8a5ebffff UIAutomationCore.DLL 7.2.17134.112
0x7ff8a7380000 - 0x7ff8a738bfff davhlpr.dll 10.0.17134.1
0x7ff8a82d0000 - 0x7ff8a846afff GdiPlus.dll 10.0.17134.982
0x7ff8a8730000 - 0x7ff8a889afff FileSyncShell64.dll 19.123.624.5
0x7ff8a8d30000 - 0x7ff8a8d8ffff DropboxExt64.27.0.dll 1.0.27.0 (WARNING: No symbols, dropbox_shell_ext.pdb, 51AD918FC2B64FF5A24A0F2D7AD322261)
0x7ff8a9450000 - 0x7ff8a9458fff IconCodecService.dll 10.0.17134.1
0x7ff8a9590000 - 0x7ff8a9614fff winspool.drv 10.0.17134.753
0x7ff8a9740000 - 0x7ff8a9751fff cscapi.dll 10.0.17134.1
0x7ff8aa140000 - 0x7ff8aa14ffff ColorAdapterClient.dll 10.0.17134.1
0x7ff8aa150000 - 0x7ff8aa193fff edputil.dll 10.0.17134.1
0x7ff8aa1a0000 - 0x7ff8aa1fbfff thumbcache.dll 10.0.17134.441
0x7ff8ac160000 - 0x7ff8ac3a6fff opcservices.dll 10.0.17134.982
0x7ff8ac3b0000 - 0x7ff8ac3ccfff cldapi.dll 10.0.17134.1
0x7ff8acaa0000 - 0x7ff8acf35fff explorerframe.dll 10.0.17134.950
0x7ff8acfd0000 - 0x7ff8ad027fff dataexchange.dll 10.0.17134.1
0x7ff8ad2d0000 - 0x7ff8ad33afff oleacc.dll 7.2.17134.1
0x7ff8ad340000 - 0x7ff8ad34cfff linkinfo.dll 10.0.17134.1
0x7ff8adad0000 - 0x7ff8adafffff prncache.dll 10.0.17134.1
0x7ff8ae2a0000 - 0x7ff8ae2bdfff DevDispItemProvider.dll 10.0.17134.1
0x7ff8ae8d0000 - 0x7ff8ae97afff StructuredQuery.dll 7.0.17134.228
0x7ff8aeff0000 - 0x7ff8af05efff PhotoMetadataHandler.dll 10.0.17134.345
0x7ff8b03a0000 - 0x7ff8b0528fff Windows.Globalization.dll 10.0.17134.556
0x7ff8b10c0000 - 0x7ff8b13d9fff DWrite.dll 10.0.17134.885
0x7ff8b1750000 - 0x7ff8b179ffff Bcp47Langs.dll 10.0.17134.1
0x7ff8b2780000 - 0x7ff8b27a8fff BCP47mrm.dll 10.0.17134.1
0x7ff8b2870000 - 0x7ff8b28e8fff InputHost.dll ???
0x7ff8b2990000 - 0x7ff8b2aa3fff Windows.UI.dll 10.0.17134.1
0x7ff8b2b10000 - 0x7ff8b2c2efff MrmCoreR.dll 10.0.17134.1
0x7ff8b2cf0000 - 0x7ff8b2d14fff EhStorAPI.dll 10.0.17134.1
0x7ff8b3210000 - 0x7ff8b32a5fff TextInputFramework.dll 10.0.17134.858
0x7ff8b38c0000 - 0x7ff8b395afff twinapi.dll 10.0.17134.1
0x7ff8b3bb0000 - 0x7ff8b3c49fff directmanipulation.dll 10.0.17134.1 (WARNING: No symbols, directmanipulation.pdb, DE40DF7668756723E5214C0F8960FC1F1)
0x7ff8b79d0000 - 0x7ff8b7c38fff comctl32.dll 6.10.17134.982
0x7ff8b7fb0000 - 0x7ff8b80e0fff Windows.StateRepositoryPS.dll 10.0.17134.1
0x7ff8b8350000 - 0x7ff8b837dfff cryptnet.dll 10.0.17134.1
0x7ff8b8b00000 - 0x7ff8b8b0bfff atlthunk.dll 10.0.17134.1
0x7ff8b8b10000 - 0x7ff8b8b1bfff secur32.dll 10.0.17134.1
0x7ff8bb760000 - 0x7ff8bbc1cfff wininet.dll 11.0.17134.950
0x7ff8bc9b0000 - 0x7ff8bcb5afff dui70.dll 10.0.17134.112
0x7ff8bcb80000 - 0x7ff8bcc5bfff MXDWDRV.DLL 0.3.17134.753
0x7ff8bf490000 - 0x7ff8bf537fff mscms.dll 10.0.17134.1
0x7ff8bf750000 - 0x7ff8bf918fff urlmon.dll 11.0.17134.982
0x7ff8bfd80000 - 0x7ff8bfd8afff drprov.dll 10.0.17134.1
0x7ff8bff10000 - 0x7ff8bff19fff version.dll 10.0.17134.1
0x7ff8c00e0000 - 0x7ff8c0386fff iertutil.dll 11.0.17134.982
0x7ff8c0540000 - 0x7ff8c0555fff VCRUNTIME140.dll 14.13.26118.0
0x7ff8c0580000 - 0x7ff8c07defff msxml6.dll 6.30.17134.982
0x7ff8c1060000 - 0x7ff8c1079fff mpr.dll 10.0.17134.677
0x7ff8c19c0000 - 0x7ff8c19c9fff rasadhlp.dll 10.0.17134.1
0x7ff8c27d0000 - 0x7ff8c27defff npmproxy.dll 10.0.17134.590
0x7ff8c2f90000 - 0x7ff8c2fb1fff dxva2.dll 10.0.17134.1
0x7ff8c2fc0000 - 0x7ff8c2fd8fff usp10.dll 10.0.17134.1
0x7ff8c3240000 - 0x7ff8c32a7fff wlanapi.dll 10.0.17134.885
0x7ff8c36f0000 - 0x7ff8c38b8fff dbghelp.dll 10.0.17134.1
0x7ff8c3a20000 - 0x7ff8c3a39fff dhcpcsvc.dll 10.0.17134.1
0x7ff8c3a40000 - 0x7ff8c3a55fff dhcpcsvc6.DLL 10.0.17134.1
0x7ff8c3d40000 - 0x7ff8c3d75fff netprofm.dll 10.0.17134.1
0x7ff8c3d80000 - 0x7ff8c3df1fff FWPUCLNT.DLL 10.0.17134.1
0x7ff8c3e50000 - 0x7ff8c3f2cfff winhttp.dll 10.0.17134.590
0x7ff8c43e0000 - 0x7ff8c4455fff MMDevAPI.dll 10.0.17134.1
0x7ff8c4820000 - 0x7ff8c489efff policymanager.dll 10.0.17134.982
0x7ff8c4900000 - 0x7ff8c4938fff xmllite.dll 10.0.17134.950
0x7ff8c4ba0000 - 0x7ff8c4c3bfff PortableDeviceApi.dll 10.0.17134.1
0x7ff8c6a00000 - 0x7ff8c6a12fff MSOXMLMF.DLL 16.0.11901.20070
0x7ff8c6a20000 - 0x7ff8c70bafff OneCoreUAPCommonProxyStub.dll 10.0.17134.1
0x7ff8c89f0000 - 0x7ff8c8b3cfff WinTypes.dll 10.0.17134.523 (WARNING: No symbols, WinTypes.pdb, 558EB67F082925DF8D97E3528458DEB61)
0x7ff8c8b40000 - 0x7ff8c8e5dfff CoreUIComponents.dll 10.0.17134.376
0x7ff8c9100000 - 0x7ff8c92adfff WindowsCodecs.dll 10.0.17134.345
0x7ff8c9340000 - 0x7ff8c9356fff wkscli.dll 10.0.17134.1
0x7ff8c96c0000 - 0x7ff8c96d8fff nlaapi.dll 10.0.17134.1
0x7ff8c9820000 - 0x7ff8c99d4fff propsys.dll 7.0.17134.982
0x7ff8c9a10000 - 0x7ff8c9a22fff wtsapi32.dll 10.0.17134.1
0x7ff8c9a60000 - 0x7ff8c9af0fff msvcp110_win.dll 10.0.17134.1
0x7ff8c9ff0000 - 0x7ff8ca2fafff d3d11.dll 10.0.17134.441
0x7ff8ca8d0000 - 0x7ff8caa6bfff dcomp.dll 10.0.17134.915
0x7ff8caa70000 - 0x7ff8caa99fff WINMMBASE.dll 10.0.17134.1
0x7ff8caaa0000 - 0x7ff8caac2fff winmm.dll 10.0.17134.1
0x7ff8cae10000 - 0x7ff8caee9fff CoreMessaging.dll 10.0.17134.471
0x7ff8cb0d0000 - 0x7ff8cb15afff apphelp.dll 10.0.17134.1
0x7ff8cb290000 - 0x7ff8cb327fff uxtheme.dll 10.0.17134.1
0x7ff8cb4e0000 - 0x7ff8cb508fff dwmapi.dll 10.0.17134.1
0x7ff8cb5f0000 - 0x7ff8cb610fff rmclient.dll 10.0.17134.950
0x7ff8cb620000 - 0x7ff8cb7d7fff twinapi.appcore.dll 10.0.17134.137
0x7ff8cba70000 - 0x7ff8cba7bfff hid.dll 10.0.17134.1
0x7ff8cba80000 - 0x7ff8cbaa1fff gpapi.dll 10.0.17134.1
0x7ff8cbb00000 - 0x7ff8cbbbafff dxgi.dll 10.0.17134.112
0x7ff8cbe30000 - 0x7ff8cbe60fff ntmarta.dll 10.0.17134.1
0x7ff8cc020000 - 0x7ff8cc075fff winsta.dll 10.0.17134.1
0x7ff8cc1a0000 - 0x7ff8cc1d2fff rsaenh.dll 10.0.17134.254
0x7ff8cc340000 - 0x7ff8cc377fff IPHLPAPI.DLL 10.0.17134.1
0x7ff8cc380000 - 0x7ff8cc43dfff dnsapi.dll 10.0.17134.915
0x7ff8cc440000 - 0x7ff8cc44dfff netutils.dll 10.0.17134.1
0x7ff8cc5f0000 - 0x7ff8cc655fff mswsock.dll 10.0.17134.1 (WARNING: No symbols, mswsock.pdb, 9899648E36CAAF7116B67561AC6521891)
0x7ff8cc7a0000 - 0x7ff8cc7b6fff cryptsp.dll 10.0.17134.1
0x7ff8cc7c0000 - 0x7ff8cc7cafff CRYPTBASE.DLL 10.0.17134.1
0x7ff8cc860000 - 0x7ff8cc895fff ntasn1.dll 10.0.17134.1
0x7ff8cc8a0000 - 0x7ff8cc8c5fff ncrypt.dll 10.0.17134.1
0x7ff8cc8d0000 - 0x7ff8cc8f4fff bcrypt.dll 10.0.17134.885
0x7ff8ccb80000 - 0x7ff8ccba6fff devobj.dll 10.0.17134.1
0x7ff8ccbd0000 - 0x7ff8ccc69fff sxs.dll 10.0.17134.1
0x7ff8ccc70000 - 0x7ff8ccc9ffff sspicli.dll 10.0.17134.376
0x7ff8ccca0000 - 0x7ff8cccc7fff userenv.dll 10.0.17134.829
0x7ff8ccd70000 - 0x7ff8ccdbbfff powrprof.dll 10.0.17134.1
0x7ff8ccdc0000 - 0x7ff8ccdc9fff fltLib.dll 10.0.17134.1
0x7ff8ccdd0000 - 0x7ff8ccde1fff msasn1.dll 10.0.17134.1
0x7ff8ccdf0000 - 0x7ff8cce0efff profapi.dll 10.0.17134.1
0x7ff8cce10000 - 0x7ff8cce20fff kernel.appcore.dll 10.0.17134.112
0x7ff8cce30000 - 0x7ff8cce4ffff win32u.dll 10.0.17134.1 (WARNING: No symbols, win32u.pdb, E7B63B3D79E4637F1D13D11EDAFB4C151)
0x7ff8cce50000 - 0x7ff8ccfe0fff gdi32full.dll 10.0.17134.982
0x7ff8ccff0000 - 0x7ff8cd046fff wintrust.dll 10.0.17134.556
0x7ff8cd050000 - 0x7ff8cd2c2fff KERNELBASE.dll 10.0.17134.885 (WARNING: No symbols, kernelbase.pdb, 09C1A45CFA784F3D817816B3F6053DF71)
0x7ff8cd2d0000 - 0x7ff8cd3c7fff ucrtbase.dll 10.0.17134.677
0x7ff8cd480000 - 0x7ff8cd4c8fff cfgmgr32.dll 10.0.17134.1
0x7ff8cd4d0000 - 0x7ff8cd548fff bcryptPrimitives.dll 10.0.17134.950
0x7ff8cd550000 - 0x7ff8cd731fff crypt32.dll 10.0.17134.1
0x7ff8cd740000 - 0x7ff8cde4dfff windows.storage.dll 10.0.17134.982
0x7ff8cde50000 - 0x7ff8cdeeefff msvcp_win.dll 10.0.17134.619
0x7ff8cdef0000 - 0x7ff8cdfdcfff comdlg32.dll 10.0.17134.1
0x7ff8cdfe0000 - 0x7ff8ce030fff shlwapi.dll 10.0.17134.1
0x7ff8ce040000 - 0x7ff8ce48afff setupapi.dll 10.0.17134.1
0x7ff8ce490000 - 0x7ff8ce52ffff clbcatq.dll 2001.12.10941.16384
0x7ff8ce530000 - 0x7ff8ce557fff gdi32.dll 10.0.17134.285
0x7ff8ce560000 - 0x7ff8ce5bafff sechost.dll 10.0.17134.319
0x7ff8ce5e0000 - 0x7ff8ce653fff coml2.dll 10.0.17134.407
0x7ff8ce660000 - 0x7ff8ce6fdfff msvcrt.dll 7.0.17134.1
0x7ff8ce700000 - 0x7ff8cea21fff combase.dll 10.0.17134.982 (WARNING: No symbols, combase.pdb, 08E8BFA024128953AA90E9E52A946E9F1)
0x7ff8cea40000 - 0x7ff8cfe81fff shell32.dll 10.0.17134.982
0x7ff8cfef0000 - 0x7ff8d0062fff msctf.dll 10.0.17134.950
0x7ff8d0070000 - 0x7ff8d00dbfff ws2_32.dll 10.0.17134.1
0x7ff8d00e0000 - 0x7ff8d026ffff user32.dll 10.0.17134.376 (WARNING: No symbols, user32.pdb, A6ECA7AE60EF5C0B7889F47B2D1E345F1)
0x7ff8d0270000 - 0x7ff8d03c0fff ole32.dll 10.0.17134.858
0x7ff8d0570000 - 0x7ff8d0693fff rpcrt4.dll 10.0.17134.648 (WARNING: No symbols, rpcrt4.pdb, 25E22CD6E9B949267ADF61DCBD0D049C1)
0x7ff8d06a0000 - 0x7ff8d0740fff advapi32.dll 10.0.17134.471
0x7ff8d0750000 - 0x7ff8d0757fff psapi.dll 10.0.17134.1
0x7ff8d0760000 - 0x7ff8d0810fff kernel32.dll 10.0.17134.753 (WARNING: No symbols, kernel32.pdb, 548CAA89F1FCF0193D12D2DC02F8920E1)
0x7ff8d0820000 - 0x7ff8d0827fff nsi.dll 10.0.17134.1
0x7ff8d0890000 - 0x7ff8d0938fff SHCore.dll 10.0.17134.112
0x7ff8d0940000 - 0x7ff8d0a01fff oleaut32.dll 10.0.17134.984
0x7ff8d0a10000 - 0x7ff8d0a3cfff imm32.dll 10.0.17134.1
0x7ff8d0a70000 - 0x7ff8d0c50fff ntdll.dll 10.0.17134.799 (WARNING: No symbols, ntdll.pdb, 439D1C7FCB3189471FA46FFA7B873C9F1)
</code></pre></div>
</details> | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I agree to follow the <a href="https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md">Code of Conduct</a> that this project adheres to.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the issue tracker for an issue that matches the one I want to file, without success.</li>
</ul>
<h3 dir="auto">Issue Details</h3>
<p dir="auto">I'm creating an "html to pdf" feature for my app, the user can enter a list of urls or html file, clicks a button and the app converts all of them. I'm using the Promise version of loadUrl and printToPdf, this is a fiddle I managed to create to <a href="https://gist.github.com/f062371cd25fd38130af2e8e2151556e">reproduce the issue</a>.<br>
My issue is that it works most of the times but for some urls it just stays there and never ends. It reaches the printToPDF and then nothing happens, no error is printed or pdf file written, it just stays there in the printToPDF.<br>
I tried the 7.0.0.beta7 and it does the same, I tried on Windows and Linux and I have the same issue.<br>
If I enable logs I get many of these, they don't seem to be related to the printToPdf issue but still, they don't seem normal either:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[1:1018/121218.543891:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121218.544037:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121218.612767:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121220.512380:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed"><pre class="notranslate"><code class="notranslate">[1:1018/121218.543891:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121218.544037:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121218.612767:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121220.512380:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
</code></pre></div>
<p dir="auto">When I trigger the printToPDF these are the logs I get:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[1:1018/121435.112578:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[12207:1018/121435.113286:WARNING:ipc_message_attachment_set.cc(49)] MessageAttachmentSet destroyed with unconsumed attachments: 0/1
[1:1018/121435.141258:VERBOSE1:sandbox_linux.cc(69)] Activated seccomp-bpf sandbox for process type: utility.
[1:1018/121435.141539:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121435.141857:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121435.141901:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121435.141952:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121435.141980:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121435.142012:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121435.142036:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121435.142060:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121435.142098:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121435.142127:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121435.142158:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121435.142187:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121435.145491:VERBOSE1:v8_context_snapshot.cc(152)] A context is created from snapshot for main world
[1:1018/121435.173524:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121520.471001:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed"><pre class="notranslate"><code class="notranslate">[1:1018/121435.112578:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[12207:1018/121435.113286:WARNING:ipc_message_attachment_set.cc(49)] MessageAttachmentSet destroyed with unconsumed attachments: 0/1
[1:1018/121435.141258:VERBOSE1:sandbox_linux.cc(69)] Activated seccomp-bpf sandbox for process type: utility.
[1:1018/121435.141539:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121435.141857:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121435.141901:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121435.141952:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121435.141980:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121435.142012:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121435.142036:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121435.142060:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121435.142098:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121435.142127:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121435.142158:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121435.142187:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121435.145491:VERBOSE1:v8_context_snapshot.cc(152)] A context is created from snapshot for main world
[1:1018/121435.173524:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
[1:1018/121520.471001:ERROR:paint_controller.cc(547)] PaintController::FinishCycle() completed
</code></pre></div>
<p dir="auto">Any idea on how to debug this or is there anything wrong in my code? As I said it works most of the times for some urls it seems to hang without any feedback<br>
Thanks</p>
<ul dir="auto">
<li><strong>Electron Version:</strong>
<ul dir="auto">
<li>6.0.12</li>
</ul>
</li>
<li><strong>Operating System:</strong>
<ul dir="auto">
<li>Linux Mint Linux Mint 19.1 Cinnamon 64bits, Windows 7 64 bits</li>
</ul>
</li>
<li><strong>Last Known Working Electron version:</strong>
<ul dir="auto">
<li>don't know</li>
</ul>
</li>
</ul>
<h3 dir="auto">Expected Behavior</h3>
<p dir="auto">The page is printed to PDF</p>
<h3 dir="auto">Actual Behavior</h3>
<p dir="auto">printToPDF never ends</p>
<h3 dir="auto">To Reproduce</h3>
<p dir="auto"><a href="https://gist.github.com/f062371cd25fd38130af2e8e2151556e">https://gist.github.com/f062371cd25fd38130af2e8e2151556e</a></p>
<h3 dir="auto">Screenshots</h3>
<p dir="auto">This the fiddle screeshot, 'after print' is never reached.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/3884479/67108467-daec7f80-f1ce-11e9-8ae0-20fd4755a4e5.png"><img src="https://user-images.githubusercontent.com/3884479/67108467-daec7f80-f1ce-11e9-8ae0-20fd4755a4e5.png" alt="image" style="max-width: 100%;"></a></p> | 1 |
<p dir="auto">I absolute LOVE atom, but this is the one and only big complaint I have.</p>
<p dir="auto">My project compiles files to "public/" folder. This folder is not git-ignored, so therefore it shows up when I search my project for anything. This is very annoying as I never need to see results from this folder.</p>
<p dir="auto">Would be perfect if I could exclude file types/folders. Specially if it was working with "Projects settings".</p>
<p dir="auto">Thanks guys, you rock!</p> | <p dir="auto">When searching, filters can be specified. However, there's no way to exclude paths from the search.</p>
<p dir="auto">E.g.: <code class="notranslate">*.js, -*.min.js</code> cannot be used to exclude minified files from a search of JS</p> | 1 |
<h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.2.2 (latest released)</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">If I pause/unpause dag in <code class="notranslate">Tree</code>, <code class="notranslate">Graph</code>, or <code class="notranslate">Gantt</code> page, <code class="notranslate">/paused</code> url is calling twice.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/8676247/146517082-b359a81c-a53f-4aa7-a2e8-11bdbdd1e4d8.png"><img src="https://user-images.githubusercontent.com/8676247/146517082-b359a81c-a53f-4aa7-a2e8-11bdbdd1e4d8.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">So paused events are logging twice.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/8676247/146517366-d25efa3c-a029-4aa4-a655-60a8d84a1e1c.png"><img src="https://user-images.githubusercontent.com/8676247/146517366-d25efa3c-a029-4aa4-a655-60a8d84a1e1c.png" alt="image" style="max-width: 100%;"></a></p>
<h3 dir="auto">What you expected to happen</h3>
<p dir="auto">It should be logging only once.</p>
<h3 dir="auto">How to reproduce</h3>
<p dir="auto">Go to <code class="notranslate">Tree</code>, <code class="notranslate">Graph</code>, or <code class="notranslate">Gantt</code> page. And pause/unpause it.</p>
<h3 dir="auto">Operating System</h3>
<p dir="auto">centos</p>
<h3 dir="auto">Versions of Apache Airflow Providers</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Deployment</h3>
<p dir="auto">Other 3rd-party Helm chart</p>
<h3 dir="auto">Deployment details</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Anything else</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Are you willing to submit PR?</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Yes I am willing to submit a PR!</li>
</ul>
<h3 dir="auto">Code of Conduct</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I agree to follow this project's <a href="https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md">Code of Conduct</a></li>
</ul> | <p dir="auto"><strong>Apache Airflow version</strong>: 1.10.10 (master has same issue)</p>
<p dir="auto"><strong>Kubernetes version (if you are using kubernetes)</strong> (use <code class="notranslate">kubectl version</code>): N/A</p>
<p dir="auto"><strong>Environment</strong>:</p>
<ul dir="auto">
<li><strong>Cloud provider or hardware configuration</strong>:</li>
<li><strong>OS</strong> (e.g. from /etc/os-release): MacOS 10.15.4</li>
<li><strong>Kernel</strong> (e.g. <code class="notranslate">uname -a</code>): Darwin Kernel Version 19.4.0</li>
<li><strong>Install tools</strong>: pip</li>
<li><strong>Others</strong>:</li>
</ul>
<p dir="auto"><strong>What happened</strong>:</p>
<p dir="auto"><strong>What you expected to happen</strong>:<br>
There is a mismatch between <a href="https://github.com/apache/airflow/blob/9764c90b925a710506f43423302f3fa512490c03/airflow/providers/amazon/aws/hooks/glue.py#L133">return value</a> of <code class="notranslate">job_completion</code> of AwsGlueJobHook and <a href="https://github.com/apache/airflow/blob/9764c90b925a710506f43423302f3fa512490c03/airflow/providers/amazon/aws/sensors/glue.py#L58">end condition</a> in <code class="notranslate">poke</code> of AwsGlueJobSensor. While <code class="notranslate">job_completion</code> returns a dictionary of JobRunState and JobRunId, <code class="notranslate">poke</code> checks if it is 'SUCCEEDED' or 'FAILED' which should be only JobRunState. So the condition always fails and <code class="notranslate">poke</code> always returns False which leads GlueSensor to run indefinitely even if Glue job finished.<br>
Also, I think while loop in <code class="notranslate">job_completion</code> is useless. It should return immediately after it gets response from glue client but doesn't have to wait until it finishes or fails. It is duplicated with execution loop of Sensor.</p>
<p dir="auto"><strong>How to reproduce it</strong>:<br>
Run any job and wait for the job using GlueJobSensor.</p>
<p dir="auto"><strong>Anything else we need to know</strong>:</p> | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/apache/incubator-dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h3 dir="auto">Environment</h3>
<ul dir="auto">
<li>Dubbo version: 2.6.2 as consumer and 2.7.x as provider</li>
<li>Operating System version: mac os x</li>
<li>Java version: 1.8</li>
</ul>
<h3 dir="auto">Step to reproduce this issue</h3>
<ol dir="auto">
<li>start basic provider with 2.7.x</li>
<li>start basic consumer with 2.6.2</li>
</ol>
<p dir="auto">Pls. provide [GitHub address] to reproduce this issue.</p>
<h3 dir="auto">Expected Result</h3>
<p dir="auto">The invocation get right result.</p>
<h3 dir="auto">Actual Result</h3>
<p dir="auto">What is actually happen?</p>
<p dir="auto">If there is an exception, please attach the exception trace:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="java.io.IOException: Unknown result flag, expect '0' '1' '2', get 4
at com.alibaba.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:101)
at com.alibaba.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:113)
at com.alibaba.dubbo.rpc.protocol.dubbo.DubboCodec.decodeBody(DubboCodec.java:89)
at com.alibaba.dubbo.remoting.exchange.codec.ExchangeCodec.decode(ExchangeCodec.java:124)
at com.alibaba.dubbo.remoting.exchange.codec.ExchangeCodec.decode(ExchangeCodec.java:84)
at com.alibaba.dubbo.rpc.protocol.dubbo.DubboCountCodec.decode(DubboCountCodec.java:46)
at com.alibaba.dubbo.remoting.transport.netty.NettyCodecAdapter$InternalDecoder.messageReceived(NettyCodecAdapter.java:133)
at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:80)
at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564)
at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:559)"><pre class="notranslate"><code class="notranslate">java.io.IOException: Unknown result flag, expect '0' '1' '2', get 4
at com.alibaba.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:101)
at com.alibaba.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:113)
at com.alibaba.dubbo.rpc.protocol.dubbo.DubboCodec.decodeBody(DubboCodec.java:89)
at com.alibaba.dubbo.remoting.exchange.codec.ExchangeCodec.decode(ExchangeCodec.java:124)
at com.alibaba.dubbo.remoting.exchange.codec.ExchangeCodec.decode(ExchangeCodec.java:84)
at com.alibaba.dubbo.rpc.protocol.dubbo.DubboCountCodec.decode(DubboCountCodec.java:46)
at com.alibaba.dubbo.remoting.transport.netty.NettyCodecAdapter$InternalDecoder.messageReceived(NettyCodecAdapter.java:133)
at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:80)
at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564)
at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:559)
</code></pre></div> | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/apache/dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h3 dir="auto">Environment</h3>
<ul dir="auto">
<li>Dubbo version: 2.7.5</li>
<li>Operating System version: macos 10.15.13</li>
<li>Java version: 1.8</li>
</ul>
<h3 dir="auto">Steps to reproduce this issue</h3>
<ol dir="auto">
<li>
<p dir="auto">Spring boot 1.5.2 ,when update dubbo 2.5.3 to 2.7.5 ,I have some problems</p>
</li>
<li>
<p dir="auto">run spring boot , and dubbo config is <code class="notranslate"><dubbo:reference interface="com.xxx.xxx.service.ITaskService" version="${dubbo.api.version}" id="taskService" cluster="failfast"></dubbo:reference></code></p>
</li>
<li>
<p dir="auto">application.properties config is dubbo.api.version=1.2.0_dev</p>
</li>
</ol>
<h3 dir="auto">Actual Result</h3>
<p dir="auto">run error</p>
<p dir="auto">the exception trace:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Caused by: java.lang.IllegalStateException: Invalid version="${dubbo.api.version}" contains illegal character, only digit, letter, '-', '_' or '.' is legal.
at org.apache.dubbo.config.utils.ConfigValidationUtils.checkProperty(ConfigValidationUtils.java:593)
at org.apache.dubbo.config.utils.ConfigValidationUtils.checkKey(ConfigValidationUtils.java:559)
at org.apache.dubbo.config.utils.ConfigValidationUtils.validateReferenceConfig(ConfigValidationUtils.java:340)
at org.apache.dubbo.config.ReferenceConfig.checkAndUpdateSubConfigs(ReferenceConfig.java:401)
at org.apache.dubbo.config.ReferenceConfig.init(ReferenceConfig.java:186)
at org.apache.dubbo.config.ReferenceConfig.get(ReferenceConfig.java:151)
at org.apache.dubbo.config.spring.ReferenceBean.getObject(ReferenceBean.java:68)
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:168)
... 64 common frames omitted
"><pre class="notranslate"><code class="notranslate">Caused by: java.lang.IllegalStateException: Invalid version="${dubbo.api.version}" contains illegal character, only digit, letter, '-', '_' or '.' is legal.
at org.apache.dubbo.config.utils.ConfigValidationUtils.checkProperty(ConfigValidationUtils.java:593)
at org.apache.dubbo.config.utils.ConfigValidationUtils.checkKey(ConfigValidationUtils.java:559)
at org.apache.dubbo.config.utils.ConfigValidationUtils.validateReferenceConfig(ConfigValidationUtils.java:340)
at org.apache.dubbo.config.ReferenceConfig.checkAndUpdateSubConfigs(ReferenceConfig.java:401)
at org.apache.dubbo.config.ReferenceConfig.init(ReferenceConfig.java:186)
at org.apache.dubbo.config.ReferenceConfig.get(ReferenceConfig.java:151)
at org.apache.dubbo.config.spring.ReferenceBean.getObject(ReferenceBean.java:68)
at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:168)
... 64 common frames omitted
</code></pre></div> | 0 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => master, <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/opencv/opencv/commit/834c99255320fb565259d3e9177edcb590d4a6be/hovercard" href="https://github.com/opencv/opencv/commit/834c99255320fb565259d3e9177edcb590d4a6be"><tt>834c992</tt></a></li>
<li>Operating System / Platform => Ubuntu 18.04, Power 9</li>
<li>Compiler => clang version 10.0.0 (<a href="mailto:[email protected]">[email protected]</a>:llvm/llvm-project.git 2f51a43f8c2b117e69a45eae6a7c849e035a793b)</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In file included from .../opencv/modules/core/src/arithm.cpp:50:
In file included from .../opencv/modules/core/src/precomp.hpp:49:
In file included from .../opencv/modules/core/include/opencv2/core/utility.hpp:56:
In file included from .../opencv/modules/core/include/opencv2/core.hpp:57:
In file included from .../opencv/modules/core/include/opencv2/core/matx.hpp:54:
In file included from .../opencv/modules/core/include/opencv2/core/saturate.hpp:49:
.../opencv/modules/core/include/opencv2/core/fast_math.hpp:200:5: error: invalid instruction
CV_INLINE_ROUND_DBL(value);
^
.../opencv/modules/core/include/opencv2/core/fast_math.hpp:105:40: note: expanded from macro 'CV_INLINE_ROUND_DBL'
__asm__( "fctiw %[temp],%[in]\n\tmffprwz %[out],%[temp]\n\t" : [out] "=r" (out), [temp] "=d" (temp) : [in] "d" ((double)(value)) : ); \
^
<inline asm>:2:2: note: instantiated into assembly here
mffprwz 4,0
^~~~~~~"><pre class="notranslate"><code class="notranslate">In file included from .../opencv/modules/core/src/arithm.cpp:50:
In file included from .../opencv/modules/core/src/precomp.hpp:49:
In file included from .../opencv/modules/core/include/opencv2/core/utility.hpp:56:
In file included from .../opencv/modules/core/include/opencv2/core.hpp:57:
In file included from .../opencv/modules/core/include/opencv2/core/matx.hpp:54:
In file included from .../opencv/modules/core/include/opencv2/core/saturate.hpp:49:
.../opencv/modules/core/include/opencv2/core/fast_math.hpp:200:5: error: invalid instruction
CV_INLINE_ROUND_DBL(value);
^
.../opencv/modules/core/include/opencv2/core/fast_math.hpp:105:40: note: expanded from macro 'CV_INLINE_ROUND_DBL'
__asm__( "fctiw %[temp],%[in]\n\tmffprwz %[out],%[temp]\n\t" : [out] "=r" (out), [temp] "=d" (temp) : [in] "d" ((double)(value)) : ); \
^
<inline asm>:2:2: note: instantiated into assembly here
mffprwz 4,0
^~~~~~~
</code></pre></div>
<p dir="auto">After investigating the most recent <a href="https://openpowerfoundation.org/?resource_lib=power-isa-version-3-0" rel="nofollow">Power ISA</a> (March 29, 2017. Page 131 of the pdf or 113 of the document) <code class="notranslate">mffprwz</code> is a mnemonic for <code class="notranslate">mfvsrwz</code>. Specifically:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Extended Mnemonics Equivalent To
mffprwz RA,FRS mfvsrwz RA,FRS
mfvrwz RA,VRS mfvsrwz RA,VRS+32"><pre class="notranslate"><code class="notranslate">Extended Mnemonics Equivalent To
mffprwz RA,FRS mfvsrwz RA,FRS
mfvrwz RA,VRS mfvsrwz RA,VRS+32
</code></pre></div>
<p dir="auto">After investigating clang, it <em>does not</em> implement <code class="notranslate">mffprwz</code>, instead only <code class="notranslate">mfvsrwz</code>. I will be passing this along to the llvm project as well but we can fix this here as well, probably faster. I've prepared a patch to follow as well.</p>
<h5 dir="auto">Steps to reproduce</h5>
<ol dir="auto">
<li>Checkout opencv.</li>
<li>Make build directory.</li>
<li><code class="notranslate">cmake <path to source> -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang</code></li>
<li><code class="notranslate">make -j###</code></li>
<li>Receive above error message.</li>
</ol> | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.2.0-rc (from source)</li>
<li>Operating System / Platform => Ubuntu 16.10</li>
<li>Compiler => gcc 6.2.0</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">I'm trying to use the <code class="notranslate">ts</code> module in projects to use the same test functionalities as OpenCV. When I build OpenCV with either</p>
<div class="highlight highlight-source-cmake notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" -D BUILD_TESTS=ON
-D BUILD_PERF_TESTS=ON
-D BUILD_opencv_ts=ON "><pre class="notranslate"> -D BUILD_TESTS=ON
-D BUILD_PERF_TESTS=ON
-D BUILD_opencv_ts=ON </pre></div>
<p dir="auto">I see that the <code class="notranslate">ts</code> module is listed among the modules to built. However, it is never installed (not sure if that is intended).</p>
<p dir="auto">The library is created (although statically, regardless of <code class="notranslate">BUILD_SHARED_LIBS=ON</code>), but not installed, and not findable by <code class="notranslate">cmake</code>, for example.</p>
<h5 dir="auto">Steps to reproduce</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="cmake \
-D CMAKE_BUILD_TYPE=RELEASE \
-D ENABLE_PRECOMPILED_HEADERS=OFF \
-D CMAKE_INSTALL_PREFIX=/usr/local \
-D OPENCV_EXTRA_MODULES_PATH=../../opencv_contrib/modules \
-D BUILD_NEW_PYTHON_SUPPORT=ON \
-D WITH_TBB=ON \
-D WITH_QT=ON \
-D WITH_OPENGL=ON \
-D BUILD_TIFF=ON \
-D BUILD_SHARED_LIBS=ON \
-D BUILD_EXAMPLES=ON \
-D BUILD_opencv_ts=ON \
..
make -j $(nproc)
sudo make install"><pre class="notranslate"><code class="notranslate">cmake \
-D CMAKE_BUILD_TYPE=RELEASE \
-D ENABLE_PRECOMPILED_HEADERS=OFF \
-D CMAKE_INSTALL_PREFIX=/usr/local \
-D OPENCV_EXTRA_MODULES_PATH=../../opencv_contrib/modules \
-D BUILD_NEW_PYTHON_SUPPORT=ON \
-D WITH_TBB=ON \
-D WITH_QT=ON \
-D WITH_OPENGL=ON \
-D BUILD_TIFF=ON \
-D BUILD_SHARED_LIBS=ON \
-D BUILD_EXAMPLES=ON \
-D BUILD_opencv_ts=ON \
..
make -j $(nproc)
sudo make install
</code></pre></div>
<p dir="auto">Then try to use it, for example with <code class="notranslate">cmake</code></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="find_package ( OpenCV REQUIRED ts )"><pre class="notranslate"><code class="notranslate">find_package ( OpenCV REQUIRED ts )
</code></pre></div>
<p dir="auto">fails to find the <code class="notranslate">ts</code> library.</p>
<h4 dir="auto">Related questions</h4>
<p dir="auto">Already ask for help before posting, <a href="http://answers.opencv.org/question/134337/missing-ts-from-release-build/" rel="nofollow">in here</a>. However, we couldn't find a problem.</p> | 0 |
<p dir="auto">Upgrading from Material UI 0.19.4 to 0.20.0, I get this error in the dev console</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Warning: Unknown event handler property `onLeftIconButtonTouchTap`. It will be ignored.
in div (created by Paper)
in Paper (created by AppBar)
in AppBar (created by MainNavBar)"><pre class="notranslate"><code class="notranslate">Warning: Unknown event handler property `onLeftIconButtonTouchTap`. It will be ignored.
in div (created by Paper)
in Paper (created by AppBar)
in AppBar (created by MainNavBar)
</code></pre></div>
<p dir="auto">No code change was made for the past 8 months on that component, and it worked before upgrading.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<AppBar style={ style } title={ <MainNavTitle title={ title } /> } titleStyle={ titleStyle }
onLeftIconButtonTouchTap={ (event) => this.toggleSidenav(true) }
iconStyleLeft={ iconStyle }
iconElementRight={ MenuElement ? <MenuElement /> : null }
/>"><pre class="notranslate"><code class="notranslate"><AppBar style={ style } title={ <MainNavTitle title={ title } /> } titleStyle={ titleStyle }
onLeftIconButtonTouchTap={ (event) => this.toggleSidenav(true) }
iconStyleLeft={ iconStyle }
iconElementRight={ MenuElement ? <MenuElement /> : null }
/>
</code></pre></div>
<p dir="auto">I have searched for this issue, and I have found only related issues (e.g. <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="254259676" data-permission-text="Title is private" data-url="https://github.com/mui/material-ui/issues/7972" data-hovercard-type="issue" data-hovercard-url="/mui/material-ui/issues/7972/hovercard" href="https://github.com/mui/material-ui/issues/7972">#7972</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="153834640" data-permission-text="Title is private" data-url="https://github.com/mui/material-ui/issues/4221" data-hovercard-type="issue" data-hovercard-url="/mui/material-ui/issues/4221/hovercard" href="https://github.com/mui/material-ui/issues/4221">#4221</a>, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="153034344" data-permission-text="Title is private" data-url="https://github.com/mui/material-ui/issues/4156" data-hovercard-type="issue" data-hovercard-url="/mui/material-ui/issues/4156/hovercard" href="https://github.com/mui/material-ui/issues/4156">#4156</a>, etc.) but none of it seem to be addressing this probable breaking change, so...</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Expected Behavior</h2>
<p dir="auto">The event handler for <code class="notranslate">onLeftIconButtonTouchTap</code> is supposed to be called when the icon is clicked.</p>
<h2 dir="auto">Current Behavior</h2>
<p dir="auto">The event handler for <code class="notranslate">onLeftIconButtonTouchTap</code> is not called, but specifically ignored.</p>
<h2 dir="auto">Your Environment</h2>
<table role="table">
<thead>
<tr>
<th>Tech</th>
<th>Version</th>
</tr>
</thead>
<tbody>
<tr>
<td>Material-UI</td>
<td>0.20.0</td>
</tr>
<tr>
<td>React</td>
<td>16.2.0</td>
</tr>
<tr>
<td>browser</td>
<td>Google Chrome (latest)</td>
</tr>
<tr>
<td>Meteor</td>
<td>1.6.0.1</td>
</tr>
</tbody>
</table>
<p dir="auto"><strong>Note:</strong> I am well aware of the v1 branch, but since it is in beta, and I have no time right now to deal with this rather important migration, the 0.x branch needs to be supported. Projects can't always be expected to follow edge dependencies.</p> | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Expected Behavior</h2>
<p dir="auto">Drawer should not show up on re-render</p>
<h2 dir="auto">Current Behavior</h2>
<p dir="auto">If the Drawer component is re-rendered, the nested Paper component loses its transform style setting and the drawer is shown despite open=false</p>
<h2 dir="auto">Steps to Reproduce (for bugs)</h2>
<p dir="auto"><a href="https://codesandbox.io/s/nwyn9n3rxm" rel="nofollow">codesandbox</a></p>
<h2 dir="auto">Context</h2>
<p dir="auto">I believe this has something to do with the code removed from the Slide component <a href="https://github.com/callemall/material-ui/commit/8743ec04e5dccc5e72b97f7b26c8595327253371#diff-0ea64d17e9e0664286a7bd65c56ba40a">with this update</a></p>
<h2 dir="auto">Your Environment</h2>
<table role="table">
<thead>
<tr>
<th>Tech</th>
<th>Version</th>
</tr>
</thead>
<tbody>
<tr>
<td>Material-UI</td>
<td>1.0.0-beta.19</td>
</tr>
<tr>
<td>React</td>
<td>v16</td>
</tr>
<tr>
<td>browser</td>
<td>Chrome, Firefox</td>
</tr>
<tr>
<td>etc</td>
<td></td>
</tr>
</tbody>
</table> | 0 |
<p dir="auto">My code is probably wrong in some way because I'm a real n00b to Rust but since the compiler output tells me to submit a bug report I will obey. Possible duplicate of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="53144999" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/20347" data-hovercard-type="issue" data-hovercard-url="/rust-lang/rust/issues/20347/hovercard" href="https://github.com/rust-lang/rust/issues/20347">#20347</a> but I know too little to be sure.</p>
<h2 dir="auto">Compiler version info</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="rustc 0.13.0-nightly (c6c786671 2015-01-04 00:50:59 +0000)
binary: rustc
commit-hash: c6c786671d692d7b13c2e5c68a53001327b4b125
commit-date: 2015-01-04 00:50:59 +0000
host: x86_64-unknown-linux-gnu
release: 0.13.0-nightly
Initial: 0"><pre class="notranslate"><code class="notranslate">rustc 0.13.0-nightly (c6c786671 2015-01-04 00:50:59 +0000)
binary: rustc
commit-hash: c6c786671d692d7b13c2e5c68a53001327b4b125
commit-date: 2015-01-04 00:50:59 +0000
host: x86_64-unknown-linux-gnu
release: 0.13.0-nightly
Initial: 0
</code></pre></div>
<h2 dir="auto">Compiler output</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="p2.rs:12:1: 19:2 error: internal compiler error: impl `VtableImpl(impl_def_id=DefId { krate: 0, node: 21 }:Fibonacci.Iterator, substs=Substs[types=[[];[];[]], regions=[[];[];[]]], nested=[[];[];[]])` did not contain projection for `Obligation(predicate=<Fibonacci as TraitRef(Fibonacci, core::iter::Iterator)>::Item,depth=0)`
p2.rs:12 impl Iterator for Fibonacci {
p2.rs:13 fn next(&mut self) -> uint {
p2.rs:14 let curr = self.curr;
p2.rs:15 self.curr = self.next;
p2.rs:16 self.next = curr + self.next;
p2.rs:17 curr
...
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: http://doc.rust-lang.org/complement-bugreport.html
note: run with `RUST_BACKTRACE=1` for a backtrace
thread 'rustc' panicked at 'Box<Any>', /home/rustbuild/src/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/libsyntax/diagnostic.rs:123
stack backtrace:
1: 0x7fe8477b32d0 - sys::backtrace::write::h8532e701ef86014f4it
2: 0x7fe8477d8b00 - failure::on_fail::h7532e1f79d134d5dzvz
3: 0x7fe84773e1c0 - rt::unwind::begin_unwind_inner::h97b151606151d62deaz
4: 0x7fe8425efc60 - rt::unwind::begin_unwind::h15809447133099964284
5: 0x7fe8425efbf0 - diagnostic::SpanHandler::span_bug::he8142ababcc30c39DFF
6: 0x7fe845aeee70 - middle::traits::project::project_type::h947eece142ef049d52P
7: 0x7fe845aebfd0 - middle::traits::project::opt_normalize_projection_type::hb3defb9cc9365d1e8UP
8: 0x7fe845ad9ba0 - middle::traits::project::normalize_projection_type::hdc293893275ee559JTP
9: 0x7fe845aed470 - middle::traits::project::AssociatedTypeNormalizer<'a, 'b, 'tcx>.TypeFolder<'tcx>::fold_ty::h801cbd2cdff2eff1kSP
10: 0x7fe846daa2e0 - middle::ty_fold::Rc<T>.TypeFoldable<'tcx>::fold_with::h6325524173844043840
11: 0x7fe846daae90 - middle::ty_fold::VecPerParamSpace<T>.TypeFoldable<'tcx>::fold_with::h13884369302522804796
12: 0x7fe846dc6280 - check::FnCtxt<'a, 'tcx>::instantiate_bounds::hed550a9659b70335Oll
13: 0x7fe846ddefc0 - check::wf::CheckTypeWellFormedVisitor<'ccx, 'tcx>::check_impl::closure.29997
14: 0x7fe846ddb430 - check::wf::CheckTypeWellFormedVisitor<'ccx, 'tcx>::with_fcx::hb1283961ed8977b7Gfi
15: 0x7fe846de1d70 - check::wf::CheckTypeWellFormedVisitor<'ccx, 'tcx>.Visitor<'v>::visit_item::h001ababd87597e37soi
16: 0x7fe846fcefe0 - check_crate::unboxed_closure.40162
17: 0x7fe846fc9c30 - check_crate::h19fb6dea5733566ajsx
18: 0x7fe847d04640 - driver::phase_3_run_analysis_passes::h46b1604d9f9f5633Tva
19: 0x7fe847cf2ae0 - driver::compile_input::h68b8602933aad8d7wba
20: 0x7fe847dbdeb0 - thunk::F.Invoke<A, R>::invoke::h18029802347644288836
21: 0x7fe847dbcc60 - rt::unwind::try::try_fn::h6518866316425934196
22: 0x7fe84783f400 - rust_try_inner
23: 0x7fe84783f3f0 - rust_try
24: 0x7fe847dbcfb0 - thunk::F.Invoke<A, R>::invoke::h15513809553472565307
25: 0x7fe8477c4e40 - sys::thread::thread_start::h5ea7ba97235331d5a9v
26: 0x7fe841e130c0 - start_thread
27: 0x7fe8473e4ec9 - __clone
28: 0x0 - <unknown>"><pre class="notranslate"><code class="notranslate">p2.rs:12:1: 19:2 error: internal compiler error: impl `VtableImpl(impl_def_id=DefId { krate: 0, node: 21 }:Fibonacci.Iterator, substs=Substs[types=[[];[];[]], regions=[[];[];[]]], nested=[[];[];[]])` did not contain projection for `Obligation(predicate=<Fibonacci as TraitRef(Fibonacci, core::iter::Iterator)>::Item,depth=0)`
p2.rs:12 impl Iterator for Fibonacci {
p2.rs:13 fn next(&mut self) -> uint {
p2.rs:14 let curr = self.curr;
p2.rs:15 self.curr = self.next;
p2.rs:16 self.next = curr + self.next;
p2.rs:17 curr
...
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: http://doc.rust-lang.org/complement-bugreport.html
note: run with `RUST_BACKTRACE=1` for a backtrace
thread 'rustc' panicked at 'Box<Any>', /home/rustbuild/src/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/libsyntax/diagnostic.rs:123
stack backtrace:
1: 0x7fe8477b32d0 - sys::backtrace::write::h8532e701ef86014f4it
2: 0x7fe8477d8b00 - failure::on_fail::h7532e1f79d134d5dzvz
3: 0x7fe84773e1c0 - rt::unwind::begin_unwind_inner::h97b151606151d62deaz
4: 0x7fe8425efc60 - rt::unwind::begin_unwind::h15809447133099964284
5: 0x7fe8425efbf0 - diagnostic::SpanHandler::span_bug::he8142ababcc30c39DFF
6: 0x7fe845aeee70 - middle::traits::project::project_type::h947eece142ef049d52P
7: 0x7fe845aebfd0 - middle::traits::project::opt_normalize_projection_type::hb3defb9cc9365d1e8UP
8: 0x7fe845ad9ba0 - middle::traits::project::normalize_projection_type::hdc293893275ee559JTP
9: 0x7fe845aed470 - middle::traits::project::AssociatedTypeNormalizer<'a, 'b, 'tcx>.TypeFolder<'tcx>::fold_ty::h801cbd2cdff2eff1kSP
10: 0x7fe846daa2e0 - middle::ty_fold::Rc<T>.TypeFoldable<'tcx>::fold_with::h6325524173844043840
11: 0x7fe846daae90 - middle::ty_fold::VecPerParamSpace<T>.TypeFoldable<'tcx>::fold_with::h13884369302522804796
12: 0x7fe846dc6280 - check::FnCtxt<'a, 'tcx>::instantiate_bounds::hed550a9659b70335Oll
13: 0x7fe846ddefc0 - check::wf::CheckTypeWellFormedVisitor<'ccx, 'tcx>::check_impl::closure.29997
14: 0x7fe846ddb430 - check::wf::CheckTypeWellFormedVisitor<'ccx, 'tcx>::with_fcx::hb1283961ed8977b7Gfi
15: 0x7fe846de1d70 - check::wf::CheckTypeWellFormedVisitor<'ccx, 'tcx>.Visitor<'v>::visit_item::h001ababd87597e37soi
16: 0x7fe846fcefe0 - check_crate::unboxed_closure.40162
17: 0x7fe846fc9c30 - check_crate::h19fb6dea5733566ajsx
18: 0x7fe847d04640 - driver::phase_3_run_analysis_passes::h46b1604d9f9f5633Tva
19: 0x7fe847cf2ae0 - driver::compile_input::h68b8602933aad8d7wba
20: 0x7fe847dbdeb0 - thunk::F.Invoke<A, R>::invoke::h18029802347644288836
21: 0x7fe847dbcc60 - rt::unwind::try::try_fn::h6518866316425934196
22: 0x7fe84783f400 - rust_try_inner
23: 0x7fe84783f3f0 - rust_try
24: 0x7fe847dbcfb0 - thunk::F.Invoke<A, R>::invoke::h15513809553472565307
25: 0x7fe8477c4e40 - sys::thread::thread_start::h5ea7ba97235331d5a9v
26: 0x7fe841e130c0 - start_thread
27: 0x7fe8473e4ec9 - __clone
28: 0x0 - <unknown>
</code></pre></div>
<h2 dir="auto">uname --all</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Linux <host>-Ubuntu 3.13.0-39-generic #66-Ubuntu SMP Tue Oct 28 13:30:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux"><pre class="notranslate"><code class="notranslate">Linux <host>-Ubuntu 3.13.0-39-generic #66-Ubuntu SMP Tue Oct 28 13:30:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
</code></pre></div>
<h2 dir="auto">Source code</h2>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="use std::iter::AdditiveIterator;
struct Fibonacci {
curr: uint,
next: uint,
}
fn fib() -> Fibonacci {
Fibonacci {curr: 1, next: 2}
}
impl Iterator for Fibonacci {
fn next(&mut self) -> uint {
let curr = self.curr;
self.curr = self.next;
self.next = curr + self.next;
curr
}
}
fn initial() -> uint {
fib().take(5).sum();
}
fn main() {
println!("Initial: {}", initial());
}"><pre class="notranslate"><span class="pl-k">use</span> std<span class="pl-kos">::</span>iter<span class="pl-kos">::</span><span class="pl-v">AdditiveIterator</span><span class="pl-kos">;</span>
<span class="pl-k">struct</span> <span class="pl-smi">Fibonacci</span> <span class="pl-kos">{</span>
<span class="pl-c1">curr</span><span class="pl-kos">:</span> <span class="pl-smi">uint</span><span class="pl-kos">,</span>
<span class="pl-c1">next</span><span class="pl-kos">:</span> <span class="pl-smi">uint</span><span class="pl-kos">,</span>
<span class="pl-kos">}</span>
<span class="pl-k">fn</span> <span class="pl-en">fib</span><span class="pl-kos">(</span><span class="pl-kos">)</span> -> <span class="pl-smi">Fibonacci</span> <span class="pl-kos">{</span>
<span class="pl-smi">Fibonacci</span> <span class="pl-kos">{</span><span class="pl-c1">curr</span><span class="pl-kos">:</span> <span class="pl-c1">1</span><span class="pl-kos">,</span> <span class="pl-c1">next</span><span class="pl-kos">:</span> <span class="pl-c1">2</span><span class="pl-kos">}</span>
<span class="pl-kos">}</span>
<span class="pl-k">impl</span> <span class="pl-smi">Iterator</span> <span class="pl-k">for</span> <span class="pl-smi">Fibonacci</span> <span class="pl-kos">{</span>
<span class="pl-k">fn</span> <span class="pl-en">next</span><span class="pl-kos">(</span><span class="pl-c1">&</span><span class="pl-k">mut</span> <span class="pl-smi">self</span><span class="pl-kos">)</span> -> <span class="pl-smi">uint</span> <span class="pl-kos">{</span>
<span class="pl-k">let</span> curr = <span class="pl-smi">self</span><span class="pl-kos">.</span><span class="pl-c1">curr</span><span class="pl-kos">;</span>
<span class="pl-smi">self</span><span class="pl-kos">.</span><span class="pl-c1">curr</span> = <span class="pl-smi">self</span><span class="pl-kos">.</span><span class="pl-c1">next</span><span class="pl-kos">;</span>
<span class="pl-smi">self</span><span class="pl-kos">.</span><span class="pl-c1">next</span> = curr + <span class="pl-smi">self</span><span class="pl-kos">.</span><span class="pl-c1">next</span><span class="pl-kos">;</span>
curr
<span class="pl-kos">}</span>
<span class="pl-kos">}</span>
<span class="pl-k">fn</span> <span class="pl-en">initial</span><span class="pl-kos">(</span><span class="pl-kos">)</span> -> <span class="pl-smi">uint</span> <span class="pl-kos">{</span>
<span class="pl-en">fib</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">take</span><span class="pl-kos">(</span><span class="pl-c1">5</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">sum</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-k">fn</span> <span class="pl-en">main</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-en">println</span><span class="pl-en">!</span><span class="pl-kos">(</span><span class="pl-s">"Initial: {}"</span>, initial<span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span></pre></div> | <p dir="auto">I was sloppy when I implemented <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="57289145" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/22173" data-hovercard-type="issue" data-hovercard-url="/rust-lang/rust/issues/22173/hovercard" href="https://github.com/rust-lang/rust/issues/22173">#22173</a> and did not include a test. So, surprise, a follow-on commit a few days later broke it.</p>
<p dir="auto">As self-punishment for neglecting to include a regression test, I am assigning myself the task of reviewing our test suite to make sure that every feature-gate has a test.</p>
<hr>
<p dir="auto">Here is a transcribed list of feature gates, based on <a href="https://github.com/rust-lang/rust/blob/master/src/libsyntax/feature_gate.rs">feature_gate.rs</a>, that I have annotated according to whether the feature is Accepted/Removed (and thus needs no tests), Active/Deprecated but has tests already (marked with an <code class="notranslate">x</code>, or Active/Deprecated but has no tests that I saw via a cursory grep/skim.</p>
<ul class="contains-task-list">
<li>- <del>("globs", "1.0.0", Accepted)</del>,</li>
<li>- <del>("macro_rules", "1.0.0", Accepted)</del>,</li>
<li>- <del>("struct_variant", "1.0.0", Accepted)</del>,</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("asm", "1.0.0", Active),
<ul dir="auto">
<li><a href="https://github.com/rust-lang/rust/blob/master/src/test/compile-fail/asm-gated.rs">asm-gated.rs</a></li>
<li><a href="https://github.com/rust-lang/rust/blob/master/src/test/compile-fail/asm-gated2.rs">asm-gated2.rs</a></li>
</ul>
</li>
<li>- <del>("managed_boxes", "1.0.0", Removed)</del>,</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("non_ascii_idents", "1.0.0", Active),
<ul dir="auto">
<li><a href="https://github.com/rust-lang/rust/blob/master/src/test/compile-fail/gated-non-ascii-idents.rs">gated-non-ascii-idents.rs</a></li>
</ul>
</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("thread_local", "1.0.0", Active),
<ul dir="auto">
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="60387360" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/23226" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/23226/hovercard" href="https://github.com/rust-lang/rust/pull/23226">#23226</a></li>
</ul>
</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("link_args", "1.0.0", Active),
<ul dir="auto">
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="60387360" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/23226" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/23226/hovercard" href="https://github.com/rust-lang/rust/pull/23226">#23226</a></li>
</ul>
</li>
<li>- <del>("phase", "1.0.0", Removed)</del>,</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("plugin_registrar", "1.0.0", Active),
<ul dir="auto">
<li><a href="https://github.com/rust-lang/rust/blob/master/src/test/compile-fail/gated-plugin_registrar.rs">gated-plugin_registrar.rs</a> but it is not clear whether this is testing the <code class="notranslate">plugin</code> gate or the <code class="notranslate">plugin_registrar</code> gate. From the error message it seems like the <code class="notranslate">plugin_registrar</code> gate is firing.</li>
</ul>
</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("log_syntax", "1.0.0", Active),
<ul dir="auto">
<li><a href="https://github.com/rust-lang/rust/blob/master/src/test/compile-fail/log-syntax-gate.rs">log-syntax-gate.rs</a></li>
<li><a href="https://github.com/rust-lang/rust/blob/master/src/test/compile-fail/log-syntax-gate2.rs">log-syntax-gate2.rs</a></li>
</ul>
</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("trace_macros", "1.0.0", Active),
<ul dir="auto">
<li><a href="https://github.com/rust-lang/rust/blob/master/src/test/compile-fail/gated-trace_macros.rs">gated-trace_macros.rs</a></li>
</ul>
</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("concat_idents", "1.0.0", Active),
<ul dir="auto">
<li><a href="https://github.com/rust-lang/rust/blob/master/src/test/compile-fail/concat_idents-gate.rs">concat_idents-gate.rs</a></li>
<li><a href="https://github.com/rust-lang/rust/blob/master/src/test/compile-fail/concat_idents-gate2.rs">concat_idents-gate2.rs</a></li>
</ul>
</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("unsafe_destructor", "1.0.0", Active),
<ul dir="auto">
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="60387360" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/23226" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/23226/hovercard" href="https://github.com/rust-lang/rust/pull/23226">#23226</a></li>
</ul>
</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("intrinsics", "1.0.0", Active),
<ul dir="auto">
<li><a href="https://github.com/rust-lang/rust/blob/master/src/test/compile-fail/feature-gate-intrinsics.rs">feature-gate-intrinsics.rs</a></li>
</ul>
</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("lang_items", "1.0.0", Active),
<ul dir="auto">
<li><a href="https://github.com/rust-lang/rust/blob/master/src/test/compile-fail/feature-gate-lang-items.rs">feature-gate-lang-items.rs</a></li>
</ul>
</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("simd", "1.0.0", Active),
<ul dir="auto">
<li><a href="https://github.com/rust-lang/rust/blob/master/src/test/compile-fail/gated-simd.rs">gated-simd.rs</a></li>
</ul>
</li>
<li>- <del>("default_type_params", "1.0.0", Accepted)</del>,</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("quote", "1.0.0", Active),
<ul dir="auto">
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="60387360" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/23226" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/23226/hovercard" href="https://github.com/rust-lang/rust/pull/23226">#23226</a></li>
</ul>
</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("link_llvm_intrinsics", "1.0.0", Active),
<ul dir="auto">
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="60387360" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/23226" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/23226/hovercard" href="https://github.com/rust-lang/rust/pull/23226">#23226</a></li>
</ul>
</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("linkage", "1.0.0", Active),
<ul dir="auto">
<li><a href="https://github.com/rust-lang/rust/blob/master/src/test/compile-fail/linkage1.rs">linkage1.rs</a></li>
</ul>
</li>
<li>- <del>("struct_inherit", "1.0.0", Removed)</del>,</li>
<li>- <del>("quad_precision_float", "1.0.0", Removed)</del>,</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> - ("rustc_diagnostic_macros", "1.0.0", Active),</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> - ("unboxed_closures", "1.0.0", Active),</li>
<li>- <del>("import_shadowing", "1.0.0", Removed)</del>,</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> - ("advanced_slice_patterns", "1.0.0", Active),</li>
<li>- <del>("tuple_indexing", "1.0.0", Accepted)</del>,</li>
<li>- <del>("associated_types", "1.0.0", Accepted)</del>,</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> - ("visible_private_types", "1.0.0", Active),</li>
<li>- <del>("slicing_syntax", "1.0.0", Accepted)</del>,</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("box_syntax", "1.0.0", Active), gated-box-syntax.rs</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> - ("on_unimplemented", "1.0.0", Active),</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("simd_ffi", "1.0.0", Active), gated-simd-ffi.rs</li>
<li>- <del>("if_let", "1.0.0", Accepted)</del>,</li>
<li>- <del>("while_let", "1.0.0", Accepted)</del>,</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> - ("plugin", "1.0.0", Active),
<ul dir="auto">
<li><a href="https://github.com/rust-lang/rust/blob/master/src/test/compile-fail/gated-plugin_registrar.rs">gated-plugin_registrar.rs</a> but it is not clear whether this is testing the <code class="notranslate">plugin</code> gate or the <code class="notranslate">plugin_registrar</code> gate</li>
</ul>
</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> - ("start", "1.0.0", Active),
<ul dir="auto">
<li><a href="https://github.com/rust-lang/rust/blob/master/src/test/compile-fail/feature-gate-start.rs">feature-gate-start.rs</a></li>
</ul>
</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> - ("main", "1.0.0", Active),
<ul dir="auto">
<li><a href="https://github.com/rust-lang/rust/blob/master/src/test/compile-fail/feature-gate-main.rs">feature-gate-main.rs</a></li>
</ul>
</li>
<li>- <del>("issue_5723_bootstrap", "1.0.0", Accepted)</del>,</li>
<li>- <del>("opt_out_copy", "1.0.0", Removed)</del>,</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> - ("old_orphan_check", "1.0.0", Deprecated),</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> - ("old_impl_check", "1.0.0", Deprecated),</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> - ("optin_builtin_traits", "1.0.0", Active),</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("int_uint", "1.0.0", Active),
<ul dir="auto">
<li><a href="https://github.com/rust-lang/rust/blob/master/src/test/compile-fail/feature-gate-int-uint.rs">feature-gate-int-uint.rs</a></li>
</ul>
</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("macro_reexport", "1.0.0", Active), gated-macro-reexports.rs</li>
<li>- <del>("test_accepted_feature", "1.0.0", Accepted)</del>,</li>
<li>- <del>("test_removed_feature", "1.0.0", Removed)</del>,</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("staged_api", "1.0.0", Active), staged_api.rs</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> - ("unmarked_api", "1.0.0", Active),</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("no_std", "1.0.0", Active),
<ul dir="auto">
<li><a href="https://github.com/rust-lang/rust/blob/master/src/test/compile-fail/gated-no-std.rs">gated-no-std.rs</a></li>
</ul>
</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("box_patterns", "1.0.0", Active), gated-box-patterns.rs</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("unsafe_no_drop_flag", "1.0.0", Active),
<ul dir="auto">
<li><a href="https://github.com/rust-lang/rust/blob/master/src/test/compile-fail/unsafe_no_drop_flag-gate.rs">unsafe_no_drop_flag-gate.rs</a></li>
</ul>
</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("custom_attribute", "1.0.0", Active),</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("custom_derive", "1.0.0", Active), single-derive-attr.rs</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> - ("rustc_attrs", "1.0.0", Active),</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("static_assert", "1.0.0", Active),
<ul dir="auto">
<li><a href="https://github.com/rust-lang/rust/blob/master/src/test/compile-fail/feature-gate-static-assert.rs">feature-gate-static-assert.rs</a></li>
</ul>
</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> - ("allow_internal_unstable", "1.0.0", Active),
<ul dir="auto">
<li><a href="https://github.com/rust-lang/rust/blob/master/src/test/compile-fail/feature-gate-allow-internal-unstable.rs">feature-gate-allow-internal-unstable.rs</a></li>
<li><a href="https://github.com/rust-lang/rust/blob/master/src/test/compile-fail/feature-gate-allow-internal-unstable-nested-macro.rs">feature-gate-allow-internal-unstable-nested-macro.rs</a></li>
</ul>
</li>
</ul> | 0 |
<p dir="auto">hey, i am deploying my nextjs app on nginx where django is running on nginx. i want my nextjs app to run on <strong>mydomain/something</strong> but its not working giving 404 page not found error whereas when i run it on mydomain/ it work fine.<br>
please suggest something how i can run it. i followed your wiki link but its not working.do i need to change my server.js file which is like this.</p>
<p dir="auto">`const next = require('next')<br>
const routes = require('./routes')<br>
const app = next()<br>
const handler = routes.getRequestHandler(app)</p>
<p dir="auto">// Without express.js<br>
const {createServer} = require('http')<br>
app.prepare().then(() => {<br>
createServer(handler).listen(4000, err => {<br>
if (err) throw err<br>
console.log('> Ready on <a href="http://192.168.90.12:4000" rel="nofollow">http://192.168.90.12:4000</a>')<br>
})<br>
})`</p> | <p dir="auto">Next uses routes like <code class="notranslate">/_next</code> and <code class="notranslate">/static</code> by default. If you wanted to run multiple different Next apps on the same domain, they would collide with each other. Can these paths be made configurable?</p> | 1 |
<ul dir="auto">
<li>[ <g-emoji class="g-emoji" alias="heavy_check_mark" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2714.png">✔</g-emoji> ] I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li>[ <g-emoji class="g-emoji" alias="heavy_check_mark" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2714.png">✔</g-emoji> ] I have checked the <a href="https://github.com/apache/dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h3 dir="auto">Environment</h3>
<ul dir="auto">
<li>Dubbo version: 2.7.0</li>
<li>Operating System version: MAC</li>
<li>Java version: JDK1.8</li>
</ul>
<h3 dir="auto">Steps to reproduce this issue</h3>
<ol dir="auto">
<li>new a spring boot project with dubbo 2.7.0</li>
<li>new Dubbo Service</li>
<li>use org.apache.dubbo.config.spring.context.annotation.DubboComponentScan</li>
<li>run or debug</li>
</ol>
<p dir="auto">PS: replace <code class="notranslate">org.apache.dubbo.config.spring.context.annotation.DubboComponentScan</code> with <code class="notranslate">org.springframework.context.annotation.ComponentScan</code> or <code class="notranslate">org.apache.dubbo.config.spring.context.annotation.CompatibleDubboComponentScan</code> ,<br>
then it will work normally.</p>
<p dir="auto">Pls. provide [GitHub address] to reproduce this issue.</p>
<h3 dir="auto">Expected Result</h3>
<p dir="auto">the dubbo service export success and keep alive with zookeeper.</p>
<h3 dir="auto">Actual Result</h3>
<p dir="auto">org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.initReferenceBeanInvocationHandler will throw an NullPointerException, then destroy zookeeper registry</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.
2019-06-05 09:58:13.773 ERROR org.springframework.boot.SpringApplication Line:771 - Application startup failed
java.lang.NullPointerException: null
at java.util.concurrent.ConcurrentHashMap.replaceNode(ConcurrentHashMap.java:1106)
at java.util.concurrent.ConcurrentHashMap.remove(ConcurrentHashMap.java:1097)
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.initReferenceBeanInvocationHandler(ReferenceAnnotationBeanPostProcessor.java:232)
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.onServiceBeanExportEvent(ReferenceAnnotationBeanPostProcessor.java:226)
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.onApplicationEvent(ReferenceAnnotationBeanPostProcessor.java:218)
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:393)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:347)
at org.apache.dubbo.config.spring.ServiceBean.publishExportEvent(ServiceBean.java:328)
at org.apache.dubbo.config.spring.ServiceBean.export(ServiceBean.java:320)
at org.apache.dubbo.config.spring.ServiceBean.onApplicationEvent(ServiceBean.java:112)
at org.apache.dubbo.config.spring.ServiceBean.onApplicationEvent(ServiceBean.java:58)
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:393)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:347)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:883)
at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.finishRefresh(EmbeddedWebApplicationContext.java:144)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:546)
at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:303)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1118)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1107)
at com.guahao.dime.service.DimeApplication.main(DimeApplication.java:24)
2019-06-05 09:58:13.785 INFO org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext Line:984 - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@496a31da: startup date [Wed Jun 05 09:57:55 CST 2019]; root of context hierarchy
2019-06-05 09:58:13.791 INFO org.apache.dubbo.registry.support.AbstractRegistryFactory Line:66 - [DUBBO] Close all registries [zookeeper://192.168.99.51:2183/org.apache.dubbo.registry.RegistryService?application=dime-service&backup=192.168.99.37:2183&dubbo=2.0.2&interface=org.apache.dubbo.registry.RegistryService&pid=2022&release=2.7.0&timestamp=1559699887707], dubbo version: 2.7.0, current host: 220.250.64.20
2019-06-05 09:58:13.793 INFO org.apache.dubbo.registry.zookeeper.ZookeeperRegistry Line:66 - [DUBBO] Destroy registry:zookeeper://192.168.99.51:2183/org.apache.dubbo.registry.RegistryService?application=dime-service&backup=192.168.99.37:2183&dubbo=2.0.2&interface=org.apache.dubbo.registry.RegistryService&pid=2022&release=2.7.0&timestamp=1559699887707, dubbo version: 2.7.0, current host: 220.250.64.20"><pre class="notranslate"><code class="notranslate">Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.
2019-06-05 09:58:13.773 ERROR org.springframework.boot.SpringApplication Line:771 - Application startup failed
java.lang.NullPointerException: null
at java.util.concurrent.ConcurrentHashMap.replaceNode(ConcurrentHashMap.java:1106)
at java.util.concurrent.ConcurrentHashMap.remove(ConcurrentHashMap.java:1097)
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.initReferenceBeanInvocationHandler(ReferenceAnnotationBeanPostProcessor.java:232)
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.onServiceBeanExportEvent(ReferenceAnnotationBeanPostProcessor.java:226)
at org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor.onApplicationEvent(ReferenceAnnotationBeanPostProcessor.java:218)
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:393)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:347)
at org.apache.dubbo.config.spring.ServiceBean.publishExportEvent(ServiceBean.java:328)
at org.apache.dubbo.config.spring.ServiceBean.export(ServiceBean.java:320)
at org.apache.dubbo.config.spring.ServiceBean.onApplicationEvent(ServiceBean.java:112)
at org.apache.dubbo.config.spring.ServiceBean.onApplicationEvent(ServiceBean.java:58)
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:393)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:347)
at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractApplicationContext.java:883)
at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.finishRefresh(EmbeddedWebApplicationContext.java:144)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:546)
at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:303)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1118)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1107)
at com.guahao.dime.service.DimeApplication.main(DimeApplication.java:24)
2019-06-05 09:58:13.785 INFO org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext Line:984 - Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@496a31da: startup date [Wed Jun 05 09:57:55 CST 2019]; root of context hierarchy
2019-06-05 09:58:13.791 INFO org.apache.dubbo.registry.support.AbstractRegistryFactory Line:66 - [DUBBO] Close all registries [zookeeper://192.168.99.51:2183/org.apache.dubbo.registry.RegistryService?application=dime-service&backup=192.168.99.37:2183&dubbo=2.0.2&interface=org.apache.dubbo.registry.RegistryService&pid=2022&release=2.7.0&timestamp=1559699887707], dubbo version: 2.7.0, current host: 220.250.64.20
2019-06-05 09:58:13.793 INFO org.apache.dubbo.registry.zookeeper.ZookeeperRegistry Line:66 - [DUBBO] Destroy registry:zookeeper://192.168.99.51:2183/org.apache.dubbo.registry.RegistryService?application=dime-service&backup=192.168.99.37:2183&dubbo=2.0.2&interface=org.apache.dubbo.registry.RegistryService&pid=2022&release=2.7.0&timestamp=1559699887707, dubbo version: 2.7.0, current host: 220.250.64.20
</code></pre></div> | 0 |
|
<p dir="auto"><strong>Migrated issue, originally created by jvanasco (<a href="https://github.com/jvanasco">@jvanasco</a>)</strong></p>
<p dir="auto">example attached below; this happens in 0.9.4</p>
<p dir="auto">if trying to load_only a column of the child relationship and not passing in the primary_key, sqlalchemy isn't happy</p>
<p dir="auto">the sql generated is fine and runs -- it pulls the specified column and uses query string as an anonymous column ( sidenote: is that really necessary ?)</p>
<p dir="auto">but the ORM is unhappy and raises an error.</p>
<p dir="auto">adding the primary key works.</p>
<p dir="auto">using a joinedload instead of subqueryload works as well.</p>
<p dir="auto">and hey, i made a proper test case!</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="CATCH_KNOWN_EXCEPTION = False
from sqlalchemy import *
from sqlalchemy.orm import *
from sqlalchemy.ext.declarative import declarative_base
import sqlalchemy.exc
Base = declarative_base()
class TableA(Base):
__tablename__ = 'table_a'
id = Column(Integer, primary_key=True)
name = Column(String(50))
bs = relationship("TableB", primaryjoin="TableB.table_a_id==TableA.id")
cs = relationship("TableC", primaryjoin="TableC.table_a_id==TableA.id")
class TableB(Base):
__tablename__ = 'table_b'
id = Column(Integer, primary_key=True)
name = Column(String(30))
table_a_id = Column(Integer, ForeignKey('table_a.id'), nullable=False)
class TableC(Base):
__tablename__ = 'table_c'
id = Column(Integer, primary_key=True)
id_alt = Column(Integer, primary_key=True)
name = Column(String(30))
table_a_id = Column(Integer, ForeignKey('table_a.id'), nullable=False)
e = create_engine("sqlite://", echo=True)
Base.metadata.create_all(e)
s = Session(e)
s.add_all([
TableA(id=1, name='a',),
TableA(id=2, name='aa',),
TableA(id=3, name='aaa',),
TableA(id=4, name='aaaa',),
TableB(id=1, name='b', table_a_id=1),
TableB(id=2, name='bb', table_a_id=2),
TableB(id=3, name='bbb', table_a_id=3),
TableB(id=4, name='bbbbb', table_a_id=4),
TableC(id=1, id_alt=10, name='c', table_a_id=1),
TableC(id=2, id_alt=11, name='cc', table_a_id=2),
TableC(id=3, id_alt=12, name='ccc', table_a_id=3),
TableC(id=4, id_alt=13, name='cccc', table_a_id=4),
])
s.commit()
q = s.query( TableA ).filter( TableA.id == 2 )
## this passes
try:
q_good = q.options( subqueryload('bs').load_only('id', 'name') )
result = q_good.first()
print "expected - can load `bs` with primary_key + desired column"
except:
raise
try:
q_bad = q.options( subqueryload('bs').load_only('name') )
result = q_bad.first()
except sqlalchemy.exc.NoSuchColumnError, e:
print "expected - CAN NOT LOAD `bs` with only desired column"
if not CATCH_KNOWN_EXCEPTION:
raise
try:
joinedload_works = q.options( joinedload('bs').load_only('name') )
result = joinedload_works.first()
print "expected - can load `bs` with joinedload only using the target column"
except:
raise
try:
q_bad = q.options( subqueryload('cs').load_only('name') )
result = q_bad.first()
except sqlalchemy.exc.NoSuchColumnError, e:
print "expected - CAN NOT LOAD `cs` with only desired column"
if not CATCH_KNOWN_EXCEPTION:
raise
## this also fails, only one key
try:
q_bad = q.options( subqueryload('cs').load_only('id', 'name') )
result = q_bad.first()
except sqlalchemy.exc.NoSuchColumnError, e:
print "expected - CAN NOT LOAD `cs` with only 1/2 primary keys + desired column"
if not CATCH_KNOWN_EXCEPTION:
raise
try:
q_good = q.options( subqueryload('cs').load_only('id', 'id_alt', 'name'))
result = q_good.first()
print "expected - can load `cs` with subqueryload using the target column + BOTH primary keys"
except:
raise
s.close()"><pre class="notranslate"><code class="notranslate">CATCH_KNOWN_EXCEPTION = False
from sqlalchemy import *
from sqlalchemy.orm import *
from sqlalchemy.ext.declarative import declarative_base
import sqlalchemy.exc
Base = declarative_base()
class TableA(Base):
__tablename__ = 'table_a'
id = Column(Integer, primary_key=True)
name = Column(String(50))
bs = relationship("TableB", primaryjoin="TableB.table_a_id==TableA.id")
cs = relationship("TableC", primaryjoin="TableC.table_a_id==TableA.id")
class TableB(Base):
__tablename__ = 'table_b'
id = Column(Integer, primary_key=True)
name = Column(String(30))
table_a_id = Column(Integer, ForeignKey('table_a.id'), nullable=False)
class TableC(Base):
__tablename__ = 'table_c'
id = Column(Integer, primary_key=True)
id_alt = Column(Integer, primary_key=True)
name = Column(String(30))
table_a_id = Column(Integer, ForeignKey('table_a.id'), nullable=False)
e = create_engine("sqlite://", echo=True)
Base.metadata.create_all(e)
s = Session(e)
s.add_all([
TableA(id=1, name='a',),
TableA(id=2, name='aa',),
TableA(id=3, name='aaa',),
TableA(id=4, name='aaaa',),
TableB(id=1, name='b', table_a_id=1),
TableB(id=2, name='bb', table_a_id=2),
TableB(id=3, name='bbb', table_a_id=3),
TableB(id=4, name='bbbbb', table_a_id=4),
TableC(id=1, id_alt=10, name='c', table_a_id=1),
TableC(id=2, id_alt=11, name='cc', table_a_id=2),
TableC(id=3, id_alt=12, name='ccc', table_a_id=3),
TableC(id=4, id_alt=13, name='cccc', table_a_id=4),
])
s.commit()
q = s.query( TableA ).filter( TableA.id == 2 )
## this passes
try:
q_good = q.options( subqueryload('bs').load_only('id', 'name') )
result = q_good.first()
print "expected - can load `bs` with primary_key + desired column"
except:
raise
try:
q_bad = q.options( subqueryload('bs').load_only('name') )
result = q_bad.first()
except sqlalchemy.exc.NoSuchColumnError, e:
print "expected - CAN NOT LOAD `bs` with only desired column"
if not CATCH_KNOWN_EXCEPTION:
raise
try:
joinedload_works = q.options( joinedload('bs').load_only('name') )
result = joinedload_works.first()
print "expected - can load `bs` with joinedload only using the target column"
except:
raise
try:
q_bad = q.options( subqueryload('cs').load_only('name') )
result = q_bad.first()
except sqlalchemy.exc.NoSuchColumnError, e:
print "expected - CAN NOT LOAD `cs` with only desired column"
if not CATCH_KNOWN_EXCEPTION:
raise
## this also fails, only one key
try:
q_bad = q.options( subqueryload('cs').load_only('id', 'name') )
result = q_bad.first()
except sqlalchemy.exc.NoSuchColumnError, e:
print "expected - CAN NOT LOAD `cs` with only 1/2 primary keys + desired column"
if not CATCH_KNOWN_EXCEPTION:
raise
try:
q_good = q.options( subqueryload('cs').load_only('id', 'id_alt', 'name'))
result = q_good.first()
print "expected - can load `cs` with subqueryload using the target column + BOTH primary keys"
except:
raise
s.close()
</code></pre></div> | <p dir="auto"><strong>Migrated issue, originally created by Ігор Горобець</strong></p>
<p dir="auto">Hello!</p>
<p dir="auto">How about integrate it?<br>
Is it even possible?</p> | 0 |
<p dir="auto">Is code splitting possible with redux sagas? Does it hurt to load every single saga and reducer?</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Expected Behavior</h2>
<h2 dir="auto">Current Behavior</h2>
<h2 dir="auto">Steps to Reproduce (for bugs)</h2>
<ol dir="auto">
<li></li>
<li></li>
<li></li>
<li></li>
</ol>
<h2 dir="auto">Context</h2>
<h2 dir="auto">Your Environment</h2>
<table role="table">
<thead>
<tr>
<th>Tech</th>
<th>Version</th>
</tr>
</thead>
<tbody>
<tr>
<td>next</td>
<td></td>
</tr>
<tr>
<td>node</td>
<td></td>
</tr>
<tr>
<td>OS</td>
<td></td>
</tr>
<tr>
<td>browser</td>
<td></td>
</tr>
<tr>
<td>etc</td>
<td></td>
</tr>
</tbody>
</table> | <h1 dir="auto">Bug report</h1>
<p dir="auto">Next.js does not work with Visual Studio Code's Debugger. e.g breakpoints do not work. This makes Next.js (at least for me) very frustrating to use. Microsoft has not been maintaining the repo found here (<a href="https://github.com/microsoft/vscode-recipes/tree/master/Next-js">https://github.com/microsoft/vscode-recipes/tree/master/Next-js</a>). This used to work in previous versions of Next.js.</p>
<p dir="auto">Can the Next.js team please look into this? Visual Studio Code is one of the most popular code editors for web development so it should be heavily supported. I'm sure this is frustrating for other people as well.</p>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">Visual Studio Code's breakpoints do not work with Next.js</p>
<h2 dir="auto">To Reproduce</h2>
<ol dir="auto">
<li>Use the latest version of Visual Studio Code</li>
<li>Use the latest version of Next.js</li>
<li>Try to get debugging working properly</li>
</ol>
<h2 dir="auto">Expected behavior</h2>
<p dir="auto">Visual Studio Code's debugging feature should work with Next.js</p>
<h2 dir="auto">Screenshots</h2>
<p dir="auto">N/A</p>
<h2 dir="auto">System information</h2>
<ul dir="auto">
<li>OS: MacOS</li>
<li>Browser: Chrome</li>
<li>Version of Next.js: 9</li>
</ul> | 0 |
<p dir="auto">hi,<br>
I am using Sharding-JDBC with a version 5.1.2, and I am wondering if it supports to update actualDataNodes runtime in springboot, if does, how to do it?</p> | <p dir="auto">For English only, other languages we will close it directly.</p>
<p dir="auto">Please answer these questions before submitting your issue. Thanks!</p>
<h3 dir="auto">Which version of Sharding-Sphere do you using?</h3>
<p dir="auto">3.0.0.M2</p>
<h3 dir="auto">Which project do you using? Sharding-JDBC or Sharding-Proxy?</h3>
<p dir="auto">Sharding-JDBC</p>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">Separation of reading and writing</p>
<h3 dir="auto">Actual behavior</h3>
<p dir="auto">Separation of reading and writing</p>
<h3 dir="auto">Error</h3>
<p dir="auto">com.google.common.eventbus.EventBus$LoggingHandler.handleException Exception thrown by subscriber method listen(io.shardingsphere.core.transaction.event.TransactionEvent) on subscriber io.shardingsphere.core.transaction.listener.TransactionListener@602c052d when dispatching event: io.shardingsphere.core.transaction.event.WeakXaTransactionEvent@4c54b2ea<br>
java.lang.NullPointerException<br>
at io.shardingsphere.core.transaction.listener.TransactionListener.listen(TransactionListener.java:64)<br>
at sun.reflect.GeneratedMethodAccessor60.invoke(Unknown Source)<br>
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:45005)<br>
at java.lang.reflect.Method.invoke(Method.java:498)<br>
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:95)<br>
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:80)<br>
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:456)<br>
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:76)<br>
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:119)<br>
at com.google.common.eventbus.EventBus.post(EventBus.java:215)<br>
at io.shardingsphere.core.jdbc.adapter.AbstractConnectionAdapter.commit(AbstractConnectionAdapter.java:96)<br>
at org.springframework.jdbc.datasource.DataSourceTransactionManager.doCommit(DataSourceTransactionManager.java:272)<br>
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:761)<br>
at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:730)<br>
at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:485)<br>
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291)<br>
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)<br>
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)<br>
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)<br>
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)</p> | 0 |
<p dir="auto"><a href="https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.rv_discrete.html" rel="nofollow"><code class="notranslate">scipy.stats.rv_discrete</code></a> requires that the <code class="notranslate">x</code> input for the <code class="notranslate">values</code> parameters are integers:</p>
<blockquote>
<p dir="auto">values : tuple of two array_like, optional<br>
(xk, pk) <strong>where xk are integers</strong> and pk are the non-zero probabilities between 0 and 1 with sum(pk) = 1. xk and pk must have the same shape.</p>
</blockquote>
<h4 dir="auto">Reproducing code example:</h4>
<p dir="auto">The example code:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from scipy import stats
xk = np.arange(7)
pk = (0.1, 0.2, 0.3, 0.1, 0.1, 0.0, 0.2)
custm = stats.rv_discrete(name='custm', values=(xk, pk))
import matplotlib.pyplot as plt
fig, ax = plt.subplots(1, 1)
ax.plot(xk, custm.pmf(xk), 'ro', ms=12, mec='r')
ax.vlines(xk, 0, custm.pmf(xk), colors='r', lw=4)
plt.show()"><pre class="notranslate"><code class="notranslate">from scipy import stats
xk = np.arange(7)
pk = (0.1, 0.2, 0.3, 0.1, 0.1, 0.0, 0.2)
custm = stats.rv_discrete(name='custm', values=(xk, pk))
import matplotlib.pyplot as plt
fig, ax = plt.subplots(1, 1)
ax.plot(xk, custm.pmf(xk), 'ro', ms=12, mec='r')
ax.vlines(xk, 0, custm.pmf(xk), colors='r', lw=4)
plt.show()
</code></pre></div>
<p dir="auto">returns</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/a3f028bf6c346ea07d2ad5c1724654a3e568e3a4ccbab7d40cbb25dca3974037/68747470733a2f2f646f63732e73636970792e6f72672f646f632f73636970792f5f696d616765732f73636970792d73746174732d72765f64697363726574652d315f30305f30302e706e67"><img src="https://camo.githubusercontent.com/a3f028bf6c346ea07d2ad5c1724654a3e568e3a4ccbab7d40cbb25dca3974037/68747470733a2f2f646f63732e73636970792e6f72672f646f632f73636970792f5f696d616765732f73636970792d73746174732d72765f64697363726574652d315f30305f30302e706e67" alt="" data-canonical-src="https://docs.scipy.org/doc/scipy/_images/scipy-stats-rv_discrete-1_00_00.png" style="max-width: 100%;"></a></p>
<p dir="auto">but if I change to <code class="notranslate">xk = np.linspace(1., 6.9, 7)</code> I get:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/6054951/109506871-e61b1500-7a7c-11eb-9eae-7279f56399f5.png"><img src="https://user-images.githubusercontent.com/6054951/109506871-e61b1500-7a7c-11eb-9eae-7279f56399f5.png" alt="Captura de pantalla de 2021-03-01 10-52-59" style="max-width: 100%;"></a></p>
<p dir="auto">This is a user error with a silent fail. There should be a validation or at least a warning shown.</p>
<h4 dir="auto">Scipy/Numpy/Python version information:</h4>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="1.6.1 1.19.2 sys.version_info(major=3, minor=8, micro=8, releaselevel='final', serial=0)"><pre class="notranslate"><code class="notranslate">1.6.1 1.19.2 sys.version_info(major=3, minor=8, micro=8, releaselevel='final', serial=0)
</code></pre></div> | <p dir="auto"><code class="notranslate">TestHausdorff.test_symmetry</code> and a number of other <code class="notranslate">directed_hausdorff</code> tests triggered the check for unknown objects we just put into <code class="notranslate">RandomState.shuffle</code> (see <a href="https://github.com/scipy/scipy/pull/13463/checks?check_run_id=1799089671">here</a>):</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="mtrand.pyx:4478: in numpy.random.mtrand.RandomState.shuffle
???
E UserWarning: `x` isn't a recognized object; `shuffle` is not guaranteed to behave correctly.
E.g., non-numpy array/tensor objects with view semantics may contain duplicates after shuffling."><pre class="notranslate"><code class="notranslate">mtrand.pyx:4478: in numpy.random.mtrand.RandomState.shuffle
???
E UserWarning: `x` isn't a recognized object; `shuffle` is not guaranteed to behave correctly.
E.g., non-numpy array/tensor objects with view semantics may contain duplicates after shuffling.
</code></pre></div> | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Steps to Reproduce (i don't know if bugs)</h2>
<ol dir="auto">
<li>Upgrade to version 5 of next</li>
<li>In dev mode the terminal tells me the 404 error of the js source map</li>
<li>Keep running my application, but the message bothers me, I do not know if it's ok</li>
</ol>
<h2 dir="auto">Context</h2>
<p dir="auto">My big mental problem, is not knowing if this is a normal behavior or I have something wrong with my next application configuration or in the browser.<br>
Terminal:</p>
<p dir="auto">DONE Compiled successfully in 3408ms<br>
"GET /_next/-/manifest.js.map HTTP/1.1" 404 Chrome/63.0.3239.132 Safari/537.36<br>
"GET /_next/-/commons.js.map HTTP/1.1" 404 Chrome/63.0.3239.132 Safari/537.36<br>
"GET /_next/-/main.js.map HTTP/1.1" 404 Chrome/63.0.3239.132 Safari/537.36</p>
<h2 dir="auto">Your Environment</h2>
<table role="table">
<thead>
<tr>
<th>Tech</th>
<th>Version</th>
</tr>
</thead>
<tbody>
<tr>
<td>next</td>
<td>v5.0.0</td>
</tr>
<tr>
<td>node</td>
<td>v8.9.4</td>
</tr>
<tr>
<td>OS</td>
<td>macos sierra</td>
</tr>
<tr>
<td>browser</td>
<td>google chrome</td>
</tr>
</tbody>
</table> | <h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">Hello, I'm getting this error trying run <strong>yarn build</strong>. I want to deploy to now.sh my ssr app with firebase and antd. I tried <strong>npm i && npm rebuild && npm run build</strong> but it didn't work.</p>
<p dir="auto">Solutions to another issues have not working.</p>
<blockquote>
<p dir="auto">gitpod /workspace/shopping $ yarn build<br>
yarn run v1.16.0<br>
warning package.json: No license field<br>
$ next build<br>
Creating an optimized production build ...</p>
<p dir="auto">Using external babel configuration<br>
Location: "/workspace/shopping/.babelrc"<br>
Compiled with warnings.</p>
<p dir="auto">./node_modules/bytebuffer/dist/bytebuffer-node.js<br>
Module not found: Can't resolve 'memcpy' in '/workspace/shopping/node_modules/bytebuffer/dist'</p>
<p dir="auto">Build error occurred<br>
{ Error: The gRPC binary module was not installed. This may be fixed by running "npm rebuild"<br>
Original error: Cannot find module './assets/src/node/extension_binary/node-v64-linux-x64-glibc/grpc_node.node'<br>
at Object.L/Cg (/workspace/shopping/.next/serverless/pages/index.js:48582:17)<br>
at <strong>webpack_require</strong> (/workspace/shopping/.next/serverless/pages/index.js:23:31)<br>
at Object.7noQ (/workspace/shopping/.next/serverless/pages/index.js:7759:12)<br>
at <strong>webpack_require</strong> (/workspace/shopping/.next/serverless/pages/index.js:23:31)<br>
at Object.cJE4 (/workspace/shopping/.next/serverless/pages/index.js:62556:27)<br>
at <strong>webpack_require</strong> (/workspace/shopping/.next/serverless/pages/index.js:23:31)<br>
at Object.z77n (/workspace/shopping/.next/serverless/pages/index.js:75069:14)<br>
at <strong>webpack_require</strong> (/workspace/shopping/.next/serverless/pages/index.js:23:31)<br>
at Object.BYZf (/workspace/shopping/.next/serverless/pages/index.js:12181:12)<br>
at <strong>webpack_require</strong> (/workspace/shopping/.next/serverless/pages/index.js:23:31) code: 'MODULE_NOT_FOUND' }<br>
error Command failed with exit code 1.<br>
info Visit <a href="https://yarnpkg.com/en/docs/cli/run" rel="nofollow">https://yarnpkg.com/en/docs/cli/run</a> for documentation about this command.</p>
</blockquote>
<h2 dir="auto">To Reproduce</h2>
<p dir="auto">Steps to reproduce the behavior, please provide code snippets or a repository:</p>
<ol dir="auto">
<li>Clone this <a href="https://github.com/skaptox/grpc-issue">repo</a></li>
<li>yarn && yarn build</li>
<li>See error</li>
</ol>
<h2 dir="auto">System information</h2>
<ul dir="auto">
<li>OS: [e.g. Linux]</li>
<li>Version of Next.js: 9.0.0</li>
<li>Node v10.15.3</li>
</ul> | 0 |
<p dir="auto"><em>Please make sure that this is a bug. As per our <a href="https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md">GitHub Policy</a>, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template</em></p>
<p dir="auto"><strong>System information</strong></p>
<ul dir="auto">
<li>Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes</li>
<li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Mac</li>
<li>Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: None</li>
<li>TensorFlow installed from (source or binary): binary</li>
<li>TensorFlow version (use command below):</li>
<li>Python version: 2.0 alpha</li>
<li>Bazel version (if compiling from source): None</li>
<li>GCC/Compiler version (if compiling from source): None</li>
<li>CUDA/cuDNN version: None</li>
<li>GPU model and memory: None</li>
</ul>
<p dir="auto">The order of input data is changed.<br>
For example:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="inputs = {'A': [1,2,3,4], 'B':[7,8,9,10]}
A = fc.sequence_numeric_column('A')
B = fc.sequence_numeric_column('B')
columns = [A,B]
seq_feature_layer = keras.experimental.SequenceFeatures(columns)
seq_input, seq_len = seq_feature_layer(inputs)"><pre class="notranslate"><code class="notranslate">inputs = {'A': [1,2,3,4], 'B':[7,8,9,10]}
A = fc.sequence_numeric_column('A')
B = fc.sequence_numeric_column('B')
columns = [A,B]
seq_feature_layer = keras.experimental.SequenceFeatures(columns)
seq_input, seq_len = seq_feature_layer(inputs)
</code></pre></div>
<p dir="auto">And It prints like</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="print(seq_input)
> [[7, 1], [8, 2], [9, 3], [10,4]]"><pre class="notranslate"><code class="notranslate">print(seq_input)
> [[7, 1], [8, 2], [9, 3], [10,4]]
</code></pre></div> | <p dir="auto">This bug seems to exist in all versions of TensorFlow from (at least) <code class="notranslate">1.13</code> to the current <code class="notranslate">2.0</code> nightly under multiple configurations (host os, gpu, python versions...) with CUDA 10.0.</p>
<p dir="auto">It can be reproduced fairly easily:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="with tf.device('gpu:0'):
v = tf.ones((2**17, 1, 1), dtype=tf.float32)
print(tf.reduce_sum(tf.matmul(v, v)))"><pre class="notranslate"><span class="pl-k">with</span> <span class="pl-s1">tf</span>.<span class="pl-en">device</span>(<span class="pl-s">'gpu:0'</span>):
<span class="pl-s1">v</span> <span class="pl-c1">=</span> <span class="pl-s1">tf</span>.<span class="pl-en">ones</span>((<span class="pl-c1">2</span><span class="pl-c1">**</span><span class="pl-c1">17</span>, <span class="pl-c1">1</span>, <span class="pl-c1">1</span>), <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s1">tf</span>.<span class="pl-s1">float32</span>)
<span class="pl-en">print</span>(<span class="pl-s1">tf</span>.<span class="pl-en">reduce_sum</span>(<span class="pl-s1">tf</span>.<span class="pl-en">matmul</span>(<span class="pl-s1">v</span>, <span class="pl-s1">v</span>)))</pre></div>
<p dir="auto">This prints <code class="notranslate">65535.0</code> instead of <code class="notranslate">131072.0</code> (stemming from the output values at indices <code class="notranslate">>= 2**16</code> being <code class="notranslate">0</code>)</p>
<p dir="auto">Colab: <a href="https://colab.research.google.com/drive/1CZiKKWkI96SAVRJ5kMkT5kmMunipJhdx" rel="nofollow">https://colab.research.google.com/drive/1CZiKKWkI96SAVRJ5kMkT5kmMunipJhdx</a></p>
<p dir="auto">Some observations:</p>
<ul dir="auto">
<li>This occurs for batch dimensions greater than or equal to 2<sup>16</sup>.</li>
<li>This only occurs on the GPU. The CPU version seems fine.</li>
<li>This only occurs for FP32. FP64 seems fine.</li>
<li>In TensorFlow 2.0, the bug only manifests on the first run (as shown in the colab example). Subsequent runs produce the correct result.</li>
</ul> | 0 |
<p dir="auto">The example file:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="包名,模块名,引入,名,简体,类型
Base,Base,否,-,#,符号
Base,Base,否,!,#,符号
Base,#,否,!=,#,符号
Base,Base,否,!==,#,符号
Base,Base,否,$,#,符号
Base,Base,否,%,#,符号
#,Base,否,&,#,符号
Base,Base,否,*,,符号
Base,Base,否,.-,#,符号"><pre lang="csv" class="notranslate"><code class="notranslate">包名,模块名,引入,名,简体,类型
Base,Base,否,-,#,符号
Base,Base,否,!,#,符号
Base,#,否,!=,#,符号
Base,Base,否,!==,#,符号
Base,Base,否,$,#,符号
Base,Base,否,%,#,符号
#,Base,否,&,#,符号
Base,Base,否,*,,符号
Base,Base,否,.-,#,符号
</code></pre></div>
<p dir="auto">The result in Julia 0.4</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> readcsv("Base.csv")
9x6 Array{Any,2}:
"包名" "模块名" "引入" "名" "简体" "类型"
"Base" "Base" "否" "-" "" ""
"Base" "Base" "否" "!" "" ""
"Base" "" "" "" "" ""
"Base" "Base" "否" "!==" "" ""
"Base" "Base" "否" "\$" "" ""
"Base" "Base" "否" "%" "" ""
"Base" "Base" "否" "*" "" "符号"
"Base" "Base" "否" ".-" "" """><pre class="notranslate"><code class="notranslate">julia> readcsv("Base.csv")
9x6 Array{Any,2}:
"包名" "模块名" "引入" "名" "简体" "类型"
"Base" "Base" "否" "-" "" ""
"Base" "Base" "否" "!" "" ""
"Base" "" "" "" "" ""
"Base" "Base" "否" "!==" "" ""
"Base" "Base" "否" "\$" "" ""
"Base" "Base" "否" "%" "" ""
"Base" "Base" "否" "*" "" "符号"
"Base" "Base" "否" ".-" "" ""
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Julia Version 0.4.0-dev+2304
Commit 8cea71e (2014-12-29 02:07 UTC)
Platform Info:
System: Windows (i686-w64-mingw32)
CPU: Intel(R) Core(TM) i7-3517U CPU @ 1.90GHz
WORD_SIZE: 32
BLAS: libopenblas (DYNAMIC_ARCH NO_AFFINITY Nehalem)
LAPACK: libopenblas
LIBM: libopenlibm
LLVM: libLLVM-3.3"><pre class="notranslate"><code class="notranslate">Julia Version 0.4.0-dev+2304
Commit 8cea71e (2014-12-29 02:07 UTC)
Platform Info:
System: Windows (i686-w64-mingw32)
CPU: Intel(R) Core(TM) i7-3517U CPU @ 1.90GHz
WORD_SIZE: 32
BLAS: libopenblas (DYNAMIC_ARCH NO_AFFINITY Nehalem)
LAPACK: libopenblas
LIBM: libopenlibm
LLVM: libLLVM-3.3
</code></pre></div>
<p dir="auto">And There are some problems on my Windows box when I copy the texts from console. Some texts will be duplicated, Here is the origin paste result:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> readcsv("Base.csv")
9x6 Array{Any,2}:
"包包名名" "模模块块名名" "引引入入" "名名" "简简体体" "类类型型"
"Base" "Base" "否否" "-" "" ""
"Base" "Base" "否否" "!" "" ""
"Base" "" "" "" "" ""
"Base" "Base" "否否" "!==" "" ""
"Base" "Base" "否否" "\$" "" ""
"Base" "Base" "否否" "%" "" ""
"Base" "Base" "否否" "*" "" "符符号号"
"Base" "Base" "否否" ".-" "" """><pre class="notranslate"><code class="notranslate">julia> readcsv("Base.csv")
9x6 Array{Any,2}:
"包包名名" "模模块块名名" "引引入入" "名名" "简简体体" "类类型型"
"Base" "Base" "否否" "-" "" ""
"Base" "Base" "否否" "!" "" ""
"Base" "" "" "" "" ""
"Base" "Base" "否否" "!==" "" ""
"Base" "Base" "否否" "\$" "" ""
"Base" "Base" "否否" "%" "" ""
"Base" "Base" "否否" "*" "" "符符号号"
"Base" "Base" "否否" ".-" "" ""
</code></pre></div>
<p dir="auto">I also try this on JuliaBox</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Out[1]:
9x6 Array{Any,2}:
"\u5305\u540d" "\u6a21\u5757\u540d" … "\u7b80\u4f53" "\u7c7b\u578b"
"Base" "Base" "" ""
"Base" "Base" "" ""
"Base" "" "" ""
"Base" "Base" "" ""
"Base" "Base" … "" ""
"Base" "Base" "" ""
"Base" "Base" "" "\u7b26\u53f7"
"Base" "Base" "" "" "><pre class="notranslate"><code class="notranslate">Out[1]:
9x6 Array{Any,2}:
"\u5305\u540d" "\u6a21\u5757\u540d" … "\u7b80\u4f53" "\u7c7b\u578b"
"Base" "Base" "" ""
"Base" "Base" "" ""
"Base" "" "" ""
"Base" "Base" "" ""
"Base" "Base" … "" ""
"Base" "Base" "" ""
"Base" "Base" "" "\u7b26\u53f7"
"Base" "Base" "" ""
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Julia Version 0.3.3
Commit 21d5433* (2014-10-21 20:18 UTC)
Platform Info:
System: Linux (x86_64-linux-gnu)
CPU: Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz
WORD_SIZE: 64
BLAS: libblas.so.3
LAPACK: liblapack.so.3
LIBM: libopenlibm
LLVM: libLLVM-3.3"><pre class="notranslate"><code class="notranslate">Julia Version 0.3.3
Commit 21d5433* (2014-10-21 20:18 UTC)
Platform Info:
System: Linux (x86_64-linux-gnu)
CPU: Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz
WORD_SIZE: 64
BLAS: libblas.so.3
LAPACK: liblapack.so.3
LIBM: libopenlibm
LLVM: libLLVM-3.3
</code></pre></div>
<p dir="auto">I read the source code of <code class="notranslate">readcsv</code>, it might be some problem with <code class="notranslate">readdlm</code>.</p> | <p dir="auto">Working on <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="138424377" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issues/15354" data-hovercard-type="pull_request" data-hovercard-url="/JuliaLang/julia/pull/15354/hovercard" href="https://github.com/JuliaLang/julia/pull/15354">#15354</a> I realized that</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="A = rand(10, 10)
sA = sub(A, 1:10, 1:10)
sA'"><pre class="notranslate">A <span class="pl-k">=</span> <span class="pl-c1">rand</span>(<span class="pl-c1">10</span>, <span class="pl-c1">10</span>)
sA <span class="pl-k">=</span> <span class="pl-c1">sub</span>(A, <span class="pl-c1">1</span><span class="pl-k">:</span><span class="pl-c1">10</span>, <span class="pl-c1">1</span><span class="pl-k">:</span><span class="pl-c1">10</span>)
sA<span class="pl-k">'</span></pre></div>
<p dir="auto">works, but</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="As = sprand(10, 10, 0.3)
sAs = sub(As, 1:10, 1:10)
sAs'"><pre class="notranslate">As <span class="pl-k">=</span> <span class="pl-c1">sprand</span>(<span class="pl-c1">10</span>, <span class="pl-c1">10</span>, <span class="pl-c1">0.3</span>)
sAs <span class="pl-k">=</span> <span class="pl-c1">sub</span>(As, <span class="pl-c1">1</span><span class="pl-k">:</span><span class="pl-c1">10</span>, <span class="pl-c1">1</span><span class="pl-k">:</span><span class="pl-c1">10</span>)
sAs<span class="pl-k">'</span></pre></div>
<p dir="auto">does not. I would love to fix it, but I am wondering what the preferred way would be. Should I add a method in <code class="notranslate">linalg/abstractsparse.jl</code>, or?</p>
<p dir="auto">Of course <code class="notranslate">A'</code> and <code class="notranslate">As'</code> works, but <code class="notranslate">sA'</code> seems to be redirected to the correct <code class="notranslate">ctranspose</code>, while <code class="notranslate">sAs'</code> does not get dispatched to the sparse method.</p>
<p dir="auto">Edit: So I just realized that this goes for all matrix operations on subs of sparse matrices. Is this intentional? <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/andreasnoack/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/andreasnoack">@andreasnoack</a></p> | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/apache/dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h3 dir="auto">Environment</h3>
<ul dir="auto">
<li>Dubbo version: 2.7.1</li>
<li>Operating System version: mac osx</li>
<li>Java version: 1.8</li>
</ul>
<h3 dir="auto">Steps to reproduce this issue</h3>
<p dir="auto">I am using the newest dubbo and nacos,but when register to the nacos the service only show in the [public] namespace,even if I assign the namesapce name.</p>
<p dir="auto">Will dubbo support this feature ? Nacos >= 0.8.0 has supported the namespace params.</p>
<p dir="auto">Thank you</p> | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have checked the <a href="https://github.com/apache/dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h3 dir="auto">Environment</h3>
<ul dir="auto">
<li>Dubbo version: 2.7.8</li>
<li>Operating System version: MacOS</li>
<li>Java version: 1.8</li>
</ul>
<p dir="auto">dubbo HeaderExchangeChannel source code.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="public void close() {
try {
// graceful close
DefaultFuture.closeChannel(channel);
channel.close();
} catch (Throwable e) {
logger.warn(e.getMessage(), e);
}
}"><pre class="notranslate"><code class="notranslate">public void close() {
try {
// graceful close
DefaultFuture.closeChannel(channel);
channel.close();
} catch (Throwable e) {
logger.warn(e.getMessage(), e);
}
}
</code></pre></div>
<p dir="auto">I understand that if closed field is added to this class as the state control of the channel, it should be added to each of its methods. For example, the close method should be modified to</p>
<p dir="auto">public void close() {<br>
if (closed) {<br>
return;<br>
}<br>
closed = true;<br>
try {<br>
// graceful close<br>
DefaultFuture.closeChannel(channel);<br>
channel.close();<br>
} catch (Throwable e) {<br>
logger.warn(e.getMessage(), e);<br>
}<br>
}</p>
<p dir="auto">But if you don't do state control in the class, why not directly let HeaderExchangeChannel inherit the AbstractPeer class?</p> | 0 |
<p dir="auto">In the React context, when building an app I'm used to the concept of containers and components. It appears to me that "pages" are somewhat equivalent to containers within next.js.</p>
<p dir="auto">Is there a recommended way to add an application layout container such that I could specify for example global <code class="notranslate"><Header/></code> and <code class="notranslate"><Footer/></code> components with the router determining which content to display within (the page)? Similar to how the popular <code class="notranslate">react-router</code> package <code class="notranslate">match</code> function can be configured on the server.</p>
<p dir="auto">Using the next.js default router and pages folder as is, to achieve this do I have no option but to duplicate <code class="notranslate"><Header/></code> and <code class="notranslate"><Footer/></code> across all pages?</p> | <p dir="auto">Hi,</p>
<p dir="auto">I've been seeing deployment errors with my Next.js project using Now. My project runs as expected on my own device and when I try to deploy I get several build errors, I suspect it has something to do with my build scripts. The project with previous deployments had worked just fine before, I recently added dynamic importing of some components. Maybe this has something to do with how the Now servers are building the deployment. Thanks for taking a look!</p>
<ul dir="auto">
<li>[x ] I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Expected Behavior</h2>
<p dir="auto">Just trying to deploy to now.</p>
<h2 dir="auto">Current Behavior</h2>
<p dir="auto">`</p>
<blockquote>
<p dir="auto">sh: next: not found<br>
npm ERR! file sh<br>
npm ERR! code ELIFECYCLE<br>
npm ERR! errno ENOENT<br>
npm ERR! syscall spawn<br>
npm ERR! [email protected] build: <code class="notranslate">next build</code><br>
npm ERR! spawn ENOENT<br>
npm ERR!<br>
npm ERR! Failed at the [email protected] build script.<br>
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.<br>
npm ERR! A complete log of this run can be found in:<br>
npm ERR! /home/nowuser/.npm/_logs/2017-08-17T19_26_59_314Z-debug.log<br>
`</p>
</blockquote>
<h2 dir="auto">Steps to Reproduce (for bugs)</h2>
<ol dir="auto">
<li>download this repo: <a href="https://github.com/jay-manday/jm-site-react/tree/responsive-p5">https://github.com/jay-manday/jm-site-react/tree/responsive-p5</a></li>
<li><code class="notranslate">git checkout responsive-p5</code></li>
<li>yarn</li>
<li>now deploy</li>
</ol>
<h2 dir="auto">Context</h2>
<h2 dir="auto">Your Environment</h2>
<table role="table">
<thead>
<tr>
<th>Tech</th>
<th>Version</th>
</tr>
</thead>
<tbody>
<tr>
<td>next</td>
<td>latest</td>
</tr>
<tr>
<td>node</td>
<td>8.0.0</td>
</tr>
<tr>
<td>OS</td>
<td>Mac OSX 10.12.5</td>
</tr>
<tr>
<td>browser</td>
<td>Chrome</td>
</tr>
<tr>
<td>etc</td>
<td></td>
</tr>
</tbody>
</table> | 0 |
<p dir="auto">A very handy feature in Notepad++: one can just open a new editing tab, or multiple ones, cut and paste stuff, or scribble a few notes.<br>
Upon closing the application or shutting down the computer, instead of the usual "Do you want to save/not save/cancel" (as vsCode does), all those unsaved and unnamed files are simply saved to a temp location by the app, and restored in the same state upon next start.</p>
<p dir="auto">Rgds</p> | <p dir="auto">Mac OSX 10.10.5 Yosemite, VS Code 0.10.1</p>
<p dir="auto">Modern apps have a convention of not losing changes when the application quits and files haven't been explicitly saved. Sublime Text is particularly nice in this regard, where newly created or unsaved files are silently preserved on quit and restored when it is launched again. This would be nice for VS Code to support as well.</p>
<p dir="auto"><strong>To Reproduce</strong></p>
<ol dir="auto">
<li>Make changes to a file, or create a brand new unsaved file</li>
<li>Quit VS Code</li>
</ol>
<p dir="auto"><strong>Desired Behavior</strong></p>
<p dir="auto">VS Code immediately quits with no prompt. After relaunching the changed file is restored with changes intact and an unsaved indicator.</p>
<p dir="auto"><strong>Actual Behavior</strong></p>
<p dir="auto">VS Code prompts you to save the file or discard your changes.</p> | 1 |
<h3 dir="auto">Version</h3>
<p dir="auto">2.6.10</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://jsfiddle.net/zhoulu_hp/x2ab4cug/1/" rel="nofollow">https://jsfiddle.net/zhoulu_hp/x2ab4cug/1/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<ol dir="auto">
<li>Open the link in IE browser: <a href="https://jsfiddle.net/zhoulu_hp/x2ab4cug/1/" rel="nofollow">https://jsfiddle.net/zhoulu_hp/x2ab4cug/1/</a>;</li>
<li>Refresh the page more than twice,you will see the page shows a alert dialog. Because input event is trigger. but the code is normal in chrome browser.</li>
</ol>
<h3 dir="auto">What is expected?</h3>
<p dir="auto">the input event should not be trigger in IE.</p>
<h3 dir="auto">What is actually happening?</h3>
<p dir="auto">input event is trigger inexplicably In IE</p> | <p dir="auto">Both of the following work in Vue 1:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<a href="{{ 'something' | linkHandler }}">link</a>
<a :href="'something' | linkHandler">link</a>"><pre class="notranslate"><span class="pl-c1"><</span><span class="pl-ent">a</span> <span class="pl-c1">href</span><span class="pl-c1">=</span><span class="pl-s">"{{ 'something' | linkHandler }}"</span><span class="pl-c1">></span>link<span class="pl-c1"><</span><span class="pl-c1">/</span><span class="pl-ent">a</span><span class="pl-c1">></span>
<span class="pl-c1"><</span><span class="pl-s1">a</span> :<span class="pl-s1">href</span><span class="pl-c1">=</span><span class="pl-s">"'something' | linkHandler"</span><span class="pl-c1">></span><span class="pl-s1">link</span><span class="pl-c1"><</span><span class="pl-c1">/</span>a></pre></div>
<p dir="auto">Neither of them work in Vue 2.0, because you can only use filters inside interpolations, and you can't use interpolations as attributes anymore.</p>
<p dir="auto">Any way around this?</p> | 0 |
<p dir="auto">Despite having turned on "Move newly created windows to their last know zone", ever since 0.19 and still in 0.19.1 when a new PDF document opens, fancy zones will not snap the pdf to the same zone. When the new document is opened in a new tab within Acrobat reader, Acrobat moves to a new location and shrinks to what I assume is Acrobat's default positioning / size for new documents.<br>
Other details:</p>
<ul dir="auto">
<li>Will snap to last known zone on the same monitor of the Windows Explorer window where the document is being opened, but only when opening a whole new instance of Acrobat. When snapping to the zone in this case, it quickly flashes in the other on the before moving to the new second monitor and zone.</li>
<li>If Acrobat is open and the new document is opened in a new tab, it relocates Acrobat to the window, size and location that I can only guess is Acrobat's default setting, even if that is on a different monitor.</li>
<li>Issue persists if Acrobat settings changed to open each document in a new window (turn off tabs). The first instance opens in the last known zone in the same monitor as Window Explorer. The second and subsequent instances opens in the same monitor, but with the smaller size and location as described above (not snapped to the zone).</li>
<li>Zone behavior settings attached.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/65986687/87237625-705b1f80-c3ad-11ea-813b-a62c0a0f8e52.png"><img src="https://user-images.githubusercontent.com/65986687/87237625-705b1f80-c3ad-11ea-813b-a62c0a0f8e52.png" alt="Zone Behavior settings" style="max-width: 100%;"></a></li>
</ul> | <p dir="auto">Make zones available to conference apps such as Teams for screen sharing.</p>
<p dir="auto">Full screen sharing doesn't work very well if you are using an ultra widescreen monitor, and as teams has no partial screen sharing option it would be useful to have a zone shared so that you don't have to keep changing the app your sharing.</p>
<hr>
<p dir="auto">If you'd like to see this feature implemented, add a <g-emoji class="g-emoji" alias="+1" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f44d.png">👍</g-emoji> reaction to this post.</p> | 0 |
<p dir="auto">The responsive utility class .visible-* assumes that we always want display:block to reenable displaying of the given element. It would be nice if in the case that we used this class on an inline element it produced a display:inline style.</p>
<p dir="auto">Adjustments are offered in the case that the tag is table related, but not a span (which really should be inline). Perhaps other inline elements could be considered also? <a href="https://developer.mozilla.org/en-US/docs/HTML/Inline_elements" rel="nofollow">https://developer.mozilla.org/en-US/docs/HTML/Inline_elements</a></p>
<p dir="auto">A span rule could be added to the .responsive-visibility() mixin in mixins.less</p>
<p dir="auto">.responsive-visibility() {<br>
display: block !important;<br>
table& { display: table; }<br>
tr& { display: table-row !important; }<br>
th&,<br>
td& { display: table-cell !important; }<br>
span& { display: inline !important; }<br>
}</p> | <p dir="auto">related to issues <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="16856611" data-permission-text="Title is private" data-url="https://github.com/twbs/bootstrap/issues/8500" data-hovercard-type="pull_request" data-hovercard-url="/twbs/bootstrap/pull/8500/hovercard" href="https://github.com/twbs/bootstrap/pull/8500">#8500</a> , <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="14075731" data-permission-text="Title is private" data-url="https://github.com/twbs/bootstrap/issues/7808" data-hovercard-type="issue" data-hovercard-url="/twbs/bootstrap/issues/7808/hovercard" href="https://github.com/twbs/bootstrap/issues/7808">#7808</a> , <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="6609454" data-permission-text="Title is private" data-url="https://github.com/twbs/bootstrap/issues/4929" data-hovercard-type="issue" data-hovercard-url="/twbs/bootstrap/issues/4929/hovercard" href="https://github.com/twbs/bootstrap/issues/4929">#4929</a> ; using <code class="notranslate">.hidden-sm</code> to hide span within <code class="notranslate">.nav > li > a</code> . Because class is <code class="notranslate">display: block</code> above -sm then text wraps to new line. Would you consider <code class="notranslate">.hidden-*</code> classes to be <code class="notranslate">display: inline-block</code> instead ?</p>
<p dir="auto">Here's a jsfiddle of the two cases - but the repercussions could be greater outside of this situation so probably needs more consideration... <a href="http://jsfiddle.net/jholl/P86yf/" rel="nofollow">http://jsfiddle.net/jholl/P86yf/</a></p> | 1 |
<p dir="auto"><strong>Describe the bug</strong><br>
After upgrading three to r123 on a working project, that was before using r119, three cannot find some Camera's anymore. Strangely enough it can find some cameras, but not others. It doesn't seem to be related to ortographic vs perspective. It looks like the problem arrises only with nested camera's, so cameras within other 3D objects. But I'm not completely sure yet.</p>
<p dir="auto">I've read all migration guides from r119 -> r120 up to the last one, but cannot find anything in there that should cause this IMO.</p>
<p dir="auto">I'm still debuging, but so far this seems to be the issue: <code class="notranslate">getObjectByName()</code> can find some camera's, but others return <code class="notranslate">undefined</code> so cannot be found in the scene loaded by gltf. Before this was working fine, the only thing I needed to do before was traverse this object, because for some reason camera's are wrapped inside some object in gltf. But now even the wrapper object cannot be found. It is still in the gltf or glb though, nothing changed to the data.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const cameraWrap = scene.getObjectByName(camName);"><pre class="notranslate"><code class="notranslate">const cameraWrap = scene.getObjectByName(camName);
</code></pre></div>
<p dir="auto">I keep you informed if I know more when exactly this happens. But for now please let me know if something has changed that could cause this that I should be aware of! Thanks</p>
<p dir="auto"><strong>To Reproduce</strong></p>
<p dir="auto">Steps to reproduce the behavior:</p>
<ol dir="auto">
<li>Create a scene with objects and camera's in blender (probably the problem occurs when cameras are nested (and nested) within 3D objects, but not sure yet)</li>
<li>Use the blender gltf or glb export to export to gltf or glb</li>
<li>Import the gltf or glb in three to get the scene</li>
<li>Try to get the cameras by using <code class="notranslate">scene.getObjectByName(camName)</code></li>
</ol>
<p dir="auto"><em><strong>Code</strong></em></p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="scene.getObjectByName(camName)"><pre class="notranslate"><span class="pl-s1">scene</span><span class="pl-kos">.</span><span class="pl-en">getObjectByName</span><span class="pl-kos">(</span><span class="pl-s1">camName</span><span class="pl-kos">)</span></pre></div>
<p dir="auto"><strong>Expected behavior</strong></p>
<p dir="auto">Nothing changed in three version according to the migration guide around cameras or objects AFAIK, so I would expect this to still work in r123.</p>
<p dir="auto"><strong>Platform:</strong></p>
<ul dir="auto">
<li>Device: Desktop/Mobile</li>
<li>OS: Windows</li>
<li>Browser: Edge Chromium</li>
<li>Three.js version: r123</li>
</ul> | <h5 dir="auto">Description of the problem</h5>
<p dir="auto">I use a tool called OarConv which produces collada files with multiple <code class="notranslate"><polylist></code> elements in one <code class="notranslate"><mesh></code> refering to the same material. This works in colladaloader but in colladaloader2 there seems to be a design flaw that the return value of buildGeometry() is a group which is a map indexed by the material name and which contains just one THREE.Mesh (or similar) object per material name, so when the function runs it overwrites the preceeding 's representation with the succeding one.</p>
<p dir="auto">I am not totally convinced that this Collada is within the specification but it seems logical that you can have multiple s with the same material and these colladas load in blender and 3ds max and unity.</p>
<p dir="auto">As this is an architectural level issue I don't see a possibility for me to fix it, there is no easy patch that can be done. I was thinking about uniquifying the material name and duplicating the definition but that was too much of a hack for me to bear...</p>
<p dir="auto"><a href="https://github.com/mrdoob/three.js/files/535814/oar_house.txt">oar_house.txt</a></p>
<p dir="auto">Attached .txt file is actually a dae file.</p>
<h5 dir="auto">Three.js version</h5>
<ul class="contains-task-list">
<li>[x ] Dev (also tried r74 but the code looks the same)</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> r81</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> ...</li>
</ul>
<h5 dir="auto">Browser</h5>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> All of them (obviously)</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Chrome</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Firefox</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Internet Explorer</li>
</ul>
<h5 dir="auto">OS</h5>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> All of them</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Windows</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Linux</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Android</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> IOS</li>
</ul>
<h5 dir="auto">Hardware Requirements (graphics card, VR Device, ...)</h5> | 0 |
<p dir="auto">This issue was experienced on Linux with the following version info and is related to issue <a href="https://github.com/JuliaLang/julia/issues/25884" data-hovercard-type="issue" data-hovercard-url="/JuliaLang/julia/issues/25884/hovercard">#25884</a> filed by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Mistguy/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Mistguy">@Mistguy</a> :</p>
<blockquote>
<p dir="auto">Julia Version 1.0.3<br>
Commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/JuliaLang/julia/commit/1b5990863deb37993087888b8dd3ed53236107a7/hovercard" href="https://github.com/JuliaLang/julia/commit/1b5990863deb37993087888b8dd3ed53236107a7"><tt>1b59908</tt></a> (2019-01-15 20:28 UTC)<br>
Platform Info:<br>
OS: Linux (x86_64-unknown-linux-gnu)<br>
CPU: Intel(R) Xeon(R) CPU E5-2690 v2 @ 3.00GHz<br>
WORD_SIZE: 64<br>
LIBM: libopenlibm<br>
LLVM: libLLVM-6.0.0 (ORCJIT, ivybridge)</p>
</blockquote>
<p dir="auto">When a dictionary is created in a function or global space that has a matrix as its value, its memory never gets freed for the Linux OS kernel to use. I tested this in and out of interactive mode with the same effect.<br>
I created the following script to test on different systems and saved it as <code class="notranslate">dictAllocationTest.jl</code> to run it as shown below:</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="using InteractiveUtils
versioninfo()
println()
if isinteractive()
println("Julia running in interactive mode")
else
println("Julia not running in interactive mode")
end
println()
totMem = Int64(Sys.total_memory())
println()
if isempty(ARGS)
println("Testing in global space")
else
println("Testing inside a function")
end
println()
function createTestDict(totMem)
testDict = Dict{Int64, Matrix{Float64}}()
for i in 1:100000
push!(testDict, i => ones(Float64, 100, 100))
end
mem2 = totMem - Int64(Sys.free_memory())
testDict = ()
return mem2
end
mem1 = totMem - Int64(Sys.free_memory())
if isempty(ARGS)
testDict = Dict{Int64, Matrix{Float64}}()
for i in 1:100000
push!(testDict, i => ones(Float64, 100, 100))
end
mem2 = totMem - Int64(Sys.free_memory())
testDict = ()
else
mem2 = createTestDict(totMem)
end
GC.gc()
mem3 = totMem - Int64(Sys.free_memory())
println("Memory added from dictionary is $((mem2 - mem1)/(10^9)) gigabytes")
println("Memory freed from clearing dictionary is $((mem2 - mem3)/(10^9)) gigabytes")
println("Final memory usage is $(100*mem3/mem1) % of the original")
"><pre class="notranslate"><span class="pl-k">using</span> InteractiveUtils
<span class="pl-c1">versioninfo</span>()
<span class="pl-c1">println</span>()
<span class="pl-k">if</span> <span class="pl-c1">isinteractive</span>()
<span class="pl-c1">println</span>(<span class="pl-s"><span class="pl-pds">"</span>Julia running in interactive mode<span class="pl-pds">"</span></span>)
<span class="pl-k">else</span>
<span class="pl-c1">println</span>(<span class="pl-s"><span class="pl-pds">"</span>Julia not running in interactive mode<span class="pl-pds">"</span></span>)
<span class="pl-k">end</span>
<span class="pl-c1">println</span>()
totMem <span class="pl-k">=</span> <span class="pl-c1">Int64</span>(Sys<span class="pl-k">.</span><span class="pl-c1">total_memory</span>())
<span class="pl-c1">println</span>()
<span class="pl-k">if</span> <span class="pl-c1">isempty</span>(<span class="pl-c1">ARGS</span>)
<span class="pl-c1">println</span>(<span class="pl-s"><span class="pl-pds">"</span>Testing in global space<span class="pl-pds">"</span></span>)
<span class="pl-k">else</span>
<span class="pl-c1">println</span>(<span class="pl-s"><span class="pl-pds">"</span>Testing inside a function<span class="pl-pds">"</span></span>)
<span class="pl-k">end</span>
<span class="pl-c1">println</span>()
<span class="pl-k">function</span> <span class="pl-en">createTestDict</span>(totMem)
testDict <span class="pl-k">=</span> <span class="pl-c1">Dict</span><span class="pl-c1">{Int64, Matrix{Float64}}</span>()
<span class="pl-k">for</span> i <span class="pl-k">in</span> <span class="pl-c1">1</span><span class="pl-k">:</span><span class="pl-c1">100000</span>
<span class="pl-c1">push!</span>(testDict, i <span class="pl-k">=></span> <span class="pl-c1">ones</span>(Float64, <span class="pl-c1">100</span>, <span class="pl-c1">100</span>))
<span class="pl-k">end</span>
mem2 <span class="pl-k">=</span> totMem <span class="pl-k">-</span> <span class="pl-c1">Int64</span>(Sys<span class="pl-k">.</span><span class="pl-c1">free_memory</span>())
testDict <span class="pl-k">=</span> ()
<span class="pl-k">return</span> mem2
<span class="pl-k">end</span>
mem1 <span class="pl-k">=</span> totMem <span class="pl-k">-</span> <span class="pl-c1">Int64</span>(Sys<span class="pl-k">.</span><span class="pl-c1">free_memory</span>())
<span class="pl-k">if</span> <span class="pl-c1">isempty</span>(<span class="pl-c1">ARGS</span>)
testDict <span class="pl-k">=</span> <span class="pl-c1">Dict</span><span class="pl-c1">{Int64, Matrix{Float64}}</span>()
<span class="pl-k">for</span> i <span class="pl-k">in</span> <span class="pl-c1">1</span><span class="pl-k">:</span><span class="pl-c1">100000</span>
<span class="pl-c1">push!</span>(testDict, i <span class="pl-k">=></span> <span class="pl-c1">ones</span>(Float64, <span class="pl-c1">100</span>, <span class="pl-c1">100</span>))
<span class="pl-k">end</span>
mem2 <span class="pl-k">=</span> totMem <span class="pl-k">-</span> <span class="pl-c1">Int64</span>(Sys<span class="pl-k">.</span><span class="pl-c1">free_memory</span>())
testDict <span class="pl-k">=</span> ()
<span class="pl-k">else</span>
mem2 <span class="pl-k">=</span> <span class="pl-c1">createTestDict</span>(totMem)
<span class="pl-k">end</span>
GC<span class="pl-k">.</span><span class="pl-c1">gc</span>()
mem3 <span class="pl-k">=</span> totMem <span class="pl-k">-</span> <span class="pl-c1">Int64</span>(Sys<span class="pl-k">.</span><span class="pl-c1">free_memory</span>())
<span class="pl-c1">println</span>(<span class="pl-s"><span class="pl-pds">"</span>Memory added from dictionary is <span class="pl-v">$((mem2 <span class="pl-k">-</span> mem1)<span class="pl-k">/</span>(<span class="pl-c1">10</span><span class="pl-k">^</span><span class="pl-c1">9</span>))</span> gigabytes<span class="pl-pds">"</span></span>)
<span class="pl-c1">println</span>(<span class="pl-s"><span class="pl-pds">"</span>Memory freed from clearing dictionary is <span class="pl-v">$((mem2 <span class="pl-k">-</span> mem3)<span class="pl-k">/</span>(<span class="pl-c1">10</span><span class="pl-k">^</span><span class="pl-c1">9</span>))</span> gigabytes<span class="pl-pds">"</span></span>)
<span class="pl-c1">println</span>(<span class="pl-s"><span class="pl-pds">"</span>Final memory usage is <span class="pl-v">$(<span class="pl-c1">100</span><span class="pl-k">*</span>mem3<span class="pl-k">/</span>mem1)</span> % of the original<span class="pl-pds">"</span></span>)
</pre></div>
<p dir="auto">Here are the results of testing it on linux in the global space:</p>
<div class="highlight highlight-text-shell-session notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="> $julia1 dictAllocationTest.jl
Julia Version 1.0.3
Commit 1b5990863d (2019-01-15 20:28 UTC)
Platform Info:
OS: Linux (x86_64-unknown-linux-gnu)
CPU: Intel(R) Xeon(R) CPU E5-2690 v2 @ 3.00GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, ivybridge)
Julia not running in interactive mode
Testing in global space
Memory added from dictionary is 8.016703488 gigabytes
Memory freed from clearing dictionary is 0.01390592 gigabytes
Final memory usage is 161.5230175061836 % of the original"><pre class="notranslate">> <span class="pl-s1"><span class="pl-smi">$julia1</span> dictAllocationTest.jl</span>
<span class="pl-c1">Julia Version 1.0.3</span>
<span class="pl-c1">Commit 1b5990863d (2019-01-15 20:28 UTC)</span>
<span class="pl-c1">Platform Info:</span>
<span class="pl-c1"> OS: Linux (x86_64-unknown-linux-gnu)</span>
<span class="pl-c1"> CPU: Intel(R) Xeon(R) CPU E5-2690 v2 @ 3.00GHz</span>
<span class="pl-c1"> WORD_SIZE: 64</span>
<span class="pl-c1"> LIBM: libopenlibm</span>
<span class="pl-c1"> LLVM: libLLVM-6.0.0 (ORCJIT, ivybridge)</span>
<span class="pl-c1">Julia not running in interactive mode</span>
<span class="pl-c1">Testing in global space</span>
<span class="pl-c1">Memory added from dictionary is 8.016703488 gigabytes</span>
<span class="pl-c1">Memory freed from clearing dictionary is 0.01390592 gigabytes</span>
<span class="pl-c1">Final memory usage is 161.5230175061836 % of the original</span></pre></div>
<p dir="auto">and in the function space:</p>
<div class="highlight highlight-text-shell-session notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="> $julia1 dictAllocationTest.jl jkl
Julia Version 1.0.3
Commit 1b5990863d (2019-01-15 20:28 UTC)
Platform Info:
OS: Linux (x86_64-unknown-linux-gnu)
CPU: Intel(R) Xeon(R) CPU E5-2690 v2 @ 3.00GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, ivybridge)
Julia not running in interactive mode
Testing inside a function
Memory added from dictionary is 8.023105536 gigabytes
Memory freed from clearing dictionary is 0.0 gigabytes
Final memory usage is 161.65566657769227 % of the original"><pre class="notranslate">> <span class="pl-s1"><span class="pl-smi">$julia1</span> dictAllocationTest.jl jkl</span>
<span class="pl-c1">Julia Version 1.0.3</span>
<span class="pl-c1">Commit 1b5990863d (2019-01-15 20:28 UTC)</span>
<span class="pl-c1">Platform Info:</span>
<span class="pl-c1"> OS: Linux (x86_64-unknown-linux-gnu)</span>
<span class="pl-c1"> CPU: Intel(R) Xeon(R) CPU E5-2690 v2 @ 3.00GHz</span>
<span class="pl-c1"> WORD_SIZE: 64</span>
<span class="pl-c1"> LIBM: libopenlibm</span>
<span class="pl-c1"> LLVM: libLLVM-6.0.0 (ORCJIT, ivybridge)</span>
<span class="pl-c1">Julia not running in interactive mode</span>
<span class="pl-c1">Testing inside a function</span>
<span class="pl-c1">Memory added from dictionary is 8.023105536 gigabytes</span>
<span class="pl-c1">Memory freed from clearing dictionary is 0.0 gigabytes</span>
<span class="pl-c1">Final memory usage is 161.65566657769227 % of the original</span></pre></div>
<p dir="auto">In both cases memory is not freed after calling GC.gc() even after the function call is completed. In contrast when I test this on macOS the results are very different:</p>
<div class="highlight highlight-text-shell-session notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ $julia1 dictAllocationTest.jl
Julia Version 1.0.3
Commit 099e826241 (2018-12-18 01:34 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin14.5.0)
CPU: Intel(R) Xeon(R) CPU E5-1650 v2 @ 3.50GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, ivybridge)
Julia not running in interactive mode
Testing in global space
Memory added from dictionary is 8.097398784 gigabytes
Memory freed from clearing dictionary is 7.736045568 gigabytes
Final memory usage is 100.62443512513228 % of the original"><pre class="notranslate">$ <span class="pl-s1"><span class="pl-smi">$julia1</span> dictAllocationTest.jl</span>
<span class="pl-c1">Julia Version 1.0.3</span>
<span class="pl-c1">Commit 099e826241 (2018-12-18 01:34 UTC)</span>
<span class="pl-c1">Platform Info:</span>
<span class="pl-c1"> OS: macOS (x86_64-apple-darwin14.5.0)</span>
<span class="pl-c1"> CPU: Intel(R) Xeon(R) CPU E5-1650 v2 @ 3.50GHz</span>
<span class="pl-c1"> WORD_SIZE: 64</span>
<span class="pl-c1"> LIBM: libopenlibm</span>
<span class="pl-c1"> LLVM: libLLVM-6.0.0 (ORCJIT, ivybridge)</span>
<span class="pl-c1">Julia not running in interactive mode</span>
<span class="pl-c1">Testing in global space</span>
<span class="pl-c1">Memory added from dictionary is 8.097398784 gigabytes</span>
<span class="pl-c1">Memory freed from clearing dictionary is 7.736045568 gigabytes</span>
<span class="pl-c1">Final memory usage is 100.62443512513228 % of the original</span></pre></div>
<div class="highlight highlight-text-shell-session notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ $julia1 dictAllocationTest.jl jkgf
Julia Version 1.0.3
Commit 099e826241 (2018-12-18 01:34 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin14.5.0)
CPU: Intel(R) Xeon(R) CPU E5-1650 v2 @ 3.50GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, ivybridge)
Julia not running in interactive mode
Testing inside a function
Memory added from dictionary is 8.09453568 gigabytes
Memory freed from clearing dictionary is 7.783051264 gigabytes
Final memory usage is 100.53822059089042 % of the original"><pre class="notranslate">$ <span class="pl-s1"><span class="pl-smi">$julia1</span> dictAllocationTest.jl jkgf</span>
<span class="pl-c1">Julia Version 1.0.3</span>
<span class="pl-c1">Commit 099e826241 (2018-12-18 01:34 UTC)</span>
<span class="pl-c1">Platform Info:</span>
<span class="pl-c1"> OS: macOS (x86_64-apple-darwin14.5.0)</span>
<span class="pl-c1"> CPU: Intel(R) Xeon(R) CPU E5-1650 v2 @ 3.50GHz</span>
<span class="pl-c1"> WORD_SIZE: 64</span>
<span class="pl-c1"> LIBM: libopenlibm</span>
<span class="pl-c1"> LLVM: libLLVM-6.0.0 (ORCJIT, ivybridge)</span>
<span class="pl-c1">Julia not running in interactive mode</span>
<span class="pl-c1">Testing inside a function</span>
<span class="pl-c1">Memory added from dictionary is 8.09453568 gigabytes</span>
<span class="pl-c1">Memory freed from clearing dictionary is 7.783051264 gigabytes</span>
<span class="pl-c1">Final memory usage is 100.53822059089042 % of the original</span></pre></div>
<p dir="auto">On macOS and Windows the memory is freed in both cases. It does seem however that if GC.gc() is called inside the function then memory is not freed until it is called after the function completes as I do in the script. At present I don't know how to free the memory without exiting the Julia session all together.</p> | <p dir="auto">This code takes less than a minute to fill the 64GB of my Linux machine:</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> versioninfo()
Julia Version 1.0.3
Commit 099e826241 (2018-12-18 01:34 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, haswell)
julia> for i in 1:100
@eval function foo()
[fill(1.0, 2_000_000) for _ in 1:100]
nothing
end
@time @eval foo()
# GC.gc() # uncomment this line to fix the issue
end"><pre class="notranslate">julia<span class="pl-k">></span> <span class="pl-c1">versioninfo</span>()
Julia Version <span class="pl-c1">1.0</span>.<span class="pl-c1">3</span>
Commit <span class="pl-c1">099e826241</span> (<span class="pl-c1">2018</span><span class="pl-k">-</span><span class="pl-c1">12</span><span class="pl-k">-</span><span class="pl-c1">18</span> <span class="pl-c1">01</span><span class="pl-k">:</span><span class="pl-c1">34</span> UTC)
Platform Info<span class="pl-k">:</span>
OS<span class="pl-k">:</span> Linux (x86_64<span class="pl-k">-</span>pc<span class="pl-k">-</span>linux<span class="pl-k">-</span>gnu)
CPU<span class="pl-k">:</span> <span class="pl-c1">Intel</span>(R) <span class="pl-c1">Core</span>(TM) i7<span class="pl-k">-</span><span class="pl-c1">5820</span>K CPU @ <span class="pl-c1">3.30</span>GHz
WORD_SIZE<span class="pl-k">:</span> <span class="pl-c1">64</span>
LIBM<span class="pl-k">:</span> libopenlibm
LLVM<span class="pl-k">:</span> libLLVM<span class="pl-k">-</span><span class="pl-c1">6.0</span>.<span class="pl-c1">0</span> (ORCJIT, haswell)
julia<span class="pl-k">></span> <span class="pl-k">for</span> i <span class="pl-k">in</span> <span class="pl-c1">1</span><span class="pl-k">:</span><span class="pl-c1">100</span>
<span class="pl-c1">@eval</span> <span class="pl-k">function</span> <span class="pl-en">foo</span>()
[<span class="pl-c1">fill</span>(<span class="pl-c1">1.0</span>, <span class="pl-c1">2_000_000</span>) <span class="pl-k">for</span> _ <span class="pl-k">in</span> <span class="pl-c1">1</span><span class="pl-k">:</span><span class="pl-c1">100</span>]
<span class="pl-c1">nothing</span>
<span class="pl-k">end</span>
<span class="pl-c1">@time</span> <span class="pl-c1">@eval</span> <span class="pl-c1">foo</span>()
<span class="pl-c"><span class="pl-c">#</span> GC.gc() # uncomment this line to fix the issue</span>
<span class="pl-k">end</span></pre></div>
<p dir="auto">EDIT: simplified code</p> | 1 |
<p dir="auto">Please go to Stack Overflow for help and support:</p>
<p dir="auto"><a href="https://stackoverflow.com/questions/tagged/tensorflow" rel="nofollow">https://stackoverflow.com/questions/tagged/tensorflow</a></p>
<p dir="auto">If you open a GitHub issue, here is our policy:</p>
<ol dir="auto">
<li>It must be a bug, a feature request, or a significant problem with documentation (for small docs fixes please send a PR instead).</li>
<li>The form below must be filled out.</li>
<li>It shouldn't be a TensorBoard issue. Those go <a href="https://github.com/tensorflow/tensorboard/issues">here</a>.</li>
</ol>
<p dir="auto"><strong>Here's why we have that policy</strong>: TensorFlow developers respond to issues. We want to focus on work that benefits the whole community, e.g., fixing bugs and adding features. Support only helps individuals. GitHub also notifies thousands of people when issues are filed. We want them to see you communicating an interesting problem, rather than being redirected to Stack Overflow.</p>
<hr>
<h3 dir="auto">System information</h3>
<ul dir="auto">
<li><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>:</li>
<li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>:</li>
<li><strong>Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device</strong>:</li>
<li><strong>TensorFlow installed from (source or binary)</strong>:</li>
<li><strong>TensorFlow version (use command below)</strong>:</li>
<li><strong>Python version</strong>:</li>
<li><strong>Bazel version (if compiling from source)</strong>:</li>
<li><strong>GCC/Compiler version (if compiling from source)</strong>:</li>
<li><strong>CUDA/cuDNN version</strong>:</li>
<li><strong>GPU model and memory</strong>:</li>
<li><strong>Exact command to reproduce</strong>:</li>
</ul>
<p dir="auto">You can collect some of this information using our environment capture script:</p>
<p dir="auto"><a href="https://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh">https://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh</a></p>
<p dir="auto">You can obtain the TensorFlow version with</p>
<p dir="auto">python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"</p>
<h3 dir="auto">Describe the problem</h3>
<p dir="auto">Describe the problem clearly here. Be sure to convey here why it's a bug in TensorFlow or a feature request.</p>
<h3 dir="auto">Source code / logs</h3>
<p dir="auto">Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached. Try to provide a reproducible test case that is the bare minimum necessary to generate the problem.</p> | <p dir="auto">I have posted 2 stack overflow questions regarding TF Records and (Sequence)Examples.<br>
I even had a bounty on one.<br>
Despite only receiving up-votes. Neither received any support.<br>
Both had an associated Colab document to assist.</p>
<p dir="auto">The questions where</p>
<ol dir="auto">
<li>
<p dir="auto">[Store images as byte strings or per channel?]<a href="https://stackoverflow.com/questions/52035692/tensorflow-v1-10-store-images-as-byte-strings-or-per-channel" rel="nofollow">https://stackoverflow.com/questions/52035692/tensorflow-v1-10-store-images-as-byte-strings-or-per-channel</a>)</p>
</li>
<li>
<p dir="auto"><a href="https://stackoverflow.com/questions/52064866/tensorflow-1-10-tfrecorddataset-recovering-tfrecords" rel="nofollow">Recovering TF Records</a></p>
</li>
</ol>
<p dir="auto">With the corresponding colabs</p>
<p dir="auto"><a href="https://colab.research.google.com/drive/1HUGoXfgxp0A_0eSdaCzutOkFvnYZ-egv" rel="nofollow">Colab 1</a><br>
<a href="https://colab.research.google.com/drive/1M10tbHih5eJ8LiApJSKKpNM79IconYJX" rel="nofollow">Colab 2</a></p>
<p dir="auto">I am creating an issue as I am struggling to see the consistency in the behavior between tf Records, Example, SequenceExample, Feature, Features, FeatureList, FeatureLists, FixLenFeature, FixLenSequenceFeature, and VarLenFeature.</p>
<p dir="auto">In this <a href="https://colab.research.google.com/drive/1M10tbHih5eJ8LiApJSKKpNM79IconYJX" rel="nofollow">Colab</a></p>
<p dir="auto">I survey 10 ways of encoding an array / array of arrays.</p>
<ul dir="auto">
<li>Example: Int64 feature (int array)</li>
<li>Example: Float feature (float array)</li>
<li>Example: Bytes feature (int array dumped to byte string)</li>
<li>SequenceExample: Int64 feature list (array of int arrays)</li>
<li>SequenceExample: Float feature list (array of float arrays)</li>
<li>SequenceExample: Bytes feature list (array of int arrays dumped to byte strings)</li>
<li>Example: Bytes feature (array of int arrays all of which is dumped to byte string)</li>
<li>SequenceExample: Bytes feature list (array of int arrays dumped to byte strings)</li>
<li>SequenceExample: Bytes feature list (array of int arrays all of which is dumped to byte string)</li>
<li>SequenceExample: Bytes feature list (array of int arrays, where each int is dumped to byte string)</li>
</ul>
<p dir="auto">In short, with the exception of 8, I was able to 'recover' (write to tf.record and read back the data). However, it should be noted that for methods 7 and 10, the retrieved array is flattened.</p>
<p dir="auto">Further, when I state 'recover' I mean that of course that the feature is wrapped in an addition array. e.g. shape (3, ) becomes (1, 3).</p>
<p dir="auto">As most tutorials of TF Record, Example and SequenceExample are just a rehashing of the one example provided in the TF Docs (for a movie recommender system, although code is provided for images).</p>
<p dir="auto">I think it would be beneficial for a "style guide" of sorts, given that one can their data in a myriad of ways. (e.g. are byte strings superior to float feature lists? should one break their image / sequence down per channel? why is there FixLenSeqeuenceFeature but no VarLenSequenceFeature?, if Example and SequenceExample are meant to contain a single data record, why are the only options List based features?)</p>
<p dir="auto">I would be happy to contribute to more documentation / examples if I knew the answer to these questions. However, to my unexperienced eyes the mismatch between converting data into a (Sequence)Example and extracting it out from a Record is bewildering.</p>
<hr>
<p dir="auto">TensorFlow Butler requested information:</p>
<p dir="auto">Have I written custom code: yes, see linked colabs and S.O. posts.<br>
OS Platform and Distribution: N/a (irrelevant, but Ubuntu 16.04LTS / macOS High Sierra)<br>
TensorFlow installed from: (irrelevant, but conda / Colab's V.M.)<br>
TensorFlow version: 1.10<br>
Bazel version: N/a<br>
CUDA/cuDNN version: N/a (irrelevant but latest / Colab's V.M.'s)<br>
GPU model and memory: N/a (irrelevant, but NVIDIA Titan X / NVIDIA Titan V / Colab's GPU)<br>
Exact command to reproduce: see linked to code<br>
Mobile device: N/a (irrelevant)</p>
<p dir="auto">This is more of a "meta" question regarding the structuring of Example / SequenceExample, the correspondingly needed Feature, Features, FeatureList, FeatureLists, etc and the parsing equivalents FixedLenFeature, VariableLenFeature, FixedLenSequenceFeature.</p>
<p dir="auto">More specifically:</p>
<ul dir="auto">
<li>
<p dir="auto">a request for more documentation</p>
</li>
<li>
<p dir="auto">a request for "best" practices recording encoding of rank 2+ tensors</p>
<ul dir="auto">
<li>e.g. if I have a sequence in an <em>numpy.ndarray</em> with <em>n</em> channels should I "dump" (call <em>.tostring()</em>) on the entire sequence and store in a BytesFeature in an Example? or split each channel up into a Float/Int Feature (or dump to BytesFeature) in an Example / SequenceExample.</li>
</ul>
</li>
<li>
<p dir="auto">a request for "best" practices as to why ever use Example, when it seems that the "context features" are equivalent and then if sequence features are needed later it is easier to adapt? (i.e. the difference between context features in sequence example and normal features of example rather than just calling context features "meta-data" of the sequences)</p>
</li>
<li>
<p dir="auto">a request for "best' practices for recording rank 0 tensors (as they have to be wrapped into a feature list, so should similarly typed features be concatenated together)</p>
</li>
<li>
<p dir="auto">a request for elucidating why sometimes decoding a bytes array losses the rank from which it was encoded (see linked colab)</p>
</li>
<li>
<p dir="auto">a request for a mid-tier api at the feature level e.g. remove the need for the user to define how a feature should be encoded as a record and then decoded (parsed) from a serialized record. I have a conceptual prototype that I can include here or in another colab if interested.</p>
</li>
</ul>
<p dir="auto">etc, etc</p> | 0 |
<h2 dir="auto">ℹ Computer information</h2>
<ul dir="auto">
<li>PowerToys version: 0.21</li>
<li>PowerToy Utility: FancyZones</li>
<li>Running PowerToys as Admin: Yes and No</li>
<li>Windows build number: [run "winver"] 19041.508</li>
</ul>
<h2 dir="auto"><g-emoji class="g-emoji" alias="memo" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4dd.png">📝</g-emoji> Provide detailed reproduction steps (if any)</h2>
<p dir="auto">1.Run Powertoys on startup<br>
2.Enable any form of triggering fancyzones, Shift Key, secondary mouse button. or WinButton+Arrow</p>
<h3 dir="auto"><g-emoji class="g-emoji" alias="heavy_check_mark" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2714.png">✔️</g-emoji> Expected result</h3>
<p dir="auto">On triggering fancy zones, the zone outlines should appear, or if using arrows, windows should snap to configured zones.</p>
<h3 dir="auto"><g-emoji class="g-emoji" alias="x" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/274c.png">❌</g-emoji> Actual result</h3>
<p dir="auto">nothing happens.</p> | <h2 dir="auto">ℹ Computer information</h2>
<ul dir="auto">
<li>PowerToys version: v0.21.1</li>
<li>PowerToy Utility: FancyZones</li>
<li>Running PowerToys as Admin: No</li>
<li>Windows build number: Windows 10 Version 2004: 19041.450</li>
</ul>
<h2 dir="auto"><g-emoji class="g-emoji" alias="memo" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4dd.png">📝</g-emoji> Provide detailed reproduction steps (if any)</h2>
<ol dir="auto">
<li>Check the <strong>Allow zones to span across monitors</strong> checkbox</li>
<li>Configure a zone which uses multiple monitors via the <strong>Launch zones editor</strong> and Apply</li>
<li>Attempt to snap window to zones, or use Shift key to highlight zones while dragging</li>
</ol>
<h3 dir="auto"><g-emoji class="g-emoji" alias="heavy_check_mark" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2714.png">✔️</g-emoji> Expected result</h3>
<ul dir="auto">
<li>A window should snap to a zone</li>
<li>Zone highlighting ought to be functional</li>
<li>The <strong>Allow zones to span across monitors</strong> setting should persist even when closing settings</li>
<li>If there are errors "Activating" the zones, these should be raised to the user</li>
</ul>
<h3 dir="auto"><g-emoji class="g-emoji" alias="x" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/274c.png">❌</g-emoji> Actual result</h3>
<ul dir="auto">
<li>A window will not snap to a zone when the <strong>Allow zones to span across monitors</strong> is configured</li>
<li>Window zone highlighting is also not functional</li>
<li>When FancyZones settings is closed and re-opened, the <strong>Allow zones to span across monitors</strong> checkbox is unchecked</li>
<li>When <strong>Allow zones to span across monitors</strong> is toggled to checked, then unchecked, zone highlighting and snapping functions, though obviously not with the multi-monitor zones</li>
</ul>
<h3 dir="auto"><g-emoji class="g-emoji" alias="memo" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4dd.png">📝</g-emoji> Other Notes</h3>
<ul dir="auto">
<li>There is a difference in framerate/refresh rate between the two monitors--could that be an issue?</li>
<li>System is a SurfaceBook 2 in a Surface Dock which drives a 2560 x 1440 monitor at <strong>60 fps</strong> and a 2560 x 1440 monitor at <strong>30 fps</strong>
<ul dir="auto">
<li>The fps cannot be made the same as far as I can tell. Likely a hardware limitation.</li>
</ul>
</li>
<li>Display is an LG 49 ultra-wide ( 5120 x 1440)</li>
</ul>
<h2 dir="auto">📷 Screenshots</h2>
<ul dir="auto">
<li>
<p dir="auto">FancyZones Settings:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/16561584/92046816-9ca57380-ed40-11ea-8b1a-745150357616.png"><img src="https://user-images.githubusercontent.com/16561584/92046816-9ca57380-ed40-11ea-8b1a-745150357616.png" alt="image" style="max-width: 100%;"></a></p>
</li>
<li>
<p dir="auto">Zone Editor spanning monitors:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/16561584/92046932-eee69480-ed40-11ea-8845-e7490a3e2687.png"><img src="https://user-images.githubusercontent.com/16561584/92046932-eee69480-ed40-11ea-8845-e7490a3e2687.png" alt="image" style="max-width: 100%;"></a></p>
</li>
<li>
<p dir="auto">Monitor configuration:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/16561584/92046965-10e01700-ed41-11ea-8bc9-933e723b4998.png"><img src="https://user-images.githubusercontent.com/16561584/92046965-10e01700-ed41-11ea-8bc9-933e723b4998.png" alt="image" style="max-width: 100%;"></a></p>
</li>
</ul> | 1 |
<p dir="auto">It would be nice if in addition to the less files their were the equivalent sass files in a sass folder.</p> | <p dir="auto">With the launch of v3 and the new org, we should formalize the node packages that are out there and ensure they're kept up to date. No idea what this would take, but I'm making a note of it here so we tackle it soon. These two seem like the most popular, Less and Sass versions:</p>
<p dir="auto"><strong>Bootstrap:</strong> <a href="https://npmjs.org/package/twitter-bootstrap" rel="nofollow">https://npmjs.org/package/twitter-bootstrap</a><br>
<strong>Sass port:</strong> <a href="https://npmjs.org/package/bootstrap-sass" rel="nofollow">https://npmjs.org/package/bootstrap-sass</a></p>
<p dir="auto">Let me know if folks think of any other ports, packages, add-ons, etc that could use formalizing (aside from Sass).</p> | 1 |
<p dir="auto">The Fixed-to-top navbar when used in mobile view (i.e. clicking a link) does not collapse afterwards. This means that the menu remains expanded and therefore covers the content.</p>
<p dir="auto">See: <a href="http://www.eng.ox.ac.uk/hems/hems.html" rel="nofollow">http://www.eng.ox.ac.uk/hems/hems.html</a></p>
<p dir="auto">Is it possible to have the menu collapse down after clicking a hyperlink?</p> | <p dir="auto">Hello,</p>
<p dir="auto">I am fiddling a bit around with the responsive approach in Bootstrap. I feel that the way it is implemented is sometimes a bit static. Are there any plans or idea's (or am I not aware of the ability) to say something like "4 columns" on desktop size. "3 columns" on tablet size. And/or to say the sidebar for instance is just informative, it should be hidden when seeing the site on a mobile device.</p>
<p dir="auto">I know how I can do this myself, but I was wondering if this community had such a thing in the planning or you have idea's what the best way is to build it? Any feedback is welcome.</p>
<p dir="auto">I am creating something like this now.</p>
<p dir="auto">Example 1 (4 columns on desktop, 3 on tablet)</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<div class="span3 portrait-span4">one</div>
<div class="span3 portrait-span4">two</div>
<div class="span3 portrait-span4">three</div>
<div class="span3 portrait-span12">four</div>"><pre class="notranslate"><code class="notranslate"><div class="span3 portrait-span4">one</div>
<div class="span3 portrait-span4">two</div>
<div class="span3 portrait-span4">three</div>
<div class="span3 portrait-span12">four</div>
</code></pre></div>
<p dir="auto">Example 2 (2 columns on desktop, 1 on tablet)</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<div class="span8 portrait-span12">main</div>
<div class="span4 portrait-hidden">side</div>"><pre class="notranslate"><code class="notranslate"><div class="span8 portrait-span12">main</div>
<div class="span4 portrait-hidden">side</div>
</code></pre></div>
<p dir="auto">CSS</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" @media (min-width: 768px) and (max-width: 980px) {
.portrait-hidden{
display:none;
}
.portrait-span12, .portrait-container {
width: 724px;
}
.portrait-span4 {
width: 228px;
}
"><pre class="notranslate"><code class="notranslate"> @media (min-width: 768px) and (max-width: 980px) {
.portrait-hidden{
display:none;
}
.portrait-span12, .portrait-container {
width: 724px;
}
.portrait-span4 {
width: 228px;
}
</code></pre></div> | 0 |
<p dir="auto">Borrowing a unique pointer temporarily invalidates its type (the pointer is no longer unique). We need to ensure that the original unique pointer is inaccessible while the borrow alias exists (except, possibly to create other borrows). This will be done in a separate pass (I've actually implemented most of the code as part of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3766098" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/2046" data-hovercard-type="issue" data-hovercard-url="/rust-lang/rust/issues/2046/hovercard" href="https://github.com/rust-lang/rust/issues/2046">#2046</a>) which will check when a <code class="notranslate">~T</code> is borrowed that either:</p>
<ol dir="auto">
<li>the borrowee is an rvalue, in which case the only accessible copy is the borrowed ptr and everything is fine.</li>
<li>the borrowee is an lvalue that is rooted in a local variable. This local variable is then made inaccessible for the scope of the borrow.</li>
</ol> | <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#![feature(associated_types)]
trait Wub {
type Zoop;
}
trait Flim: Wub {}
fn main() {}"><pre class="notranslate"><span class="pl-c1">#!<span class="pl-kos">[</span>feature<span class="pl-kos">(</span>associated_types<span class="pl-kos">)</span><span class="pl-kos">]</span></span>
<span class="pl-k">trait</span> <span class="pl-smi">Wub</span> <span class="pl-kos">{</span>
<span class="pl-k">type</span> <span class="pl-smi">Zoop</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-k">trait</span> <span class="pl-smi">Flim</span><span class="pl-kos">:</span> <span class="pl-smi">Wub</span> <span class="pl-kos">{</span><span class="pl-kos">}</span>
<span class="pl-k">fn</span> <span class="pl-en">main</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span><span class="pl-kos">}</span></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<anon>:7:13: 7:16 error: associated types may not be referenced here
<anon>:7 trait Flim: Wub {}
^~~"><pre class="notranslate"><code class="notranslate"><anon>:7:13: 7:16 error: associated types may not be referenced here
<anon>:7 trait Flim: Wub {}
^~~
</code></pre></div> | 0 |
<p dir="auto">like powershell,use 'ctrl + enter' can enter/exit fullscreen mode(hide top bar)</p> | <p dir="auto">Hi! Consider Supporting full screen terminal as already implemented in cmd.exe. It's very convenient.</p> | 1 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">docker_container</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible --version
ansible 2.2.1.0
config file = /Users/alebedev/projects/ansible/ansible.cfg
configured module search path = Default w/o overrides"><pre class="notranslate"><code class="notranslate">ansible --version
ansible 2.2.1.0
config file = /Users/alebedev/projects/ansible/ansible.cfg
configured module search path = Default w/o overrides
</code></pre></div>
<h5 dir="auto">OS / ENVIRONMENT</h5>
<p dir="auto">N/A</p>
<h5 dir="auto">SUMMARY</h5>
<p dir="auto">When you have a list of exposed ports and would like to publish only one of them</p>
<h5 dir="auto">STEPS TO REPRODUCE</h5>
<div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="- name: Starting container
docker_container:
name: pool
image: pool
privileged: true
network_mode: bridge
exposed_ports:
- 8080:8080
- 5000-5040:5000-5040
published_ports:
- 8080:8080
detach: true
restart_policy: on-failure
interactive: true
state: started"><pre class="notranslate">- <span class="pl-ent">name</span>: <span class="pl-s">Starting container</span>
<span class="pl-ent">docker_container</span>:
<span class="pl-ent">name</span>: <span class="pl-s">pool</span>
<span class="pl-ent">image</span>: <span class="pl-s">pool</span>
<span class="pl-ent">privileged</span>: <span class="pl-c1">true</span>
<span class="pl-ent">network_mode</span>: <span class="pl-s">bridge</span>
<span class="pl-ent">exposed_ports</span>:
- <span class="pl-c1">8080:8080</span>
- <span class="pl-s">5000-5040:5000-5040</span>
<span class="pl-ent">published_ports</span>:
- <span class="pl-c1">8080:8080</span>
<span class="pl-ent">detach</span>: <span class="pl-c1">true</span>
<span class="pl-ent">restart_policy</span>: <span class="pl-s">on-failure</span>
<span class="pl-ent">interactive</span>: <span class="pl-c1">true</span>
<span class="pl-ent">state</span>: <span class="pl-s">started</span></pre></div>
<h5 dir="auto">EXPECTED RESULTS</h5>
<p dir="auto">TASK [pool : Starting container] *********************************************************<br>
ok: [pool]</p>
<h5 dir="auto">ACTUAL RESULTS</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TASK [pool : Starting container] *************************
fatal: [pool]: FAILED! => {
"changed": false,
"failed": true,
"invocation": {
"module_name": "docker_container"
},
"module_stderr": "OpenSSH_7.3p1, LibreSSL 2.4.1\r\ndebug1: Reading configuration data /Users/alebedev/.ssh/config\r\ndebug1: /Users/alebedev/.ssh/config line 1: Applying options for *\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 20: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 33458\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 127.0.0.1 closed.\r\n",
"module_stdout": "\r\nTraceback (most recent call last):\r\n File \"/tmp/ansible_Bv3w6O/ansible_module_docker_container.py\", line 2007, in <module>\r\n main()\r\n File \"/tmp/ansible_Bv3w6O/ansible_module_docker_container.py\", line 2000, in main\r\n cm = ContainerManager(client)\r\n File \"/tmp/ansible_Bv3w6O/ansible_module_docker_container.py\", line 1644, in __init__\r\n self.parameters = TaskParameters(client)\r\n File \"/tmp/ansible_Bv3w6O/ansible_module_docker_container.py\", line 764, in __init__\r\n self.ports = self._parse_exposed_ports(self.published_ports)\r\n File \"/tmp/ansible_Bv3w6O/ansible_module_docker_container.py\", line 1039, in _parse_exposed_ports\r\n start_port, end_port = exposed_port[0].split('-')\r\nValueError: too many values to unpack\r\n"
}
MSG:
MODULE FAILURE"><pre class="notranslate"><code class="notranslate">TASK [pool : Starting container] *************************
fatal: [pool]: FAILED! => {
"changed": false,
"failed": true,
"invocation": {
"module_name": "docker_container"
},
"module_stderr": "OpenSSH_7.3p1, LibreSSL 2.4.1\r\ndebug1: Reading configuration data /Users/alebedev/.ssh/config\r\ndebug1: /Users/alebedev/.ssh/config line 1: Applying options for *\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 20: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 33458\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 127.0.0.1 closed.\r\n",
"module_stdout": "\r\nTraceback (most recent call last):\r\n File \"/tmp/ansible_Bv3w6O/ansible_module_docker_container.py\", line 2007, in <module>\r\n main()\r\n File \"/tmp/ansible_Bv3w6O/ansible_module_docker_container.py\", line 2000, in main\r\n cm = ContainerManager(client)\r\n File \"/tmp/ansible_Bv3w6O/ansible_module_docker_container.py\", line 1644, in __init__\r\n self.parameters = TaskParameters(client)\r\n File \"/tmp/ansible_Bv3w6O/ansible_module_docker_container.py\", line 764, in __init__\r\n self.ports = self._parse_exposed_ports(self.published_ports)\r\n File \"/tmp/ansible_Bv3w6O/ansible_module_docker_container.py\", line 1039, in _parse_exposed_ports\r\n start_port, end_port = exposed_port[0].split('-')\r\nValueError: too many values to unpack\r\n"
}
MSG:
MODULE FAILURE
</code></pre></div> | <p dir="auto">Unlike ssh, which appears to have a connection timeout value which is wholly different from a task execution timeout, accelerate mode only appears to have one timeout.</p>
<p dir="auto">This can create a very big problem, where one has to set the timeout very high to deal with long running processes, but then have to deal with very long timeouts on dark hosts.</p>
<p dir="auto">It would be quite nice to duplicate what exists for ssh, where one can have a very short connection timeout (5 seconds) to give up on dark hosts, but a very long session timeout to handle long running tasks w/out resorting to a ton of async usage.</p>
<p dir="auto">In our rather large environment we constantly have dark hosts, so this single timeout value will prevent us from going forward with accelerate mode.</p> | 0 |
<p dir="auto">Doing a make in the kubernetes source tree produces this error when building with a system version of go:</p>
<p dir="auto">go install runtime: mkdir /usr/lib/golang/pkg/linux_amd64_cgo/: permission denied</p>
<p dir="auto">The build shouldn't be trying to install into system directories. The error is traced is this line:</p>
<p dir="auto">'CGO_ENABLED=0 go install -installsuffix cgo "${goflags[@]:+${goflags[@]}}" -ldflags "${version_ldflags}" "${binary}"' exited with status 1</p>
<p dir="auto">Which seems to have come from commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/kubernetes/kubernetes/commit/9a901ed46db225f588cc691feeb47e7ace92bbc8/hovercard" href="https://github.com/kubernetes/kubernetes/commit/9a901ed46db225f588cc691feeb47e7ace92bbc8"><tt>9a901ed</tt></a>.</p> | <p dir="auto">On my system (Fedora 21), I'm now unable to successfully build master. I get permission denied errors trying to write to <code class="notranslate">/usr/lib/golang/pkg/linux_amd64_cgo/</code>.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ ./hack/build-go.sh cmd/kube-apiserver
cmd/kube-apiserver
go install runtime: mkdir /usr/lib/golang/pkg/linux_amd64_cgo/: permission denied
!!! Error in /home/vagrant/go/src/github.com/GoogleCloudPlatform/kubernetes/hack/lib/golang.sh:328
'CGO_ENABLED=0 go install -installsuffix cgo "${goflags[@]:+${goflags[@]}}" -ldflags "${version_ldflags}" "${binary}"' exited with status 1
Call stack:
1: /home/vagrant/go/src/github.com/GoogleCloudPlatform/kubernetes/hack/lib/golang.sh:328 kube::golang::build_binaries(...)
2: ./hack/build-go.sh:26 main(...)
Exiting with status 1
!!! Error in /home/vagrant/go/src/github.com/GoogleCloudPlatform/kubernetes/hack/lib/golang.sh:252
'( set -x; kube::golang::setup_env; local version_ldflags; version_ldflags=$(kube::version::ldflags); local host_platform; host_platform=$(kube::golang::host_platform); local goflags; eva
l "goflags=(${KUBE_GOFLAGS:-})"; local use_go_build; local -a targets=(); local arg; for arg in "$@";
do
if [[ "${arg}" == "--use_go_build" ]]; then
use_go_build=true;
else
if [[ "${arg}" == -* ]]; then
goflags+=("${arg}");
else
targets+=("${arg}");
fi;
fi;
done; if [[ ${#targets[@]} -eq 0 ]]; then
targets=("${KUBE_ALL_TARGETS[@]}");
fi; local -a platforms=("${KUBE_BUILD_PLATFORMS[@]:+${KUBE_BUILD_PLATFORMS[@]}}"); if [[ ${#platforms[@]} -eq 0 ]]; then
platforms=("${host_platform}");
fi; local binaries; binaries=($(kube::golang::binaries_from_targets "${targets[@]}")); local platform; for platform in "${platforms[@]}";
do
kube::golang::set_platform_envs "${platform}"; kube::log::status "Building go targets for ${platform}:" "${targets[@]}"; if [[ -n ${use_go_build:-} ]]; then
local output_path="${KUBE_GOPATH}/bin"; if [[ $platform != $host_platform ]]; then
output_path="${output_path}/${platform//\//_}";
fi; for binary in "${binaries[@]}";
do
local bin=$(basename "${binary}"); if [[ ${GOOS} == "windows" ]]; then
bin="${bin}.exe";
fi; if kube::golang::is_statically_linked_library "${binary}"; then
CGO_ENABLED=0 go build -installsuffix cgo -o "${output_path}/${bin}" "${goflags[@]:+${goflags[@]}}" -ldflags "${version_ldflags}" "${binary}";
else
go build -o "${output_path}/${bin}" "${goflags[@]:+${goflags[@]}}" -ldflags "${version_ldflags}" "${binary}";
fi;
done;
else
for binary in "${binaries[@]}";
do
if kube::golang::is_statically_linked_library "${binary}"; then
CGO_ENABLED=0 go install -installsuffix cgo "${goflags[@]:+${goflags[@]}}" -ldflags "${version_ldflags}" "${binary}";
else
go install "${goflags[@]:+${goflags[@]}}" -ldflags "${version_ldflags}" "${binary}";
fi;
done;
fi;
done )' exited with status 1
Call stack:
1: /home/vagrant/go/src/github.com/GoogleCloudPlatform/kubernetes/hack/lib/golang.sh:252 kube::golang::build_binaries(...)
2: ./hack/build-go.sh:26 main(...)
Exiting with status 1"><pre class="notranslate"><code class="notranslate">$ ./hack/build-go.sh cmd/kube-apiserver
cmd/kube-apiserver
go install runtime: mkdir /usr/lib/golang/pkg/linux_amd64_cgo/: permission denied
!!! Error in /home/vagrant/go/src/github.com/GoogleCloudPlatform/kubernetes/hack/lib/golang.sh:328
'CGO_ENABLED=0 go install -installsuffix cgo "${goflags[@]:+${goflags[@]}}" -ldflags "${version_ldflags}" "${binary}"' exited with status 1
Call stack:
1: /home/vagrant/go/src/github.com/GoogleCloudPlatform/kubernetes/hack/lib/golang.sh:328 kube::golang::build_binaries(...)
2: ./hack/build-go.sh:26 main(...)
Exiting with status 1
!!! Error in /home/vagrant/go/src/github.com/GoogleCloudPlatform/kubernetes/hack/lib/golang.sh:252
'( set -x; kube::golang::setup_env; local version_ldflags; version_ldflags=$(kube::version::ldflags); local host_platform; host_platform=$(kube::golang::host_platform); local goflags; eva
l "goflags=(${KUBE_GOFLAGS:-})"; local use_go_build; local -a targets=(); local arg; for arg in "$@";
do
if [[ "${arg}" == "--use_go_build" ]]; then
use_go_build=true;
else
if [[ "${arg}" == -* ]]; then
goflags+=("${arg}");
else
targets+=("${arg}");
fi;
fi;
done; if [[ ${#targets[@]} -eq 0 ]]; then
targets=("${KUBE_ALL_TARGETS[@]}");
fi; local -a platforms=("${KUBE_BUILD_PLATFORMS[@]:+${KUBE_BUILD_PLATFORMS[@]}}"); if [[ ${#platforms[@]} -eq 0 ]]; then
platforms=("${host_platform}");
fi; local binaries; binaries=($(kube::golang::binaries_from_targets "${targets[@]}")); local platform; for platform in "${platforms[@]}";
do
kube::golang::set_platform_envs "${platform}"; kube::log::status "Building go targets for ${platform}:" "${targets[@]}"; if [[ -n ${use_go_build:-} ]]; then
local output_path="${KUBE_GOPATH}/bin"; if [[ $platform != $host_platform ]]; then
output_path="${output_path}/${platform//\//_}";
fi; for binary in "${binaries[@]}";
do
local bin=$(basename "${binary}"); if [[ ${GOOS} == "windows" ]]; then
bin="${bin}.exe";
fi; if kube::golang::is_statically_linked_library "${binary}"; then
CGO_ENABLED=0 go build -installsuffix cgo -o "${output_path}/${bin}" "${goflags[@]:+${goflags[@]}}" -ldflags "${version_ldflags}" "${binary}";
else
go build -o "${output_path}/${bin}" "${goflags[@]:+${goflags[@]}}" -ldflags "${version_ldflags}" "${binary}";
fi;
done;
else
for binary in "${binaries[@]}";
do
if kube::golang::is_statically_linked_library "${binary}"; then
CGO_ENABLED=0 go install -installsuffix cgo "${goflags[@]:+${goflags[@]}}" -ldflags "${version_ldflags}" "${binary}";
else
go install "${goflags[@]:+${goflags[@]}}" -ldflags "${version_ldflags}" "${binary}";
fi;
done;
fi;
done )' exited with status 1
Call stack:
1: /home/vagrant/go/src/github.com/GoogleCloudPlatform/kubernetes/hack/lib/golang.sh:252 kube::golang::build_binaries(...)
2: ./hack/build-go.sh:26 main(...)
Exiting with status 1
</code></pre></div>
<p dir="auto">It looks like this comes from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="62540455" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/5574" data-hovercard-type="pull_request" data-hovercard-url="/kubernetes/kubernetes/pull/5574/hovercard" href="https://github.com/kubernetes/kubernetes/pull/5574">#5574</a>. Could someone please take a look? Thanks!</p> | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Expected Behavior</h2>
<h2 dir="auto">Current Behavior</h2>
<h2 dir="auto">Steps to Reproduce (for bugs)</h2>
<ol dir="auto">
<li></li>
<li></li>
<li></li>
<li></li>
</ol>
<h2 dir="auto">Context</h2>
<h2 dir="auto">Your Environment</h2>
<table role="table">
<thead>
<tr>
<th>Tech</th>
<th>Version</th>
</tr>
</thead>
<tbody>
<tr>
<td>Material-UI</td>
<td></td>
</tr>
<tr>
<td>React</td>
<td></td>
</tr>
<tr>
<td>browser</td>
<td></td>
</tr>
<tr>
<td>etc</td>
<td></td>
</tr>
</tbody>
</table> | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Expected Behavior</h2>
<p dir="auto">One click deployment from <a href="https://github.com/mui-org/material-ui/tree/v1-beta/examples/nextjs">https://github.com/mui-org/material-ui/tree/v1-beta/examples/nextjs</a> should work.</p>
<h2 dir="auto">Current Behavior</h2>
<p dir="auto">One click deployment to now fails.</p>
<h2 dir="auto">Steps to Reproduce (for bugs)</h2>
<ol dir="auto">
<li>Click on 'deploy to now' button in <a href="https://github.com/mui-org/material-ui/tree/v1-beta/examples/nextjs">https://github.com/mui-org/material-ui/tree/v1-beta/examples/nextjs</a></li>
<li>Provide valid zeit token</li>
<li>Click Deploy</li>
<li>Deployment fails and following message is shown in the deploy page:</li>
</ol>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Deploying examples/nextjs directory in v1-beta branch of mui-org/material-ui
Deploy failed, please check the repo and try again."><pre class="notranslate"><code class="notranslate">Deploying examples/nextjs directory in v1-beta branch of mui-org/material-ui
Deploy failed, please check the repo and try again.
</code></pre></div>
<h2 dir="auto">Context</h2>
<p dir="auto">Unable to use one-click deploy to quickly see a demo of this example.</p>
<h2 dir="auto">Your Environment</h2>
<table role="table">
<thead>
<tr>
<th>Tech</th>
<th>Version</th>
</tr>
</thead>
<tbody>
<tr>
<td>Material-UI</td>
<td></td>
</tr>
<tr>
<td>React</td>
<td></td>
</tr>
<tr>
<td>browser</td>
<td></td>
</tr>
<tr>
<td>etc</td>
<td></td>
</tr>
</tbody>
</table> | 0 |
<p dir="auto">Hello all</p>
<p dir="auto">This morning I downloaded numba as well as updated all packages with conda update --all. I get an error when trying to import numpy. The message in the ipython console prompted me to post on Github. The exact error message is:</p>
<p dir="auto">Original error was: DLL load failed: The specified module could not be found.</p>
<p dir="auto">Some notes about my Anaconda/spyder environment</p>
<ul dir="auto">
<li>Both python and numpy were updated with the updates this morning</li>
<li>I am working on windows 10</li>
<li>I have had other python interpreters for awhile now. The other one is used in an ubuntu on windows virtual machine. But I did check to make sure the path to site-packages was correct in spyder.</li>
</ul>
<p dir="auto">I have seen similar posts from 2 days ago but I couldn't find any solutions that worked for me.</p>
<p dir="auto">Thanks in advance<br>
-Joel</p> | <p dir="auto">Create fresh virtual env with Anaconda Navigator 1.9.6 under Windows 10, selecting Python 3.7, naming python37</p>
<p dir="auto">In the console of VSCode:</p>
<ul dir="auto">
<li>activate python37</li>
<li>pip install numpy</li>
</ul>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="(python37) D:\TfsProj\alphastone>pip install numpy
Collecting numpy
Using cached https://files.pythonhosted.org/packages/41/b8/3a6b07352c2542ca1c89be7583e7ca07bf513895b6ac59ae008054f326b1/numpy-1.16.1-cp37-cp37m-win_amd64.whl
Installing collected packages: numpy
Successfully installed numpy-1.16.1"><pre class="notranslate"><code class="notranslate">(python37) D:\TfsProj\alphastone>pip install numpy
Collecting numpy
Using cached https://files.pythonhosted.org/packages/41/b8/3a6b07352c2542ca1c89be7583e7ca07bf513895b6ac59ae008054f326b1/numpy-1.16.1-cp37-cp37m-win_amd64.whl
Installing collected packages: numpy
Successfully installed numpy-1.16.1
</code></pre></div>
<p dir="auto">(same with parameter --no-cache-dir)</p>
<ul dir="auto">
<li>python</li>
<li>import numpy</li>
</ul>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="(python37) D:\TfsProj\alphastone>python
Python 3.7.2 (default, Feb 11 2019, 14:11:50) [MSC v.1915 64 bit (AMD64)] :: Anaconda, Inc. on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
Traceback (most recent call last):
File "C:\Users\Name\.conda\envs\python37\lib\site-packages\numpy\core\__init__.py", line 16, in <module>
from . import multiarray
File "C:\Users\Name\.conda\envs\python37\lib\site-packages\numpy\core\multiarray.py", line 12, in <module>
from . import overrides
File "C:\Users\Name\.conda\envs\python37\lib\site-packages\numpy\core\overrides.py", line 6, in <module>
from numpy.core._multiarray_umath import (
ImportError: DLL load failed: Das angegebene Modul wurde nicht gefunden.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\Name\.conda\envs\python37\lib\site-packages\numpy\__init__.py", line 142, in <module>
from . import core
File "C:\Users\Name\.conda\envs\python37\lib\site-packages\numpy\core\__init__.py", line 47, in <module>
raise ImportError(msg)
ImportError:
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!"><pre class="notranslate"><code class="notranslate">(python37) D:\TfsProj\alphastone>python
Python 3.7.2 (default, Feb 11 2019, 14:11:50) [MSC v.1915 64 bit (AMD64)] :: Anaconda, Inc. on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
Traceback (most recent call last):
File "C:\Users\Name\.conda\envs\python37\lib\site-packages\numpy\core\__init__.py", line 16, in <module>
from . import multiarray
File "C:\Users\Name\.conda\envs\python37\lib\site-packages\numpy\core\multiarray.py", line 12, in <module>
from . import overrides
File "C:\Users\Name\.conda\envs\python37\lib\site-packages\numpy\core\overrides.py", line 6, in <module>
from numpy.core._multiarray_umath import (
ImportError: DLL load failed: Das angegebene Modul wurde nicht gefunden.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\Name\.conda\envs\python37\lib\site-packages\numpy\__init__.py", line 142, in <module>
from . import core
File "C:\Users\Name\.conda\envs\python37\lib\site-packages\numpy\core\__init__.py", line 47, in <module>
raise ImportError(msg)
ImportError:
IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
</code></pre></div>
<p dir="auto">All advices, reinstallations via pip and conda, or different numpy versions (e.g. 1.15.4) didn't solve this issue for me.</p>
<p dir="auto">If I do multiple pip uninstall numpy until there is no numpy left, and then do a conda install numpy, importing numpy interestingly works (in 1.15.4).</p>
<p dir="auto">A conda install numpy does the following:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="The following NEW packages will be INSTALLED:
blas pkgs/main/win-64::blas-1.0-mkl
icc_rt pkgs/main/win-64::icc_rt-2019.0.0-h0cc432a_1
intel-openmp pkgs/main/win-64::intel-openmp-2019.1-144
mkl pkgs/main/win-64::mkl-2019.1-144
mkl_fft pkgs/main/win-64::mkl_fft-1.0.10-py37h14836fe_0
mkl_random pkgs/main/win-64::mkl_random-1.0.2-py37h343c172_0
numpy pkgs/main/win-64::numpy-1.15.4-py37h19fb1c0_0
numpy-base pkgs/main/win-64::numpy-base-1.15.4-py37hc3f5095_0"><pre class="notranslate"><code class="notranslate">The following NEW packages will be INSTALLED:
blas pkgs/main/win-64::blas-1.0-mkl
icc_rt pkgs/main/win-64::icc_rt-2019.0.0-h0cc432a_1
intel-openmp pkgs/main/win-64::intel-openmp-2019.1-144
mkl pkgs/main/win-64::mkl-2019.1-144
mkl_fft pkgs/main/win-64::mkl_fft-1.0.10-py37h14836fe_0
mkl_random pkgs/main/win-64::mkl_random-1.0.2-py37h343c172_0
numpy pkgs/main/win-64::numpy-1.15.4-py37h19fb1c0_0
numpy-base pkgs/main/win-64::numpy-base-1.15.4-py37hc3f5095_0
</code></pre></div>
<p dir="auto">What's missing for the pip way?<br>
Any ideas?</p> | 1 |
<p dir="auto">My project depends on SciPy and, due to an organizational requirement, all python dependencies must be installed from source distributions. This used to work fine until numpy-1.17rc was released, which drops support for python2.7. When I attempt to install SciPy-1.2.2 (which supports python2.7) from sdist, the setup scripts tried to pull down the latest numpy (1.17.0rc2), which raises the error below.</p>
<h4 dir="auto">Reproducing code example:</h4>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="(venv27) jmorawski@ptqadeva01:~$ pip install scipy==1.2.2 --no-binary :all:"><pre class="notranslate"><code class="notranslate">(venv27) jmorawski@ptqadeva01:~$ pip install scipy==1.2.2 --no-binary :all:
</code></pre></div>
<h4 dir="auto">Error message:</h4>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" ERROR: Command errored out with exit status 1:
command: /home/user/jmorawski/venv27/bin/python2.7 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-sMq2G4/scipy/setup.py'"'"'; __file__='"'"'/tmp/pip-install-sMq2G4/scipy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info
cwd: /tmp/pip-install-sMq2G4/scipy/
Complete output (53 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-sMq2G4/scipy/setup.py", line 492, in <module>
setup_package()
File "/tmp/pip-install-sMq2G4/scipy/setup.py", line 488, in setup_package
setup(**metadata)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/__init__.py", line 144, in setup
_install_setup_requires(attrs)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/__init__.py", line 139, in _install_setup_requires
dist.fetch_build_eggs(dist.setup_requires)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/dist.py", line 717, in fetch_build_eggs
replace_conflicting=True,
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/pkg_resources/__init__.py", line 782, in resolve
replace_conflicting=replace_conflicting
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1065, in best_match
return self.obtain(req, installer)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1077, in obtain
return installer(requirement)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/dist.py", line 784, in fetch_build_egg
return cmd.easy_install(req)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 679, in easy_install
return self.install_item(spec, dist.location, tmpdir, deps)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 705, in install_item
dists = self.install_eggs(spec, download, tmpdir)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 890, in install_eggs
return self.build_and_install(setup_script, setup_base)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1158, in build_and_install
self.run_setup(setup_script, setup_base, args)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1144, in run_setup
run_setup(setup_script, args)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/sandbox.py", line 253, in run_setup
raise
File "/home/fds/lang/python/lib64/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/sandbox.py", line 195, in setup_context
yield
File "/home/fds/lang/python/lib64/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/sandbox.py", line 166, in save_modules
saved_exc.resume()
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/sandbox.py", line 141, in resume
six.reraise(type, exc, self._tb)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/sandbox.py", line 154, in save_modules
yield saved
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/sandbox.py", line 195, in setup_context
yield
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/sandbox.py", line 250, in run_setup
_execfile(setup_script, ns)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/sandbox.py", line 45, in _execfile
exec(code, globals, locals)
File "/tmp/easy_install-oQ2nGU/numpy-1.17.0rc2/setup.py", line 31, in <module>
RuntimeError: Python version >= 3.5 required.
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output."><pre class="notranslate"><code class="notranslate"> ERROR: Command errored out with exit status 1:
command: /home/user/jmorawski/venv27/bin/python2.7 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-sMq2G4/scipy/setup.py'"'"'; __file__='"'"'/tmp/pip-install-sMq2G4/scipy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info
cwd: /tmp/pip-install-sMq2G4/scipy/
Complete output (53 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-sMq2G4/scipy/setup.py", line 492, in <module>
setup_package()
File "/tmp/pip-install-sMq2G4/scipy/setup.py", line 488, in setup_package
setup(**metadata)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/__init__.py", line 144, in setup
_install_setup_requires(attrs)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/__init__.py", line 139, in _install_setup_requires
dist.fetch_build_eggs(dist.setup_requires)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/dist.py", line 717, in fetch_build_eggs
replace_conflicting=True,
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/pkg_resources/__init__.py", line 782, in resolve
replace_conflicting=replace_conflicting
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1065, in best_match
return self.obtain(req, installer)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1077, in obtain
return installer(requirement)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/dist.py", line 784, in fetch_build_egg
return cmd.easy_install(req)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 679, in easy_install
return self.install_item(spec, dist.location, tmpdir, deps)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 705, in install_item
dists = self.install_eggs(spec, download, tmpdir)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 890, in install_eggs
return self.build_and_install(setup_script, setup_base)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1158, in build_and_install
self.run_setup(setup_script, setup_base, args)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1144, in run_setup
run_setup(setup_script, args)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/sandbox.py", line 253, in run_setup
raise
File "/home/fds/lang/python/lib64/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/sandbox.py", line 195, in setup_context
yield
File "/home/fds/lang/python/lib64/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/sandbox.py", line 166, in save_modules
saved_exc.resume()
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/sandbox.py", line 141, in resume
six.reraise(type, exc, self._tb)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/sandbox.py", line 154, in save_modules
yield saved
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/sandbox.py", line 195, in setup_context
yield
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/sandbox.py", line 250, in run_setup
_execfile(setup_script, ns)
File "/home/user/jmorawski/venv27/lib/python2.7/site-packages/setuptools/sandbox.py", line 45, in _execfile
exec(code, globals, locals)
File "/tmp/easy_install-oQ2nGU/numpy-1.17.0rc2/setup.py", line 31, in <module>
RuntimeError: Python version >= 3.5 required.
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
</code></pre></div>
<h4 dir="auto">Scipy/Numpy/Python version information:</h4>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Python 2.7.10 (default, Feb 3 2017, 15:51:12)
[GCC 4.4.4 20100726 (Red Hat 4.4.4-20)] on linux2"><pre class="notranslate"><code class="notranslate">Python 2.7.10 (default, Feb 3 2017, 15:51:12)
[GCC 4.4.4 20100726 (Red Hat 4.4.4-20)] on linux2
</code></pre></div> | <p dir="auto">I'm not sure if this is a PyPI limitation where availability depends on the most recent release, but 1.17.0rc1 is being made available to Python 2.7.</p>
<p dir="auto">This is from an Azure run of statsmodels:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Requirement already up-to-date: pip in /opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages (19.1.1)
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Collecting numpy>=1.11 (from -r requirements.txt (line 1))
Downloading https://files.pythonhosted.org/packages/20/2c/4d64f1cd4d2170b91d24ae45725de837bd40c34c9c04c94255c0f51c513d/numpy-1.16.4-cp27-cp27m-manylinux1_x86_64.whl (17.0MB)
Collecting scipy>=0.18 (from -r requirements.txt (line 2))
Downloading https://files.pythonhosted.org/packages/3c/b1/e01e231073c9d64b481a11f1c0045ce568032ca0375deb64aff1cdc33a05/scipy-1.2.2-cp27-cp27m-manylinux1_x86_64.whl (24.8MB)
Collecting pandas>=0.19 (from -r requirements.txt (line 3))
Downloading https://files.pythonhosted.org/packages/b2/4c/b6f966ac91c5670ba4ef0b0b5613b5379e3c7abdfad4e7b89a87d73bae13/pandas-0.24.2.tar.gz (11.8MB)
ERROR: Complete output from command python setup.py egg_info:
ERROR: Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-MLGgcN/pandas/setup.py", line 746, in <module>
**setuptools_kwargs)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/__init__.py", line 128, in setup
_install_setup_requires(attrs)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/__init__.py", line 123, in _install_setup_requires
dist.fetch_build_eggs(dist.setup_requires)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/dist.py", line 513, in fetch_build_eggs
replace_conflicting=True,
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/pkg_resources/__init__.py", line 774, in resolve
replace_conflicting=replace_conflicting
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1057, in best_match
return self.obtain(req, installer)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1069, in obtain
return installer(requirement)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/dist.py", line 580, in fetch_build_egg
return cmd.easy_install(req)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 673, in easy_install
return self.install_item(spec, dist.location, tmpdir, deps)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 699, in install_item
dists = self.install_eggs(spec, download, tmpdir)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 884, in install_eggs
return self.build_and_install(setup_script, setup_base)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1152, in build_and_install
self.run_setup(setup_script, setup_base, args)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1138, in run_setup
run_setup(setup_script, args)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/sandbox.py", line 253, in run_setup
raise
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/sandbox.py", line 195, in setup_context
yield
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/sandbox.py", line 166, in save_modules
saved_exc.resume()
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/sandbox.py", line 141, in resume
six.reraise(type, exc, self._tb)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/sandbox.py", line 154, in save_modules
yield saved
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/sandbox.py", line 195, in setup_context
yield
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/sandbox.py", line 250, in run_setup
_execfile(setup_script, ns)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/sandbox.py", line 45, in _execfile
exec(code, globals, locals)
File "/tmp/easy_install-pdeLgl/numpy-1.17.0rc1/setup.py", line 31, in <module>
RuntimeError: Python version >= 3.5 required.
----------------------------------------
ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-MLGgcN/pandas/"><pre class="notranslate"><code class="notranslate">DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Requirement already up-to-date: pip in /opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages (19.1.1)
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Collecting numpy>=1.11 (from -r requirements.txt (line 1))
Downloading https://files.pythonhosted.org/packages/20/2c/4d64f1cd4d2170b91d24ae45725de837bd40c34c9c04c94255c0f51c513d/numpy-1.16.4-cp27-cp27m-manylinux1_x86_64.whl (17.0MB)
Collecting scipy>=0.18 (from -r requirements.txt (line 2))
Downloading https://files.pythonhosted.org/packages/3c/b1/e01e231073c9d64b481a11f1c0045ce568032ca0375deb64aff1cdc33a05/scipy-1.2.2-cp27-cp27m-manylinux1_x86_64.whl (24.8MB)
Collecting pandas>=0.19 (from -r requirements.txt (line 3))
Downloading https://files.pythonhosted.org/packages/b2/4c/b6f966ac91c5670ba4ef0b0b5613b5379e3c7abdfad4e7b89a87d73bae13/pandas-0.24.2.tar.gz (11.8MB)
ERROR: Complete output from command python setup.py egg_info:
ERROR: Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-MLGgcN/pandas/setup.py", line 746, in <module>
**setuptools_kwargs)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/__init__.py", line 128, in setup
_install_setup_requires(attrs)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/__init__.py", line 123, in _install_setup_requires
dist.fetch_build_eggs(dist.setup_requires)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/dist.py", line 513, in fetch_build_eggs
replace_conflicting=True,
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/pkg_resources/__init__.py", line 774, in resolve
replace_conflicting=replace_conflicting
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1057, in best_match
return self.obtain(req, installer)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1069, in obtain
return installer(requirement)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/dist.py", line 580, in fetch_build_egg
return cmd.easy_install(req)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 673, in easy_install
return self.install_item(spec, dist.location, tmpdir, deps)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 699, in install_item
dists = self.install_eggs(spec, download, tmpdir)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 884, in install_eggs
return self.build_and_install(setup_script, setup_base)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1152, in build_and_install
self.run_setup(setup_script, setup_base, args)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1138, in run_setup
run_setup(setup_script, args)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/sandbox.py", line 253, in run_setup
raise
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/sandbox.py", line 195, in setup_context
yield
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/sandbox.py", line 166, in save_modules
saved_exc.resume()
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/sandbox.py", line 141, in resume
six.reraise(type, exc, self._tb)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/sandbox.py", line 154, in save_modules
yield saved
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/sandbox.py", line 195, in setup_context
yield
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/sandbox.py", line 250, in run_setup
_execfile(setup_script, ns)
File "/opt/hostedtoolcache/Python/2.7.15/x64/lib/python2.7/site-packages/setuptools/sandbox.py", line 45, in _execfile
exec(code, globals, locals)
File "/tmp/easy_install-pdeLgl/numpy-1.17.0rc1/setup.py", line 31, in <module>
RuntimeError: Python version >= 3.5 required.
----------------------------------------
ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-MLGgcN/pandas/
</code></pre></div> | 1 |
<p dir="auto">In 1.6, stack traces got syntax highlighting in the REPL, but <code class="notranslate">methods</code> did not.<br>
Syntax highlighting would help with readability. Presumably the code can be reused.</p> | <p dir="auto">Hello!</p>
<p dir="auto">I love being able to see all the various implement methods, or methods using a certain type in Julia.<br>
However, I didn't find it easy to find what I was looking for at a glance. Particularly for functions with many (tens-hundreds) of implementations. So, I've tried adding a bit of colour. I've found it really helpful, and think it would be good if something like it were the default.</p>
<p dir="auto">Happy to make a PR, or just see my work used.</p>
<h3 dir="auto">Example</h3>
<p dir="auto">Current output for <code class="notranslate">methods(sum)</code></p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/20903656/119236490-4bf1d700-bb6a-11eb-9ed4-27ea55d7baef.png"><img src="https://user-images.githubusercontent.com/20903656/119236490-4bf1d700-bb6a-11eb-9ed4-27ea55d7baef.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">My output for <code class="notranslate">methods(sum)</code></p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/20903656/119236502-59a75c80-bb6a-11eb-844d-aff9cb0f9c14.png"><img src="https://user-images.githubusercontent.com/20903656/119236502-59a75c80-bb6a-11eb-844d-aff9cb0f9c14.png" alt="image" style="max-width: 100%;"></a></p>
<h3 dir="auto">Code</h3>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function Base.show(io::IO, m::Method)
tv, decls, file, line = Base.arg_decl_parts(m)
sig = Base.unwrap_unionall(m.sig)
if sig === Tuple
# Builtin
print(io, m.name, "(...) in ", m.module)
return
end
printstyled(io, decls[1][2]; color=:blue)
print(io, "(")
for (d, i) in zip(decls[2:end], 2:length(decls))
if isempty(d[2])
printstyled(io, d[1]; color=:magenta)
else
printstyled(io, d[1]; color=:magenta)
typespec = split(d[2], "{"; limit=2)
if length(typespec) == 1
printstyled(io, "::", d[2]; color=:yellow)
else
printstyled(io, "::", typespec[1]; color=:yellow)
printstyled(io, "{", typespec[2]; color=247)
end
end
if i < length(decls)
printstyled(io, ", ")
end
end
kwargs = Base.kwarg_decl(m)
if !isempty(kwargs)
printstyled(io, "; "; bold=true)
for (k, i) in zip(kwargs, 1:length(kwargs))
printstyled(io, Base.sym_to_string(k); color=:magenta)
if i < length(kwargs)
printstyled(io, ", ")
end
end
end
print(io, ")")
Base.show_method_params(io, tv)
printstyled(io, " in "; color=:light_black)
printstyled(io, m.module; color=:light_red)
if line > 0
file, line = Base.updated_methodloc(m)
printstyled(io, " at "; color=:light_black)
printstyled(io, file; color=:green)
printstyled(io, ":", line)
end
end
function Base.show_method_list_header(io::IO, ms::Base.MethodList, namefmt::Function)
mt = ms.mt
name = mt.name
hasname = isdefined(mt.module, name) &&
typeof(getfield(mt.module, name)) <: Function
n = length(ms)
if mt.module === Core && n == 0 && mt.defs === nothing && mt.cache !== nothing
# try to detect Builtin
print(io, "# built-in function; no methods")
else
printstyled(io, "# "; color=:light_black)
printstyled(io, n; color=:cyan, bold=true)
print(io, " ", n==1 ? "method" : "methods")
sname = string(name)
if hasname
what = startswith(sname, '@') ? "macro" : "generic function"
print(io, " for ", what, " ")
printstyled(io, sname; color=:blue)
elseif '#' in sname
print(io, " for anonymous function ", namefmt(sname))
elseif mt === Base._TYPE_NAME.mt
print(io, " for type constructor")
end
print(io, ":")
end
end"><pre class="notranslate"><span class="pl-k">function</span> Base<span class="pl-k">.</span><span class="pl-en">show</span>(io<span class="pl-k">::</span><span class="pl-c1">IO</span>, m<span class="pl-k">::</span><span class="pl-c1">Method</span>)
tv, decls, file, line <span class="pl-k">=</span> Base<span class="pl-k">.</span><span class="pl-c1">arg_decl_parts</span>(m)
sig <span class="pl-k">=</span> Base<span class="pl-k">.</span><span class="pl-c1">unwrap_unionall</span>(m<span class="pl-k">.</span>sig)
<span class="pl-k">if</span> sig <span class="pl-k">===</span> Tuple
<span class="pl-c"><span class="pl-c">#</span> Builtin</span>
<span class="pl-c1">print</span>(io, m<span class="pl-k">.</span>name, <span class="pl-s"><span class="pl-pds">"</span>(...) in <span class="pl-pds">"</span></span>, m<span class="pl-k">.</span>module)
<span class="pl-k">return</span>
<span class="pl-k">end</span>
<span class="pl-c1">printstyled</span>(io, decls[<span class="pl-c1">1</span>][<span class="pl-c1">2</span>]; color<span class="pl-k">=</span><span class="pl-c1">:blue</span>)
<span class="pl-c1">print</span>(io, <span class="pl-s"><span class="pl-pds">"</span>(<span class="pl-pds">"</span></span>)
<span class="pl-k">for</span> (d, i) <span class="pl-k">in</span> <span class="pl-c1">zip</span>(decls[<span class="pl-c1">2</span><span class="pl-k">:</span><span class="pl-c1">end</span>], <span class="pl-c1">2</span><span class="pl-k">:</span><span class="pl-c1">length</span>(decls))
<span class="pl-k">if</span> <span class="pl-c1">isempty</span>(d[<span class="pl-c1">2</span>])
<span class="pl-c1">printstyled</span>(io, d[<span class="pl-c1">1</span>]; color<span class="pl-k">=</span><span class="pl-c1">:magenta</span>)
<span class="pl-k">else</span>
<span class="pl-c1">printstyled</span>(io, d[<span class="pl-c1">1</span>]; color<span class="pl-k">=</span><span class="pl-c1">:magenta</span>)
typespec <span class="pl-k">=</span> <span class="pl-c1">split</span>(d[<span class="pl-c1">2</span>], <span class="pl-s"><span class="pl-pds">"</span>{<span class="pl-pds">"</span></span>; limit<span class="pl-k">=</span><span class="pl-c1">2</span>)
<span class="pl-k">if</span> <span class="pl-c1">length</span>(typespec) <span class="pl-k">==</span> <span class="pl-c1">1</span>
<span class="pl-c1">printstyled</span>(io, <span class="pl-s"><span class="pl-pds">"</span>::<span class="pl-pds">"</span></span>, d[<span class="pl-c1">2</span>]; color<span class="pl-k">=</span><span class="pl-c1">:yellow</span>)
<span class="pl-k">else</span>
<span class="pl-c1">printstyled</span>(io, <span class="pl-s"><span class="pl-pds">"</span>::<span class="pl-pds">"</span></span>, typespec[<span class="pl-c1">1</span>]; color<span class="pl-k">=</span><span class="pl-c1">:yellow</span>)
<span class="pl-c1">printstyled</span>(io, <span class="pl-s"><span class="pl-pds">"</span>{<span class="pl-pds">"</span></span>, typespec[<span class="pl-c1">2</span>]; color<span class="pl-k">=</span><span class="pl-c1">247</span>)
<span class="pl-k">end</span>
<span class="pl-k">end</span>
<span class="pl-k">if</span> i <span class="pl-k"><</span> <span class="pl-c1">length</span>(decls)
<span class="pl-c1">printstyled</span>(io, <span class="pl-s"><span class="pl-pds">"</span>, <span class="pl-pds">"</span></span>)
<span class="pl-k">end</span>
<span class="pl-k">end</span>
kwargs <span class="pl-k">=</span> Base<span class="pl-k">.</span><span class="pl-c1">kwarg_decl</span>(m)
<span class="pl-k">if</span> <span class="pl-k">!</span><span class="pl-c1">isempty</span>(kwargs)
<span class="pl-c1">printstyled</span>(io, <span class="pl-s"><span class="pl-pds">"</span>; <span class="pl-pds">"</span></span>; bold<span class="pl-k">=</span><span class="pl-c1">true</span>)
<span class="pl-k">for</span> (k, i) <span class="pl-k">in</span> <span class="pl-c1">zip</span>(kwargs, <span class="pl-c1">1</span><span class="pl-k">:</span><span class="pl-c1">length</span>(kwargs))
<span class="pl-c1">printstyled</span>(io, Base<span class="pl-k">.</span><span class="pl-c1">sym_to_string</span>(k); color<span class="pl-k">=</span><span class="pl-c1">:magenta</span>)
<span class="pl-k">if</span> i <span class="pl-k"><</span> <span class="pl-c1">length</span>(kwargs)
<span class="pl-c1">printstyled</span>(io, <span class="pl-s"><span class="pl-pds">"</span>, <span class="pl-pds">"</span></span>)
<span class="pl-k">end</span>
<span class="pl-k">end</span>
<span class="pl-k">end</span>
<span class="pl-c1">print</span>(io, <span class="pl-s"><span class="pl-pds">"</span>)<span class="pl-pds">"</span></span>)
Base<span class="pl-k">.</span><span class="pl-c1">show_method_params</span>(io, tv)
<span class="pl-c1">printstyled</span>(io, <span class="pl-s"><span class="pl-pds">"</span> in <span class="pl-pds">"</span></span>; color<span class="pl-k">=</span><span class="pl-c1">:light_black</span>)
<span class="pl-c1">printstyled</span>(io, m<span class="pl-k">.</span>module; color<span class="pl-k">=</span><span class="pl-c1">:light_red</span>)
<span class="pl-k">if</span> line <span class="pl-k">></span> <span class="pl-c1">0</span>
file, line <span class="pl-k">=</span> Base<span class="pl-k">.</span><span class="pl-c1">updated_methodloc</span>(m)
<span class="pl-c1">printstyled</span>(io, <span class="pl-s"><span class="pl-pds">"</span> at <span class="pl-pds">"</span></span>; color<span class="pl-k">=</span><span class="pl-c1">:light_black</span>)
<span class="pl-c1">printstyled</span>(io, file; color<span class="pl-k">=</span><span class="pl-c1">:green</span>)
<span class="pl-c1">printstyled</span>(io, <span class="pl-s"><span class="pl-pds">"</span>:<span class="pl-pds">"</span></span>, line)
<span class="pl-k">end</span>
<span class="pl-k">end</span>
<span class="pl-k">function</span> Base<span class="pl-k">.</span><span class="pl-en">show_method_list_header</span>(io<span class="pl-k">::</span><span class="pl-c1">IO</span>, ms<span class="pl-k">::</span><span class="pl-c1">Base.MethodList</span>, namefmt<span class="pl-k">::</span><span class="pl-c1">Function</span>)
mt <span class="pl-k">=</span> ms<span class="pl-k">.</span>mt
name <span class="pl-k">=</span> mt<span class="pl-k">.</span>name
hasname <span class="pl-k">=</span> <span class="pl-c1">isdefined</span>(mt<span class="pl-k">.</span>module, name) <span class="pl-k">&&</span>
<span class="pl-c1">typeof</span>(<span class="pl-c1">getfield</span>(mt<span class="pl-k">.</span>module, name)) <span class="pl-k"><:</span> <span class="pl-c1">Function</span>
n <span class="pl-k">=</span> <span class="pl-c1">length</span>(ms)
<span class="pl-k">if</span> mt<span class="pl-k">.</span>module <span class="pl-k">===</span> Core <span class="pl-k">&&</span> n <span class="pl-k">==</span> <span class="pl-c1">0</span> <span class="pl-k">&&</span> mt<span class="pl-k">.</span>defs <span class="pl-k">===</span> <span class="pl-c1">nothing</span> <span class="pl-k">&&</span> mt<span class="pl-k">.</span>cache <span class="pl-k">!==</span> <span class="pl-c1">nothing</span>
<span class="pl-c"><span class="pl-c">#</span> try to detect Builtin</span>
<span class="pl-c1">print</span>(io, <span class="pl-s"><span class="pl-pds">"</span># built-in function; no methods<span class="pl-pds">"</span></span>)
<span class="pl-k">else</span>
<span class="pl-c1">printstyled</span>(io, <span class="pl-s"><span class="pl-pds">"</span># <span class="pl-pds">"</span></span>; color<span class="pl-k">=</span><span class="pl-c1">:light_black</span>)
<span class="pl-c1">printstyled</span>(io, n; color<span class="pl-k">=</span><span class="pl-c1">:cyan</span>, bold<span class="pl-k">=</span><span class="pl-c1">true</span>)
<span class="pl-c1">print</span>(io, <span class="pl-s"><span class="pl-pds">"</span> <span class="pl-pds">"</span></span>, n<span class="pl-k">==</span><span class="pl-c1">1</span> <span class="pl-k">?</span> <span class="pl-s"><span class="pl-pds">"</span>method<span class="pl-pds">"</span></span> <span class="pl-k">:</span> <span class="pl-s"><span class="pl-pds">"</span>methods<span class="pl-pds">"</span></span>)
sname <span class="pl-k">=</span> <span class="pl-c1">string</span>(name)
<span class="pl-k">if</span> hasname
what <span class="pl-k">=</span> <span class="pl-c1">startswith</span>(sname, <span class="pl-s"><span class="pl-pds">'</span>@<span class="pl-pds">'</span></span>) <span class="pl-k">?</span> <span class="pl-s"><span class="pl-pds">"</span>macro<span class="pl-pds">"</span></span> <span class="pl-k">:</span> <span class="pl-s"><span class="pl-pds">"</span>generic function<span class="pl-pds">"</span></span>
<span class="pl-c1">print</span>(io, <span class="pl-s"><span class="pl-pds">"</span> for <span class="pl-pds">"</span></span>, what, <span class="pl-s"><span class="pl-pds">"</span> <span class="pl-pds">"</span></span>)
<span class="pl-c1">printstyled</span>(io, sname; color<span class="pl-k">=</span><span class="pl-c1">:blue</span>)
<span class="pl-k">elseif</span> <span class="pl-s"><span class="pl-pds">'</span>#<span class="pl-pds">'</span></span> <span class="pl-k">in</span> sname
<span class="pl-c1">print</span>(io, <span class="pl-s"><span class="pl-pds">"</span> for anonymous function <span class="pl-pds">"</span></span>, <span class="pl-c1">namefmt</span>(sname))
<span class="pl-k">elseif</span> mt <span class="pl-k">===</span> Base<span class="pl-k">.</span>_TYPE_NAME<span class="pl-k">.</span>mt
<span class="pl-c1">print</span>(io, <span class="pl-s"><span class="pl-pds">"</span> for type constructor<span class="pl-pds">"</span></span>)
<span class="pl-k">end</span>
<span class="pl-c1">print</span>(io, <span class="pl-s"><span class="pl-pds">"</span>:<span class="pl-pds">"</span></span>)
<span class="pl-k">end</span>
<span class="pl-k">end</span></pre></div> | 1 |
<p dir="auto">Alright, kind of a React newb but React is not following the principle of least surprises with this one so I have to ask.</p>
<p dir="auto">Our team only really wants serverside rendering for a particular project. We don't need to do much special on the client.</p>
<p dir="auto">However, as far as I have learned, you need to have a reference to the same React components on the client as you do on the server in order to actually get dynamic behavior (events are bound etc) on the client.</p>
<p dir="auto">My question is, if we have a <code class="notranslate"><div id='react-root'> </div></code></p>
<p dir="auto">why isn't React setup so that on the front-end we could just call:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="ReactDOM.render(document.getElementById('react-root');"><pre class="notranslate"><span class="pl-v">ReactDOM</span><span class="pl-kos">.</span><span class="pl-en">render</span><span class="pl-kos">(</span><span class="pl-smi">document</span><span class="pl-kos">.</span><span class="pl-en">getElementById</span><span class="pl-kos">(</span><span class="pl-s">'react-root'</span><span class="pl-kos">)</span><span class="pl-kos"></span><span class="pl-kos">;</span></pre></div>
<p dir="auto">(without the React component first argument.)</p>
<p dir="auto">Doesn't / couldn't React have enough info to go off of already, so as to not need an actual reference to the React component on the front-end as well? As long as React on the front-end has a reference to the root DOM node, couldn't / shouldn't that be enough?</p>
<p dir="auto">The whole thing where you have to re-render on the client is kinda unexpected. I am sure I am missing something, or there must be some good reason why the lib works this way, I just don't know and want to know which is why I am writing this. Thanks.</p> | <p dir="auto">Describe what you were doing when the bug occurred:</p>
<ol dir="auto">
<li>Click on "ranked" in the Profiler</li>
</ol>
<hr>
<h2 dir="auto">Please do not remove the text below this line</h2>
<p dir="auto">DevTools version: 4.2.0-a8b8ffb89</p>
<p dir="auto">Call stack: at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:156567<br>
at Map.forEach ()<br>
at commitIndex (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:156513)<br>
at e.getRankedChartData (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:157036)<br>
at gl (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:314363)<br>
at fi (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:32:59263)<br>
at lc (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:32:103717)<br>
at kc (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:32:89467)<br>
at wc (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:32:89392)<br>
at pc (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:32:86341)</p>
<p dir="auto">Component stack: in gl<br>
in div<br>
in div<br>
in div<br>
in _o<br>
in Unknown<br>
in n<br>
in Unknown<br>
in div<br>
in div<br>
in zi<br>
in Ge<br>
in un<br>
in ba<br>
in Rc</p> | 0 |
<p dir="auto">I know there is a similar issue (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="87687492" data-permission-text="Title is private" data-url="https://github.com/electron/electron/issues/1954" data-hovercard-type="issue" data-hovercard-url="/electron/electron/issues/1954/hovercard" href="https://github.com/electron/electron/issues/1954">#1954</a>) but it is related with Squirrel.Windows and Windows 10. This problem is also on Windows 7 and <strong>Squirrel.Windows</strong> shouldn't be needed for pinning an application.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/64dd1088e74e97bca1c8e9fa653925f59c456f8232a59f1a21e1c05c1fb5cd91/68747470733a2f2f692e6779617a6f2e636f6d2f36626538343861616263386230393861643832373361306364323637303436622e676966"><img src="https://camo.githubusercontent.com/64dd1088e74e97bca1c8e9fa653925f59c456f8232a59f1a21e1c05c1fb5cd91/68747470733a2f2f692e6779617a6f2e636f6d2f36626538343861616263386230393861643832373361306364323637303436622e676966" alt="img" data-animated-image="" data-canonical-src="https://i.gyazo.com/6be848aabc8b098ad8273a0cd267046b.gif" style="max-width: 100%;"></a></p>
<ul dir="auto">
<li><code class="notranslate">app.setAppUserModelId('electron.app.AppName')</code> doesn't make any difference.</li>
<li>This is happening when I drag (as in the gif above) the .exe to the taskbar and then I try to run it. If I execute the app first and then pin the running instance, the pinned app will work correctly.</li>
</ul> | <ul dir="auto">
<li>Output of <code class="notranslate">node_modules/.bin/electron --version</code>: 3.0.0</li>
<li>Output of <code class="notranslate">node_modules/.bin/electron --version</code> on last known working Electron version (if applicable): 2.0.10</li>
<li>Operating System (Platform and Version): macOS 10.12.6</li>
</ul>
<p dir="auto"><strong>Expected Behavior</strong><br>
When setting the <code class="notranslate">titleBarStyle</code> to <code class="notranslate">hiddenInset</code> on macOS I would expect it to show the macOS "traffic lights" buttons for closing, minimizing and expanding the window.</p>
<p dir="auto"><strong>Actual behavior</strong><br>
The traffic lights are not visible, yet they do respond to clicks when you click on the area corresponding to each of the buttons.</p>
<p dir="auto"><strong>To Reproduce</strong></p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ git clone https://github.com/hellais/electron-quick-start.git -b hidden-inset
$ npm install
$ npm start"><pre class="notranslate">$ git clone https://github.com/hellais/electron-quick-start.git -b hidden-inset
$ npm install
$ npm start</pre></div>
<p dir="auto"><strong>Screenshots</strong><br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/424620/46090182-7704ac80-c1b0-11e8-940f-989bd95ac234.png"><img src="https://user-images.githubusercontent.com/424620/46090182-7704ac80-c1b0-11e8-940f-989bd95ac234.png" alt="screen shot 2018-09-26 at 17 20 11" style="max-width: 100%;"></a><br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/424620/46090183-7704ac80-c1b0-11e8-93cc-53f2791db94d.png"><img src="https://user-images.githubusercontent.com/424620/46090183-7704ac80-c1b0-11e8-93cc-53f2791db94d.png" alt="screen shot 2018-09-26 at 17 19 48" style="max-width: 100%;"></a></p> | 0 |
<p dir="auto">Failed: <a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-test-go/17719/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-test-go/17719/</a></p>
<p dir="auto">Run so broken it didn't make JUnit output!</p> | <p dir="auto">Failed: <a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-test-go/17098/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-test-go/17098/</a></p>
<p dir="auto">Run so broken it didn't make JUnit output!</p> | 1 |
<p dir="auto"><code class="notranslate">WireframeGeometry</code> generates duplicate edges for both indexed and non-indexed buffer geometry.</p>
<p dir="auto">This is true by inspection, as the code does not test for duplicate xyz-coordinates.</p>
<p dir="auto">A simple non-indexed example is:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const geometry = new THREE.TetrahedronGeometry( 1, 0 ); // 6 unique edges
const wireframe = new THREE.WireframeGeometry( geometry ); // 12 edges"><pre class="notranslate"><span class="pl-k">const</span> <span class="pl-s1">geometry</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-c1">THREE</span><span class="pl-kos">.</span><span class="pl-c1">TetrahedronGeometry</span><span class="pl-kos">(</span> <span class="pl-c1">1</span><span class="pl-kos">,</span> <span class="pl-c1">0</span> <span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-c">// 6 unique edges</span>
<span class="pl-k">const</span> <span class="pl-s1">wireframe</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-c1">THREE</span><span class="pl-kos">.</span><span class="pl-c1">WireframeGeometry</span><span class="pl-kos">(</span> <span class="pl-s1">geometry</span> <span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-c">// 12 edges</span></pre></div>
<p dir="auto"><code class="notranslate">BoxGeometry( 1, 1, 1 )</code> is a simple indexed example.</p>
<p dir="auto">Duplicating an edge is not a problem most of the time, but when using dashed lines, it is a problem.</p>
<hr>
<p dir="auto">EDIT: Actually, instead of "duplicate edges", they should be referred to as "coincident edges": A -> B = B -> A.</p> | <p dir="auto">Discussion continued from <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mrdoob/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mrdoob">@mrdoob</a>'s question in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="17013713" data-permission-text="Title is private" data-url="https://github.com/mrdoob/three.js/issues/3657" data-hovercard-type="pull_request" data-hovercard-url="/mrdoob/three.js/pull/3657/hovercard" href="https://github.com/mrdoob/three.js/pull/3657">#3657</a>.</p>
<p dir="auto">It sure would simplify the code. Non-planar quads would no longer shade incorrectly (because quads wouldn't exist). Raycasting against modified quad terrain would work correctly.</p>
<p dir="auto">The downside is a wireframe cube in CanvasRenderer and WebGLRenderer would no longer have 6 square faces. CanvasRender may be slower. Converters would have to be changed first. We'd lose backward compatibility with existing quad-based models.</p> | 0 |
<p dir="auto">This simple code example ends in an Segmentation fault error.</p>
<div class="highlight highlight-source-c++ notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Mat test(720, 1280, CV_8UC3);
string text = "";
putText(out, text, Point(10, 10), FONT_HERSHEY_SIMPLEX, 1.0, Scalar(0, 0, 0), 2);"><pre class="notranslate">Mat <span class="pl-en">test</span>(<span class="pl-c1">720</span>, <span class="pl-c1">1280</span>, CV_8UC3);
string text = <span class="pl-s"><span class="pl-pds">"</span><span class="pl-pds">"</span></span>;
<span class="pl-en">putText</span>(out, text, <span class="pl-c1">Point</span>(<span class="pl-c1">10</span>, <span class="pl-c1">10</span>), FONT_HERSHEY_SIMPLEX, 1.0, Scalar(<span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>), 2);</pre></div>
<p dir="auto">The reason is the empty string (""), using any other string, that is not empty, works fine.<br>
This did not happen in OpenCV 2.4.8.<br>
Is this meant to work this way now, that one has to check the string if it is empty before drawing it?</p> | <p dir="auto"><code class="notranslate">putText</code> throws a segmentation fault when an empty <code class="notranslate">std::string</code> is passed as the <code class="notranslate">text</code> argument. It doesn't happen with an "empty" char array:</p>
<div class="highlight highlight-source-c++ notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="cv::Mat im(640, 480, CV_8UC3);
std::cout << "a" << std::endl;
cv::putText(im, "", cv::Point(10, 30), cv::FONT_HERSHEY_PLAIN,
1., cv::Scalar(255, 255, 255));
std::cout << "b" << std::endl;
cv::putText(im, std::string(""), cv::Point(10, 30), cv::FONT_HERSHEY_PLAIN,
1., cv::Scalar(255, 255, 255));
std::cout << "c" << std::endl;"><pre class="notranslate">cv::Mat <span class="pl-en">im</span>(<span class="pl-c1">640</span>, <span class="pl-c1">480</span>, CV_8UC3);
std::cout << <span class="pl-s"><span class="pl-pds">"</span>a<span class="pl-pds">"</span></span> << std::endl;
<span class="pl-en">cv::putText</span>(im, <span class="pl-s"><span class="pl-pds">"</span><span class="pl-pds">"</span></span>, cv::<span class="pl-c1">Point</span>(<span class="pl-c1">10</span>, <span class="pl-c1">30</span>), cv::FONT_HERSHEY_PLAIN,
1., cv::Scalar(<span class="pl-c1">255</span>, <span class="pl-c1">255</span>, <span class="pl-c1">255</span>));
std::cout << <span class="pl-s"><span class="pl-pds">"</span>b<span class="pl-pds">"</span></span> << std::endl;
<span class="pl-en">cv::putText</span>(im, std::string(<span class="pl-s"><span class="pl-pds">"</span><span class="pl-pds">"</span></span>), cv::Point(<span class="pl-c1">10</span>, <span class="pl-c1">30</span>), cv::FONT_HERSHEY_PLAIN,
1., cv::Scalar(<span class="pl-c1">255</span>, <span class="pl-c1">255</span>, <span class="pl-c1">255</span>));
std::cout << <span class="pl-s"><span class="pl-pds">"</span>c<span class="pl-pds">"</span></span> << std::endl;</pre></div>
<p dir="auto">Output:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="a
b
Segmentation fault (core dumped)"><pre class="notranslate"><code class="notranslate">a
b
Segmentation fault (core dumped)
</code></pre></div>
<p dir="auto">OpenCV version 3.0.0. GCC <code class="notranslate">g++ (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4</code>. Linux <code class="notranslate">3.16.0-50-generic x86_64</code>.</p> | 1 |
<p dir="auto">The compiler appears to crash when fed this invalid syntax.</p>
<p dir="auto">I tried this code:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="fn main() {
let a = [];
}"><pre class="notranslate"><code class="notranslate">fn main() {
let a = [];
}
</code></pre></div>
<p dir="auto">I expected to see a syntax error, but instead I got this trace:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="e0309.rs:2:13: 2:15 error: internal compiler error: cat_expr Errd
e0309.rs:2 let a = [];
^~
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
note: run with `RUST_BACKTRACE=1` for a backtrace
thread 'rustc' panicked at 'Box<Any>', /home/rustbuild/src/rust-buildbot/slave/beta-dist-rustc-linux/build/src/libsyntax/diagnostic.rs:130
"><pre class="notranslate"><code class="notranslate">e0309.rs:2:13: 2:15 error: internal compiler error: cat_expr Errd
e0309.rs:2 let a = [];
^~
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
note: run with `RUST_BACKTRACE=1` for a backtrace
thread 'rustc' panicked at 'Box<Any>', /home/rustbuild/src/rust-buildbot/slave/beta-dist-rustc-linux/build/src/libsyntax/diagnostic.rs:130
</code></pre></div>
<p dir="auto">Backtrace is this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="stack backtrace:
1: 0x7efbf74743c8 - sys::backtrace::write::h179e141147f9ee14IJC
2: 0x7efbf749f770 - panicking::on_panic::h6aa569d33389f0cfsXI
3: 0x7efbf73d74a3 - rt::unwind::begin_unwind_inner::h082f07869f4b9731ACI
4: 0x7efbf479d04d - rt::unwind::begin_unwind::h13428428822164950735
5: 0x7efbf479cff3 - diagnostic::SpanHandler::span_bug::he82cb6427e6a50a8jnB
6: 0x7efbf503eb63 - session::Session::span_bug::h460607360e8bf7cc5Xq
7: 0x7efbf6100d0d - check::regionck::visit_expr::hfc7cf3e25c050a92PJd
8: 0x7efbf610183a - check::regionck::visit_local::h3c0931e616562244UGd
9: 0x7efbf60fbd05 - check::regionck::Rcx<'a, 'tcx>::visit_fn_body::hd4da730c0cf65ac9amd
10: 0x7efbf6196b91 - check::check_bare_fn::hb43e600383cf2ee2UQn
11: 0x7efbf6190674 - check::check_item::h77d9b4d4612f23cfF9n
12: 0x7efbf6268a96 - check_crate::closure.36300
13: 0x7efbf6262e73 - check_crate::h4b0848761f18a2bcbwC
14: 0x7efbf7af35cd - driver::phase_3_run_analysis_passes::hf7cad4098b28ceb1gGa
15: 0x7efbf7ad7425 - driver::compile_input::h7c62c2870ff901f6Qba
16: 0x7efbf7b8ea25 - run_compiler::hc815b49ce638c28eV4b
17: 0x7efbf7b8c33d - boxed::F.FnBox<A>::call_box::h4290333406520961126
18: 0x7efbf7b8b879 - rt::unwind::try::try_fn::h13999576404798567721
19: 0x7efbf751bc68 - rust_try_inner
20: 0x7efbf751bc55 - rust_try
21: 0x7efbf7b8bb4b - boxed::F.FnBox<A>::call_box::h14489442628055152240
22: 0x7efbf748a781 - sys::thread::create::thread_start::h02b7da32b4d7a4aaExH
23: 0x7efbf127b373 - start_thread
24: 0x7efbf704a27c - __clone
25: 0x0 - <unknown>
"><pre class="notranslate"><code class="notranslate">stack backtrace:
1: 0x7efbf74743c8 - sys::backtrace::write::h179e141147f9ee14IJC
2: 0x7efbf749f770 - panicking::on_panic::h6aa569d33389f0cfsXI
3: 0x7efbf73d74a3 - rt::unwind::begin_unwind_inner::h082f07869f4b9731ACI
4: 0x7efbf479d04d - rt::unwind::begin_unwind::h13428428822164950735
5: 0x7efbf479cff3 - diagnostic::SpanHandler::span_bug::he82cb6427e6a50a8jnB
6: 0x7efbf503eb63 - session::Session::span_bug::h460607360e8bf7cc5Xq
7: 0x7efbf6100d0d - check::regionck::visit_expr::hfc7cf3e25c050a92PJd
8: 0x7efbf610183a - check::regionck::visit_local::h3c0931e616562244UGd
9: 0x7efbf60fbd05 - check::regionck::Rcx<'a, 'tcx>::visit_fn_body::hd4da730c0cf65ac9amd
10: 0x7efbf6196b91 - check::check_bare_fn::hb43e600383cf2ee2UQn
11: 0x7efbf6190674 - check::check_item::h77d9b4d4612f23cfF9n
12: 0x7efbf6268a96 - check_crate::closure.36300
13: 0x7efbf6262e73 - check_crate::h4b0848761f18a2bcbwC
14: 0x7efbf7af35cd - driver::phase_3_run_analysis_passes::hf7cad4098b28ceb1gGa
15: 0x7efbf7ad7425 - driver::compile_input::h7c62c2870ff901f6Qba
16: 0x7efbf7b8ea25 - run_compiler::hc815b49ce638c28eV4b
17: 0x7efbf7b8c33d - boxed::F.FnBox<A>::call_box::h4290333406520961126
18: 0x7efbf7b8b879 - rt::unwind::try::try_fn::h13999576404798567721
19: 0x7efbf751bc68 - rust_try_inner
20: 0x7efbf751bc55 - rust_try
21: 0x7efbf7b8bb4b - boxed::F.FnBox<A>::call_box::h14489442628055152240
22: 0x7efbf748a781 - sys::thread::create::thread_start::h02b7da32b4d7a4aaExH
23: 0x7efbf127b373 - start_thread
24: 0x7efbf704a27c - __clone
25: 0x0 - <unknown>
</code></pre></div> | <p dir="auto">Test case:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="fn main() { []; }"><pre class="notranslate"><code class="notranslate">fn main() { []; }
</code></pre></div>
<p dir="auto">Output:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ RUST_BACKTRACE=1 rustc test.rs
test.rs:1:13: 1:15 error: internal compiler error: cat_expr Errd
test.rs:1 fn main() { []; }
^~
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
note: run with `RUST_BACKTRACE=1` for a backtrace
thread 'rustc' panicked at 'Box<Any>', /home/rustbuild/src/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/libsyntax/diagnostic.rs:129
stack backtrace:
1: 0xcc029720 - sys::backtrace::write::h66f3f2784d0f6c5ddgA
2: 0xcc051b80 - panicking::on_panic::h6fdde9e4e9166fe6jaJ
3: 0xcbf91c30 - rt::unwind::begin_unwind_inner::hba10c536ef2aae75MQI
4: 0xc92a10c0 - rt::unwind::begin_unwind::h11287547919384241778
5: 0xc92a1050 - diagnostic::SpanHandler::span_bug::h551f703868554ecfUBD
6: 0xc9e32fe0 - session::Session::span_bug::h10f6b5fdbea6485fbjp
7: 0xcb6c5920 - check::regionck::visit_expr::hc78138689559ecf8Yrd
8: 0xcb6c35c0 - check::regionck::Rcx<'a, 'tcx>::visit_fn_body::h75e2fac33dc50b43a4c
9: 0xcb75ee50 - check::check_bare_fn::hf42e5aabaa5cb880Oan
10: 0xcb756f40 - check::check_item::hdbe569c101f96905stn
11: 0xcb822f10 - check_crate::closure.36015
12: 0xcb81d9c0 - check_crate::h9d44bf3fde687089EXB
13: 0xcc6a38c0 - driver::phase_3_run_analysis_passes::h36c633d41f11ca74wFa
14: 0xcc689ec0 - driver::compile_input::h0de317319ab5c701Hba
15: 0xcc754e20 - run_compiler::hffa0c0711e361de8E5b
16: 0xcc753720 - thunk::F.Invoke<A, R>::invoke::h12673221910893163557
17: 0xcc752610 - rt::unwind::try::try_fn::h15130568597725528481
18: 0xcc0bd740 - rust_try_inner
19: 0xcc0bd730 - rust_try
20: 0xcc752910 - thunk::F.Invoke<A, R>::invoke::h3924406537784056782
21: 0xcc03d990 - sys::thread::thread_start::h3734be2229bd3edegEE
22: 0xc5f650c0 - start_thread
23: 0xcbc0a449 - __clone
24: 0x0 - <unknown>"><pre class="notranslate"><code class="notranslate">$ RUST_BACKTRACE=1 rustc test.rs
test.rs:1:13: 1:15 error: internal compiler error: cat_expr Errd
test.rs:1 fn main() { []; }
^~
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
note: run with `RUST_BACKTRACE=1` for a backtrace
thread 'rustc' panicked at 'Box<Any>', /home/rustbuild/src/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/libsyntax/diagnostic.rs:129
stack backtrace:
1: 0xcc029720 - sys::backtrace::write::h66f3f2784d0f6c5ddgA
2: 0xcc051b80 - panicking::on_panic::h6fdde9e4e9166fe6jaJ
3: 0xcbf91c30 - rt::unwind::begin_unwind_inner::hba10c536ef2aae75MQI
4: 0xc92a10c0 - rt::unwind::begin_unwind::h11287547919384241778
5: 0xc92a1050 - diagnostic::SpanHandler::span_bug::h551f703868554ecfUBD
6: 0xc9e32fe0 - session::Session::span_bug::h10f6b5fdbea6485fbjp
7: 0xcb6c5920 - check::regionck::visit_expr::hc78138689559ecf8Yrd
8: 0xcb6c35c0 - check::regionck::Rcx<'a, 'tcx>::visit_fn_body::h75e2fac33dc50b43a4c
9: 0xcb75ee50 - check::check_bare_fn::hf42e5aabaa5cb880Oan
10: 0xcb756f40 - check::check_item::hdbe569c101f96905stn
11: 0xcb822f10 - check_crate::closure.36015
12: 0xcb81d9c0 - check_crate::h9d44bf3fde687089EXB
13: 0xcc6a38c0 - driver::phase_3_run_analysis_passes::h36c633d41f11ca74wFa
14: 0xcc689ec0 - driver::compile_input::h0de317319ab5c701Hba
15: 0xcc754e20 - run_compiler::hffa0c0711e361de8E5b
16: 0xcc753720 - thunk::F.Invoke<A, R>::invoke::h12673221910893163557
17: 0xcc752610 - rt::unwind::try::try_fn::h15130568597725528481
18: 0xcc0bd740 - rust_try_inner
19: 0xcc0bd730 - rust_try
20: 0xcc752910 - thunk::F.Invoke<A, R>::invoke::h3924406537784056782
21: 0xcc03d990 - sys::thread::thread_start::h3734be2229bd3edegEE
22: 0xc5f650c0 - start_thread
23: 0xcbc0a449 - __clone
24: 0x0 - <unknown>
</code></pre></div>
<p dir="auto">Compiler version:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="rustc 1.0.0-nightly (b47aebe3f 2015-02-26) (built 2015-02-27)
binary: rustc
commit-hash: b47aebe3fc2da06c760fd8ea19f84cbc41d34831
commit-date: 2015-02-26
build-date: 2015-02-27
host: x86_64-unknown-linux-gnu
release: 1.0.0-nightly"><pre class="notranslate"><code class="notranslate">rustc 1.0.0-nightly (b47aebe3f 2015-02-26) (built 2015-02-27)
binary: rustc
commit-hash: b47aebe3fc2da06c760fd8ea19f84cbc41d34831
commit-date: 2015-02-26
build-date: 2015-02-27
host: x86_64-unknown-linux-gnu
release: 1.0.0-nightly
</code></pre></div>
<p dir="auto">I modified the test case in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="59341575" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/22894" data-hovercard-type="issue" data-hovercard-url="/rust-lang/rust/issues/22894/hovercard" href="https://github.com/rust-lang/rust/issues/22894">#22894</a> by moving the <code class="notranslate">&*""</code> into <code class="notranslate">fn main()</code>, and I saw the same ICE. I then changed the <code class="notranslate">""</code> to the similar <code class="notranslate">&[]</code>, and I saw an ICE with a different error message and a different stack trace (e.g. phase 3 instead of phase 4). The <code class="notranslate">&</code> and <code class="notranslate">*</code> are unnecessary.</p>
<p dir="auto">I also see the <code class="notranslate">cat_expr Errd</code> message in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="56894364" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/22037" data-hovercard-type="issue" data-hovercard-url="/rust-lang/rust/issues/22037/hovercard" href="https://github.com/rust-lang/rust/issues/22037">#22037</a>, but there are differences -- this issue happens in phase 3 rather than 4, and there is no "fictitious type" message.</p> | 1 |
<p dir="auto">Make sure these boxes are checked before submitting your issue - thank you!</p>
<ul dir="auto">
<li>[ x ] I have checked the superset logs for python stacktraces and included it here as text if any</li>
<li>[ x ] I have reproduced the issue with at least the latest released version of superset</li>
<li>[ x ] I have checked the issue tracker for the same issue and I haven't found one similar</li>
</ul>
<h3 dir="auto">Superset version</h3>
<p dir="auto">0.20.3</p>
<h3 dir="auto">Expected results</h3>
<p dir="auto">Upon changing dashboard filtering, icons should indicate new range</p>
<h3 dir="auto">Actual results</h3>
<p dir="auto">Since ∞<br>
Until ∞</p>
<h3 dir="auto">Steps to reproduce</h3>
<ol dir="auto">
<li>Add date filter to dashboard</li>
<li>Change range</li>
</ol> | <p dir="auto">Make sure these boxes are checked before submitting your issue - thank you!</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the superset logs for python stacktraces and included it here as text if any</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have reproduced the issue with at least the latest released version of superset</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the issue tracker for the same issue and I haven't found one similar</li>
</ul>
<h3 dir="auto">Superset version</h3>
<p dir="auto">0.20.3</p>
<p dir="auto">I seems that a combination of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="262637103" data-permission-text="Title is private" data-url="https://github.com/apache/superset/issues/3584" data-hovercard-type="pull_request" data-hovercard-url="/apache/superset/pull/3584/hovercard" href="https://github.com/apache/superset/pull/3584">#3584</a> and <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="259342952" data-permission-text="Title is private" data-url="https://github.com/apache/superset/issues/3508" data-hovercard-type="pull_request" data-hovercard-url="/apache/superset/pull/3508/hovercard" href="https://github.com/apache/superset/pull/3508">#3508</a>, although work correctly on their own, has created a new bug in the dashboard filter with the latest version.. ;_;</p>
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="262637103" data-permission-text="Title is private" data-url="https://github.com/apache/superset/issues/3584" data-hovercard-type="pull_request" data-hovercard-url="/apache/superset/pull/3584/hovercard" href="https://github.com/apache/superset/pull/3584">#3584</a> fixed a bug where created filter options were not updated, but <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="259342952" data-permission-text="Title is private" data-url="https://github.com/apache/superset/issues/3508" data-hovercard-type="pull_request" data-hovercard-url="/apache/superset/pull/3508/hovercard" href="https://github.com/apache/superset/pull/3508">#3508</a> replaced the date dropdowns with datepickers, which did not have predetermined options. This causes an index error when updating new options.</p>
<p dir="auto">Modifying the date filter will cause the filter box UI to freeze up. Will have a hotfix PR soon.</p> | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have checked the <a href="https://github.com/apache/dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h3 dir="auto">Environment</h3>
<ul dir="auto">
<li>Dubbo version: 2.6.7</li>
<li>Operating System version: windows7</li>
<li>Java version: 1.7.0_79</li>
</ul>
<h3 dir="auto">Steps to reproduce this issue</h3>
<ol dir="auto">
<li>provider<br>
<dubbo:service version="1.0.0" group="dubbo" protocol="http"<br>
interface="dubbo.api.ApiService" ref="apiService"/></li>
<li>consumer<br>
<dubbo:reference id="apiService" version="1.0.0" group="dubbo" protocol="http" check="false" interface="dubbo.api.ApiService"/><br>
3.log<br>
com.alibaba.dubbo.registry.integration.RegistryDirectory: Unsupported protocol http in notified url:</li>
</ol>
<p dir="auto">Pls. provide [GitHub address] to reproduce this issue.</p>
<h3 dir="auto">Expected Result</h3>
<p dir="auto">What do you expected from the above steps?</p>
<h3 dir="auto">Actual Result</h3>
<p dir="auto">What actually happens?</p>
<p dir="auto">If there is an exception, please attach the exception trace:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Just put your stack trace here!"><pre class="notranslate"><code class="notranslate">Just put your stack trace here!
</code></pre></div> | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have checked the <a href="https://github.com/apache/dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h3 dir="auto">Environment</h3>
<ul dir="auto">
<li>Dubbo version: xxx</li>
<li>Operating System version: xxx</li>
<li>Java version: xxx</li>
</ul>
<h3 dir="auto">Steps to reproduce this issue</h3>
<ol dir="auto">
<li>xxx</li>
<li>xxx</li>
<li>xxx</li>
</ol>
<p dir="auto">Pls. provide [GitHub address] to reproduce this issue.</p>
<h3 dir="auto">Expected Result</h3>
<p dir="auto">What do you expected from the above steps?</p>
<h3 dir="auto">Actual Result</h3>
<p dir="auto">What actually happens?</p>
<p dir="auto">If there is an exception, please attach the exception trace:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Just put your stack trace here!"><pre class="notranslate"><code class="notranslate">Just put your stack trace here!
</code></pre></div> | 0 |
<p dir="auto">I'm using Keras 2.1.1 and Tensorflow 1.4, Python 3.6, Windows 7.</p>
<p dir="auto">I'm attempting transfer learning using the Inception model.<br>
The code is straight from the Keras Application API, just a few tweaks (using my data).</p>
<p dir="auto">Here is the code</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from keras.preprocessing import image```
from keras.preprocessing.image import ImageDataGenerator
from keras.models import Model
from keras.layers import Dense, GlobalAveragePooling2D
from keras import backend as K
from keras import optimizers
img_width, img_height = 299, 299
train_data_dir = r'C:\Users\Moondra\Desktop\Keras Applications\data\train'
total_samples = 13581
batch_size = 3
epochs = 5
train_datagen = ImageDataGenerator(
rescale = 1./255,
horizontal_flip = True,
zoom_range = 0.1,
rotation_range=15)
train_generator = train_datagen.flow_from_directory(
train_data_dir,
target_size = (img_height, img_width),
batch_size = batch_size,
class_mode = 'categorical') #class_mode = 'categorical'
# create the base pre-trained model
base_model = InceptionV3(weights='imagenet', include_top=False)
# add a global spatial average pooling layer
x = base_model.output
x = GlobalAveragePooling2D()(x)
# let's add a fully-connected layer
x = Dense(1024, activation='relu')(x)
# and a logistic layer -- let's say we have 200 classes
predictions = Dense(12, activation='softmax')(x)
# this is the model we will train
model = Model(input=base_model.input, output=predictions)
# first: train only the top layers (which were randomly initialized)
# i.e. freeze all convolutional InceptionV3 layers
for layer in base_model.layers:
layer.trainable = False
# compile the model (should be done *after* setting layers to non-trainable)
model.compile(optimizer=optimizers.SGD(lr=0.0001, momentum=0.9), loss='categorical_crossentropy', metrics = ['accuracy'])
# train the model on the new data for a few epochs
model.fit_generator(
train_generator,
steps_per_epoch = 20,
epochs = epochs)
# at this point, the top layers are well trained and we can start fine-tuning
# convolutional layers from inception V3. We will freeze the bottom N layers
# and train the remaining top layers.
# let's visualize layer names and layer indices to see how many layers
# we should freeze:
for i, layer in enumerate(base_model.layers):
print(i, layer.name)
# we chose to train the top 2 inception blocks, i.e. we will freeze
# the first 172 layers and unfreeze the rest:
for layer in model.layers[:249]:
layer.trainable = False
for layer in model.layers[249:]:
layer.trainable = True
# we need to recompile the model for these modifications to take effect
# we use SGD with a low learning rate
from keras.optimizers import SGD
model.compile(optimizer=SGD(lr=0.0001, momentum=0.9), loss='categorical_crossentropy', metrics = ['accuracy'])
# we train our model again (this time fine-tuning the top 2 inception blocks
# alongside the top Dense layers
model.fit_generator(
train_generator,
steps_per_epoch = 25,
epochs = epochs)`
Output is
Found 13581 images belonging to 12 classes.
Warning (from warnings module):
File "C:\Users\Moondra\Desktop\Keras Applications\keras_transfer_learning_inception_problem_one_epoch.py", line 44
model = Model(input=base_model.input, output=predictions)
UserWarning: Update your `Model` call to the Keras 2 API: `Model(inputs=Tensor("in..., outputs=Tensor("de...)`
Epoch 1/5
1/20 [>.............................] - ETA: 38s - loss: 2.8652 - acc: 0.0000e+00����������������������������������������������������������������������������������
3/20 [===>..........................] - ETA: 12s - loss: 2.6107 - acc: 0.1111 ������������������������������������������������������������������������������
4/20 [=====>........................] - ETA: 8s - loss: 2.6454 - acc: 0.0833 �����������������������������������������������������������������������������
5/20 [======>.......................] - ETA: 6s - loss: 2.6483 - acc: 0.0667�����������������������������������������������������������������������������
6/20 [========>.....................] - ETA: 5s - loss: 2.6863 - acc: 0.0556�����������������������������������������������������������������������������
7/20 [=========>....................] - ETA: 4s - loss: 2.6230 - acc: 0.0952�����������������������������������������������������������������������������
8/20 [===========>..................] - ETA: 3s - loss: 2.6212 - acc: 0.0833�����������������������������������������������������������������������������
9/20 [============>.................] - ETA: 3s - loss: 2.6192 - acc: 0.1111�����������������������������������������������������������������������������
10/20 [==============>...............] - ETA: 2s - loss: 2.6223 - acc: 0.1000�����������������������������������������������������������������������������
11/20 [===============>..............] - ETA: 2s - loss: 2.6626 - acc: 0.0909�����������������������������������������������������������������������������
12/20 [=================>............] - ETA: 2s - loss: 2.6562 - acc: 0.1111�����������������������������������������������������������������������������
13/20 [==================>...........] - ETA: 1s - loss: 2.6436 - acc: 0.1282�����������������������������������������������������������������������������
14/20 [====================>.........] - ETA: 1s - loss: 2.6319 - acc: 0.1190�����������������������������������������������������������������������������
15/20 [=====================>........] - ETA: 1s - loss: 2.6343 - acc: 0.1111
Warning (from warnings module):
File "C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\keras\callbacks.py", line 116
% delta_t_median)
UserWarning: Method on_batch_end() is slow compared to the batch update (0.102000). Check your callbacks.
�����������������������������������������������������������������������������
16/20 [=======================>......] - ETA: 0s - loss: 2.6310 - acc: 0.1042�����������������������������������������������������������������������������
17/20 [========================>.....] - ETA: 0s - loss: 2.6207 - acc: 0.1176�����������������������������������������������������������������������������
18/20 [==========================>...] - ETA: 0s - loss: 2.6063 - acc: 0.1296�����������������������������������������������������������������������������
19/20 [===========================>..] - ETA: 0s - loss: 2.6056 - acc: 0.1228
It just hangs at the 19/20.
I already asked on stack overflow but no help.
https://stackoverflow.com/questions/47382952/cant-get-past-first-epoch-just-hangs-keras-transfer-learning-inception
"><pre lang="from" class="notranslate"><code class="notranslate">from keras.preprocessing import image```
from keras.preprocessing.image import ImageDataGenerator
from keras.models import Model
from keras.layers import Dense, GlobalAveragePooling2D
from keras import backend as K
from keras import optimizers
img_width, img_height = 299, 299
train_data_dir = r'C:\Users\Moondra\Desktop\Keras Applications\data\train'
total_samples = 13581
batch_size = 3
epochs = 5
train_datagen = ImageDataGenerator(
rescale = 1./255,
horizontal_flip = True,
zoom_range = 0.1,
rotation_range=15)
train_generator = train_datagen.flow_from_directory(
train_data_dir,
target_size = (img_height, img_width),
batch_size = batch_size,
class_mode = 'categorical') #class_mode = 'categorical'
# create the base pre-trained model
base_model = InceptionV3(weights='imagenet', include_top=False)
# add a global spatial average pooling layer
x = base_model.output
x = GlobalAveragePooling2D()(x)
# let's add a fully-connected layer
x = Dense(1024, activation='relu')(x)
# and a logistic layer -- let's say we have 200 classes
predictions = Dense(12, activation='softmax')(x)
# this is the model we will train
model = Model(input=base_model.input, output=predictions)
# first: train only the top layers (which were randomly initialized)
# i.e. freeze all convolutional InceptionV3 layers
for layer in base_model.layers:
layer.trainable = False
# compile the model (should be done *after* setting layers to non-trainable)
model.compile(optimizer=optimizers.SGD(lr=0.0001, momentum=0.9), loss='categorical_crossentropy', metrics = ['accuracy'])
# train the model on the new data for a few epochs
model.fit_generator(
train_generator,
steps_per_epoch = 20,
epochs = epochs)
# at this point, the top layers are well trained and we can start fine-tuning
# convolutional layers from inception V3. We will freeze the bottom N layers
# and train the remaining top layers.
# let's visualize layer names and layer indices to see how many layers
# we should freeze:
for i, layer in enumerate(base_model.layers):
print(i, layer.name)
# we chose to train the top 2 inception blocks, i.e. we will freeze
# the first 172 layers and unfreeze the rest:
for layer in model.layers[:249]:
layer.trainable = False
for layer in model.layers[249:]:
layer.trainable = True
# we need to recompile the model for these modifications to take effect
# we use SGD with a low learning rate
from keras.optimizers import SGD
model.compile(optimizer=SGD(lr=0.0001, momentum=0.9), loss='categorical_crossentropy', metrics = ['accuracy'])
# we train our model again (this time fine-tuning the top 2 inception blocks
# alongside the top Dense layers
model.fit_generator(
train_generator,
steps_per_epoch = 25,
epochs = epochs)`
Output is
Found 13581 images belonging to 12 classes.
Warning (from warnings module):
File "C:\Users\Moondra\Desktop\Keras Applications\keras_transfer_learning_inception_problem_one_epoch.py", line 44
model = Model(input=base_model.input, output=predictions)
UserWarning: Update your `Model` call to the Keras 2 API: `Model(inputs=Tensor("in..., outputs=Tensor("de...)`
Epoch 1/5
1/20 [>.............................] - ETA: 38s - loss: 2.8652 - acc: 0.0000e+00����������������������������������������������������������������������������������
3/20 [===>..........................] - ETA: 12s - loss: 2.6107 - acc: 0.1111 ������������������������������������������������������������������������������
4/20 [=====>........................] - ETA: 8s - loss: 2.6454 - acc: 0.0833 �����������������������������������������������������������������������������
5/20 [======>.......................] - ETA: 6s - loss: 2.6483 - acc: 0.0667�����������������������������������������������������������������������������
6/20 [========>.....................] - ETA: 5s - loss: 2.6863 - acc: 0.0556�����������������������������������������������������������������������������
7/20 [=========>....................] - ETA: 4s - loss: 2.6230 - acc: 0.0952�����������������������������������������������������������������������������
8/20 [===========>..................] - ETA: 3s - loss: 2.6212 - acc: 0.0833�����������������������������������������������������������������������������
9/20 [============>.................] - ETA: 3s - loss: 2.6192 - acc: 0.1111�����������������������������������������������������������������������������
10/20 [==============>...............] - ETA: 2s - loss: 2.6223 - acc: 0.1000�����������������������������������������������������������������������������
11/20 [===============>..............] - ETA: 2s - loss: 2.6626 - acc: 0.0909�����������������������������������������������������������������������������
12/20 [=================>............] - ETA: 2s - loss: 2.6562 - acc: 0.1111�����������������������������������������������������������������������������
13/20 [==================>...........] - ETA: 1s - loss: 2.6436 - acc: 0.1282�����������������������������������������������������������������������������
14/20 [====================>.........] - ETA: 1s - loss: 2.6319 - acc: 0.1190�����������������������������������������������������������������������������
15/20 [=====================>........] - ETA: 1s - loss: 2.6343 - acc: 0.1111
Warning (from warnings module):
File "C:\Users\Moondra\AppData\Local\Programs\Python\Python36\lib\site-packages\keras\callbacks.py", line 116
% delta_t_median)
UserWarning: Method on_batch_end() is slow compared to the batch update (0.102000). Check your callbacks.
�����������������������������������������������������������������������������
16/20 [=======================>......] - ETA: 0s - loss: 2.6310 - acc: 0.1042�����������������������������������������������������������������������������
17/20 [========================>.....] - ETA: 0s - loss: 2.6207 - acc: 0.1176�����������������������������������������������������������������������������
18/20 [==========================>...] - ETA: 0s - loss: 2.6063 - acc: 0.1296�����������������������������������������������������������������������������
19/20 [===========================>..] - ETA: 0s - loss: 2.6056 - acc: 0.1228
It just hangs at the 19/20.
I already asked on stack overflow but no help.
https://stackoverflow.com/questions/47382952/cant-get-past-first-epoch-just-hangs-keras-transfer-learning-inception
</code></pre></div> | <p dir="auto">When <code class="notranslate">model.fit_generator</code> is used with <code class="notranslate">workers=0</code> and subclasses of <a href="https://keras.io/utils/#sequence" rel="nofollow"><code class="notranslate">keras.utils.data_utils.Sequence</code></a> for both training and validation data, API of <code class="notranslate">Sequence</code> is not recognized inside <code class="notranslate">evaluate_generator</code>, it raises:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" File ".../keras/legacy/interfaces.py", line 91, in wrapper
return func(*args, **kwargs)
File ".../keras/engine/training.py", line 1415, in fit_generator
initial_epoch=initial_epoch)
File ".../keras/engine/training_generator.py", line 230, in fit_generator
validation_steps,
File ".../keras/legacy/interfaces.py", line 91, in wrapper
return func(*args, **kwargs)
File ".../keras/engine/training.py", line 1469, in evaluate_generator
verbose=verbose)
File ".../keras/engine/training_generator.py", line 298, in evaluate_generator
else:
ValueError: `steps=None` is only valid for a generator based on the `keras.utils.Sequence` class. Please specify `steps` or use the `keras.utils.Sequence` class."><pre class="notranslate"> <span class="pl-v">File</span> <span class="pl-s">".../keras/legacy/interfaces.py"</span>, <span class="pl-s1">line</span> <span class="pl-c1">91</span>, <span class="pl-s1">in</span> <span class="pl-s1">wrapper</span>
<span class="pl-k">return</span> <span class="pl-en">func</span>(<span class="pl-c1">*</span><span class="pl-s1">args</span>, <span class="pl-c1">**</span><span class="pl-s1">kwargs</span>)
<span class="pl-v">File</span> <span class="pl-s">".../keras/engine/training.py"</span>, <span class="pl-s1">line</span> <span class="pl-c1">1415</span>, <span class="pl-s1">in</span> <span class="pl-s1">fit_generator</span>
<span class="pl-s1">initial_epoch</span><span class="pl-c1">=</span><span class="pl-s1">initial_epoch</span>)
<span class="pl-v">File</span> <span class="pl-s">".../keras/engine/training_generator.py"</span>, <span class="pl-s1">line</span> <span class="pl-c1">230</span>, <span class="pl-s1">in</span> <span class="pl-s1">fit_generator</span>
<span class="pl-s1">validation_steps</span>,
<span class="pl-v">File</span> <span class="pl-s">".../keras/legacy/interfaces.py"</span>, <span class="pl-s1">line</span> <span class="pl-c1">91</span>, <span class="pl-s1">in</span> <span class="pl-s1">wrapper</span>
<span class="pl-k">return</span> <span class="pl-en">func</span>(<span class="pl-c1">*</span><span class="pl-s1">args</span>, <span class="pl-c1">**</span><span class="pl-s1">kwargs</span>)
<span class="pl-v">File</span> <span class="pl-s">".../keras/engine/training.py"</span>, <span class="pl-s1">line</span> <span class="pl-c1">1469</span>, <span class="pl-s1">in</span> <span class="pl-s1">evaluate_generator</span>
<span class="pl-s1">verbose</span><span class="pl-c1">=</span><span class="pl-s1">verbose</span>)
<span class="pl-v">File</span> <span class="pl-s">".../keras/engine/training_generator.py"</span>, <span class="pl-s1">line</span> <span class="pl-c1">298</span>, <span class="pl-s1">in</span> <span class="pl-s1">evaluate_generator</span>
<span class="pl-s1">else</span>:
<span class="pl-v">ValueError</span>: <span class="pl-s">`steps=None`</span> <span class="pl-c1">is</span> <span class="pl-s1">only</span> <span class="pl-s1">valid</span> <span class="pl-k">for</span> <span class="pl-s1">a</span> <span class="pl-s1">generator</span> <span class="pl-s1">based</span> <span class="pl-s1">on</span> <span class="pl-s1">the</span> <span class="pl-s">`keras.utils.Sequence`</span> <span class="pl-s1">class</span>. <span class="pl-v">Please</span> <span class="pl-s1">specify</span> <span class="pl-s">`steps`</span> <span class="pl-c1">or</span> <span class="pl-s1">use</span> <span class="pl-s1">the</span> <span class="pl-s">`keras.utils.Sequence`</span> <span class="pl-s1">class</span>.</pre></div>
<p dir="auto">Example code:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from keras import Sequential
from keras.layers import Dense
from keras.utils.data_utils import Sequence
import numpy as np
class Dataset(Sequence):
def __getitem__(self, index):
return np.random.uniform(size=(16, 8)), np.random.uniform(size=(16, 1))
def __len__(self):
return 128
model = Sequential([Dense(4, activation='relu', input_shape=(8,)),
Dense(1, activation='sigmoid')])
model.compile(loss='mse', optimizer='adam')
model.fit_generator(generator=Dataset(), validation_data=Dataset(),
workers=0)"><pre class="notranslate"><span class="pl-k">from</span> <span class="pl-s1">keras</span> <span class="pl-k">import</span> <span class="pl-v">Sequential</span>
<span class="pl-k">from</span> <span class="pl-s1">keras</span>.<span class="pl-s1">layers</span> <span class="pl-k">import</span> <span class="pl-v">Dense</span>
<span class="pl-k">from</span> <span class="pl-s1">keras</span>.<span class="pl-s1">utils</span>.<span class="pl-s1">data_utils</span> <span class="pl-k">import</span> <span class="pl-v">Sequence</span>
<span class="pl-k">import</span> <span class="pl-s1">numpy</span> <span class="pl-k">as</span> <span class="pl-s1">np</span>
<span class="pl-k">class</span> <span class="pl-v">Dataset</span>(<span class="pl-v">Sequence</span>):
<span class="pl-k">def</span> <span class="pl-en">__getitem__</span>(<span class="pl-s1">self</span>, <span class="pl-s1">index</span>):
<span class="pl-k">return</span> <span class="pl-s1">np</span>.<span class="pl-s1">random</span>.<span class="pl-en">uniform</span>(<span class="pl-s1">size</span><span class="pl-c1">=</span>(<span class="pl-c1">16</span>, <span class="pl-c1">8</span>)), <span class="pl-s1">np</span>.<span class="pl-s1">random</span>.<span class="pl-en">uniform</span>(<span class="pl-s1">size</span><span class="pl-c1">=</span>(<span class="pl-c1">16</span>, <span class="pl-c1">1</span>))
<span class="pl-k">def</span> <span class="pl-en">__len__</span>(<span class="pl-s1">self</span>):
<span class="pl-k">return</span> <span class="pl-c1">128</span>
<span class="pl-s1">model</span> <span class="pl-c1">=</span> <span class="pl-v">Sequential</span>([<span class="pl-v">Dense</span>(<span class="pl-c1">4</span>, <span class="pl-s1">activation</span><span class="pl-c1">=</span><span class="pl-s">'relu'</span>, <span class="pl-s1">input_shape</span><span class="pl-c1">=</span>(<span class="pl-c1">8</span>,)),
<span class="pl-v">Dense</span>(<span class="pl-c1">1</span>, <span class="pl-s1">activation</span><span class="pl-c1">=</span><span class="pl-s">'sigmoid'</span>)])
<span class="pl-s1">model</span>.<span class="pl-en">compile</span>(<span class="pl-s1">loss</span><span class="pl-c1">=</span><span class="pl-s">'mse'</span>, <span class="pl-s1">optimizer</span><span class="pl-c1">=</span><span class="pl-s">'adam'</span>)
<span class="pl-s1">model</span>.<span class="pl-en">fit_generator</span>(<span class="pl-s1">generator</span><span class="pl-c1">=</span><span class="pl-v">Dataset</span>(), <span class="pl-s1">validation_data</span><span class="pl-c1">=</span><span class="pl-v">Dataset</span>(),
<span class="pl-s1">workers</span><span class="pl-c1">=</span><span class="pl-c1">0</span>)</pre></div>
<p dir="auto">Issue can be fixed <a href="https://github.com/keras-team/keras/blob/7205d903fbc079bb99fbae0e3c02e6d2b4d227f0/keras/engine/training_generator.py#L124">here</a> by replacing:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="if isinstance(val_data, Sequence):
val_enqueuer_gen = iter(val_data)"><pre class="notranslate"><span class="pl-k">if</span> <span class="pl-en">isinstance</span>(<span class="pl-s1">val_data</span>, <span class="pl-v">Sequence</span>):
<span class="pl-s1">val_enqueuer_gen</span> <span class="pl-c1">=</span> <span class="pl-en">iter</span>(<span class="pl-s1">val_data</span>)</pre></div>
<p dir="auto">with</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="if isinstance(val_data, Sequence):
val_enqueuer_gen = iter(val_data)
validation_steps = len(val_data)"><pre class="notranslate"><span class="pl-k">if</span> <span class="pl-en">isinstance</span>(<span class="pl-s1">val_data</span>, <span class="pl-v">Sequence</span>):
<span class="pl-s1">val_enqueuer_gen</span> <span class="pl-c1">=</span> <span class="pl-en">iter</span>(<span class="pl-s1">val_data</span>)
<span class="pl-s1">validation_steps</span> <span class="pl-c1">=</span> <span class="pl-en">len</span>(<span class="pl-s1">val_data</span>)</pre></div> | 0 |
<p dir="auto">Failed: <a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gke-staging-parallel/879/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gke-staging-parallel/879/</a></p>
<p dir="auto">Run so broken it didn't make JUnit output!</p> | <p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gke-staging-parallel/561/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gke-staging-parallel/561/</a></p>
<p dir="auto">Multiple broken tests:</p>
<p dir="auto">Failed: [k8s.io] Network should set TCP CLOSE_WAIT timeout {Kubernetes e2e suite}</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kube_proxy.go:209
Expected error:
<*errors.errorString | 0xc8200e57c0>: {
s: "timed out waiting for the condition",
}
timed out waiting for the condition
not to have occurred
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/pods.go:57"><pre class="notranslate"><code class="notranslate">/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kube_proxy.go:209
Expected error:
<*errors.errorString | 0xc8200e57c0>: {
s: "timed out waiting for the condition",
}
timed out waiting for the condition
not to have occurred
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/pods.go:57
</code></pre></div>
<p dir="auto">Issues about this test specifically: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="187496345" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/36288" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/36288/hovercard" href="https://github.com/kubernetes/kubernetes/issues/36288">#36288</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="189832529" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/36913" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/36913/hovercard" href="https://github.com/kubernetes/kubernetes/issues/36913">#36913</a></p>
<p dir="auto">Failed: [k8s.io] InitContainer should not start app containers if init containers fail on a RestartAlways pod {Kubernetes e2e suite}</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/init_container.go:274
Expected
<*errors.errorString | 0xc8201aa880>: {
s: "timed out waiting for the condition",
}
to be nil
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/init_container.go:263"><pre class="notranslate"><code class="notranslate">/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/init_container.go:274
Expected
<*errors.errorString | 0xc8201aa880>: {
s: "timed out waiting for the condition",
}
to be nil
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/init_container.go:263
</code></pre></div>
<p dir="auto">Issues about this test specifically: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="173107321" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/31408" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/31408/hovercard" href="https://github.com/kubernetes/kubernetes/issues/31408">#31408</a></p>
<p dir="auto">Failed: [k8s.io] ReplicationController should serve a basic image on each replica with a public image [Conformance] {Kubernetes e2e suite}</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/rc.go:38
Expected error:
<*errors.errorString | 0xc8201056a0>: {
s: "timed out waiting for the condition",
}
timed out waiting for the condition
not to have occurred
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/rc.go:108"><pre class="notranslate"><code class="notranslate">/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/rc.go:38
Expected error:
<*errors.errorString | 0xc8201056a0>: {
s: "timed out waiting for the condition",
}
timed out waiting for the condition
not to have occurred
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/rc.go:108
</code></pre></div>
<p dir="auto">Issues about this test specifically: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="158609602" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/26870" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/26870/hovercard" href="https://github.com/kubernetes/kubernetes/issues/26870">#26870</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="187944001" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/36429" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/36429/hovercard" href="https://github.com/kubernetes/kubernetes/issues/36429">#36429</a></p>
<p dir="auto">Failed: [k8s.io] Kubectl client [k8s.io] Kubectl logs should be able to retrieve and filter logs [Conformance] {Kubernetes e2e suite}</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:843
Nov 26 15:38:18.957: Verified 0 of 1 pods , error : timed out waiting for the condition
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:202"><pre class="notranslate"><code class="notranslate">/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:843
Nov 26 15:38:18.957: Verified 0 of 1 pods , error : timed out waiting for the condition
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:202
</code></pre></div>
<p dir="auto">Issues about this test specifically: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="156428959" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/26139" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/26139/hovercard" href="https://github.com/kubernetes/kubernetes/issues/26139">#26139</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="163344753" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/28342" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/28342/hovercard" href="https://github.com/kubernetes/kubernetes/issues/28342">#28342</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="163579268" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/28439" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/28439/hovercard" href="https://github.com/kubernetes/kubernetes/issues/28439">#28439</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="173575389" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/31574" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/31574/hovercard" href="https://github.com/kubernetes/kubernetes/issues/31574">#31574</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="188492521" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/36576" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/36576/hovercard" href="https://github.com/kubernetes/kubernetes/issues/36576">#36576</a></p>
<p dir="auto">Failed: [k8s.io] DNS should provide DNS for pods for Hostname and Subdomain Annotation {Kubernetes e2e suite}</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/dns.go:437
Expected error:
<*errors.errorString | 0xc8200db7c0>: {
s: "timed out waiting for the condition",
}
timed out waiting for the condition
not to have occurred
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/dns.go:236"><pre class="notranslate"><code class="notranslate">/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/dns.go:437
Expected error:
<*errors.errorString | 0xc8200db7c0>: {
s: "timed out waiting for the condition",
}
timed out waiting for the condition
not to have occurred
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/dns.go:236
</code></pre></div>
<p dir="auto">Issues about this test specifically: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="163318471" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/28337" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/28337/hovercard" href="https://github.com/kubernetes/kubernetes/issues/28337">#28337</a></p> | 1 |
<p dir="auto">Hello Everyone!</p>
<p dir="auto">I was wondering if it would be possible to implement a method so that users who develop Electron-based apps could bundle their applications with the electron executable as to help obscure their source code further.</p>
<p dir="auto">As it currently stands, it's rather simple for someone to obtain the source code of your application regardless of whether or not you bundle it into an .asar file.</p>
<p dir="auto">Although not entirely secure, as it currently stands NW.JS has a method for bundling their .nw files (which is basically a ZIP File renamed) with their executable. I can't quite remember exactly how it was done (because it's been a while since I've used electron or nw.js), but I explain it briefly in this other Github post for Electron-packager.</p>
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="110585480" data-permission-text="Title is private" data-url="https://github.com/electron/electron-packager/issues/152" data-hovercard-type="issue" data-hovercard-url="/electron/electron-packager/issues/152/hovercard" href="https://github.com/electron/electron-packager/issues/152">electron/electron-packager#152</a></p>
<p dir="auto">Here is the command line tool for bundling .nw files into an executable with Node-Webkit</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="copy /B nw.exe+app.nw app.exe"><pre class="notranslate"><code class="notranslate">copy /B nw.exe+app.nw app.exe
</code></pre></div>
<p dir="auto">The only issue with this is that even if electron adopted this kind of method it would still not be entirely secure. There are still ways that you could get the source code.</p>
<p dir="auto">The only way I see this working is if someone built a tool to create a custom version of electron that had a sort of encryption key in it that would decrypt the .asar file and run it's contents that way. Because other than that I see no other way of doing this..</p>
<p dir="auto">Any suggestions?</p>
<p dir="auto">If I've missed something, please let me know. I'm just getting back into electron after a long while of doing other things.</p>
<p dir="auto">Thanks</p> | <p dir="auto">It appears to have been a while since the last discussions on source code protection with snapshots. NW.js and enclosejs have found ways to do snapshots without including the source code. I was wondering if this could be looked at again, thank you!</p> | 1 |
<table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>yes</td>
</tr>
<tr>
<td>Feature request?</td>
<td>no</td>
</tr>
<tr>
<td>BC Break report?</td>
<td>no</td>
</tr>
<tr>
<td>RFC?</td>
<td>no</td>
</tr>
<tr>
<td>Symfony version</td>
<td>3.2.0</td>
</tr>
</tbody>
</table>
<p dir="auto">Here is our build performance.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/496233/22702619/9d87addc-ed61-11e6-9ab3-4ecfac2a753e.png"><img src="https://cloud.githubusercontent.com/assets/496233/22702619/9d87addc-ed61-11e6-9ab3-4ecfac2a753e.png" alt="screenshot from 2017-01-31 10 54 08" style="max-width: 100%;"></a></p>
<p dir="auto">After upgrade to Symfony 3.2, automated tests suite take 2x longer to finish.</p>
<p dir="auto">I tracked it down to this PR <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="202647669" data-permission-text="Title is private" data-url="https://github.com/symfony/symfony/issues/21381" data-hovercard-type="pull_request" data-hovercard-url="/symfony/symfony/pull/21381/hovercard" href="https://github.com/symfony/symfony/pull/21381">#21381</a></p> | <table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>yes</td>
</tr>
<tr>
<td>Feature request?</td>
<td>no</td>
</tr>
<tr>
<td>BC Break report?</td>
<td>no</td>
</tr>
<tr>
<td>RFC?</td>
<td>no</td>
</tr>
<tr>
<td>Symfony version</td>
<td>3.2.3</td>
</tr>
</tbody>
</table>
<p dir="auto">Created simple gist to show this <a href="https://gist.github.com/tarlepp/be57391ceead9099d66e3500001ae58b">https://gist.github.com/tarlepp/be57391ceead9099d66e3500001ae58b</a> also tested with phpunit 5.7.11 and the results are the same.</p>
<p dir="auto">I tracked this to commit <a class="commit-link" href="https://github.com/symfony/symfony/commit/e59f0e0fd7323902fa025e2eae96ce9eb91b24c5#diff-0e793081ceb720201745c982a568903fL1046"><tt>e59f0e0</tt>#diff-0e793081ceb720201745c982a568903fL1046</a></p>
<p dir="auto">Maybe that <code class="notranslate">$container->setAlias('annotation_reader', 'annotations.cached_reader');</code> was removed by mistake ?</p> | 1 |
<p dir="auto">When using pd.ExcelWriter, it appears that calling the save method prevents you from subsequently creating new sheets. E.g. see the following test script</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd
import numpy as np
import os
if __name__ == "__main__" :
dates = pd.date_range('20130101', periods=6)
df = pd.DataFrame(np.random.randn(6,4), index=dates, columns=list('ABCD'))
currentpath = os.path.realpath(__file__)
outputpath = os.path.join(currentpath, "..\\test.xlsx")
writer = pd.ExcelWriter(outputpath)
df.to_excel(writer, "thing1")
writer.save() #if you remove this line it works as expected
new_sheet = writer.book.add_worksheet("thing2")
new_sheet.write(1,1,"test")
print writer.book.sheetnames
writer.save()
writer.close()"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">pandas</span> <span class="pl-k">as</span> <span class="pl-s1">pd</span>
<span class="pl-k">import</span> <span class="pl-s1">numpy</span> <span class="pl-k">as</span> <span class="pl-s1">np</span>
<span class="pl-k">import</span> <span class="pl-s1">os</span>
<span class="pl-k">if</span> <span class="pl-s1">__name__</span> <span class="pl-c1">==</span> <span class="pl-s">"__main__"</span> :
<span class="pl-s1">dates</span> <span class="pl-c1">=</span> <span class="pl-s1">pd</span>.<span class="pl-en">date_range</span>(<span class="pl-s">'20130101'</span>, <span class="pl-s1">periods</span><span class="pl-c1">=</span><span class="pl-c1">6</span>)
<span class="pl-s1">df</span> <span class="pl-c1">=</span> <span class="pl-s1">pd</span>.<span class="pl-v">DataFrame</span>(<span class="pl-s1">np</span>.<span class="pl-s1">random</span>.<span class="pl-en">randn</span>(<span class="pl-c1">6</span>,<span class="pl-c1">4</span>), <span class="pl-s1">index</span><span class="pl-c1">=</span><span class="pl-s1">dates</span>, <span class="pl-s1">columns</span><span class="pl-c1">=</span><span class="pl-en">list</span>(<span class="pl-s">'ABCD'</span>))
<span class="pl-s1">currentpath</span> <span class="pl-c1">=</span> <span class="pl-s1">os</span>.<span class="pl-s1">path</span>.<span class="pl-en">realpath</span>(<span class="pl-s1">__file__</span>)
<span class="pl-s1">outputpath</span> <span class="pl-c1">=</span> <span class="pl-s1">os</span>.<span class="pl-s1">path</span>.<span class="pl-en">join</span>(<span class="pl-s1">currentpath</span>, <span class="pl-s">"..<span class="pl-cce">\\</span>test.xlsx"</span>)
<span class="pl-s1">writer</span> <span class="pl-c1">=</span> <span class="pl-s1">pd</span>.<span class="pl-v">ExcelWriter</span>(<span class="pl-s1">outputpath</span>)
<span class="pl-s1">df</span>.<span class="pl-en">to_excel</span>(<span class="pl-s1">writer</span>, <span class="pl-s">"thing1"</span>)
<span class="pl-s1">writer</span>.<span class="pl-en">save</span>() <span class="pl-c">#if you remove this line it works as expected</span>
<span class="pl-s1">new_sheet</span> <span class="pl-c1">=</span> <span class="pl-s1">writer</span>.<span class="pl-s1">book</span>.<span class="pl-en">add_worksheet</span>(<span class="pl-s">"thing2"</span>)
<span class="pl-s1">new_sheet</span>.<span class="pl-en">write</span>(<span class="pl-c1">1</span>,<span class="pl-c1">1</span>,<span class="pl-s">"test"</span>)
<span class="pl-k">print</span> <span class="pl-s1">writer</span>.<span class="pl-s1">book</span>.<span class="pl-s1">sheetnames</span>
<span class="pl-s1">writer</span>.<span class="pl-en">save</span>()
<span class="pl-s1">writer</span>.<span class="pl-en">close</span>()</pre></div> | <p dir="auto">Hello,</p>
<p dir="auto">try</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import requests
from pandas.io.json import json_normalize
import json
import pandas as pd
response = requests.get("http://api.openweathermap.org/data/2.5/history/station?start=1356220800&end=1356307200&type=hour&id=5530")
df = json_normalize(json.loads(response.text)['list'])
df['dt'] = pd.to_datetime(df['dt'], unit='s')
#df = df.set_index('dt')
df = df[['dt', 'main.temp.ma']]
print(df)
engine = 'openpyxl'
filename = "out_%s.xlsx" % engine
writer = pd.ExcelWriter(filename, engine=engine)
#df.to_excel("out.xls")
df.to_excel(writer)
engine = 'xlsxwriter'
filename = "out_%s.xlsx" % engine
writer = pd.ExcelWriter(filename, engine=engine)
#df.to_excel("out.xls")
df.to_excel(writer)
engine = 'xlwt'
filename = "out_%s.xls" % engine
writer = pd.ExcelWriter(filename, engine=engine)
#df.to_excel("out.xls")
df.to_excel(writer)"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">requests</span>
<span class="pl-k">from</span> <span class="pl-s1">pandas</span>.<span class="pl-s1">io</span>.<span class="pl-s1">json</span> <span class="pl-k">import</span> <span class="pl-s1">json_normalize</span>
<span class="pl-k">import</span> <span class="pl-s1">json</span>
<span class="pl-k">import</span> <span class="pl-s1">pandas</span> <span class="pl-k">as</span> <span class="pl-s1">pd</span>
<span class="pl-s1">response</span> <span class="pl-c1">=</span> <span class="pl-s1">requests</span>.<span class="pl-en">get</span>(<span class="pl-s">"http://api.openweathermap.org/data/2.5/history/station?start=1356220800&end=1356307200&type=hour&id=5530"</span>)
<span class="pl-s1">df</span> <span class="pl-c1">=</span> <span class="pl-en">json_normalize</span>(<span class="pl-s1">json</span>.<span class="pl-en">loads</span>(<span class="pl-s1">response</span>.<span class="pl-s1">text</span>)[<span class="pl-s">'list'</span>])
<span class="pl-s1">df</span>[<span class="pl-s">'dt'</span>] <span class="pl-c1">=</span> <span class="pl-s1">pd</span>.<span class="pl-en">to_datetime</span>(<span class="pl-s1">df</span>[<span class="pl-s">'dt'</span>], <span class="pl-s1">unit</span><span class="pl-c1">=</span><span class="pl-s">'s'</span>)
<span class="pl-c">#df = df.set_index('dt')</span>
<span class="pl-s1">df</span> <span class="pl-c1">=</span> <span class="pl-s1">df</span>[[<span class="pl-s">'dt'</span>, <span class="pl-s">'main.temp.ma'</span>]]
<span class="pl-en">print</span>(<span class="pl-s1">df</span>)
<span class="pl-s1">engine</span> <span class="pl-c1">=</span> <span class="pl-s">'openpyxl'</span>
<span class="pl-s1">filename</span> <span class="pl-c1">=</span> <span class="pl-s">"out_%s.xlsx"</span> <span class="pl-c1">%</span> <span class="pl-s1">engine</span>
<span class="pl-s1">writer</span> <span class="pl-c1">=</span> <span class="pl-s1">pd</span>.<span class="pl-v">ExcelWriter</span>(<span class="pl-s1">filename</span>, <span class="pl-s1">engine</span><span class="pl-c1">=</span><span class="pl-s1">engine</span>)
<span class="pl-c">#df.to_excel("out.xls")</span>
<span class="pl-s1">df</span>.<span class="pl-en">to_excel</span>(<span class="pl-s1">writer</span>)
<span class="pl-s1">engine</span> <span class="pl-c1">=</span> <span class="pl-s">'xlsxwriter'</span>
<span class="pl-s1">filename</span> <span class="pl-c1">=</span> <span class="pl-s">"out_%s.xlsx"</span> <span class="pl-c1">%</span> <span class="pl-s1">engine</span>
<span class="pl-s1">writer</span> <span class="pl-c1">=</span> <span class="pl-s1">pd</span>.<span class="pl-v">ExcelWriter</span>(<span class="pl-s1">filename</span>, <span class="pl-s1">engine</span><span class="pl-c1">=</span><span class="pl-s1">engine</span>)
<span class="pl-c">#df.to_excel("out.xls")</span>
<span class="pl-s1">df</span>.<span class="pl-en">to_excel</span>(<span class="pl-s1">writer</span>)
<span class="pl-s1">engine</span> <span class="pl-c1">=</span> <span class="pl-s">'xlwt'</span>
<span class="pl-s1">filename</span> <span class="pl-c1">=</span> <span class="pl-s">"out_%s.xls"</span> <span class="pl-c1">%</span> <span class="pl-s1">engine</span>
<span class="pl-s1">writer</span> <span class="pl-c1">=</span> <span class="pl-s1">pd</span>.<span class="pl-v">ExcelWriter</span>(<span class="pl-s1">filename</span>, <span class="pl-s1">engine</span><span class="pl-c1">=</span><span class="pl-s1">engine</span>)
<span class="pl-c">#df.to_excel("out.xls")</span>
<span class="pl-s1">df</span>.<span class="pl-en">to_excel</span>(<span class="pl-s1">writer</span>)</pre></div>
<p dir="auto">Only <code class="notranslate">out_xlsxwriter.xlsx</code> is create<br>
I was expecting <code class="notranslate">out_openpyxl.xlsx</code> and <code class="notranslate">out_xlwt.xls</code> to be created.</p>
<p dir="auto">See also <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="52758265" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/9139" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas/issues/9139/hovercard" href="https://github.com/pandas-dev/pandas/issues/9139">#9139</a></p>
<p dir="auto">Kind regards</p> | 1 |
<h3 dir="auto">What problem does this feature solve?</h3>
<p dir="auto">for example in render function:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const a = 'Hello world unReactivity'
export default {
render(c){
return c(div,[a])
}
}
"><pre class="notranslate"><code class="notranslate">const a = 'Hello world unReactivity'
export default {
render(c){
return c(div,[a])
}
}
</code></pre></div>
<p dir="auto">here the a is not a reactivity data,but when we use template,it seems that we must make a to be a reactivity data?sometimes is not in need.</p>
<h3 dir="auto">What does the proposed API look like?</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<template>
<div>
{{ a }}
</div>
</template>
<script>
export default {
unReactivity:{
a: 'Hello world unReactivity'
}
}
</script>"><pre class="notranslate"><code class="notranslate"><template>
<div>
{{ a }}
</div>
</template>
<script>
export default {
unReactivity:{
a: 'Hello world unReactivity'
}
}
</script>
</code></pre></div> | <h3 dir="auto">What problem does this feature solve?</h3>
<p dir="auto">I think it would be nice to be able to have some sort of description or documentation index for the props. This index can than also be displayed in the vue devtools. I think it would help other users using already build components. For example when using a framework like vuetify so they don't have to go back to the documentation of what a prop does.</p>
<h3 dir="auto">What does the proposed API look like?</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="props: {
message: {
type: String,
description: "Represents the the message of the notification"
}
}"><pre class="notranslate"><code class="notranslate">props: {
message: {
type: String,
description: "Represents the the message of the notification"
}
}
</code></pre></div> | 0 |
<p dir="auto">thank you very much</p> | <p dir="auto">With 0.20, we now have an excellent Color Picker in PowerToys (thanks to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/martinchrzan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martinchrzan">@martinchrzan</a>). There's an opportunity here to create something that goes beyond just picking colors and really speeding up the workflow for (front-end) developers and designers. An editor window could really help to expand the current feature set.</p>
<p dir="auto">Here's a breakdown of features that might be interesting to add.</p>
<h1 dir="auto">Current color picker improvements <strong>(Should have)</strong></h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Support more zoom levels (100% / 500%?)</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Theming support (light / dark / high contrast)</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> (Visual) feedback that the color is copied to clipboard</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Support for color-picking :hover states of e.g. a button (this can be done by using the zoom functionality)</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Add keyboard shortcuts to zoom (+ - - ) and using arrow keys to control the picker for pixel accuracy.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Making the zoom-in feature more accessible / easy to use / discoverable</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Change cursor to a color dropper when in color-picking mode.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Show color name (for accessibility)</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Add a way to still support page/window scrolling when in picker mode (e.g. color picker zoom only activated on holding keyboard key (Ctrl?)?) (Can be done by scrolling first?)</li>
</ul>
<h1 dir="auto">Color editor</h1>
<p dir="auto">A color editor could be a view that will show up automatically after picking a color, or can be launched directly. It would provide the following features.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/9866362/89067547-c9482300-d36f-11ea-90ee-c826ad5c13a7.gif"><img src="https://user-images.githubusercontent.com/9866362/89067547-c9482300-d36f-11ea-90ee-c826ad5c13a7.gif" alt="85406397-0b589a80-b562-11ea-9d6a-6b43bbaf2241" data-animated-image="" style="max-width: 100%;"></a></p>
<h3 dir="auto">History of colors (Should have)</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> The ability to see previously picked colors.</li>
</ul>
<h3 dir="auto">Color palette & tweaking (Nice to have)</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Automatically generate similar color tones based on the selected color (for e.g. having a nice hover color for a button)</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Tweaking the selected color within the editor to do some fine-tuning</li>
</ul>
<h3 dir="auto">More/configurable color code formats (Should have)</h3>
<p dir="auto">It would be great to support more color formats. And for front-end developers, it would be even better to provide code snippets for popular languages (e.g. CSS) to make it even more useful. Clicking on a color code would automatically copy it to clipboard.</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Support for more color formats <strong>(Must have)</strong></li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Configurable color formats: let the user create custom color formats so they have the complete freedom to create something custom. It would be nice to re-sort the list or to set a format as the default copy-to-clipboard. The format editor would live in Settings. <strong>(Should have)</strong><br>
Proposal: plug-in based?</li>
</ul>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/9866362/89067429-87b77800-d36f-11ea-8736-db93f0ccd473.gif"><img src="https://user-images.githubusercontent.com/9866362/89067429-87b77800-d36f-11ea-8736-db93f0ccd473.gif" alt="86541578-4669af00-bf0e-11ea-89ea-2e73b0bbe732" data-animated-image="" style="max-width: 100%;"></a></p>
<p dir="auto">There's a WinUI 2.4 UWP mock-up available for anyone to check out here: <a href="https://github.com/niels9001/ColorPickerUX">https://github.com/niels9001/ColorPickerUX</a></p>
<p dir="auto">Looking forward to see other feature requests.</p>
<p dir="auto">If you'd like to see this feature implemented, add a <g-emoji class="g-emoji" alias="+1" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f44d.png">👍</g-emoji> reaction to this post.</p> | 1 |
<p dir="auto">At our company we started to use <code class="notranslate">deno</code> as an alternative to <code class="notranslate">make</code> and <code class="notranslate">bash</code> to provide and run build-scripts for multiple projects. Each project contains an <code class="notranslate">aid.ts</code> file in its root which provides a micro-CLI using <a href="https://deno.land/x/[email protected]" rel="nofollow">docopt</a>. So far this works nicely.</p>
<p dir="auto">To make the <code class="notranslate">aid.ts</code> files executable from the command line we use this shebang (works on Linux and Mac):</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="#!/bin/sh
":" //; exec deno run -A --allow-run --unstable --allow-env --allow-write=.local/ --allow-read "$0" "$@""><pre class="notranslate"><code class="notranslate">#!/bin/sh
":" //; exec deno run -A --allow-run --unstable --allow-env --allow-write=.local/ --allow-read "$0" "$@"
</code></pre></div>
<p dir="auto">A user can access the CLI like this: <code class="notranslate">aid.ts arg1 arg2 ...</code></p>
<p dir="auto">I would love to remove the <code class="notranslate">.ts</code> file extension so that a user can run the tools via <code class="notranslate">aid arg1 arg2...</code>, but as far as I can tell this doesn't work right now. When I remove the extension, deno will interpret the <code class="notranslate">aid</code> file as JavaScript and complain.</p>
<p dir="auto">I think it would be nice if deno offered a way to run such executables without extension. I guess a simple <code class="notranslate">--ts</code> flag for <code class="notranslate">deno run</code> would suffice. What do you think? :-)</p> | <p dir="auto">I'm trying out deno for scripting (it's been a great experience so far, kudos!).</p>
<p dir="auto">I'd like to be able to create script files without a <code class="notranslate">.ts</code> extension. If I do this, then the following is interpreted as JS and I get a syntax error on the type annotations:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#!/usr/bin/env -S deno run --allow-run --allow-read --allow-write
// code: language=typescript
function hello(name: string) {
console.log("Hello,", name);
}
hello(Deno.args[0]);"><pre class="notranslate">#!/usr/bin/env -S deno run --allow-run --allow-read --allow-write
<span class="pl-c">// code: language=typescript</span>
<span class="pl-k">function</span> <span class="pl-en">hello</span><span class="pl-kos">(</span><span class="pl-s1">name</span>: <span class="pl-smi">string</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-smi">console</span><span class="pl-kos">.</span><span class="pl-en">log</span><span class="pl-kos">(</span><span class="pl-s">"Hello,"</span><span class="pl-kos">,</span> <span class="pl-s1">name</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-en">hello</span><span class="pl-kos">(</span><span class="pl-smi">Deno</span><span class="pl-kos">.</span><span class="pl-c1">args</span><span class="pl-kos">[</span><span class="pl-c1">0</span><span class="pl-kos">]</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ ./myscript
error: Uncaught SyntaxError: Unexpected token ':'
function hello(name: string) {
^
at file:///home/joe/tmp/myscript:5:20"><pre class="notranslate"><code class="notranslate">$ ./myscript
error: Uncaught SyntaxError: Unexpected token ':'
function hello(name: string) {
^
at file:///home/joe/tmp/myscript:5:20
</code></pre></div>
<p dir="auto">I believe the simplest solution would be to add a CLI flag to force script to be interpreted as typescript.</p>
<p dir="auto">Something like:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="--language=[javascript, typescript]"><pre class="notranslate"><code class="notranslate">--language=[javascript, typescript]
</code></pre></div>
<p dir="auto">so in the above script the shebang becomes:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="#!/usr/bin/env -S deno run --language=typescript --allow-run --allow-read --allow-write"><pre class="notranslate"><code class="notranslate">#!/usr/bin/env -S deno run --language=typescript --allow-run --allow-read --allow-write
</code></pre></div> | 1 |
<p dir="auto">Numpy 1.8.2 with python 2.7.6 has unconsistent behaviour when doing inplace division of arrays exceeding the buffer size.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import numpy as np
arr = np.random.rand(2, 5000)
arr_copy = arr.copy()
arr_copy = arr_copy / arr_copy[0]
arr /= arr[0]
print np.sum(arr != arr_copy), arr.size - np.sum(np.isclose(arr, arr_copy))"><pre class="notranslate"><code class="notranslate">import numpy as np
arr = np.random.rand(2, 5000)
arr_copy = arr.copy()
arr_copy = arr_copy / arr_copy[0]
arr /= arr[0]
print np.sum(arr != arr_copy), arr.size - np.sum(np.isclose(arr, arr_copy))
</code></pre></div>
<p dir="auto">Should print 0 for equal divisions.<br>
This can be circumvented by increasing the buffersize, nevertheless it should be emphasized, that this can happen.</p> | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/1085" rel="nofollow">http://projects.scipy.org/numpy/ticket/1085</a> on 2009-04-15 by trac user tillmann, assigned to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/charris/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/charris">@charris</a>.</em></p>
<blockquote>
<blockquote>
<blockquote>
<p dir="auto">import numpy as np<br>
x=np.array([[1,2],[3,4]])<br>
print x<br>
[[1 2]<br>
[3 4]]<br>
x+=x.T<br>
print x<br>
[[2 5]<br>
[8 8]]</p>
</blockquote>
</blockquote>
</blockquote>
<p dir="auto">when writing code on such a high level of abstraction this behavior is not expected and imho wrong. At least a warning should be issued or better the in place operations should fall back to creating copies if the results are not correct otherwise.</p> | 1 |
<ul dir="auto">
<li>Electron version: 0.35.6</li>
<li>Operating system: Mac OS X 10.11.3</li>
</ul>
<p dir="auto">I toggled the developer tools from visible to invisible using the keyboard and saw this crash happening. I do not think I ever saw this happening before:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Process: Electron [20601]
Path: /Applications/Visual Studio Code - Alpha.app/Contents/MacOS/Electron
Identifier: com.microsoft.VSCodeAlpha
Version: 0.10.12-alpha (0.10.12-alpha)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Electron [20601]
User ID: 501
Date/Time: 2016-03-14 12:25:01.916 +0100
OS Version: Mac OS X 10.11.3 (15D21)
Report Version: 11
Anonymous UUID: 3D5A7922-E0E0-4E9F-18BA-3E2F75C953A6
Sleep/Wake UUID: 302A4708-285E-49C7-A891-D90C87CA7392
Time Awake Since Boot: 31000 seconds
Time Since Wake: 27000 seconds
System Integrity Protection: enabled
Crashed Thread: 0 CrBrowserMain Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x00007ff47c704160
VM Regions Near 0x7ff47c704160:
MALLOC_TINY 00007ff47c000000-00007ff47c700000 [ 7168K] rw-/rwx SM=PRV
--> MALLOC_TINY 00007ff47c700000-00007ff47c800000 [ 1024K] rw-/rwx SM=COW
MALLOC_SMALL 00007ff47c800000-00007ff47e800000 [ 32.0M] rw-/rwx SM=PRV
Application Specific Information:
Performing @selector(itemSelected:) from sender NSMenuItem 0x7ff47c592f80
Global Trace Buffer (reverse chronological seconds):
512.870230 CFNetwork 0x00007fff8a397a5b TCP Conn 0x7ff479e05480 SSL Handshake DONE
513.242862 CFNetwork 0x00007fff8a397937 TCP Conn 0x7ff479e05480 starting SSL negotiation
513.243032 CFNetwork 0x00007fff8a396303 TCP Conn 0x7ff479e05480 complete. fd: 65, err: 0
513.243217 CFNetwork 0x00007fff8a424b1d TCP Conn 0x7ff479e05480 event 1. err: 0
513.426808 CFNetwork 0x00007fff8a3955d3 TCP Conn 0x7ff479e05480 started
Thread 0 Crashed:: CrBrowserMain Dispatch queue: com.apple.main-thread
0 ??? 0x00007ff47c704160 0 + 140688036479328
1 com.github.electron.framework 0x0000000106978bcd non-virtual thunk to brightray::InspectableWebContentsImpl::WebContentsDestroyed() + 13
2 com.github.electron.framework 0x0000000107164993 0x10685e000 + 9464211
3 com.github.electron.framework 0x0000000107164f3e 0x10685e000 + 9465662
4 com.github.electron.framework 0x0000000106979852 base::DefaultDeleter<content::WebContents>::operator()(content::WebContents*) const + 18
5 com.github.electron.framework 0x000000010697a424 base::internal::scoped_ptr_impl<content::WebContents, base::DefaultDeleter<content::WebContents> >::reset(content::WebContents*) + 36
6 com.github.electron.framework 0x00000001069793f9 scoped_ptr<content::WebContents, base::DefaultDeleter<content::WebContents> >::reset(content::WebContents*) + 9
7 com.github.electron.framework 0x000000010697729e brightray::InspectableWebContentsImpl::CloseDevTools() + 62
8 com.github.electron.framework 0x00000001068ae15f atom::api::WebContents::CloseDevTools() + 31
9 com.github.electron.framework 0x00000001068ae28a atom::api::WebContents::ToggleDevTools() + 26
10 com.github.electron.framework 0x00000001068b851c base::internal::RunnableAdapter<void (atom::api::WebContents::*)()>::Run(atom::api::WebContents*) + 28
11 com.github.electron.framework 0x00000001068b84f4 base::internal::InvokeHelper<false, void, base::internal::RunnableAdapter<void (atom::api::WebContents::*)()>, base::internal::TypeList<atom::api::WebContents* const&> >::MakeItSo(base::internal::RunnableAdapter<void (atom::api::WebContents::*)()>, atom::api::WebContents* const&) + 36
12 com.github.electron.framework 0x00000001068b84c5 base::internal::Invoker<base::IndexSequence<>, base::internal::BindState<base::internal::RunnableAdapter<void (atom::api::WebContents::*)()>, void (atom::api::WebContents*), base::internal::TypeList<> >, base::internal::TypeList<>, base::internal::InvokeHelper<false, void, base::internal::RunnableAdapter<void (atom::api::WebContents::*)()>, base::internal::TypeList<atom::api::WebContents* const&> >, void (atom::api::WebContents* const&)>::Run(base::internal::BindStateBase*, atom::api::WebContents* const&) + 37
13 com.github.electron.framework 0x00000001068b83ba base::Callback<void (atom::api::WebContents*)>::Run(atom::api::WebContents* const&) const + 42
14 com.github.electron.framework 0x00000001068b8352 mate::internal::Invoker<mate::internal::IndicesHolder<0ul>, atom::api::WebContents*>::DispatchToCallback(base::Callback<void (atom::api::WebContents*)>) + 18
15 com.github.electron.framework 0x00000001068b822a mate::internal::Dispatcher<void (atom::api::WebContents*)>::DispatchToCallback(v8::FunctionCallbackInfo<v8::Value> const&) + 202
16 libnode.dylib 0x000000010ab6172f v8::internal::FunctionCallbackArguments::Call(void (*)(v8::FunctionCallbackInfo<v8::Value> const&)) + 159
17 libnode.dylib 0x000000010ab8a789 0x10a7e2000 + 3835785
18 libnode.dylib 0x000000010ab8d46d 0x10a7e2000 + 3847277
19 ??? 0x000022cdf8509b7b 0 + 38268029672315
20 ??? 0x000022cdf88814d7 0 + 38268033307863
21 ??? 0x000022cdf850a537 0 + 38268029674807
22 ??? 0x000022cdf884ff47 0 + 38268033105735
23 ??? 0x000022cdf884f99a 0 + 38268033104282
24 ??? 0x000022cdf85318fd 0 + 38268029835517
25 ??? 0x000022cdf85160a2 0 + 38268029722786
26 libnode.dylib 0x000000010acc54d5 0x10a7e2000 + 5125333
27 libnode.dylib 0x000000010ab48a04 v8::Function::Call(v8::Local<v8::Context>, v8::Local<v8::Value>, int, v8::Local<v8::Value>*) + 276
28 com.github.electron.framework 0x0000000106880fb4 mate::internal::V8FunctionInvoker<void (int)>::Go(v8::Isolate*, mate::internal::SafeV8Function const&, int) + 260
29 com.github.electron.framework 0x000000010688121d base::internal::RunnableAdapter<void (*)(v8::Isolate*, mate::internal::SafeV8Function const&, int)>::Run(v8::Isolate* const&, mate::internal::SafeV8Function const&, int const&) + 61
30 com.github.electron.framework 0x00000001068811d4 base::internal::InvokeHelper<false, void, base::internal::RunnableAdapter<void (*)(v8::Isolate*, mate::internal::SafeV8Function const&, int)>, base::internal::TypeList<v8::Isolate* const&, mate::internal::SafeV8Function const&, int const&> >::MakeItSo(base::internal::RunnableAdapter<void (*)(v8::Isolate*, mate::internal::SafeV8Function const&, int)>, v8::Isolate* const&, mate::internal::SafeV8Function const&, int const&) + 68
31 com.github.electron.framework 0x0000000106881179 base::internal::Invoker<base::IndexSequence<0ul, 1ul>, base::internal::BindState<base::internal::RunnableAdapter<void (*)(v8::Isolate*, mate::internal::SafeV8Function const&, int)>, void (v8::Isolate*, mate::internal::SafeV8Function const&, int), base::internal::TypeList<v8::Isolate*, mate::internal::SafeV8Function> >, base::internal::TypeList<base::internal::UnwrapTraits<v8::Isolate*>, base::internal::UnwrapTraits<mate::internal::SafeV8Function> >, base::internal::InvokeHelper<false, void, base::internal::RunnableAdapter<void (*)(v8::Isolate*, mate::internal::SafeV8Function const&, int)>, base::internal::TypeList<v8::Isolate* const&, mate::internal::SafeV8Function const&, int const&> >, void (int const&)>::Run(base::internal::BindStateBase*, int const&) + 89
32 com.github.electron.framework 0x00000001068f61fa base::Callback<void (int)>::Run(int const&) const + 42
33 com.github.electron.framework 0x00000001068869cb atom::api::Menu::ExecuteCommand(int, int) + 27
34 com.github.electron.framework 0x00000001068869ed non-virtual thunk to atom::api::Menu::ExecuteCommand(int, int) + 13
35 com.github.electron.framework 0x00000001068f4115 0x10685e000 + 614677
36 libsystem_trace.dylib 0x00007fff9775507a _os_activity_initiate + 75
37 com.apple.AppKit 0x00007fff8cd1f51d -[NSApplication sendAction:to:from:] + 460
38 com.apple.AppKit 0x00007fff8cd1f2b7 -[NSMenuItem _corePerformAction] + 336
39 com.apple.AppKit 0x00007fff8cd1f017 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 114
40 libsystem_trace.dylib 0x00007fff9775507a _os_activity_initiate + 75
41 com.apple.AppKit 0x00007fff8cd1df05 -[NSMenu performKeyEquivalent:] + 357
42 com.apple.AppKit 0x00007fff8cd1d0aa -[NSApplication _handleKeyEquivalent:] + 920
43 com.apple.AppKit 0x00007fff8cc3550f -[NSApplication sendEvent:] + 4274
44 com.github.electron.framework 0x00000001068de90b 0x10685e000 + 526603
45 com.github.electron.framework 0x00000001068f46ad 0x10685e000 + 616109
46 com.github.electron.framework 0x00000001068e528a atom::NativeWindowMac::HandleKeyboardEvent(content::WebContents*, content::NativeWebKeyboardEvent const&) + 218
47 com.github.electron.framework 0x00000001068ac6ff atom::api::WebContents::HandleKeyboardEvent(content::WebContents*, content::NativeWebKeyboardEvent const&) + 143
48 com.github.electron.framework 0x00000001068ac71d non-virtual thunk to atom::api::WebContents::HandleKeyboardEvent(content::WebContents*, content::NativeWebKeyboardEvent const&) + 13
49 com.github.electron.framework 0x0000000106978cf9 brightray::InspectableWebContentsImpl::HandleKeyboardEvent(content::WebContents*, content::NativeWebKeyboardEvent const&) + 57
50 com.github.electron.framework 0x0000000106978d0d non-virtual thunk to brightray::InspectableWebContentsImpl::HandleKeyboardEvent(content::WebContents*, content::NativeWebKeyboardEvent const&) + 13
51 com.github.electron.framework 0x0000000107063db1 0x10685e000 + 8412593
52 com.github.electron.framework 0x00000001070639c5 0x10685e000 + 8411589
53 com.github.electron.framework 0x0000000107063263 0x10685e000 + 8409699
54 com.github.electron.framework 0x0000000107062e45 0x10685e000 + 8408645
55 com.github.electron.framework 0x00000001070aed5d 0x10685e000 + 8719709
56 com.github.electron.framework 0x00000001070a85f3 0x10685e000 + 8693235
57 com.github.electron.framework 0x000000010709d4e9 0x10685e000 + 8647913
58 com.github.electron.framework 0x00000001077852c8 0x10685e000 + 15889096
59 com.github.electron.framework 0x00000001069e76e2 0x10685e000 + 1611490
60 com.github.electron.framework 0x0000000106a058cf 0x10685e000 + 1734863
61 com.github.electron.framework 0x0000000106a05cb6 0x10685e000 + 1735862
62 com.github.electron.framework 0x00000001069de2f1 0x10685e000 + 1573617
63 com.github.electron.framework 0x00000001069fdbea 0x10685e000 + 1702890
64 com.github.electron.framework 0x00000001069ddcf4 0x10685e000 + 1572084
65 com.apple.CoreFoundation 0x00007fff9a3af5c1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
66 com.apple.CoreFoundation 0x00007fff9a3a141c __CFRunLoopDoSources0 + 556
67 com.apple.CoreFoundation 0x00007fff9a3a093f __CFRunLoopRun + 927
68 com.apple.CoreFoundation 0x00007fff9a3a0338 CFRunLoopRunSpecific + 296
69 com.apple.HIToolbox 0x00007fff935fa935 RunCurrentEventLoopInMode + 235
70 com.apple.HIToolbox 0x00007fff935fa76f ReceiveNextEventCommon + 432
71 com.apple.HIToolbox 0x00007fff935fa5af _BlockUntilNextEventMatchingListInModeWithFilter + 71
72 com.apple.AppKit 0x00007fff8cb720ee _DPSNextEvent + 1067
73 com.apple.AppKit 0x00007fff8cf3e943 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
74 com.apple.AppKit 0x00007fff8cb67fc8 -[NSApplication run] + 682
75 com.github.electron.framework 0x00000001069deb21 0x10685e000 + 1575713
76 com.github.electron.framework 0x00000001069de13c 0x10685e000 + 1573180
77 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
78 com.github.electron.framework 0x0000000106ed434b 0x10685e000 + 6775627
79 com.github.electron.framework 0x0000000106ed4285 0x10685e000 + 6775429
80 com.github.electron.framework 0x0000000106ed6732 0x10685e000 + 6784818
81 com.github.electron.framework 0x0000000106ed05df 0x10685e000 + 6759903
82 com.github.electron.framework 0x0000000106e5a4dc 0x10685e000 + 6276316
83 com.github.electron.framework 0x0000000106e59b36 0x10685e000 + 6273846
84 com.github.electron.framework 0x000000010685f84d AtomMain + 77
85 com.microsoft.VSCodeAlpha 0x0000000106858e56 main + 38
86 libdyld.dylib 0x00007fff925305ad start + 1
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff9f7faff6 kevent_qos + 10
1 libdispatch.dylib 0x00007fff95207099 _dispatch_mgr_invoke + 216
2 libdispatch.dylib 0x00007fff95206d01 _dispatch_mgr_thread + 52
Thread 2:: WorkerPool/13319
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836186 _pthread_cond_wait + 821
2 com.github.electron.framework 0x0000000106a240eb 0x10685e000 + 1859819
3 com.github.electron.framework 0x0000000106a364ec 0x10685e000 + 1934572
4 com.github.electron.framework 0x0000000106a369a4 0x10685e000 + 1935780
5 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
6 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 3:: NetworkConfigWatcher
0 libsystem_kernel.dylib 0x00007fff9f7f4386 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9f7f37c7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9a3a1624 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9a3a0aec __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff9a3a0338 CFRunLoopRunSpecific + 296
5 com.apple.Foundation 0x00007fff91a99e61 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
6 com.github.electron.framework 0x00000001069de964 0x10685e000 + 1575268
7 com.github.electron.framework 0x00000001069de13c 0x10685e000 + 1573180
8 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
9 com.github.electron.framework 0x0000000106a050bd 0x10685e000 + 1732797
10 com.github.electron.framework 0x0000000106a34c32 0x10685e000 + 1928242
11 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
12 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
13 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
14 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 4:: DnsConfigService
0 libsystem_kernel.dylib 0x00007fff9f7fafc6 kevent + 10
1 com.github.electron.framework 0x00000001074e95e5 0x10685e000 + 13153765
2 com.github.electron.framework 0x00000001074e705d 0x10685e000 + 13144157
3 com.github.electron.framework 0x00000001069dd5f7 0x10685e000 + 1570295
4 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
5 com.github.electron.framework 0x0000000106a050bd 0x10685e000 + 1732797
6 com.github.electron.framework 0x0000000106a34c32 0x10685e000 + 1928242
7 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
8 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
9 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
10 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 5:: CrShutdownDetector
0 libsystem_kernel.dylib 0x00007fff9f7fb45e read + 10
1 com.github.electron.framework 0x00000001068d80ef 0x10685e000 + 499951
2 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
3 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
5 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 6:: Chrome_DBThread
0 libsystem_kernel.dylib 0x00007fff9f7f4386 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9f7f37c7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9a3a1624 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9a3a0aec __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff9a3a0338 CFRunLoopRunSpecific + 296
5 com.github.electron.framework 0x00000001069de6df 0x10685e000 + 1574623
6 com.github.electron.framework 0x00000001069de13c 0x10685e000 + 1573180
7 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
8 com.github.electron.framework 0x0000000106a050bd 0x10685e000 + 1732797
9 com.github.electron.framework 0x0000000106edc538 0x10685e000 + 6808888
10 com.github.electron.framework 0x0000000106edc886 0x10685e000 + 6809734
11 com.github.electron.framework 0x0000000106a34c32 0x10685e000 + 1928242
12 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
13 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
14 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
15 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 7:: Chrome_FileThread
0 libsystem_kernel.dylib 0x00007fff9f7fafc6 kevent + 10
1 com.github.electron.framework 0x00000001074e95e5 0x10685e000 + 13153765
2 com.github.electron.framework 0x00000001074e705d 0x10685e000 + 13144157
3 com.github.electron.framework 0x00000001069dd5f7 0x10685e000 + 1570295
4 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
5 com.github.electron.framework 0x0000000106a050bd 0x10685e000 + 1732797
6 com.github.electron.framework 0x0000000106edc5b8 0x10685e000 + 6809016
7 com.github.electron.framework 0x0000000106edc896 0x10685e000 + 6809750
8 com.github.electron.framework 0x0000000106a34c32 0x10685e000 + 1928242
9 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
10 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
11 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
12 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 8:: Chrome_FileUserBlockingThread
0 libsystem_kernel.dylib 0x00007fff9f7f4386 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9f7f37c7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9a3a1624 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9a3a0aec __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff9a3a0338 CFRunLoopRunSpecific + 296
5 com.github.electron.framework 0x00000001069de6df 0x10685e000 + 1574623
6 com.github.electron.framework 0x00000001069de13c 0x10685e000 + 1573180
7 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
8 com.github.electron.framework 0x0000000106a050bd 0x10685e000 + 1732797
9 com.github.electron.framework 0x0000000106edc638 0x10685e000 + 6809144
10 com.github.electron.framework 0x0000000106edc8a3 0x10685e000 + 6809763
11 com.github.electron.framework 0x0000000106a34c32 0x10685e000 + 1928242
12 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
13 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
14 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
15 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 9:: Chrome_ProcessLauncherThread
0 libsystem_kernel.dylib 0x00007fff9f7f4386 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9f7f37c7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9a3a1624 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9a3a0aec __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff9a3a0338 CFRunLoopRunSpecific + 296
5 com.github.electron.framework 0x00000001069de6df 0x10685e000 + 1574623
6 com.github.electron.framework 0x00000001069de13c 0x10685e000 + 1573180
7 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
8 com.github.electron.framework 0x0000000106a050bd 0x10685e000 + 1732797
9 com.github.electron.framework 0x0000000106edc6b8 0x10685e000 + 6809272
10 com.github.electron.framework 0x0000000106edc8b0 0x10685e000 + 6809776
11 com.github.electron.framework 0x0000000106a34c32 0x10685e000 + 1928242
12 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
13 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
14 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
15 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 10:: Chrome_CacheThread
0 libsystem_kernel.dylib 0x00007fff9f7fafc6 kevent + 10
1 com.github.electron.framework 0x00000001074e95e5 0x10685e000 + 13153765
2 com.github.electron.framework 0x00000001074e705d 0x10685e000 + 13144157
3 com.github.electron.framework 0x00000001069dd5df 0x10685e000 + 1570271
4 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
5 com.github.electron.framework 0x0000000106a050bd 0x10685e000 + 1732797
6 com.github.electron.framework 0x0000000106edc738 0x10685e000 + 6809400
7 com.github.electron.framework 0x0000000106edc8bd 0x10685e000 + 6809789
8 com.github.electron.framework 0x0000000106a34c32 0x10685e000 + 1928242
9 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
10 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
11 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
12 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 11:: Chrome_IOThread
0 libsystem_kernel.dylib 0x00007fff9f7fafc6 kevent + 10
1 com.github.electron.framework 0x00000001074e95e5 0x10685e000 + 13153765
2 com.github.electron.framework 0x00000001074e705d 0x10685e000 + 13144157
3 com.github.electron.framework 0x00000001069dd5df 0x10685e000 + 1570271
4 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
5 com.github.electron.framework 0x0000000106a050bd 0x10685e000 + 1732797
6 com.github.electron.framework 0x0000000106edc7b8 0x10685e000 + 6809528
7 com.github.electron.framework 0x0000000106edc8ca 0x10685e000 + 6809802
8 com.github.electron.framework 0x0000000106a34c32 0x10685e000 + 1928242
9 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
10 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
11 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
12 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 12:: IndexedDB
0 libsystem_kernel.dylib 0x00007fff9f7f4386 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9f7f37c7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9a3a1624 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9a3a0aec __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff9a3a0338 CFRunLoopRunSpecific + 296
5 com.github.electron.framework 0x00000001069de6df 0x10685e000 + 1574623
6 com.github.electron.framework 0x00000001069de13c 0x10685e000 + 1573180
7 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
8 com.github.electron.framework 0x0000000106a050bd 0x10685e000 + 1732797
9 com.github.electron.framework 0x0000000106a34c32 0x10685e000 + 1928242
10 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
11 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
12 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
13 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 13:: CompositorTileWorker1/43267
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836150 _pthread_cond_wait + 767
2 com.github.electron.framework 0x0000000106d273d9 0x10685e000 + 5018585
3 com.github.electron.framework 0x0000000106a3420d 0x10685e000 + 1925645
4 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
5 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
6 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
7 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 14:: AudioThread
0 libsystem_kernel.dylib 0x00007fff9f7f4386 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9f7f37c7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9a3a1624 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9a3a0aec __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff9a3a0338 CFRunLoopRunSpecific + 296
5 com.github.electron.framework 0x00000001069de6df 0x10685e000 + 1574623
6 com.github.electron.framework 0x00000001069de13c 0x10685e000 + 1573180
7 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
8 com.github.electron.framework 0x0000000106a050bd 0x10685e000 + 1732797
9 com.github.electron.framework 0x0000000106a34c32 0x10685e000 + 1928242
10 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
11 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
12 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
13 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 15:
0 libsystem_kernel.dylib 0x00007fff9f7fafc6 kevent + 10
1 com.github.electron.framework 0x000000010692b82c atom::NodeBindingsMac::PollEvents() + 140
2 com.github.electron.framework 0x000000010692a50f atom::NodeBindings::EmbedThreadRunner(void*) + 63
3 libnode.dylib 0x000000010a92b979 0x10a7e2000 + 1350009
4 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
5 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
6 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 16:: BrowserBlockingWorker1/60735
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836150 _pthread_cond_wait + 767
2 com.github.electron.framework 0x0000000106a31fab 0x10685e000 + 1916843
3 com.github.electron.framework 0x0000000106a3153e 0x10685e000 + 1914174
4 com.github.electron.framework 0x0000000106a3420d 0x10685e000 + 1925645
5 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
6 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 17:: NetworkConfigWatcher
0 libsystem_kernel.dylib 0x00007fff9f7f4386 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9f7f37c7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9a3a1624 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9a3a0aec __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff9a3a0338 CFRunLoopRunSpecific + 296
5 com.apple.Foundation 0x00007fff91a99e61 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
6 com.github.electron.framework 0x00000001069de964 0x10685e000 + 1575268
7 com.github.electron.framework 0x00000001069de13c 0x10685e000 + 1573180
8 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
9 com.github.electron.framework 0x0000000106a050bd 0x10685e000 + 1732797
10 com.github.electron.framework 0x0000000106a34c32 0x10685e000 + 1928242
11 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
12 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
13 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
14 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 18:
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836150 _pthread_cond_wait + 767
2 libnode.dylib 0x000000010a92bd19 uv_cond_wait + 9
3 libnode.dylib 0x000000010a920f63 0x10a7e2000 + 1306467
4 libnode.dylib 0x000000010a92b979 0x10a7e2000 + 1350009
5 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
6 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
7 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 19:
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836150 _pthread_cond_wait + 767
2 libnode.dylib 0x000000010a92bd19 uv_cond_wait + 9
3 libnode.dylib 0x000000010a920f63 0x10a7e2000 + 1306467
4 libnode.dylib 0x000000010a92b979 0x10a7e2000 + 1350009
5 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
6 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
7 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 20:
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836150 _pthread_cond_wait + 767
2 libnode.dylib 0x000000010a92bd19 uv_cond_wait + 9
3 libnode.dylib 0x000000010a920f63 0x10a7e2000 + 1306467
4 libnode.dylib 0x000000010a92b979 0x10a7e2000 + 1350009
5 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
6 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
7 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 21:
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836150 _pthread_cond_wait + 767
2 libnode.dylib 0x000000010a92bd19 uv_cond_wait + 9
3 libnode.dylib 0x000000010a920f63 0x10a7e2000 + 1306467
4 libnode.dylib 0x000000010a92b979 0x10a7e2000 + 1350009
5 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
6 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
7 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 22:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fff9f7f4386 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9f7f37c7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9a3a1624 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9a3a0aec __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff9a3a0338 CFRunLoopRunSpecific + 296
5 com.apple.AppKit 0x00007fff8cc31065 _NSEventThread + 149
6 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 23:: WorkerPool/69911
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836186 _pthread_cond_wait + 821
2 com.github.electron.framework 0x0000000106a240eb 0x10685e000 + 1859819
3 com.github.electron.framework 0x0000000106a364ec 0x10685e000 + 1934572
4 com.github.electron.framework 0x0000000106a369a4 0x10685e000 + 1935780
5 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
6 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 24:
0 libsystem_kernel.dylib 0x00007fff9f7f4386 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9f7f37c7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9a3a1624 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9a3a0aec __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff9a3a0338 CFRunLoopRunSpecific + 296
5 com.apple.CoreFoundation 0x00007fff9a4631f1 CFRunLoopRun + 97
6 libnode.dylib 0x000000010a92f3d6 0x10a7e2000 + 1364950
7 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
9 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 25:: handle-watcher-thread
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836150 _pthread_cond_wait + 767
2 com.github.electron.framework 0x0000000107d34648 0x10685e000 + 21849672
3 com.github.electron.framework 0x0000000107d209a9 0x10685e000 + 21768617
4 com.github.electron.framework 0x0000000107d20c86 0x10685e000 + 21769350
5 com.github.electron.framework 0x0000000107d18326 0x10685e000 + 21734182
6 com.github.electron.framework 0x0000000107cfe912 0x10685e000 + 21629202
7 com.github.electron.framework 0x0000000107cfe403 0x10685e000 + 21627907
8 com.github.electron.framework 0x0000000107cfe38a 0x10685e000 + 21627786
9 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
10 com.github.electron.framework 0x0000000106a050bd 0x10685e000 + 1732797
11 com.github.electron.framework 0x0000000106a34c32 0x10685e000 + 1928242
12 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
13 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
14 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
15 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 26:: BrowserBlockingWorker2/4951
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836150 _pthread_cond_wait + 767
2 com.github.electron.framework 0x0000000106a31fab 0x10685e000 + 1916843
3 com.github.electron.framework 0x0000000106a3153e 0x10685e000 + 1914174
4 com.github.electron.framework 0x0000000106a3420d 0x10685e000 + 1925645
5 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
6 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 27:: BrowserBlockingWorker3/84623
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836150 _pthread_cond_wait + 767
2 com.github.electron.framework 0x0000000106a31fab 0x10685e000 + 1916843
3 com.github.electron.framework 0x0000000106a3153e 0x10685e000 + 1914174
4 com.github.electron.framework 0x0000000106a3420d 0x10685e000 + 1925645
5 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
6 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 28:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fff9f7f4386 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9f7f37c7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9a3a1624 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9a3a0aec __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff9a3a0338 CFRunLoopRunSpecific + 296
5 com.apple.CFNetwork 0x00007fff8a35c6e9 +[NSURLConnection(Loader) _resourceLoadLoop:] + 412
6 com.apple.Foundation 0x00007fff91be5c6f __NSThread__start__ + 1351
7 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
9 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 29:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff9f7fa176 __select + 10
1 com.apple.CoreFoundation 0x00007fff9a3ed16a __CFSocketManager + 762
2 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
3 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
4 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 30:: CachePoolWorker1/92607
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836150 _pthread_cond_wait + 767
2 com.github.electron.framework 0x0000000106a31fab 0x10685e000 + 1916843
3 com.github.electron.framework 0x0000000106a3153e 0x10685e000 + 1914174
4 com.github.electron.framework 0x0000000106a3420d 0x10685e000 + 1925645
5 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
6 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 31:: CachePoolWorker2/97331
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836150 _pthread_cond_wait + 767
2 com.github.electron.framework 0x0000000106a31fab 0x10685e000 + 1916843
3 com.github.electron.framework 0x0000000106a3153e 0x10685e000 + 1914174
4 com.github.electron.framework 0x0000000106a3420d 0x10685e000 + 1925645
5 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
6 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 32:
0 libsystem_kernel.dylib 0x00007fff9f7fa6de __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff97835729 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff97833365 start_wqthread + 13
Thread 33:
0 libsystem_kernel.dylib 0x00007fff9f7fa6de __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff97835729 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff97833365 start_wqthread + 13
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00007ff47c704160 rbx: 0x00007ff479cd8d60 rcx: 0x0000000109ed46f0 rdx: 0x0000000000000000
rdi: 0x00007ff479ca1f90 rsi: 0x0000000000000000 rbp: 0x00007fff593a3d50 rsp: 0x00007fff593a3d38
r8: 0x00000000fffffffc r9: 0x000000010a14a918 r10: 0x00000000ffffffff r11: 0xffffffff00000000
r12: 0x00007ff47a0623a0 r13: 0x00007ff47a062200 r14: 0x00007ff479e5f480 r15: 0x00007fff593a3da0
rip: 0x00007ff47c704160 rfl: 0x0000000000010206 cr2: 0x00007ff47c704160
Logical CPU: 0
Error Code: 0x00000015
Trap Number: 14
Binary Images:
0x106858000 - 0x106858fff +com.microsoft.VSCodeAlpha (0.10.12-alpha - 0.10.12-alpha) <840167AE-5E41-3AF5-8425-4861511E4BFB> /Applications/Visual Studio Code - Alpha.app/Contents/MacOS/Electron
0x10685e000 - 0x109ea3f6f +com.github.electron.framework (0) <3BC63950-22AB-3B86-B81C-3BFFBC48DF49> /Applications/Visual Studio Code - Alpha.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework
0x10a6aa000 - 0x10a6bfff7 +com.github.Squirrel (1.0 - 1) <C39DE518-902E-3EBE-B1A6-B4E7AE668521> /Applications/Visual Studio Code - Alpha.app/Contents/Frameworks/Squirrel.framework/Versions/A/Squirrel
0x10a6de000 - 0x10a741ff7 +org.reactivecocoa.ReactiveCocoa (1.0 - 1) <701B20DE-3ADD-3643-B52A-E05744C30DB3> /Applications/Visual Studio Code - Alpha.app/Contents/Frameworks/ReactiveCocoa.framework/Versions/A/ReactiveCocoa
0x10a7b7000 - 0x10a7cbfff +org.mantle.Mantle (1.0 - ???) <31915DD6-48E6-3706-A076-C9D4CE17F4F6> /Applications/Visual Studio Code - Alpha.app/Contents/Frameworks/Mantle.framework/Versions/A/Mantle
0x10a7e2000 - 0x10b39bff7 +libnode.dylib (0) <C4C077E5-875D-3F87-8B41-6CA58A61B7C7> /Applications/Visual Studio Code - Alpha.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libnode.dylib
0x10b78e000 - 0x10b7c5fff com.apple.audio.midi.CoreMIDI (1.10 - 88) <4A755EA1-3CF5-32A6-8939-8D2998577406> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
0x10b7f3000 - 0x10b80cfff libexpat.1.dylib (12.20.1) <AA76E4CF-52F5-3CF9-907B-FBB80BAFB125> /usr/lib/libexpat.1.dylib
0x110b7a000 - 0x110b7afe7 +cl_kernels (???) <5060F371-F644-4079-8BAF-E548235960C8> cl_kernels
0x113c21000 - 0x113c86fff com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.12.13 - 10.1.2) <A9406C3E-B4BB-3975-B077-BE0D72613E77> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
0x7fff62f20000 - 0x7fff62f57007 dyld (360.19) <9D05FDF4-65CE-3B53-86D4-ABE1A5BF35F3> /usr/lib/dyld
0x7fff8a30f000 - 0x7fff8a310fff libsystem_secinit.dylib (20) <FD6ECF2C-1489-32CA-981B-9045B5EB1FAA> /usr/lib/system/libsystem_secinit.dylib
0x7fff8a311000 - 0x7fff8a315fff libGIF.dylib (1442) <39FA0286-1616-3474-8215-7CD07109C9E5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8a316000 - 0x7fff8a354ff7 libGLImage.dylib (12.0.40.6) <ACC6C7B0-A805-344C-AAC3-BA50780227E1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff8a355000 - 0x7fff8a5dbff7 com.apple.CFNetwork (760.2.6 - 760.2.6) <653B1552-C1EC-36A5-85D0-9FC3ED3CCF72> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8a5dc000 - 0x7fff8a6c2fef unorm8_bgra.dylib (2.6.4.1) <F2A325FF-D55F-3091-88E2-5EBF3648274A> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x7fff8a6c6000 - 0x7fff8a712ff7 com.apple.corelocation (1486.17 - 1615.38) <5AE891F7-ED25-3C6C-A8DD-5D702FB87DC7> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fff8a713000 - 0x7fff8a765fff com.apple.AppleVAFramework (5.0.32 - 5.0.32) <04AB634C-FB23-3538-937C-FF60E5E59DF8> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff8a766000 - 0x7fff8a783ff7 com.apple.AppleVPAFramework (2.1.2 - 2.1.2) <2B459E1F-0563-30B2-A04D-CF1793426B66> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff8b219000 - 0x7fff8b232fff com.apple.CFOpenDirectory (10.11 - 194) <C21F33AA-CD06-3163-A1F3-1D116F788A11> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8b233000 - 0x7fff8b2a2fff com.apple.datadetectorscore (7.0 - 460) <CDBB7D7D-B189-37B0-AA4B-DC79090D0D71> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8b2a3000 - 0x7fff8b2a5ff7 libRadiance.dylib (1442) <1E42E394-4CD2-3E10-8591-9BB234829AC6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8b2a6000 - 0x7fff8b2e0ff7 com.apple.DebugSymbols (132 - 132) <BDF57386-2881-35BD-9310-36904C764E93> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8b2e1000 - 0x7fff8b2e5fff libpam.2.dylib (20) <CFCD19BD-87BC-3F2B-BB1C-4C23E8E55F1A> /usr/lib/libpam.2.dylib
0x7fff8b2e6000 - 0x7fff8b35cff7 com.apple.MMCS (1.3 - 351) <13D01D37-66F0-30BB-AA7E-D1D348F738E3> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
0x7fff8b35d000 - 0x7fff8b44cfff libxml2.2.dylib (29.2) <F70308DF-313F-334F-8F0E-82E79821583D> /usr/lib/libxml2.2.dylib
0x7fff8b65a000 - 0x7fff8b68aff7 libsandbox.1.dylib (460.30.1) <AD0156FC-EF07-3689-9403-586517AE7037> /usr/lib/libsandbox.1.dylib
0x7fff8b6b3000 - 0x7fff8b6dafff com.apple.ProtectedCloudStorage (1.0 - 1) <F9E1BDE2-16AF-34B5-B7FE-127D511BDC9E> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff8b6db000 - 0x7fff8b8e8ffb libicucore.A.dylib (551.41) <CFFD7342-A7D6-323A-AC14-B9EECF6EFFED> /usr/lib/libicucore.A.dylib
0x7fff8b8e9000 - 0x7fff8b95dff3 com.apple.securityfoundation (6.0 - 55126) <11644DA4-F1CF-3FB1-86A0-0DA8E8C27148> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8b960000 - 0x7fff8ba50fff libJP2.dylib (1442) <50DD1F07-6517-372B-8244-2AD19702385C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8ba51000 - 0x7fff8baa6ff7 com.apple.AE (701 - 701) <FB22BE84-9CB8-36BF-8061-F93D716C0A84> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8baf2000 - 0x7fff8baf7fff com.apple.MediaAccessibility (1.0 - 79) <CCF71DC1-BB6A-3227-BD1B-AFD172592A63> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff8baf8000 - 0x7fff8bb98ff7 com.apple.Metadata (10.7.0 - 972.16) <3E42A570-BE32-396D-96E1-01B4A778D991> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8bb99000 - 0x7fff8bb9cfff com.apple.IOSurface (108.0.1 - 108.0.1) <7B05B27A-5CC4-30D4-8A10-ED444A2807A2> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8c41f000 - 0x7fff8c42afff com.apple.CrashReporterSupport (10.11 - 717) <474544AD-1199-3ECC-90E5-071847BA72C6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff8c42b000 - 0x7fff8c442ff7 libsystem_asl.dylib (322.30.1) <9B500E4E-E462-321E-828E-5524DC984C1B> /usr/lib/system/libsystem_asl.dylib
0x7fff8c443000 - 0x7fff8c46cfff libsystem_info.dylib (477.20.1) <6513635B-4ADE-3B45-BF63-ED7AC565B0C9> /usr/lib/system/libsystem_info.dylib
0x7fff8c46d000 - 0x7fff8c46dfff com.apple.ApplicationServices (48 - 48) <DD9C4070-C0FC-3984-BCED-72E6E99838FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8c46e000 - 0x7fff8c46ffff libsystem_blocks.dylib (65) <49D42329-7DE9-3413-92C3-A473A7E9CF35> /usr/lib/system/libsystem_blocks.dylib
0x7fff8c470000 - 0x7fff8c4a4ff7 com.apple.CoreVideo (1.8 - 191.2) <88D903C8-E608-320E-8ACD-11E5B3003C18> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8c4b5000 - 0x7fff8c4b7fff com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff8c4b8000 - 0x7fff8c4dcfff libJPEG.dylib (1442) <9616E8A5-60BA-3C70-8F37-A33055D227C8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8c513000 - 0x7fff8c527fe3 libCGInterfaces.dylib (317.9) <5079DE4F-3717-32FF-B76A-77F53236D17D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff8c528000 - 0x7fff8c579ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <BB7C0F61-E39B-382C-AF03-1650C054BFE1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8c57a000 - 0x7fff8c59cfff com.apple.IconServices (68.1 - 68.1) <3ECAA762-1193-3D76-A25F-7680DB3A957E> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff8c5b1000 - 0x7fff8c5cbfff com.apple.Kerberos (3.0 - 1) <836358DE-2731-3ACD-98E3-E5FA48917728> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8ca58000 - 0x7fff8ca86ff7 com.apple.CoreServicesInternal (248.2 - 248.2) <7D0D2C65-C4C4-3FBD-89A7-12302EA444AA> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8ca96000 - 0x7fff8ca98fff libCVMSPluginSupport.dylib (12.0.40.6) <C88875DF-9888-37A6-AE69-3CABFACDAF45> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8ca99000 - 0x7fff8caa8ffb com.apple.LangAnalysis (1.7.0 - 1.7.0) <0D1BCC13-76B9-3C19-85AA-D8DD8299F007> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff8cae8000 - 0x7fff8d70bff7 com.apple.AppKit (6.9 - 1404.34) <467468E2-C551-3408-B351-414B21F57DEB> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8d787000 - 0x7fff8d883ff7 libFontParser.dylib (158.4) <BF7F82EB-7820-364A-865E-442F42BFDFA4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8dca3000 - 0x7fff8dccafff com.apple.ChunkingLibrary (167 - 167) <508861C9-F5E6-343B-8DD0-D71DFE49ECFD> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8dccb000 - 0x7fff8dcd6fff com.apple.AppSandbox (4.0 - 261.20.7) <0CA08EB7-D574-3E2F-A3AE-FEA80FF3F304> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff8dcdf000 - 0x7fff8dd6cdd7 com.apple.AppleJPEG (1.0 - 1) <9F0E8564-FCC4-33BE-9C6A-2BA926A33F6F> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff8dd6d000 - 0x7fff8dd70fff com.apple.Mangrove (1.0 - 1) <7919AD18-0EDE-3408-A6AC-A9121B8D857F> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff8dd71000 - 0x7fff8df17ff7 com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <F912765D-88ED-3324-B512-3778A8CE878B> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8e181000 - 0x7fff8e2fffff com.apple.UIFoundation (1.0 - 436.1) <8C254BB0-1DED-36A2-AAAF-786EB19CCE39> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff8e300000 - 0x7fff8e300fff libOpenScriptingUtil.dylib (169.1) <03BEF6F0-07CD-3EDC-9D11-32202C1857B6> /usr/lib/libOpenScriptingUtil.dylib
0x7fff8e339000 - 0x7fff8e355ff7 libextension.dylib (78) <589FA312-F17C-3A8D-986F-FD995D0065D5> /usr/lib/libextension.dylib
0x7fff8e392000 - 0x7fff8e70dffb com.apple.VideoToolbox (1.0 - 1731.15.33) <33AED54A-87AE-330F-BAAD-FB8389C3E686> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff8e7a8000 - 0x7fff8ec19ff3 com.apple.GeoServices (1.0 - 1151.2.13.9) <52A8FBB6-267C-3371-A516-264572B5800F> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff8ee89000 - 0x7fff8ef40ff7 com.apple.CoreDuet (1.0 - 1) <20BDA287-415A-385E-BCB5-934D165BDAA4> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
0x7fff8ef61000 - 0x7fff8efb1ff7 com.apple.Symbolication (1.4 - 58044) <2EC9F04A-4370-39C8-8549-FC6411D87463> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff8f715000 - 0x7fff8faedfef com.apple.CoreAUC (214.0.0 - 214.0.0) <B43C7811-38A4-3F9A-9417-FD8F4B55EA82> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff8faee000 - 0x7fff8fb02fff com.apple.CoreDuetDaemonProtocol (1.0 - 1) <8D8A190B-3C08-3624-8DC6-E9EBE22BC3BB> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
0x7fff8fb03000 - 0x7fff8fb0bffb libsystem_dnssd.dylib (625.20.4) <945B5FB1-DA91-3D45-A961-A8FAD53C1E7E> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8fb0c000 - 0x7fff8fb35ff7 libxslt.1.dylib (14.1) <AE86E275-499F-3D4F-8433-142186D383CB> /usr/lib/libxslt.1.dylib
0x7fff8fb36000 - 0x7fff8fb46ff3 com.apple.ProtocolBuffer (1 - 242) <127AF54F-615B-362A-A221-3E758C46A235> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff8fb83000 - 0x7fff8fbe6fff libAVFAudio.dylib (161.2) <C42EF0ED-56B2-387F-B188-C42FB8A1B7AB> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
0x7fff8fbe7000 - 0x7fff8fdf4ff7 com.apple.CoreImage (11.2.0 - 366.2.7) <344F1067-5F52-3626-8F6C-2B678DEB80A1> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff8ff28000 - 0x7fff8ff2afff libCGXType.A.dylib (948) <C3D473CF-7261-3E0D-A161-E9B642B75D6A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff8ff6e000 - 0x7fff901eeff3 com.apple.security (7.0 - 57337.20.44) <290E0078-464E-30EE-8288-8B29A875FFE3> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff901ef000 - 0x7fff901effff com.apple.Cocoa (6.11 - 22) <0A634D46-B468-3CBC-B2A0-16C381C11BF2> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff901fb000 - 0x7fff90203fff com.apple.frameworks.CoreDaemon (1.3 - 1.3) <D44F75E7-C679-3C21-AD76-8FA8A2B898F1> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff90204000 - 0x7fff90237ff7 com.apple.MediaKit (16 - 809) <BF8032FE-6645-37F6-A622-BC7EEE3EAABF> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff90238000 - 0x7fff903fefff com.apple.ImageIO.framework (3.3.0 - 1442) <1AE1EF1A-EA91-3453-A6F4-C11BD91B8D66> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff90b54000 - 0x7fff90b82ff7 com.apple.DictionaryServices (1.2 - 250) <D9AB6B92-CAF5-3EC2-8D07-639B42DA1CB9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff90bae000 - 0x7fff90bb2fff libcache.dylib (75) <6B245C0A-F3EA-383B-A542-5B0D0456A41B> /usr/lib/system/libcache.dylib
0x7fff90bb3000 - 0x7fff90bcffff com.apple.GenerationalStorage (2.0 - 239) <EE667C63-3ADF-34D3-A8A7-316B66C7E290> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff90bd0000 - 0x7fff90bd6fff com.apple.IOAccelerator (205.1 - 205.1) <9B56A248-FA12-3DB9-AD97-51EB4700E8A8> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff90bd7000 - 0x7fff90d21fc7 com.apple.coreui (2.1 - 365.2) <727C55D3-503A-3EC4-8A23-C984E320F65F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff9131b000 - 0x7fff91447ff7 com.apple.CoreText (352.0 - 494.10) <9FD834B1-FF8E-3EB0-BB11-6E9120969086> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff91549000 - 0x7fff9154bff7 com.apple.securityhi (9.0 - 55006) <B97C1C77-AA51-33ED-941D-F766BC94CD9E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff9154c000 - 0x7fff91571ff7 libPng.dylib (1442) <C13F5341-C342-3733-AF4C-434F2D8FF0A8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff91572000 - 0x7fff915e6fff com.apple.Heimdal (4.0 - 2.0) <009F223D-B89B-376B-94F5-6D982CBEF771> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff9192a000 - 0x7fff91938fff com.apple.opengl (12.0.40 - 12.0.40) <D37D88AE-0731-3105-99AB-984DA9B9BCE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff91939000 - 0x7fff9193affb libremovefile.dylib (41) <B8D1A5FC-CFD5-3AAB-8A10-14DDC129710A> /usr/lib/system/libremovefile.dylib
0x7fff91945000 - 0x7fff91945fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <F450DC3F-837D-35CB-97F3-5835E789EF02> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff9195b000 - 0x7fff91975ff3 liblzma.5.dylib (10) <CC03591B-FA57-3CA5-AC81-0D76033AC0CE> /usr/lib/liblzma.5.dylib
0x7fff91976000 - 0x7fff91984fff libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib
0x7fff91a0e000 - 0x7fff91d62ff7 com.apple.Foundation (6.9 - 1256.1) <66106CC9-9D97-3846-88D8-4BF6BB508296> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff91d69000 - 0x7fff91d6aff3 com.apple.print.framework.Print (10.0 - 266) <BF573614-5666-3D16-9D45-4690911F030A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff91d6b000 - 0x7fff91d82fff libmarisa.dylib (4) <E4919B03-D9BD-3AF8-B436-C415C98E3F0A> /usr/lib/libmarisa.dylib
0x7fff91df9000 - 0x7fff91e68fff com.apple.SearchKit (1.4.0 - 1.4.0) <CA50106F-F45A-36AC-AD2B-C3B19F5DD52F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff920a0000 - 0x7fff920a2fff com.apple.CoreDuetDebugLogging (1.0 - 1) <B461272B-2DFF-3CA9-8DCA-689B2AAC0379> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
0x7fff92268000 - 0x7fff922fefff com.apple.ColorSync (4.9.0 - 4.9.0) <8BB8DF19-C24F-39F8-8B90-AD186D74587C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff922ff000 - 0x7fff92317fd7 libcompression.dylib (25) <202CE8A7-3D5B-347A-BD22-F0CB589B29AF> /usr/lib/libcompression.dylib
0x7fff9236f000 - 0x7fff923c2ff7 libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib
0x7fff923c3000 - 0x7fff923fdfff com.apple.QD (3.12 - 302) <3F36A108-C557-353A-A3F7-80DDCB82BB37> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff9252d000 - 0x7fff92530ffb libdyld.dylib (360.19) <AA629043-C6F6-32FE-8007-E3478E99ACA7> /usr/lib/system/libdyld.dylib
0x7fff925d2000 - 0x7fff926a8ff7 com.apple.DiskImagesFramework (10.11.3 - 417.2) <25BBE20C-E92B-360F-A326-093B61CC7B5E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff926d7000 - 0x7fff927beff7 libcrypto.0.9.8.dylib (59) <ED1C2A26-8FFC-30FF-8726-FF952EF94ADF> /usr/lib/libcrypto.0.9.8.dylib
0x7fff928c5000 - 0x7fff928cafff com.apple.AssetCacheServices (14 - 14) <33685005-A92A-3006-97F5-FBF8530925B2> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
0x7fff92a1c000 - 0x7fff92a7dff7 libsystem_network.dylib (583.20.10) <865FE79A-A22D-3733-A14F-FC7B37F3AECD> /usr/lib/system/libsystem_network.dylib
0x7fff92af0000 - 0x7fff92afcff7 com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <8B6C0DB6-8744-3AEB-BD00-9FA6967E7125> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff92b00000 - 0x7fff92b05ff7 libheimdal-asn1.dylib (453.20.2) <EE3DD8E9-E543-3849-ADC9-EDBF2379C97C> /usr/lib/libheimdal-asn1.dylib
0x7fff92b46000 - 0x7fff92b4bff7 libmacho.dylib (875.1) <CB745E1F-4885-3F96-B38B-2093DF488FD5> /usr/lib/system/libmacho.dylib
0x7fff92b4c000 - 0x7fff92b4cfff com.apple.audio.units.AudioUnit (1.13 - 1.13) <D2E8EA94-3828-3D7C-87E2-97E4CD00269D> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff92b4d000 - 0x7fff92b5bff7 libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib
0x7fff92b9a000 - 0x7fff92ba5fff libkxld.dylib (3248.30.4) <BAA3DDEC-AD81-3C29-AECC-59E4AD114D3C> /usr/lib/system/libkxld.dylib
0x7fff92ba6000 - 0x7fff92bf2ff3 com.apple.HIServices (1.22 - 549) <14FB5BB6-8456-39F9-A694-8A1C12426880> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff92c1f000 - 0x7fff92c28ff3 libsystem_notify.dylib (150.20.3) <243FADE1-255A-3B78-8033-F336CD64B817> /usr/lib/system/libsystem_notify.dylib
0x7fff92c3b000 - 0x7fff92c3cffb libSystem.B.dylib (1226.10.1) <5A4257EF-3145-3BB3-87A4-0D2404A9462D> /usr/lib/libSystem.B.dylib
0x7fff92cd7000 - 0x7fff92cd7fff libmetal_timestamp.dylib (600.0.43.5) <4BA5B935-F932-3863-9B31-EF0A7DEAF15C> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x7fff92d0b000 - 0x7fff92e1afe7 libvDSP.dylib (563.4) <A95572FF-D40C-32A8-9F36-5B1FD297A0EC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff92e35000 - 0x7fff92e3eff7 com.apple.CommonAuth (4.0 - 2.0) <B2CEE6B5-9464-35F2-9339-9F52001C8A27> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff934e6000 - 0x7fff934e9fff libspindump.dylib (197.1) <61EB1BFE-8600-3420-B18E-1541D3C15C5C> /usr/lib/libspindump.dylib
0x7fff935bb000 - 0x7fff935c3fff libGFXShared.dylib (12.0.40.6) <7E84C8A9-40DA-302A-A3DE-9AE3C61A3465> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff935c4000 - 0x7fff935c7ff7 com.apple.help (1.3.3 - 46) <62056D9B-A87C-3E4D-B4E2-7E1CDB74CE68> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff935c8000 - 0x7fff935c9fff liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib
0x7fff935ca000 - 0x7fff938bffff com.apple.HIToolbox (2.1.1 - 807.2) <D9338BEF-CA84-3085-B6CB-4E93B3B9A2E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff93a62000 - 0x7fff93a68fff com.apple.XPCService (2.0 - 1) <9A305622-14E1-3D9A-BE47-6524419BA58D> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fff93a69000 - 0x7fff93aabff7 com.apple.Metal (55.2.8 - 55.2.8) <D4D7AC6F-7B31-3D94-B4B1-587EC2856CDB> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff93ac9000 - 0x7fff93e2bf3f libobjc.A.dylib (680) <9F45830D-F1D5-3CDF-9461-1A5477ED7D1E> /usr/lib/libobjc.A.dylib
0x7fff93e2c000 - 0x7fff93e72ff7 libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib
0x7fff93e73000 - 0x7fff93e78ff3 libunwind.dylib (35.3) <124E0F05-2350-3774-A32C-7F5BF38EDE73> /usr/lib/system/libunwind.dylib
0x7fff93e79000 - 0x7fff93e94ff7 libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib
0x7fff93ec3000 - 0x7fff94258fdb com.apple.vImage (8.0 - 8.0) <4BAC9B6F-7482-3580-8787-AB0A5B4D331B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff94667000 - 0x7fff947cefff libBLAS.dylib (1159) <8C24B8BC-E7D9-386D-97C8-929728AFE10B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff94999000 - 0x7fff94a79ff7 unorm8_rgba.dylib (2.6.4.1) <6970FC46-0D13-3614-929D-9504AB54C740> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
0x7fff94a7a000 - 0x7fff94ac8fff libcurl.4.dylib (90) <FF42FAA6-E71B-3D0D-B5C9-B05BD2460C9A> /usr/lib/libcurl.4.dylib
0x7fff94acc000 - 0x7fff94acfff7 libsystem_sandbox.dylib (460.30.1) <3E0036AF-FC64-3352-8DA4-6B550C2C2562> /usr/lib/system/libsystem_sandbox.dylib
0x7fff94aea000 - 0x7fff94af3fff com.apple.icloud.FindMyDevice (1.0 - 1) <BB049D2D-9789-39E8-A09D-D300E7AA94D2> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x7fff94af4000 - 0x7fff94b62ff7 com.apple.ApplicationServices.ATS (377 - 394.3) <0DDD3503-3D74-3CCA-BD25-7F19B03C2579> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff94bc9000 - 0x7fff94bd1fff libsystem_networkextension.dylib (385.20.6) <DC8A102A-BF02-31A4-8914-65C34DF6B592> /usr/lib/system/libsystem_networkextension.dylib
0x7fff94bd2000 - 0x7fff94cf7ff7 com.apple.LaunchServices (728.6 - 728.6) <204CD7A1-D99C-3655-82D7-E8E89F9C666B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff94cf8000 - 0x7fff94d1cfff com.apple.MultitouchSupport.framework (304.10 - 304.10) <1E0206D9-34AD-3810-8ED0-29DC450D1485> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff94d5e000 - 0x7fff94d8fff7 libtidy.A.dylib (15.17) <03EF1071-8B43-3B41-9879-118FA27F89C5> /usr/lib/libtidy.A.dylib
0x7fff94dac000 - 0x7fff94db0fff com.apple.CommonPanels (1.2.6 - 96) <61E9D84F-435A-3C7B-A065-047B80775777> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff94db1000 - 0x7fff94dcafff com.apple.openscripting (1.7.1 - 169.1) <F6532253-9EC5-3FF3-AA16-8AE58531B1D1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff94dcb000 - 0x7fff951f9fff com.apple.vision.FaceCore (3.3.1 - 3.3.1) <B8482831-77BD-3FBC-A0B1-12502353AA57> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff951ff000 - 0x7fff9522cfff libdispatch.dylib (501.20.1) <324C9189-2AF3-3356-847F-6F4CE1C6E901> /usr/lib/system/libdispatch.dylib
0x7fff95300000 - 0x7fff95302ff7 libquarantine.dylib (80) <163CF63A-7455-3D1F-AE57-8C4475A9204C> /usr/lib/system/libquarantine.dylib
0x7fff9530e000 - 0x7fff9533eff3 com.apple.CoreAVCHD (5.8.0 - 5800.4.2) <C34F0ECF-AABA-3FBC-980F-B4809C9B2DD1> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff95345000 - 0x7fff953a1fff libTIFF.dylib (1442) <28DF1565-3705-3ED3-B570-C9CB12376D2E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff953a7000 - 0x7fff953d0fff libxpc.dylib (756.20.4) <61AB4610-9304-354C-9E9B-D57198AE9866> /usr/lib/system/libxpc.dylib
0x7fff953d1000 - 0x7fff953f0ff7 com.apple.framework.Apple80211 (11.0 - 1110.33) <EC583C00-9073-39C3-B613-96D5BA0FDD32> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff953f5000 - 0x7fff95447fff com.apple.CloudDocs (1.0 - 383.5) <BBE4C32D-75E6-3EDD-A787-625BDD66DA20> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fff95461000 - 0x7fff95511fff com.apple.backup.framework (1.7.2 - 1.7.2) <F6A2F892-0728-3DD6-883C-2CDE789BF26F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff95d60000 - 0x7fff95da5ff7 com.apple.coreservices.SharedFileList (24.4 - 24.5) <72156BE7-0804-3F90-9AF9-14C4739430C2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff95e8a000 - 0x7fff95e8cffb libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib
0x7fff95e8d000 - 0x7fff96289fff libLAPACK.dylib (1159) <7618C270-D895-345C-B08B-102286A05A55> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff9634c000 - 0x7fff96354fff 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
0x7fff96357000 - 0x7fff96367fff libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib
0x7fff96380000 - 0x7fff96385fff com.apple.ImageCapture (9.0 - 9.0) <33F7822F-1124-3D73-AF66-515EA32A4A47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff9670c000 - 0x7fff9681aff3 com.apple.desktopservices (1.10 - 1.10) <0BAED9FA-EFA5-3DA0-8715-043FD2400B77> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff9681b000 - 0x7fff9684affb libsystem_m.dylib (3105) <26655445-CA97-321E-B221-801CB378D1AA> /usr/lib/system/libsystem_m.dylib
0x7fff96a01000 - 0x7fff96a07ff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <FA5CB89A-2BFE-38CC-B1A3-E48792CD898C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff96a08000 - 0x7fff96a0fff7 libcompiler_rt.dylib (62) <D3C4AB40-23B4-3BC6-8C38-5B8758D14E80> /usr/lib/system/libcompiler_rt.dylib
0x7fff96a7a000 - 0x7fff96d0aff7 com.apple.RawCamera.bundle (6.18 - 828) <CB7F6CCD-3753-3147-816A-B613F500AE33> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff96f25000 - 0x7fff9706afff com.apple.QTKit (7.7.3 - 2943) <6DD72D38-9449-3289-904E-B6E148993AA5> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff970df000 - 0x7fff970e1ff7 libsystem_configuration.dylib (802.20.7) <5FD79070-36CC-3D02-BEA7-BB5D2AE97D5D> /usr/lib/system/libsystem_configuration.dylib
0x7fff97492000 - 0x7fff97728fff libmecabra.dylib (696.4) <0A1574F0-3222-3856-A1C6-D8BE20DC4C48> /usr/lib/libmecabra.dylib
0x7fff97743000 - 0x7fff97746fff libCoreVMClient.dylib (119.5) <CD7DE25C-D7AD-3ECD-BEEC-F57992A4A08E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff97747000 - 0x7fff97752ff7 libcommonCrypto.dylib (60075.20.1) <766BC3F5-41F3-3315-BABC-72718A98EA92> /usr/lib/system/libcommonCrypto.dylib
0x7fff97753000 - 0x7fff97764ff7 libsystem_trace.dylib (201.10.3) <B485369F-E3A1-319E-998C-89AAF606079E> /usr/lib/system/libsystem_trace.dylib
0x7fff97765000 - 0x7fff977c2fff com.apple.CoreServices.OSServices (728.6 - 728.6) <CA616ACB-A872-386C-B16D-193A7E495C4D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff97832000 - 0x7fff9783bff7 libsystem_pthread.dylib (138.10.4) <327CECD0-B881-3153-8FCC-4FD4818B7F16> /usr/lib/system/libsystem_pthread.dylib
0x7fff9783c000 - 0x7fff97852ff7 libLinearAlgebra.dylib (1159) <FA316609-9851-3C5C-AF46-685A25768D45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff97853000 - 0x7fff9792cfff com.apple.CoreMedia (1.0 - 1731.15.33) <6109D83B-4E0B-3DE2-9856-9FD80EA51CE0> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff97970000 - 0x7fff979a7ff7 com.apple.LDAPFramework (2.4.28 - 194.5) <79D981F2-F70C-3E47-B124-DC0C90D45563> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff979a8000 - 0x7fff979d1fff libc++abi.dylib (125) <DCCC8177-3D09-35BC-9784-2A04FEC4C71B> /usr/lib/libc++abi.dylib
0x7fff979d2000 - 0x7fff979daff7 libcldcpuengine.dylib (2.6.4.1) <5FFEDBEF-2EFE-3F91-BABC-1E73B28487A2> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff97ad4000 - 0x7fff97cdffff libFosl_dynamic.dylib (16.24) <363B7CEE-B662-32F3-9D7B-245E64927C35> /usr/lib/libFosl_dynamic.dylib
0x7fff97ce0000 - 0x7fff97ceafff com.apple.NetAuth (6.0 - 6.0) <19E44307-6F9F-3DEC-8C1A-4685BC252A35> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff98dff000 - 0x7fff98e66fff com.apple.framework.CoreWiFi (11.0 - 1101.20) <BEC7B27E-8CE8-3DAB-BFDF-6C240C6A4B12> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff98f4f000 - 0x7fff99001fff com.apple.cloudkit.CloudKit (481.8 - 481.8) <E927AE82-8E55-38A4-BE6E-4D0829272653> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fff99002000 - 0x7fff9900eff7 com.apple.OpenDirectory (10.11 - 194) <5409AC27-3B83-3F35-8EB5-51228B4604AE> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff9900f000 - 0x7fff99011ff7 com.apple.xpc.ServiceManagement (1.0 - 1) <3777FD15-B6F3-32A2-A8E3-3E8CE3B8D5E7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff99012000 - 0x7fff99012fff libenergytrace.dylib (10) <A4AE7CBD-CF0A-3A74-8098-B642CE496611> /usr/lib/libenergytrace.dylib
0x7fff9a014000 - 0x7fff9a029fff com.apple.AppContainer (4.0 - 261.20.7) <30414623-E68F-31A1-9794-1C052391E900> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff9a02a000 - 0x7fff9a035ff7 libChineseTokenizer.dylib (16) <998637AB-DC37-3A7C-A85C-F10FD98CAAD7> /usr/lib/libChineseTokenizer.dylib
0x7fff9a036000 - 0x7fff9a036ff7 libkeymgr.dylib (28) <09397E01-6066-3179-A50C-2CE666FDA929> /usr/lib/system/libkeymgr.dylib
0x7fff9a09e000 - 0x7fff9a0e3ff3 libFontRegistry.dylib (155.1) <593CC743-3785-3CC5-A229-D3846C51E054> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff9a114000 - 0x7fff9a19cfff com.apple.CoreSymbolication (3.1 - 58048.1) <6436E5E0-B05C-36D6-942A-47026DD2D874> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff9a1aa000 - 0x7fff9a2cefff libsqlite3.dylib (216.4) <280D67B8-F93D-3587-A146-19F36C817548> /usr/lib/libsqlite3.dylib
0x7fff9a2cf000 - 0x7fff9a2e5ff7 libsystem_coretls.dylib (83.20.8) <75C97D88-0A63-3093-AE83-DE33EB7405CE> /usr/lib/system/libsystem_coretls.dylib
0x7fff9a331000 - 0x7fff9a7a7fff com.apple.CoreFoundation (6.9 - 1256.14) <768A7FB7-9143-3148-8591-7C6ED3162D35> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff9aa42000 - 0x7fff9af99fff com.apple.MediaToolbox (1.0 - 1731.15.33) <16374746-DF5E-3103-994B-74CF151BD06A> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff9b3ce000 - 0x7fff9b41efff libcups.2.dylib (435) <28A05475-9DBF-35EA-B218-3432B69EA18B> /usr/lib/libcups.2.dylib
0x7fff9b41f000 - 0x7fff9b42afff libcsfde.dylib (517.20.1) <42376761-F1B3-3086-AFBC-231507582BBE> /usr/lib/libcsfde.dylib
0x7fff9b42b000 - 0x7fff9b6d1ff7 com.apple.CoreData (120 - 641.3) <65509AA2-A0E6-3EE3-BDFE-B9B120F744ED> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff9b70c000 - 0x7fff9b722fff com.apple.CoreMediaAuthoring (2.2 - 953) <D74307B6-EC7E-3E5F-B2CF-7CE7A183F0F0> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff9b726000 - 0x7fff9b737fff libcmph.dylib (6) <BA4BF2C6-7F4E-33B8-9DD7-619C9EB83ECF> /usr/lib/libcmph.dylib
0x7fff9b738000 - 0x7fff9b7cdfff com.apple.ink.framework (10.9 - 214) <6B573126-A6E9-357F-B36A-AA5BDC0BEAF8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff9b880000 - 0x7fff9b8defff com.apple.SystemConfiguration (1.14 - 1.14) <5A70115B-E346-3EBD-A617-9A11C61EEF2E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff9ba33000 - 0x7fff9ba3ffff com.apple.HelpData (2.1.4 - 90) <3A533F58-9C3B-3341-A8F8-084C96BDB70D> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff9ba40000 - 0x7fff9ba48fff libcopyfile.dylib (127) <F5133269-0B22-388C-A57C-079667B6291E> /usr/lib/system/libcopyfile.dylib
0x7fff9ba79000 - 0x7fff9ba95ff3 libresolv.9.dylib (60) <A650B5C8-1950-36A0-86D1-0B2465318BFA> /usr/lib/libresolv.9.dylib
0x7fff9ba96000 - 0x7fff9bab7fff com.apple.Sharing (442.9.1 - 442.9.1) <672DE6DF-98E0-30A4-BA25-44BDE188D0BE> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff9bef5000 - 0x7fff9bf2dfff com.apple.RemoteViewServices (2.0 - 99) <596153FD-3CB9-3FED-9D63-1B73B01AC6DB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff9bf2e000 - 0x7fff9bfa5fe7 libcorecrypto.dylib (335.20.1) <C6BD205F-4ECE-37EE-BCAB-A76F39CDCFFA> /usr/lib/system/libcorecrypto.dylib
0x7fff9bff7000 - 0x7fff9c01efff com.apple.shortcut (2.16 - 93) <D9DD2F6A-4AC7-38BD-A3B6-A9682EFCCE2E> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff9c01f000 - 0x7fff9c06aff7 com.apple.CoreMediaIO (703.0 - 4791) <A401D0BE-7618-3A75-A77D-2387CF168072> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff9c07a000 - 0x7fff9c07afff com.apple.Accelerate (1.10 - Accelerate 1.10) <DA5F3EA8-A06B-328A-B22C-9EE29916FD74> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff9c36d000 - 0x7fff9c372fff com.apple.DiskArbitration (2.7 - 2.7) <B7FAE647-156A-30C8-BA8B-69D188D02602> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff9c373000 - 0x7fff9c37bfe7 libsystem_platform.dylib (74.10.3) <D3A27E10-7F08-3603-ACC8-7A92B2C04BAB> /usr/lib/system/libsystem_platform.dylib
0x7fff9c3a3000 - 0x7fff9c3b5fff libsasl2.2.dylib (209) <02BF4226-23E9-34EC-A727-CF0E205395F8> /usr/lib/libsasl2.2.dylib
0x7fff9c3e6000 - 0x7fff9c5b4ffb com.apple.QuartzCore (1.11 - 410.14) <CB19502B-D25F-379C-B50F-08A98FF73B68> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff9c5bc000 - 0x7fff9c5edfff com.apple.GSS (4.0 - 2.0) <25DECD44-0905-3E53-9480-DE7BEB84DB83> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff9c5ee000 - 0x7fff9c5f0fff libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib
0x7fff9c5f1000 - 0x7fff9c680ff7 libCoreStorage.dylib (517.20.1) <EC540EAA-089C-36D9-BBAA-0684EDE098AB> /usr/lib/libCoreStorage.dylib
0x7fff9d11b000 - 0x7fff9d11bff7 libunc.dylib (29) <1D0F8265-F026-3CBD-93D3-F8DF14FFCE68> /usr/lib/system/libunc.dylib
0x7fff9d4c6000 - 0x7fff9d4d2ff7 com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <E507D438-517D-32AE-8609-02ACD2F0D692> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff9d4d3000 - 0x7fff9d55cff7 com.apple.PerformanceAnalysis (1.0 - 1) <FB33FACE-5A99-34E0-83CC-CEDCCFAC74C3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff9d55d000 - 0x7fff9d604fff com.apple.LanguageModeling (1.0 - 1) <E1E4091D-6CAB-36E0-A206-AAADE69791DC> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff9d605000 - 0x7fff9d608ffb libScreenReader.dylib (425.102) <BDC46586-4925-38F2-85D3-BD23DB6E6D43> /usr/lib/libScreenReader.dylib
0x7fff9d609000 - 0x7fff9d655fff com.apple.print.framework.PrintCore (11.2 - 472.2) <449D8AB5-7891-32D0-9DC5-C90FE10DC0BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff9d656000 - 0x7fff9d657fff com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff9d658000 - 0x7fff9d683ffb libarchive.2.dylib (33.20.2) <6C370A21-63FD-3A68-B4B3-5333F24B770B> /usr/lib/libarchive.2.dylib
0x7fff9d823000 - 0x7fff9d8c7fff com.apple.Bluetooth (4.4.3 - 4.4.3f4) <B5F46DA5-EAE8-3F79-864D-1423C61C0A69> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff9d8db000 - 0x7fff9d8f7ff7 libsystem_malloc.dylib (67) <9EECAB18-F025-34C4-8E32-7EFFA6720EFC> /usr/lib/system/libsystem_malloc.dylib
0x7fff9d903000 - 0x7fff9d90bfff libMatch.1.dylib (27) <3AC0BFB8-7E69-3DBE-A175-7F3946FC4554> /usr/lib/libMatch.1.dylib
0x7fff9d930000 - 0x7fff9dad7ffb com.apple.avfoundation (2.0 - 1046.9.2) <FE83988E-9A6D-3386-ACD7-A0A4D7A006DF> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff9dadd000 - 0x7fff9dadffff com.apple.SecCodeWrapper (4.0 - 261.20.7) <E3E10533-B295-39EB-B0A3-42BD238E8C85> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff9dcbe000 - 0x7fff9dcbffff libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff9dcc0000 - 0x7fff9ddb2ff7 libiconv.2.dylib (44) <F05A0A5A-92A9-3668-8F20-F27CBDA26BE9> /usr/lib/libiconv.2.dylib
0x7fff9ddb3000 - 0x7fff9ddb8fff com.apple.TCC (1.0 - 1) <C53628CA-0C75-34B6-AE6E-8BCF8A3ED099> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff9ddb9000 - 0x7fff9de2dfff com.apple.framework.IOKit (2.0.2 - 1179.20.6) <D92E537D-F96D-39E1-B9AC-9A18943AFCC7> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff9ded2000 - 0x7fff9dee3fff libSparseBLAS.dylib (1159) <3C520738-8F54-36E4-B966-97D1F886F59E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff9dee4000 - 0x7fff9def7fff com.apple.CoreBluetooth (1.0 - 1) <BF5F87E3-6AAA-3B1F-9979-7A03D77937C8> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff9def8000 - 0x7fff9df00fff com.apple.NetFS (6.0 - 4.0) <BDD59EC5-D399-31EA-9B2A-60E3A859FC42> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff9df01000 - 0x7fff9df03fff com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff9df04000 - 0x7fff9df0cfff com.apple.AppleSRP (5.0 - 1) <25775E90-1DBB-3BFA-B4B4-F8F262B9EC1F> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff9df81000 - 0x7fff9df81ff7 liblaunch.dylib (756.20.4) <EDF719D6-D2BB-38DD-8C94-4272BEFDA2CD> /usr/lib/system/liblaunch.dylib
0x7fff9dfa0000 - 0x7fff9dfabfff libGL.dylib (12.0.40.6) <2A13E40A-BFA1-34FD-925A-C7023FEF254C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff9dfbb000 - 0x7fff9dfbbfff com.apple.CoreServices (728.6 - 728.6) <1FC9300C-6D3D-330C-829C-C8F094BC38C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff9dfbc000 - 0x7fff9e06cfe7 libvMisc.dylib (563.4) <621D84AA-C752-34EE-8B16-CF0C2DE722FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff9e06d000 - 0x7fff9f2beff7 com.apple.CoreGraphics (1.600.0 - 948) <1F017C08-E3D9-30CD-9896-C66C6410926C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff9f2f2000 - 0x7fff9f2f5ff7 libCoreFSCache.dylib (119.5) <C7008E64-0AFB-3446-929E-BC3F76DEF049> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff9f306000 - 0x7fff9f355ff7 com.apple.opencl (2.6.9 - 2.6.9) <27643341-DC6F-3C2F-8B8B-637061979BF3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff9f506000 - 0x7fff9f547ff7 libGLU.dylib (12.0.40.6) <1C9899B5-4741-340F-A2D7-F9AF03B42A47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff9f5c5000 - 0x7fff9f652fff libsystem_c.dylib (1082.20.4) <EAB38A6C-8671-3B13-B500-90EC1B912063> /usr/lib/system/libsystem_c.dylib
0x7fff9f728000 - 0x7fff9f7e2fff com.apple.DiscRecording (9.0.1 - 9010.4.3) <C4EC1EA7-E2AA-30F7-83CC-79171CDD50AA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff9f7e3000 - 0x7fff9f801fff libsystem_kernel.dylib (3248.30.4) <9CEB6C3B-1CAF-3C32-A9FD-93BC72CBCEA1> /usr/lib/system/libsystem_kernel.dylib
0x7fff9f802000 - 0x7fff9f86cff7 com.apple.framework.CoreWLAN (11.0 - 1101.20) <6A535459-6A8A-3D60-986B-EE7ED833A9C3> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff9f909000 - 0x7fff9f932ffb libRIP.A.dylib (948) <96E8F983-A8BA-3B0F-9035-E09642A63F6E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff9ff1a000 - 0x7fffa01ffff3 com.apple.CoreServices.CarbonCore (1136 - 1136) <FFBDE3BF-0BB3-37A2-8A44-6E25284CC348> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fffa0278000 - 0x7fffa0289ff7 libz.1.dylib (61.20.1) <B3EBB42F-48E3-3287-9F0D-308E04D407AC> /usr/lib/libz.1.dylib
0x7fffa0a06000 - 0x7fffa0a06fff com.apple.Carbon (154 - 157) <34263101-328D-3FE4-B212-14BD3CFF6965> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 8
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: 21040
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=319.6M resident=0K(0%) swapped_out_or_unallocated=319.6M(100%)
Writable regions: Total=314.5M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=314.5M(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate.framework 256K 3
Activity Tracing 2048K 2
CG backing stores 1184K 4
CG image 168K 17
CG shared images 336K 10
CoreAnimation 128K 20
CoreUI image data 1916K 16
CoreUI image file 192K 4
Dispatch continuations 16.0M 2
Foundation 4K 2
IOKit 8088K 5
Image IO 64K 2
Kernel Alloc Once 8K 3
MALLOC 84.6M 59
MALLOC guard page 32K 7
Memory Tag 242 12K 2
Memory Tag 251 16K 2
Memory Tag 255 562.3M 55
OpenCL 8K 2
STACK GUARD 56.1M 35
Stack 173.4M 52
VM_ALLOCATE 76K 12
__DATA 26.1M 247
__IMAGE 528K 2
__LINKEDIT 99.3M 13
__TEXT 220.2M 252
__UNICODE 552K 2
mapped file 97.3M 56
shared memory 16.3M 11
=========== ======= =======
TOTAL 1.3G 870 "><pre class="notranslate"><code class="notranslate">Process: Electron [20601]
Path: /Applications/Visual Studio Code - Alpha.app/Contents/MacOS/Electron
Identifier: com.microsoft.VSCodeAlpha
Version: 0.10.12-alpha (0.10.12-alpha)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Electron [20601]
User ID: 501
Date/Time: 2016-03-14 12:25:01.916 +0100
OS Version: Mac OS X 10.11.3 (15D21)
Report Version: 11
Anonymous UUID: 3D5A7922-E0E0-4E9F-18BA-3E2F75C953A6
Sleep/Wake UUID: 302A4708-285E-49C7-A891-D90C87CA7392
Time Awake Since Boot: 31000 seconds
Time Since Wake: 27000 seconds
System Integrity Protection: enabled
Crashed Thread: 0 CrBrowserMain Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x00007ff47c704160
VM Regions Near 0x7ff47c704160:
MALLOC_TINY 00007ff47c000000-00007ff47c700000 [ 7168K] rw-/rwx SM=PRV
--> MALLOC_TINY 00007ff47c700000-00007ff47c800000 [ 1024K] rw-/rwx SM=COW
MALLOC_SMALL 00007ff47c800000-00007ff47e800000 [ 32.0M] rw-/rwx SM=PRV
Application Specific Information:
Performing @selector(itemSelected:) from sender NSMenuItem 0x7ff47c592f80
Global Trace Buffer (reverse chronological seconds):
512.870230 CFNetwork 0x00007fff8a397a5b TCP Conn 0x7ff479e05480 SSL Handshake DONE
513.242862 CFNetwork 0x00007fff8a397937 TCP Conn 0x7ff479e05480 starting SSL negotiation
513.243032 CFNetwork 0x00007fff8a396303 TCP Conn 0x7ff479e05480 complete. fd: 65, err: 0
513.243217 CFNetwork 0x00007fff8a424b1d TCP Conn 0x7ff479e05480 event 1. err: 0
513.426808 CFNetwork 0x00007fff8a3955d3 TCP Conn 0x7ff479e05480 started
Thread 0 Crashed:: CrBrowserMain Dispatch queue: com.apple.main-thread
0 ??? 0x00007ff47c704160 0 + 140688036479328
1 com.github.electron.framework 0x0000000106978bcd non-virtual thunk to brightray::InspectableWebContentsImpl::WebContentsDestroyed() + 13
2 com.github.electron.framework 0x0000000107164993 0x10685e000 + 9464211
3 com.github.electron.framework 0x0000000107164f3e 0x10685e000 + 9465662
4 com.github.electron.framework 0x0000000106979852 base::DefaultDeleter<content::WebContents>::operator()(content::WebContents*) const + 18
5 com.github.electron.framework 0x000000010697a424 base::internal::scoped_ptr_impl<content::WebContents, base::DefaultDeleter<content::WebContents> >::reset(content::WebContents*) + 36
6 com.github.electron.framework 0x00000001069793f9 scoped_ptr<content::WebContents, base::DefaultDeleter<content::WebContents> >::reset(content::WebContents*) + 9
7 com.github.electron.framework 0x000000010697729e brightray::InspectableWebContentsImpl::CloseDevTools() + 62
8 com.github.electron.framework 0x00000001068ae15f atom::api::WebContents::CloseDevTools() + 31
9 com.github.electron.framework 0x00000001068ae28a atom::api::WebContents::ToggleDevTools() + 26
10 com.github.electron.framework 0x00000001068b851c base::internal::RunnableAdapter<void (atom::api::WebContents::*)()>::Run(atom::api::WebContents*) + 28
11 com.github.electron.framework 0x00000001068b84f4 base::internal::InvokeHelper<false, void, base::internal::RunnableAdapter<void (atom::api::WebContents::*)()>, base::internal::TypeList<atom::api::WebContents* const&> >::MakeItSo(base::internal::RunnableAdapter<void (atom::api::WebContents::*)()>, atom::api::WebContents* const&) + 36
12 com.github.electron.framework 0x00000001068b84c5 base::internal::Invoker<base::IndexSequence<>, base::internal::BindState<base::internal::RunnableAdapter<void (atom::api::WebContents::*)()>, void (atom::api::WebContents*), base::internal::TypeList<> >, base::internal::TypeList<>, base::internal::InvokeHelper<false, void, base::internal::RunnableAdapter<void (atom::api::WebContents::*)()>, base::internal::TypeList<atom::api::WebContents* const&> >, void (atom::api::WebContents* const&)>::Run(base::internal::BindStateBase*, atom::api::WebContents* const&) + 37
13 com.github.electron.framework 0x00000001068b83ba base::Callback<void (atom::api::WebContents*)>::Run(atom::api::WebContents* const&) const + 42
14 com.github.electron.framework 0x00000001068b8352 mate::internal::Invoker<mate::internal::IndicesHolder<0ul>, atom::api::WebContents*>::DispatchToCallback(base::Callback<void (atom::api::WebContents*)>) + 18
15 com.github.electron.framework 0x00000001068b822a mate::internal::Dispatcher<void (atom::api::WebContents*)>::DispatchToCallback(v8::FunctionCallbackInfo<v8::Value> const&) + 202
16 libnode.dylib 0x000000010ab6172f v8::internal::FunctionCallbackArguments::Call(void (*)(v8::FunctionCallbackInfo<v8::Value> const&)) + 159
17 libnode.dylib 0x000000010ab8a789 0x10a7e2000 + 3835785
18 libnode.dylib 0x000000010ab8d46d 0x10a7e2000 + 3847277
19 ??? 0x000022cdf8509b7b 0 + 38268029672315
20 ??? 0x000022cdf88814d7 0 + 38268033307863
21 ??? 0x000022cdf850a537 0 + 38268029674807
22 ??? 0x000022cdf884ff47 0 + 38268033105735
23 ??? 0x000022cdf884f99a 0 + 38268033104282
24 ??? 0x000022cdf85318fd 0 + 38268029835517
25 ??? 0x000022cdf85160a2 0 + 38268029722786
26 libnode.dylib 0x000000010acc54d5 0x10a7e2000 + 5125333
27 libnode.dylib 0x000000010ab48a04 v8::Function::Call(v8::Local<v8::Context>, v8::Local<v8::Value>, int, v8::Local<v8::Value>*) + 276
28 com.github.electron.framework 0x0000000106880fb4 mate::internal::V8FunctionInvoker<void (int)>::Go(v8::Isolate*, mate::internal::SafeV8Function const&, int) + 260
29 com.github.electron.framework 0x000000010688121d base::internal::RunnableAdapter<void (*)(v8::Isolate*, mate::internal::SafeV8Function const&, int)>::Run(v8::Isolate* const&, mate::internal::SafeV8Function const&, int const&) + 61
30 com.github.electron.framework 0x00000001068811d4 base::internal::InvokeHelper<false, void, base::internal::RunnableAdapter<void (*)(v8::Isolate*, mate::internal::SafeV8Function const&, int)>, base::internal::TypeList<v8::Isolate* const&, mate::internal::SafeV8Function const&, int const&> >::MakeItSo(base::internal::RunnableAdapter<void (*)(v8::Isolate*, mate::internal::SafeV8Function const&, int)>, v8::Isolate* const&, mate::internal::SafeV8Function const&, int const&) + 68
31 com.github.electron.framework 0x0000000106881179 base::internal::Invoker<base::IndexSequence<0ul, 1ul>, base::internal::BindState<base::internal::RunnableAdapter<void (*)(v8::Isolate*, mate::internal::SafeV8Function const&, int)>, void (v8::Isolate*, mate::internal::SafeV8Function const&, int), base::internal::TypeList<v8::Isolate*, mate::internal::SafeV8Function> >, base::internal::TypeList<base::internal::UnwrapTraits<v8::Isolate*>, base::internal::UnwrapTraits<mate::internal::SafeV8Function> >, base::internal::InvokeHelper<false, void, base::internal::RunnableAdapter<void (*)(v8::Isolate*, mate::internal::SafeV8Function const&, int)>, base::internal::TypeList<v8::Isolate* const&, mate::internal::SafeV8Function const&, int const&> >, void (int const&)>::Run(base::internal::BindStateBase*, int const&) + 89
32 com.github.electron.framework 0x00000001068f61fa base::Callback<void (int)>::Run(int const&) const + 42
33 com.github.electron.framework 0x00000001068869cb atom::api::Menu::ExecuteCommand(int, int) + 27
34 com.github.electron.framework 0x00000001068869ed non-virtual thunk to atom::api::Menu::ExecuteCommand(int, int) + 13
35 com.github.electron.framework 0x00000001068f4115 0x10685e000 + 614677
36 libsystem_trace.dylib 0x00007fff9775507a _os_activity_initiate + 75
37 com.apple.AppKit 0x00007fff8cd1f51d -[NSApplication sendAction:to:from:] + 460
38 com.apple.AppKit 0x00007fff8cd1f2b7 -[NSMenuItem _corePerformAction] + 336
39 com.apple.AppKit 0x00007fff8cd1f017 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 114
40 libsystem_trace.dylib 0x00007fff9775507a _os_activity_initiate + 75
41 com.apple.AppKit 0x00007fff8cd1df05 -[NSMenu performKeyEquivalent:] + 357
42 com.apple.AppKit 0x00007fff8cd1d0aa -[NSApplication _handleKeyEquivalent:] + 920
43 com.apple.AppKit 0x00007fff8cc3550f -[NSApplication sendEvent:] + 4274
44 com.github.electron.framework 0x00000001068de90b 0x10685e000 + 526603
45 com.github.electron.framework 0x00000001068f46ad 0x10685e000 + 616109
46 com.github.electron.framework 0x00000001068e528a atom::NativeWindowMac::HandleKeyboardEvent(content::WebContents*, content::NativeWebKeyboardEvent const&) + 218
47 com.github.electron.framework 0x00000001068ac6ff atom::api::WebContents::HandleKeyboardEvent(content::WebContents*, content::NativeWebKeyboardEvent const&) + 143
48 com.github.electron.framework 0x00000001068ac71d non-virtual thunk to atom::api::WebContents::HandleKeyboardEvent(content::WebContents*, content::NativeWebKeyboardEvent const&) + 13
49 com.github.electron.framework 0x0000000106978cf9 brightray::InspectableWebContentsImpl::HandleKeyboardEvent(content::WebContents*, content::NativeWebKeyboardEvent const&) + 57
50 com.github.electron.framework 0x0000000106978d0d non-virtual thunk to brightray::InspectableWebContentsImpl::HandleKeyboardEvent(content::WebContents*, content::NativeWebKeyboardEvent const&) + 13
51 com.github.electron.framework 0x0000000107063db1 0x10685e000 + 8412593
52 com.github.electron.framework 0x00000001070639c5 0x10685e000 + 8411589
53 com.github.electron.framework 0x0000000107063263 0x10685e000 + 8409699
54 com.github.electron.framework 0x0000000107062e45 0x10685e000 + 8408645
55 com.github.electron.framework 0x00000001070aed5d 0x10685e000 + 8719709
56 com.github.electron.framework 0x00000001070a85f3 0x10685e000 + 8693235
57 com.github.electron.framework 0x000000010709d4e9 0x10685e000 + 8647913
58 com.github.electron.framework 0x00000001077852c8 0x10685e000 + 15889096
59 com.github.electron.framework 0x00000001069e76e2 0x10685e000 + 1611490
60 com.github.electron.framework 0x0000000106a058cf 0x10685e000 + 1734863
61 com.github.electron.framework 0x0000000106a05cb6 0x10685e000 + 1735862
62 com.github.electron.framework 0x00000001069de2f1 0x10685e000 + 1573617
63 com.github.electron.framework 0x00000001069fdbea 0x10685e000 + 1702890
64 com.github.electron.framework 0x00000001069ddcf4 0x10685e000 + 1572084
65 com.apple.CoreFoundation 0x00007fff9a3af5c1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
66 com.apple.CoreFoundation 0x00007fff9a3a141c __CFRunLoopDoSources0 + 556
67 com.apple.CoreFoundation 0x00007fff9a3a093f __CFRunLoopRun + 927
68 com.apple.CoreFoundation 0x00007fff9a3a0338 CFRunLoopRunSpecific + 296
69 com.apple.HIToolbox 0x00007fff935fa935 RunCurrentEventLoopInMode + 235
70 com.apple.HIToolbox 0x00007fff935fa76f ReceiveNextEventCommon + 432
71 com.apple.HIToolbox 0x00007fff935fa5af _BlockUntilNextEventMatchingListInModeWithFilter + 71
72 com.apple.AppKit 0x00007fff8cb720ee _DPSNextEvent + 1067
73 com.apple.AppKit 0x00007fff8cf3e943 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
74 com.apple.AppKit 0x00007fff8cb67fc8 -[NSApplication run] + 682
75 com.github.electron.framework 0x00000001069deb21 0x10685e000 + 1575713
76 com.github.electron.framework 0x00000001069de13c 0x10685e000 + 1573180
77 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
78 com.github.electron.framework 0x0000000106ed434b 0x10685e000 + 6775627
79 com.github.electron.framework 0x0000000106ed4285 0x10685e000 + 6775429
80 com.github.electron.framework 0x0000000106ed6732 0x10685e000 + 6784818
81 com.github.electron.framework 0x0000000106ed05df 0x10685e000 + 6759903
82 com.github.electron.framework 0x0000000106e5a4dc 0x10685e000 + 6276316
83 com.github.electron.framework 0x0000000106e59b36 0x10685e000 + 6273846
84 com.github.electron.framework 0x000000010685f84d AtomMain + 77
85 com.microsoft.VSCodeAlpha 0x0000000106858e56 main + 38
86 libdyld.dylib 0x00007fff925305ad start + 1
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff9f7faff6 kevent_qos + 10
1 libdispatch.dylib 0x00007fff95207099 _dispatch_mgr_invoke + 216
2 libdispatch.dylib 0x00007fff95206d01 _dispatch_mgr_thread + 52
Thread 2:: WorkerPool/13319
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836186 _pthread_cond_wait + 821
2 com.github.electron.framework 0x0000000106a240eb 0x10685e000 + 1859819
3 com.github.electron.framework 0x0000000106a364ec 0x10685e000 + 1934572
4 com.github.electron.framework 0x0000000106a369a4 0x10685e000 + 1935780
5 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
6 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 3:: NetworkConfigWatcher
0 libsystem_kernel.dylib 0x00007fff9f7f4386 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9f7f37c7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9a3a1624 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9a3a0aec __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff9a3a0338 CFRunLoopRunSpecific + 296
5 com.apple.Foundation 0x00007fff91a99e61 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
6 com.github.electron.framework 0x00000001069de964 0x10685e000 + 1575268
7 com.github.electron.framework 0x00000001069de13c 0x10685e000 + 1573180
8 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
9 com.github.electron.framework 0x0000000106a050bd 0x10685e000 + 1732797
10 com.github.electron.framework 0x0000000106a34c32 0x10685e000 + 1928242
11 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
12 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
13 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
14 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 4:: DnsConfigService
0 libsystem_kernel.dylib 0x00007fff9f7fafc6 kevent + 10
1 com.github.electron.framework 0x00000001074e95e5 0x10685e000 + 13153765
2 com.github.electron.framework 0x00000001074e705d 0x10685e000 + 13144157
3 com.github.electron.framework 0x00000001069dd5f7 0x10685e000 + 1570295
4 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
5 com.github.electron.framework 0x0000000106a050bd 0x10685e000 + 1732797
6 com.github.electron.framework 0x0000000106a34c32 0x10685e000 + 1928242
7 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
8 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
9 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
10 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 5:: CrShutdownDetector
0 libsystem_kernel.dylib 0x00007fff9f7fb45e read + 10
1 com.github.electron.framework 0x00000001068d80ef 0x10685e000 + 499951
2 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
3 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
4 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
5 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 6:: Chrome_DBThread
0 libsystem_kernel.dylib 0x00007fff9f7f4386 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9f7f37c7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9a3a1624 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9a3a0aec __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff9a3a0338 CFRunLoopRunSpecific + 296
5 com.github.electron.framework 0x00000001069de6df 0x10685e000 + 1574623
6 com.github.electron.framework 0x00000001069de13c 0x10685e000 + 1573180
7 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
8 com.github.electron.framework 0x0000000106a050bd 0x10685e000 + 1732797
9 com.github.electron.framework 0x0000000106edc538 0x10685e000 + 6808888
10 com.github.electron.framework 0x0000000106edc886 0x10685e000 + 6809734
11 com.github.electron.framework 0x0000000106a34c32 0x10685e000 + 1928242
12 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
13 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
14 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
15 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 7:: Chrome_FileThread
0 libsystem_kernel.dylib 0x00007fff9f7fafc6 kevent + 10
1 com.github.electron.framework 0x00000001074e95e5 0x10685e000 + 13153765
2 com.github.electron.framework 0x00000001074e705d 0x10685e000 + 13144157
3 com.github.electron.framework 0x00000001069dd5f7 0x10685e000 + 1570295
4 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
5 com.github.electron.framework 0x0000000106a050bd 0x10685e000 + 1732797
6 com.github.electron.framework 0x0000000106edc5b8 0x10685e000 + 6809016
7 com.github.electron.framework 0x0000000106edc896 0x10685e000 + 6809750
8 com.github.electron.framework 0x0000000106a34c32 0x10685e000 + 1928242
9 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
10 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
11 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
12 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 8:: Chrome_FileUserBlockingThread
0 libsystem_kernel.dylib 0x00007fff9f7f4386 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9f7f37c7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9a3a1624 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9a3a0aec __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff9a3a0338 CFRunLoopRunSpecific + 296
5 com.github.electron.framework 0x00000001069de6df 0x10685e000 + 1574623
6 com.github.electron.framework 0x00000001069de13c 0x10685e000 + 1573180
7 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
8 com.github.electron.framework 0x0000000106a050bd 0x10685e000 + 1732797
9 com.github.electron.framework 0x0000000106edc638 0x10685e000 + 6809144
10 com.github.electron.framework 0x0000000106edc8a3 0x10685e000 + 6809763
11 com.github.electron.framework 0x0000000106a34c32 0x10685e000 + 1928242
12 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
13 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
14 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
15 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 9:: Chrome_ProcessLauncherThread
0 libsystem_kernel.dylib 0x00007fff9f7f4386 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9f7f37c7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9a3a1624 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9a3a0aec __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff9a3a0338 CFRunLoopRunSpecific + 296
5 com.github.electron.framework 0x00000001069de6df 0x10685e000 + 1574623
6 com.github.electron.framework 0x00000001069de13c 0x10685e000 + 1573180
7 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
8 com.github.electron.framework 0x0000000106a050bd 0x10685e000 + 1732797
9 com.github.electron.framework 0x0000000106edc6b8 0x10685e000 + 6809272
10 com.github.electron.framework 0x0000000106edc8b0 0x10685e000 + 6809776
11 com.github.electron.framework 0x0000000106a34c32 0x10685e000 + 1928242
12 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
13 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
14 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
15 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 10:: Chrome_CacheThread
0 libsystem_kernel.dylib 0x00007fff9f7fafc6 kevent + 10
1 com.github.electron.framework 0x00000001074e95e5 0x10685e000 + 13153765
2 com.github.electron.framework 0x00000001074e705d 0x10685e000 + 13144157
3 com.github.electron.framework 0x00000001069dd5df 0x10685e000 + 1570271
4 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
5 com.github.electron.framework 0x0000000106a050bd 0x10685e000 + 1732797
6 com.github.electron.framework 0x0000000106edc738 0x10685e000 + 6809400
7 com.github.electron.framework 0x0000000106edc8bd 0x10685e000 + 6809789
8 com.github.electron.framework 0x0000000106a34c32 0x10685e000 + 1928242
9 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
10 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
11 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
12 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 11:: Chrome_IOThread
0 libsystem_kernel.dylib 0x00007fff9f7fafc6 kevent + 10
1 com.github.electron.framework 0x00000001074e95e5 0x10685e000 + 13153765
2 com.github.electron.framework 0x00000001074e705d 0x10685e000 + 13144157
3 com.github.electron.framework 0x00000001069dd5df 0x10685e000 + 1570271
4 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
5 com.github.electron.framework 0x0000000106a050bd 0x10685e000 + 1732797
6 com.github.electron.framework 0x0000000106edc7b8 0x10685e000 + 6809528
7 com.github.electron.framework 0x0000000106edc8ca 0x10685e000 + 6809802
8 com.github.electron.framework 0x0000000106a34c32 0x10685e000 + 1928242
9 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
10 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
11 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
12 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 12:: IndexedDB
0 libsystem_kernel.dylib 0x00007fff9f7f4386 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9f7f37c7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9a3a1624 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9a3a0aec __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff9a3a0338 CFRunLoopRunSpecific + 296
5 com.github.electron.framework 0x00000001069de6df 0x10685e000 + 1574623
6 com.github.electron.framework 0x00000001069de13c 0x10685e000 + 1573180
7 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
8 com.github.electron.framework 0x0000000106a050bd 0x10685e000 + 1732797
9 com.github.electron.framework 0x0000000106a34c32 0x10685e000 + 1928242
10 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
11 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
12 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
13 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 13:: CompositorTileWorker1/43267
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836150 _pthread_cond_wait + 767
2 com.github.electron.framework 0x0000000106d273d9 0x10685e000 + 5018585
3 com.github.electron.framework 0x0000000106a3420d 0x10685e000 + 1925645
4 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
5 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
6 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
7 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 14:: AudioThread
0 libsystem_kernel.dylib 0x00007fff9f7f4386 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9f7f37c7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9a3a1624 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9a3a0aec __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff9a3a0338 CFRunLoopRunSpecific + 296
5 com.github.electron.framework 0x00000001069de6df 0x10685e000 + 1574623
6 com.github.electron.framework 0x00000001069de13c 0x10685e000 + 1573180
7 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
8 com.github.electron.framework 0x0000000106a050bd 0x10685e000 + 1732797
9 com.github.electron.framework 0x0000000106a34c32 0x10685e000 + 1928242
10 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
11 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
12 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
13 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 15:
0 libsystem_kernel.dylib 0x00007fff9f7fafc6 kevent + 10
1 com.github.electron.framework 0x000000010692b82c atom::NodeBindingsMac::PollEvents() + 140
2 com.github.electron.framework 0x000000010692a50f atom::NodeBindings::EmbedThreadRunner(void*) + 63
3 libnode.dylib 0x000000010a92b979 0x10a7e2000 + 1350009
4 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
5 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
6 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 16:: BrowserBlockingWorker1/60735
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836150 _pthread_cond_wait + 767
2 com.github.electron.framework 0x0000000106a31fab 0x10685e000 + 1916843
3 com.github.electron.framework 0x0000000106a3153e 0x10685e000 + 1914174
4 com.github.electron.framework 0x0000000106a3420d 0x10685e000 + 1925645
5 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
6 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 17:: NetworkConfigWatcher
0 libsystem_kernel.dylib 0x00007fff9f7f4386 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9f7f37c7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9a3a1624 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9a3a0aec __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff9a3a0338 CFRunLoopRunSpecific + 296
5 com.apple.Foundation 0x00007fff91a99e61 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
6 com.github.electron.framework 0x00000001069de964 0x10685e000 + 1575268
7 com.github.electron.framework 0x00000001069de13c 0x10685e000 + 1573180
8 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
9 com.github.electron.framework 0x0000000106a050bd 0x10685e000 + 1732797
10 com.github.electron.framework 0x0000000106a34c32 0x10685e000 + 1928242
11 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
12 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
13 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
14 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 18:
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836150 _pthread_cond_wait + 767
2 libnode.dylib 0x000000010a92bd19 uv_cond_wait + 9
3 libnode.dylib 0x000000010a920f63 0x10a7e2000 + 1306467
4 libnode.dylib 0x000000010a92b979 0x10a7e2000 + 1350009
5 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
6 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
7 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 19:
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836150 _pthread_cond_wait + 767
2 libnode.dylib 0x000000010a92bd19 uv_cond_wait + 9
3 libnode.dylib 0x000000010a920f63 0x10a7e2000 + 1306467
4 libnode.dylib 0x000000010a92b979 0x10a7e2000 + 1350009
5 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
6 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
7 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 20:
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836150 _pthread_cond_wait + 767
2 libnode.dylib 0x000000010a92bd19 uv_cond_wait + 9
3 libnode.dylib 0x000000010a920f63 0x10a7e2000 + 1306467
4 libnode.dylib 0x000000010a92b979 0x10a7e2000 + 1350009
5 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
6 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
7 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 21:
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836150 _pthread_cond_wait + 767
2 libnode.dylib 0x000000010a92bd19 uv_cond_wait + 9
3 libnode.dylib 0x000000010a920f63 0x10a7e2000 + 1306467
4 libnode.dylib 0x000000010a92b979 0x10a7e2000 + 1350009
5 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
6 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
7 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 22:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fff9f7f4386 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9f7f37c7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9a3a1624 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9a3a0aec __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff9a3a0338 CFRunLoopRunSpecific + 296
5 com.apple.AppKit 0x00007fff8cc31065 _NSEventThread + 149
6 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 23:: WorkerPool/69911
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836186 _pthread_cond_wait + 821
2 com.github.electron.framework 0x0000000106a240eb 0x10685e000 + 1859819
3 com.github.electron.framework 0x0000000106a364ec 0x10685e000 + 1934572
4 com.github.electron.framework 0x0000000106a369a4 0x10685e000 + 1935780
5 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
6 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 24:
0 libsystem_kernel.dylib 0x00007fff9f7f4386 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9f7f37c7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9a3a1624 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9a3a0aec __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff9a3a0338 CFRunLoopRunSpecific + 296
5 com.apple.CoreFoundation 0x00007fff9a4631f1 CFRunLoopRun + 97
6 libnode.dylib 0x000000010a92f3d6 0x10a7e2000 + 1364950
7 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
9 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 25:: handle-watcher-thread
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836150 _pthread_cond_wait + 767
2 com.github.electron.framework 0x0000000107d34648 0x10685e000 + 21849672
3 com.github.electron.framework 0x0000000107d209a9 0x10685e000 + 21768617
4 com.github.electron.framework 0x0000000107d20c86 0x10685e000 + 21769350
5 com.github.electron.framework 0x0000000107d18326 0x10685e000 + 21734182
6 com.github.electron.framework 0x0000000107cfe912 0x10685e000 + 21629202
7 com.github.electron.framework 0x0000000107cfe403 0x10685e000 + 21627907
8 com.github.electron.framework 0x0000000107cfe38a 0x10685e000 + 21627786
9 com.github.electron.framework 0x0000000106a14cc3 0x10685e000 + 1797315
10 com.github.electron.framework 0x0000000106a050bd 0x10685e000 + 1732797
11 com.github.electron.framework 0x0000000106a34c32 0x10685e000 + 1928242
12 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
13 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
14 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
15 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 26:: BrowserBlockingWorker2/4951
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836150 _pthread_cond_wait + 767
2 com.github.electron.framework 0x0000000106a31fab 0x10685e000 + 1916843
3 com.github.electron.framework 0x0000000106a3153e 0x10685e000 + 1914174
4 com.github.electron.framework 0x0000000106a3420d 0x10685e000 + 1925645
5 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
6 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 27:: BrowserBlockingWorker3/84623
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836150 _pthread_cond_wait + 767
2 com.github.electron.framework 0x0000000106a31fab 0x10685e000 + 1916843
3 com.github.electron.framework 0x0000000106a3153e 0x10685e000 + 1914174
4 com.github.electron.framework 0x0000000106a3420d 0x10685e000 + 1925645
5 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
6 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 28:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fff9f7f4386 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9f7f37c7 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff9a3a1624 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff9a3a0aec __CFRunLoopRun + 1356
4 com.apple.CoreFoundation 0x00007fff9a3a0338 CFRunLoopRunSpecific + 296
5 com.apple.CFNetwork 0x00007fff8a35c6e9 +[NSURLConnection(Loader) _resourceLoadLoop:] + 412
6 com.apple.Foundation 0x00007fff91be5c6f __NSThread__start__ + 1351
7 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
9 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 29:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff9f7fa176 __select + 10
1 com.apple.CoreFoundation 0x00007fff9a3ed16a __CFSocketManager + 762
2 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
3 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
4 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 30:: CachePoolWorker1/92607
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836150 _pthread_cond_wait + 767
2 com.github.electron.framework 0x0000000106a31fab 0x10685e000 + 1916843
3 com.github.electron.framework 0x0000000106a3153e 0x10685e000 + 1914174
4 com.github.electron.framework 0x0000000106a3420d 0x10685e000 + 1925645
5 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
6 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 31:: CachePoolWorker2/97331
0 libsystem_kernel.dylib 0x00007fff9f7f9eb2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff97836150 _pthread_cond_wait + 767
2 com.github.electron.framework 0x0000000106a31fab 0x10685e000 + 1916843
3 com.github.electron.framework 0x0000000106a3153e 0x10685e000 + 1914174
4 com.github.electron.framework 0x0000000106a3420d 0x10685e000 + 1925645
5 com.github.electron.framework 0x0000000106a30e2b 0x10685e000 + 1912363
6 libsystem_pthread.dylib 0x00007fff97835c13 _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff97835b90 _pthread_start + 168
8 libsystem_pthread.dylib 0x00007fff97833375 thread_start + 13
Thread 32:
0 libsystem_kernel.dylib 0x00007fff9f7fa6de __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff97835729 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff97833365 start_wqthread + 13
Thread 33:
0 libsystem_kernel.dylib 0x00007fff9f7fa6de __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff97835729 _pthread_wqthread + 1283
2 libsystem_pthread.dylib 0x00007fff97833365 start_wqthread + 13
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00007ff47c704160 rbx: 0x00007ff479cd8d60 rcx: 0x0000000109ed46f0 rdx: 0x0000000000000000
rdi: 0x00007ff479ca1f90 rsi: 0x0000000000000000 rbp: 0x00007fff593a3d50 rsp: 0x00007fff593a3d38
r8: 0x00000000fffffffc r9: 0x000000010a14a918 r10: 0x00000000ffffffff r11: 0xffffffff00000000
r12: 0x00007ff47a0623a0 r13: 0x00007ff47a062200 r14: 0x00007ff479e5f480 r15: 0x00007fff593a3da0
rip: 0x00007ff47c704160 rfl: 0x0000000000010206 cr2: 0x00007ff47c704160
Logical CPU: 0
Error Code: 0x00000015
Trap Number: 14
Binary Images:
0x106858000 - 0x106858fff +com.microsoft.VSCodeAlpha (0.10.12-alpha - 0.10.12-alpha) <840167AE-5E41-3AF5-8425-4861511E4BFB> /Applications/Visual Studio Code - Alpha.app/Contents/MacOS/Electron
0x10685e000 - 0x109ea3f6f +com.github.electron.framework (0) <3BC63950-22AB-3B86-B81C-3BFFBC48DF49> /Applications/Visual Studio Code - Alpha.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework
0x10a6aa000 - 0x10a6bfff7 +com.github.Squirrel (1.0 - 1) <C39DE518-902E-3EBE-B1A6-B4E7AE668521> /Applications/Visual Studio Code - Alpha.app/Contents/Frameworks/Squirrel.framework/Versions/A/Squirrel
0x10a6de000 - 0x10a741ff7 +org.reactivecocoa.ReactiveCocoa (1.0 - 1) <701B20DE-3ADD-3643-B52A-E05744C30DB3> /Applications/Visual Studio Code - Alpha.app/Contents/Frameworks/ReactiveCocoa.framework/Versions/A/ReactiveCocoa
0x10a7b7000 - 0x10a7cbfff +org.mantle.Mantle (1.0 - ???) <31915DD6-48E6-3706-A076-C9D4CE17F4F6> /Applications/Visual Studio Code - Alpha.app/Contents/Frameworks/Mantle.framework/Versions/A/Mantle
0x10a7e2000 - 0x10b39bff7 +libnode.dylib (0) <C4C077E5-875D-3F87-8B41-6CA58A61B7C7> /Applications/Visual Studio Code - Alpha.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Libraries/libnode.dylib
0x10b78e000 - 0x10b7c5fff com.apple.audio.midi.CoreMIDI (1.10 - 88) <4A755EA1-3CF5-32A6-8939-8D2998577406> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
0x10b7f3000 - 0x10b80cfff libexpat.1.dylib (12.20.1) <AA76E4CF-52F5-3CF9-907B-FBB80BAFB125> /usr/lib/libexpat.1.dylib
0x110b7a000 - 0x110b7afe7 +cl_kernels (???) <5060F371-F644-4079-8BAF-E548235960C8> cl_kernels
0x113c21000 - 0x113c86fff com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.12.13 - 10.1.2) <A9406C3E-B4BB-3975-B077-BE0D72613E77> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
0x7fff62f20000 - 0x7fff62f57007 dyld (360.19) <9D05FDF4-65CE-3B53-86D4-ABE1A5BF35F3> /usr/lib/dyld
0x7fff8a30f000 - 0x7fff8a310fff libsystem_secinit.dylib (20) <FD6ECF2C-1489-32CA-981B-9045B5EB1FAA> /usr/lib/system/libsystem_secinit.dylib
0x7fff8a311000 - 0x7fff8a315fff libGIF.dylib (1442) <39FA0286-1616-3474-8215-7CD07109C9E5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8a316000 - 0x7fff8a354ff7 libGLImage.dylib (12.0.40.6) <ACC6C7B0-A805-344C-AAC3-BA50780227E1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff8a355000 - 0x7fff8a5dbff7 com.apple.CFNetwork (760.2.6 - 760.2.6) <653B1552-C1EC-36A5-85D0-9FC3ED3CCF72> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8a5dc000 - 0x7fff8a6c2fef unorm8_bgra.dylib (2.6.4.1) <F2A325FF-D55F-3091-88E2-5EBF3648274A> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x7fff8a6c6000 - 0x7fff8a712ff7 com.apple.corelocation (1486.17 - 1615.38) <5AE891F7-ED25-3C6C-A8DD-5D702FB87DC7> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fff8a713000 - 0x7fff8a765fff com.apple.AppleVAFramework (5.0.32 - 5.0.32) <04AB634C-FB23-3538-937C-FF60E5E59DF8> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff8a766000 - 0x7fff8a783ff7 com.apple.AppleVPAFramework (2.1.2 - 2.1.2) <2B459E1F-0563-30B2-A04D-CF1793426B66> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff8b219000 - 0x7fff8b232fff com.apple.CFOpenDirectory (10.11 - 194) <C21F33AA-CD06-3163-A1F3-1D116F788A11> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8b233000 - 0x7fff8b2a2fff com.apple.datadetectorscore (7.0 - 460) <CDBB7D7D-B189-37B0-AA4B-DC79090D0D71> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8b2a3000 - 0x7fff8b2a5ff7 libRadiance.dylib (1442) <1E42E394-4CD2-3E10-8591-9BB234829AC6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8b2a6000 - 0x7fff8b2e0ff7 com.apple.DebugSymbols (132 - 132) <BDF57386-2881-35BD-9310-36904C764E93> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8b2e1000 - 0x7fff8b2e5fff libpam.2.dylib (20) <CFCD19BD-87BC-3F2B-BB1C-4C23E8E55F1A> /usr/lib/libpam.2.dylib
0x7fff8b2e6000 - 0x7fff8b35cff7 com.apple.MMCS (1.3 - 351) <13D01D37-66F0-30BB-AA7E-D1D348F738E3> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
0x7fff8b35d000 - 0x7fff8b44cfff libxml2.2.dylib (29.2) <F70308DF-313F-334F-8F0E-82E79821583D> /usr/lib/libxml2.2.dylib
0x7fff8b65a000 - 0x7fff8b68aff7 libsandbox.1.dylib (460.30.1) <AD0156FC-EF07-3689-9403-586517AE7037> /usr/lib/libsandbox.1.dylib
0x7fff8b6b3000 - 0x7fff8b6dafff com.apple.ProtectedCloudStorage (1.0 - 1) <F9E1BDE2-16AF-34B5-B7FE-127D511BDC9E> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff8b6db000 - 0x7fff8b8e8ffb libicucore.A.dylib (551.41) <CFFD7342-A7D6-323A-AC14-B9EECF6EFFED> /usr/lib/libicucore.A.dylib
0x7fff8b8e9000 - 0x7fff8b95dff3 com.apple.securityfoundation (6.0 - 55126) <11644DA4-F1CF-3FB1-86A0-0DA8E8C27148> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8b960000 - 0x7fff8ba50fff libJP2.dylib (1442) <50DD1F07-6517-372B-8244-2AD19702385C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8ba51000 - 0x7fff8baa6ff7 com.apple.AE (701 - 701) <FB22BE84-9CB8-36BF-8061-F93D716C0A84> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8baf2000 - 0x7fff8baf7fff com.apple.MediaAccessibility (1.0 - 79) <CCF71DC1-BB6A-3227-BD1B-AFD172592A63> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff8baf8000 - 0x7fff8bb98ff7 com.apple.Metadata (10.7.0 - 972.16) <3E42A570-BE32-396D-96E1-01B4A778D991> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8bb99000 - 0x7fff8bb9cfff com.apple.IOSurface (108.0.1 - 108.0.1) <7B05B27A-5CC4-30D4-8A10-ED444A2807A2> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8c41f000 - 0x7fff8c42afff com.apple.CrashReporterSupport (10.11 - 717) <474544AD-1199-3ECC-90E5-071847BA72C6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff8c42b000 - 0x7fff8c442ff7 libsystem_asl.dylib (322.30.1) <9B500E4E-E462-321E-828E-5524DC984C1B> /usr/lib/system/libsystem_asl.dylib
0x7fff8c443000 - 0x7fff8c46cfff libsystem_info.dylib (477.20.1) <6513635B-4ADE-3B45-BF63-ED7AC565B0C9> /usr/lib/system/libsystem_info.dylib
0x7fff8c46d000 - 0x7fff8c46dfff com.apple.ApplicationServices (48 - 48) <DD9C4070-C0FC-3984-BCED-72E6E99838FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8c46e000 - 0x7fff8c46ffff libsystem_blocks.dylib (65) <49D42329-7DE9-3413-92C3-A473A7E9CF35> /usr/lib/system/libsystem_blocks.dylib
0x7fff8c470000 - 0x7fff8c4a4ff7 com.apple.CoreVideo (1.8 - 191.2) <88D903C8-E608-320E-8ACD-11E5B3003C18> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8c4b5000 - 0x7fff8c4b7fff com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff8c4b8000 - 0x7fff8c4dcfff libJPEG.dylib (1442) <9616E8A5-60BA-3C70-8F37-A33055D227C8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8c513000 - 0x7fff8c527fe3 libCGInterfaces.dylib (317.9) <5079DE4F-3717-32FF-B76A-77F53236D17D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff8c528000 - 0x7fff8c579ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <BB7C0F61-E39B-382C-AF03-1650C054BFE1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8c57a000 - 0x7fff8c59cfff com.apple.IconServices (68.1 - 68.1) <3ECAA762-1193-3D76-A25F-7680DB3A957E> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff8c5b1000 - 0x7fff8c5cbfff com.apple.Kerberos (3.0 - 1) <836358DE-2731-3ACD-98E3-E5FA48917728> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8ca58000 - 0x7fff8ca86ff7 com.apple.CoreServicesInternal (248.2 - 248.2) <7D0D2C65-C4C4-3FBD-89A7-12302EA444AA> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8ca96000 - 0x7fff8ca98fff libCVMSPluginSupport.dylib (12.0.40.6) <C88875DF-9888-37A6-AE69-3CABFACDAF45> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8ca99000 - 0x7fff8caa8ffb com.apple.LangAnalysis (1.7.0 - 1.7.0) <0D1BCC13-76B9-3C19-85AA-D8DD8299F007> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff8cae8000 - 0x7fff8d70bff7 com.apple.AppKit (6.9 - 1404.34) <467468E2-C551-3408-B351-414B21F57DEB> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8d787000 - 0x7fff8d883ff7 libFontParser.dylib (158.4) <BF7F82EB-7820-364A-865E-442F42BFDFA4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8dca3000 - 0x7fff8dccafff com.apple.ChunkingLibrary (167 - 167) <508861C9-F5E6-343B-8DD0-D71DFE49ECFD> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8dccb000 - 0x7fff8dcd6fff com.apple.AppSandbox (4.0 - 261.20.7) <0CA08EB7-D574-3E2F-A3AE-FEA80FF3F304> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff8dcdf000 - 0x7fff8dd6cdd7 com.apple.AppleJPEG (1.0 - 1) <9F0E8564-FCC4-33BE-9C6A-2BA926A33F6F> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff8dd6d000 - 0x7fff8dd70fff com.apple.Mangrove (1.0 - 1) <7919AD18-0EDE-3408-A6AC-A9121B8D857F> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff8dd71000 - 0x7fff8df17ff7 com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <F912765D-88ED-3324-B512-3778A8CE878B> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8e181000 - 0x7fff8e2fffff com.apple.UIFoundation (1.0 - 436.1) <8C254BB0-1DED-36A2-AAAF-786EB19CCE39> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff8e300000 - 0x7fff8e300fff libOpenScriptingUtil.dylib (169.1) <03BEF6F0-07CD-3EDC-9D11-32202C1857B6> /usr/lib/libOpenScriptingUtil.dylib
0x7fff8e339000 - 0x7fff8e355ff7 libextension.dylib (78) <589FA312-F17C-3A8D-986F-FD995D0065D5> /usr/lib/libextension.dylib
0x7fff8e392000 - 0x7fff8e70dffb com.apple.VideoToolbox (1.0 - 1731.15.33) <33AED54A-87AE-330F-BAAD-FB8389C3E686> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff8e7a8000 - 0x7fff8ec19ff3 com.apple.GeoServices (1.0 - 1151.2.13.9) <52A8FBB6-267C-3371-A516-264572B5800F> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff8ee89000 - 0x7fff8ef40ff7 com.apple.CoreDuet (1.0 - 1) <20BDA287-415A-385E-BCB5-934D165BDAA4> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
0x7fff8ef61000 - 0x7fff8efb1ff7 com.apple.Symbolication (1.4 - 58044) <2EC9F04A-4370-39C8-8549-FC6411D87463> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff8f715000 - 0x7fff8faedfef com.apple.CoreAUC (214.0.0 - 214.0.0) <B43C7811-38A4-3F9A-9417-FD8F4B55EA82> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff8faee000 - 0x7fff8fb02fff com.apple.CoreDuetDaemonProtocol (1.0 - 1) <8D8A190B-3C08-3624-8DC6-E9EBE22BC3BB> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
0x7fff8fb03000 - 0x7fff8fb0bffb libsystem_dnssd.dylib (625.20.4) <945B5FB1-DA91-3D45-A961-A8FAD53C1E7E> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8fb0c000 - 0x7fff8fb35ff7 libxslt.1.dylib (14.1) <AE86E275-499F-3D4F-8433-142186D383CB> /usr/lib/libxslt.1.dylib
0x7fff8fb36000 - 0x7fff8fb46ff3 com.apple.ProtocolBuffer (1 - 242) <127AF54F-615B-362A-A221-3E758C46A235> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff8fb83000 - 0x7fff8fbe6fff libAVFAudio.dylib (161.2) <C42EF0ED-56B2-387F-B188-C42FB8A1B7AB> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
0x7fff8fbe7000 - 0x7fff8fdf4ff7 com.apple.CoreImage (11.2.0 - 366.2.7) <344F1067-5F52-3626-8F6C-2B678DEB80A1> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff8ff28000 - 0x7fff8ff2afff libCGXType.A.dylib (948) <C3D473CF-7261-3E0D-A161-E9B642B75D6A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff8ff6e000 - 0x7fff901eeff3 com.apple.security (7.0 - 57337.20.44) <290E0078-464E-30EE-8288-8B29A875FFE3> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff901ef000 - 0x7fff901effff com.apple.Cocoa (6.11 - 22) <0A634D46-B468-3CBC-B2A0-16C381C11BF2> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff901fb000 - 0x7fff90203fff com.apple.frameworks.CoreDaemon (1.3 - 1.3) <D44F75E7-C679-3C21-AD76-8FA8A2B898F1> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff90204000 - 0x7fff90237ff7 com.apple.MediaKit (16 - 809) <BF8032FE-6645-37F6-A622-BC7EEE3EAABF> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff90238000 - 0x7fff903fefff com.apple.ImageIO.framework (3.3.0 - 1442) <1AE1EF1A-EA91-3453-A6F4-C11BD91B8D66> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff90b54000 - 0x7fff90b82ff7 com.apple.DictionaryServices (1.2 - 250) <D9AB6B92-CAF5-3EC2-8D07-639B42DA1CB9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff90bae000 - 0x7fff90bb2fff libcache.dylib (75) <6B245C0A-F3EA-383B-A542-5B0D0456A41B> /usr/lib/system/libcache.dylib
0x7fff90bb3000 - 0x7fff90bcffff com.apple.GenerationalStorage (2.0 - 239) <EE667C63-3ADF-34D3-A8A7-316B66C7E290> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff90bd0000 - 0x7fff90bd6fff com.apple.IOAccelerator (205.1 - 205.1) <9B56A248-FA12-3DB9-AD97-51EB4700E8A8> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff90bd7000 - 0x7fff90d21fc7 com.apple.coreui (2.1 - 365.2) <727C55D3-503A-3EC4-8A23-C984E320F65F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff9131b000 - 0x7fff91447ff7 com.apple.CoreText (352.0 - 494.10) <9FD834B1-FF8E-3EB0-BB11-6E9120969086> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff91549000 - 0x7fff9154bff7 com.apple.securityhi (9.0 - 55006) <B97C1C77-AA51-33ED-941D-F766BC94CD9E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff9154c000 - 0x7fff91571ff7 libPng.dylib (1442) <C13F5341-C342-3733-AF4C-434F2D8FF0A8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff91572000 - 0x7fff915e6fff com.apple.Heimdal (4.0 - 2.0) <009F223D-B89B-376B-94F5-6D982CBEF771> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff9192a000 - 0x7fff91938fff com.apple.opengl (12.0.40 - 12.0.40) <D37D88AE-0731-3105-99AB-984DA9B9BCE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff91939000 - 0x7fff9193affb libremovefile.dylib (41) <B8D1A5FC-CFD5-3AAB-8A10-14DDC129710A> /usr/lib/system/libremovefile.dylib
0x7fff91945000 - 0x7fff91945fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <F450DC3F-837D-35CB-97F3-5835E789EF02> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff9195b000 - 0x7fff91975ff3 liblzma.5.dylib (10) <CC03591B-FA57-3CA5-AC81-0D76033AC0CE> /usr/lib/liblzma.5.dylib
0x7fff91976000 - 0x7fff91984fff libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib
0x7fff91a0e000 - 0x7fff91d62ff7 com.apple.Foundation (6.9 - 1256.1) <66106CC9-9D97-3846-88D8-4BF6BB508296> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff91d69000 - 0x7fff91d6aff3 com.apple.print.framework.Print (10.0 - 266) <BF573614-5666-3D16-9D45-4690911F030A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff91d6b000 - 0x7fff91d82fff libmarisa.dylib (4) <E4919B03-D9BD-3AF8-B436-C415C98E3F0A> /usr/lib/libmarisa.dylib
0x7fff91df9000 - 0x7fff91e68fff com.apple.SearchKit (1.4.0 - 1.4.0) <CA50106F-F45A-36AC-AD2B-C3B19F5DD52F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff920a0000 - 0x7fff920a2fff com.apple.CoreDuetDebugLogging (1.0 - 1) <B461272B-2DFF-3CA9-8DCA-689B2AAC0379> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
0x7fff92268000 - 0x7fff922fefff com.apple.ColorSync (4.9.0 - 4.9.0) <8BB8DF19-C24F-39F8-8B90-AD186D74587C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff922ff000 - 0x7fff92317fd7 libcompression.dylib (25) <202CE8A7-3D5B-347A-BD22-F0CB589B29AF> /usr/lib/libcompression.dylib
0x7fff9236f000 - 0x7fff923c2ff7 libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib
0x7fff923c3000 - 0x7fff923fdfff com.apple.QD (3.12 - 302) <3F36A108-C557-353A-A3F7-80DDCB82BB37> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff9252d000 - 0x7fff92530ffb libdyld.dylib (360.19) <AA629043-C6F6-32FE-8007-E3478E99ACA7> /usr/lib/system/libdyld.dylib
0x7fff925d2000 - 0x7fff926a8ff7 com.apple.DiskImagesFramework (10.11.3 - 417.2) <25BBE20C-E92B-360F-A326-093B61CC7B5E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff926d7000 - 0x7fff927beff7 libcrypto.0.9.8.dylib (59) <ED1C2A26-8FFC-30FF-8726-FF952EF94ADF> /usr/lib/libcrypto.0.9.8.dylib
0x7fff928c5000 - 0x7fff928cafff com.apple.AssetCacheServices (14 - 14) <33685005-A92A-3006-97F5-FBF8530925B2> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
0x7fff92a1c000 - 0x7fff92a7dff7 libsystem_network.dylib (583.20.10) <865FE79A-A22D-3733-A14F-FC7B37F3AECD> /usr/lib/system/libsystem_network.dylib
0x7fff92af0000 - 0x7fff92afcff7 com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <8B6C0DB6-8744-3AEB-BD00-9FA6967E7125> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff92b00000 - 0x7fff92b05ff7 libheimdal-asn1.dylib (453.20.2) <EE3DD8E9-E543-3849-ADC9-EDBF2379C97C> /usr/lib/libheimdal-asn1.dylib
0x7fff92b46000 - 0x7fff92b4bff7 libmacho.dylib (875.1) <CB745E1F-4885-3F96-B38B-2093DF488FD5> /usr/lib/system/libmacho.dylib
0x7fff92b4c000 - 0x7fff92b4cfff com.apple.audio.units.AudioUnit (1.13 - 1.13) <D2E8EA94-3828-3D7C-87E2-97E4CD00269D> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff92b4d000 - 0x7fff92b5bff7 libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib
0x7fff92b9a000 - 0x7fff92ba5fff libkxld.dylib (3248.30.4) <BAA3DDEC-AD81-3C29-AECC-59E4AD114D3C> /usr/lib/system/libkxld.dylib
0x7fff92ba6000 - 0x7fff92bf2ff3 com.apple.HIServices (1.22 - 549) <14FB5BB6-8456-39F9-A694-8A1C12426880> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff92c1f000 - 0x7fff92c28ff3 libsystem_notify.dylib (150.20.3) <243FADE1-255A-3B78-8033-F336CD64B817> /usr/lib/system/libsystem_notify.dylib
0x7fff92c3b000 - 0x7fff92c3cffb libSystem.B.dylib (1226.10.1) <5A4257EF-3145-3BB3-87A4-0D2404A9462D> /usr/lib/libSystem.B.dylib
0x7fff92cd7000 - 0x7fff92cd7fff libmetal_timestamp.dylib (600.0.43.5) <4BA5B935-F932-3863-9B31-EF0A7DEAF15C> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x7fff92d0b000 - 0x7fff92e1afe7 libvDSP.dylib (563.4) <A95572FF-D40C-32A8-9F36-5B1FD297A0EC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff92e35000 - 0x7fff92e3eff7 com.apple.CommonAuth (4.0 - 2.0) <B2CEE6B5-9464-35F2-9339-9F52001C8A27> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff934e6000 - 0x7fff934e9fff libspindump.dylib (197.1) <61EB1BFE-8600-3420-B18E-1541D3C15C5C> /usr/lib/libspindump.dylib
0x7fff935bb000 - 0x7fff935c3fff libGFXShared.dylib (12.0.40.6) <7E84C8A9-40DA-302A-A3DE-9AE3C61A3465> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff935c4000 - 0x7fff935c7ff7 com.apple.help (1.3.3 - 46) <62056D9B-A87C-3E4D-B4E2-7E1CDB74CE68> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff935c8000 - 0x7fff935c9fff liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib
0x7fff935ca000 - 0x7fff938bffff com.apple.HIToolbox (2.1.1 - 807.2) <D9338BEF-CA84-3085-B6CB-4E93B3B9A2E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff93a62000 - 0x7fff93a68fff com.apple.XPCService (2.0 - 1) <9A305622-14E1-3D9A-BE47-6524419BA58D> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fff93a69000 - 0x7fff93aabff7 com.apple.Metal (55.2.8 - 55.2.8) <D4D7AC6F-7B31-3D94-B4B1-587EC2856CDB> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff93ac9000 - 0x7fff93e2bf3f libobjc.A.dylib (680) <9F45830D-F1D5-3CDF-9461-1A5477ED7D1E> /usr/lib/libobjc.A.dylib
0x7fff93e2c000 - 0x7fff93e72ff7 libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib
0x7fff93e73000 - 0x7fff93e78ff3 libunwind.dylib (35.3) <124E0F05-2350-3774-A32C-7F5BF38EDE73> /usr/lib/system/libunwind.dylib
0x7fff93e79000 - 0x7fff93e94ff7 libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib
0x7fff93ec3000 - 0x7fff94258fdb com.apple.vImage (8.0 - 8.0) <4BAC9B6F-7482-3580-8787-AB0A5B4D331B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff94667000 - 0x7fff947cefff libBLAS.dylib (1159) <8C24B8BC-E7D9-386D-97C8-929728AFE10B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff94999000 - 0x7fff94a79ff7 unorm8_rgba.dylib (2.6.4.1) <6970FC46-0D13-3614-929D-9504AB54C740> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
0x7fff94a7a000 - 0x7fff94ac8fff libcurl.4.dylib (90) <FF42FAA6-E71B-3D0D-B5C9-B05BD2460C9A> /usr/lib/libcurl.4.dylib
0x7fff94acc000 - 0x7fff94acfff7 libsystem_sandbox.dylib (460.30.1) <3E0036AF-FC64-3352-8DA4-6B550C2C2562> /usr/lib/system/libsystem_sandbox.dylib
0x7fff94aea000 - 0x7fff94af3fff com.apple.icloud.FindMyDevice (1.0 - 1) <BB049D2D-9789-39E8-A09D-D300E7AA94D2> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x7fff94af4000 - 0x7fff94b62ff7 com.apple.ApplicationServices.ATS (377 - 394.3) <0DDD3503-3D74-3CCA-BD25-7F19B03C2579> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff94bc9000 - 0x7fff94bd1fff libsystem_networkextension.dylib (385.20.6) <DC8A102A-BF02-31A4-8914-65C34DF6B592> /usr/lib/system/libsystem_networkextension.dylib
0x7fff94bd2000 - 0x7fff94cf7ff7 com.apple.LaunchServices (728.6 - 728.6) <204CD7A1-D99C-3655-82D7-E8E89F9C666B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff94cf8000 - 0x7fff94d1cfff com.apple.MultitouchSupport.framework (304.10 - 304.10) <1E0206D9-34AD-3810-8ED0-29DC450D1485> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff94d5e000 - 0x7fff94d8fff7 libtidy.A.dylib (15.17) <03EF1071-8B43-3B41-9879-118FA27F89C5> /usr/lib/libtidy.A.dylib
0x7fff94dac000 - 0x7fff94db0fff com.apple.CommonPanels (1.2.6 - 96) <61E9D84F-435A-3C7B-A065-047B80775777> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff94db1000 - 0x7fff94dcafff com.apple.openscripting (1.7.1 - 169.1) <F6532253-9EC5-3FF3-AA16-8AE58531B1D1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff94dcb000 - 0x7fff951f9fff com.apple.vision.FaceCore (3.3.1 - 3.3.1) <B8482831-77BD-3FBC-A0B1-12502353AA57> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff951ff000 - 0x7fff9522cfff libdispatch.dylib (501.20.1) <324C9189-2AF3-3356-847F-6F4CE1C6E901> /usr/lib/system/libdispatch.dylib
0x7fff95300000 - 0x7fff95302ff7 libquarantine.dylib (80) <163CF63A-7455-3D1F-AE57-8C4475A9204C> /usr/lib/system/libquarantine.dylib
0x7fff9530e000 - 0x7fff9533eff3 com.apple.CoreAVCHD (5.8.0 - 5800.4.2) <C34F0ECF-AABA-3FBC-980F-B4809C9B2DD1> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff95345000 - 0x7fff953a1fff libTIFF.dylib (1442) <28DF1565-3705-3ED3-B570-C9CB12376D2E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff953a7000 - 0x7fff953d0fff libxpc.dylib (756.20.4) <61AB4610-9304-354C-9E9B-D57198AE9866> /usr/lib/system/libxpc.dylib
0x7fff953d1000 - 0x7fff953f0ff7 com.apple.framework.Apple80211 (11.0 - 1110.33) <EC583C00-9073-39C3-B613-96D5BA0FDD32> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff953f5000 - 0x7fff95447fff com.apple.CloudDocs (1.0 - 383.5) <BBE4C32D-75E6-3EDD-A787-625BDD66DA20> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fff95461000 - 0x7fff95511fff com.apple.backup.framework (1.7.2 - 1.7.2) <F6A2F892-0728-3DD6-883C-2CDE789BF26F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff95d60000 - 0x7fff95da5ff7 com.apple.coreservices.SharedFileList (24.4 - 24.5) <72156BE7-0804-3F90-9AF9-14C4739430C2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff95e8a000 - 0x7fff95e8cffb libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib
0x7fff95e8d000 - 0x7fff96289fff libLAPACK.dylib (1159) <7618C270-D895-345C-B08B-102286A05A55> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff9634c000 - 0x7fff96354fff 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
0x7fff96357000 - 0x7fff96367fff libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib
0x7fff96380000 - 0x7fff96385fff com.apple.ImageCapture (9.0 - 9.0) <33F7822F-1124-3D73-AF66-515EA32A4A47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff9670c000 - 0x7fff9681aff3 com.apple.desktopservices (1.10 - 1.10) <0BAED9FA-EFA5-3DA0-8715-043FD2400B77> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff9681b000 - 0x7fff9684affb libsystem_m.dylib (3105) <26655445-CA97-321E-B221-801CB378D1AA> /usr/lib/system/libsystem_m.dylib
0x7fff96a01000 - 0x7fff96a07ff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <FA5CB89A-2BFE-38CC-B1A3-E48792CD898C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff96a08000 - 0x7fff96a0fff7 libcompiler_rt.dylib (62) <D3C4AB40-23B4-3BC6-8C38-5B8758D14E80> /usr/lib/system/libcompiler_rt.dylib
0x7fff96a7a000 - 0x7fff96d0aff7 com.apple.RawCamera.bundle (6.18 - 828) <CB7F6CCD-3753-3147-816A-B613F500AE33> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff96f25000 - 0x7fff9706afff com.apple.QTKit (7.7.3 - 2943) <6DD72D38-9449-3289-904E-B6E148993AA5> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff970df000 - 0x7fff970e1ff7 libsystem_configuration.dylib (802.20.7) <5FD79070-36CC-3D02-BEA7-BB5D2AE97D5D> /usr/lib/system/libsystem_configuration.dylib
0x7fff97492000 - 0x7fff97728fff libmecabra.dylib (696.4) <0A1574F0-3222-3856-A1C6-D8BE20DC4C48> /usr/lib/libmecabra.dylib
0x7fff97743000 - 0x7fff97746fff libCoreVMClient.dylib (119.5) <CD7DE25C-D7AD-3ECD-BEEC-F57992A4A08E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff97747000 - 0x7fff97752ff7 libcommonCrypto.dylib (60075.20.1) <766BC3F5-41F3-3315-BABC-72718A98EA92> /usr/lib/system/libcommonCrypto.dylib
0x7fff97753000 - 0x7fff97764ff7 libsystem_trace.dylib (201.10.3) <B485369F-E3A1-319E-998C-89AAF606079E> /usr/lib/system/libsystem_trace.dylib
0x7fff97765000 - 0x7fff977c2fff com.apple.CoreServices.OSServices (728.6 - 728.6) <CA616ACB-A872-386C-B16D-193A7E495C4D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff97832000 - 0x7fff9783bff7 libsystem_pthread.dylib (138.10.4) <327CECD0-B881-3153-8FCC-4FD4818B7F16> /usr/lib/system/libsystem_pthread.dylib
0x7fff9783c000 - 0x7fff97852ff7 libLinearAlgebra.dylib (1159) <FA316609-9851-3C5C-AF46-685A25768D45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff97853000 - 0x7fff9792cfff com.apple.CoreMedia (1.0 - 1731.15.33) <6109D83B-4E0B-3DE2-9856-9FD80EA51CE0> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff97970000 - 0x7fff979a7ff7 com.apple.LDAPFramework (2.4.28 - 194.5) <79D981F2-F70C-3E47-B124-DC0C90D45563> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff979a8000 - 0x7fff979d1fff libc++abi.dylib (125) <DCCC8177-3D09-35BC-9784-2A04FEC4C71B> /usr/lib/libc++abi.dylib
0x7fff979d2000 - 0x7fff979daff7 libcldcpuengine.dylib (2.6.4.1) <5FFEDBEF-2EFE-3F91-BABC-1E73B28487A2> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff97ad4000 - 0x7fff97cdffff libFosl_dynamic.dylib (16.24) <363B7CEE-B662-32F3-9D7B-245E64927C35> /usr/lib/libFosl_dynamic.dylib
0x7fff97ce0000 - 0x7fff97ceafff com.apple.NetAuth (6.0 - 6.0) <19E44307-6F9F-3DEC-8C1A-4685BC252A35> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff98dff000 - 0x7fff98e66fff com.apple.framework.CoreWiFi (11.0 - 1101.20) <BEC7B27E-8CE8-3DAB-BFDF-6C240C6A4B12> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff98f4f000 - 0x7fff99001fff com.apple.cloudkit.CloudKit (481.8 - 481.8) <E927AE82-8E55-38A4-BE6E-4D0829272653> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fff99002000 - 0x7fff9900eff7 com.apple.OpenDirectory (10.11 - 194) <5409AC27-3B83-3F35-8EB5-51228B4604AE> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff9900f000 - 0x7fff99011ff7 com.apple.xpc.ServiceManagement (1.0 - 1) <3777FD15-B6F3-32A2-A8E3-3E8CE3B8D5E7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff99012000 - 0x7fff99012fff libenergytrace.dylib (10) <A4AE7CBD-CF0A-3A74-8098-B642CE496611> /usr/lib/libenergytrace.dylib
0x7fff9a014000 - 0x7fff9a029fff com.apple.AppContainer (4.0 - 261.20.7) <30414623-E68F-31A1-9794-1C052391E900> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff9a02a000 - 0x7fff9a035ff7 libChineseTokenizer.dylib (16) <998637AB-DC37-3A7C-A85C-F10FD98CAAD7> /usr/lib/libChineseTokenizer.dylib
0x7fff9a036000 - 0x7fff9a036ff7 libkeymgr.dylib (28) <09397E01-6066-3179-A50C-2CE666FDA929> /usr/lib/system/libkeymgr.dylib
0x7fff9a09e000 - 0x7fff9a0e3ff3 libFontRegistry.dylib (155.1) <593CC743-3785-3CC5-A229-D3846C51E054> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff9a114000 - 0x7fff9a19cfff com.apple.CoreSymbolication (3.1 - 58048.1) <6436E5E0-B05C-36D6-942A-47026DD2D874> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff9a1aa000 - 0x7fff9a2cefff libsqlite3.dylib (216.4) <280D67B8-F93D-3587-A146-19F36C817548> /usr/lib/libsqlite3.dylib
0x7fff9a2cf000 - 0x7fff9a2e5ff7 libsystem_coretls.dylib (83.20.8) <75C97D88-0A63-3093-AE83-DE33EB7405CE> /usr/lib/system/libsystem_coretls.dylib
0x7fff9a331000 - 0x7fff9a7a7fff com.apple.CoreFoundation (6.9 - 1256.14) <768A7FB7-9143-3148-8591-7C6ED3162D35> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff9aa42000 - 0x7fff9af99fff com.apple.MediaToolbox (1.0 - 1731.15.33) <16374746-DF5E-3103-994B-74CF151BD06A> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff9b3ce000 - 0x7fff9b41efff libcups.2.dylib (435) <28A05475-9DBF-35EA-B218-3432B69EA18B> /usr/lib/libcups.2.dylib
0x7fff9b41f000 - 0x7fff9b42afff libcsfde.dylib (517.20.1) <42376761-F1B3-3086-AFBC-231507582BBE> /usr/lib/libcsfde.dylib
0x7fff9b42b000 - 0x7fff9b6d1ff7 com.apple.CoreData (120 - 641.3) <65509AA2-A0E6-3EE3-BDFE-B9B120F744ED> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff9b70c000 - 0x7fff9b722fff com.apple.CoreMediaAuthoring (2.2 - 953) <D74307B6-EC7E-3E5F-B2CF-7CE7A183F0F0> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff9b726000 - 0x7fff9b737fff libcmph.dylib (6) <BA4BF2C6-7F4E-33B8-9DD7-619C9EB83ECF> /usr/lib/libcmph.dylib
0x7fff9b738000 - 0x7fff9b7cdfff com.apple.ink.framework (10.9 - 214) <6B573126-A6E9-357F-B36A-AA5BDC0BEAF8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff9b880000 - 0x7fff9b8defff com.apple.SystemConfiguration (1.14 - 1.14) <5A70115B-E346-3EBD-A617-9A11C61EEF2E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff9ba33000 - 0x7fff9ba3ffff com.apple.HelpData (2.1.4 - 90) <3A533F58-9C3B-3341-A8F8-084C96BDB70D> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff9ba40000 - 0x7fff9ba48fff libcopyfile.dylib (127) <F5133269-0B22-388C-A57C-079667B6291E> /usr/lib/system/libcopyfile.dylib
0x7fff9ba79000 - 0x7fff9ba95ff3 libresolv.9.dylib (60) <A650B5C8-1950-36A0-86D1-0B2465318BFA> /usr/lib/libresolv.9.dylib
0x7fff9ba96000 - 0x7fff9bab7fff com.apple.Sharing (442.9.1 - 442.9.1) <672DE6DF-98E0-30A4-BA25-44BDE188D0BE> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff9bef5000 - 0x7fff9bf2dfff com.apple.RemoteViewServices (2.0 - 99) <596153FD-3CB9-3FED-9D63-1B73B01AC6DB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff9bf2e000 - 0x7fff9bfa5fe7 libcorecrypto.dylib (335.20.1) <C6BD205F-4ECE-37EE-BCAB-A76F39CDCFFA> /usr/lib/system/libcorecrypto.dylib
0x7fff9bff7000 - 0x7fff9c01efff com.apple.shortcut (2.16 - 93) <D9DD2F6A-4AC7-38BD-A3B6-A9682EFCCE2E> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff9c01f000 - 0x7fff9c06aff7 com.apple.CoreMediaIO (703.0 - 4791) <A401D0BE-7618-3A75-A77D-2387CF168072> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff9c07a000 - 0x7fff9c07afff com.apple.Accelerate (1.10 - Accelerate 1.10) <DA5F3EA8-A06B-328A-B22C-9EE29916FD74> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff9c36d000 - 0x7fff9c372fff com.apple.DiskArbitration (2.7 - 2.7) <B7FAE647-156A-30C8-BA8B-69D188D02602> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff9c373000 - 0x7fff9c37bfe7 libsystem_platform.dylib (74.10.3) <D3A27E10-7F08-3603-ACC8-7A92B2C04BAB> /usr/lib/system/libsystem_platform.dylib
0x7fff9c3a3000 - 0x7fff9c3b5fff libsasl2.2.dylib (209) <02BF4226-23E9-34EC-A727-CF0E205395F8> /usr/lib/libsasl2.2.dylib
0x7fff9c3e6000 - 0x7fff9c5b4ffb com.apple.QuartzCore (1.11 - 410.14) <CB19502B-D25F-379C-B50F-08A98FF73B68> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff9c5bc000 - 0x7fff9c5edfff com.apple.GSS (4.0 - 2.0) <25DECD44-0905-3E53-9480-DE7BEB84DB83> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff9c5ee000 - 0x7fff9c5f0fff libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib
0x7fff9c5f1000 - 0x7fff9c680ff7 libCoreStorage.dylib (517.20.1) <EC540EAA-089C-36D9-BBAA-0684EDE098AB> /usr/lib/libCoreStorage.dylib
0x7fff9d11b000 - 0x7fff9d11bff7 libunc.dylib (29) <1D0F8265-F026-3CBD-93D3-F8DF14FFCE68> /usr/lib/system/libunc.dylib
0x7fff9d4c6000 - 0x7fff9d4d2ff7 com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <E507D438-517D-32AE-8609-02ACD2F0D692> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff9d4d3000 - 0x7fff9d55cff7 com.apple.PerformanceAnalysis (1.0 - 1) <FB33FACE-5A99-34E0-83CC-CEDCCFAC74C3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff9d55d000 - 0x7fff9d604fff com.apple.LanguageModeling (1.0 - 1) <E1E4091D-6CAB-36E0-A206-AAADE69791DC> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff9d605000 - 0x7fff9d608ffb libScreenReader.dylib (425.102) <BDC46586-4925-38F2-85D3-BD23DB6E6D43> /usr/lib/libScreenReader.dylib
0x7fff9d609000 - 0x7fff9d655fff com.apple.print.framework.PrintCore (11.2 - 472.2) <449D8AB5-7891-32D0-9DC5-C90FE10DC0BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff9d656000 - 0x7fff9d657fff com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff9d658000 - 0x7fff9d683ffb libarchive.2.dylib (33.20.2) <6C370A21-63FD-3A68-B4B3-5333F24B770B> /usr/lib/libarchive.2.dylib
0x7fff9d823000 - 0x7fff9d8c7fff com.apple.Bluetooth (4.4.3 - 4.4.3f4) <B5F46DA5-EAE8-3F79-864D-1423C61C0A69> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff9d8db000 - 0x7fff9d8f7ff7 libsystem_malloc.dylib (67) <9EECAB18-F025-34C4-8E32-7EFFA6720EFC> /usr/lib/system/libsystem_malloc.dylib
0x7fff9d903000 - 0x7fff9d90bfff libMatch.1.dylib (27) <3AC0BFB8-7E69-3DBE-A175-7F3946FC4554> /usr/lib/libMatch.1.dylib
0x7fff9d930000 - 0x7fff9dad7ffb com.apple.avfoundation (2.0 - 1046.9.2) <FE83988E-9A6D-3386-ACD7-A0A4D7A006DF> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff9dadd000 - 0x7fff9dadffff com.apple.SecCodeWrapper (4.0 - 261.20.7) <E3E10533-B295-39EB-B0A3-42BD238E8C85> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff9dcbe000 - 0x7fff9dcbffff libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff9dcc0000 - 0x7fff9ddb2ff7 libiconv.2.dylib (44) <F05A0A5A-92A9-3668-8F20-F27CBDA26BE9> /usr/lib/libiconv.2.dylib
0x7fff9ddb3000 - 0x7fff9ddb8fff com.apple.TCC (1.0 - 1) <C53628CA-0C75-34B6-AE6E-8BCF8A3ED099> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff9ddb9000 - 0x7fff9de2dfff com.apple.framework.IOKit (2.0.2 - 1179.20.6) <D92E537D-F96D-39E1-B9AC-9A18943AFCC7> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff9ded2000 - 0x7fff9dee3fff libSparseBLAS.dylib (1159) <3C520738-8F54-36E4-B966-97D1F886F59E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff9dee4000 - 0x7fff9def7fff com.apple.CoreBluetooth (1.0 - 1) <BF5F87E3-6AAA-3B1F-9979-7A03D77937C8> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff9def8000 - 0x7fff9df00fff com.apple.NetFS (6.0 - 4.0) <BDD59EC5-D399-31EA-9B2A-60E3A859FC42> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff9df01000 - 0x7fff9df03fff com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff9df04000 - 0x7fff9df0cfff com.apple.AppleSRP (5.0 - 1) <25775E90-1DBB-3BFA-B4B4-F8F262B9EC1F> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff9df81000 - 0x7fff9df81ff7 liblaunch.dylib (756.20.4) <EDF719D6-D2BB-38DD-8C94-4272BEFDA2CD> /usr/lib/system/liblaunch.dylib
0x7fff9dfa0000 - 0x7fff9dfabfff libGL.dylib (12.0.40.6) <2A13E40A-BFA1-34FD-925A-C7023FEF254C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff9dfbb000 - 0x7fff9dfbbfff com.apple.CoreServices (728.6 - 728.6) <1FC9300C-6D3D-330C-829C-C8F094BC38C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff9dfbc000 - 0x7fff9e06cfe7 libvMisc.dylib (563.4) <621D84AA-C752-34EE-8B16-CF0C2DE722FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff9e06d000 - 0x7fff9f2beff7 com.apple.CoreGraphics (1.600.0 - 948) <1F017C08-E3D9-30CD-9896-C66C6410926C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff9f2f2000 - 0x7fff9f2f5ff7 libCoreFSCache.dylib (119.5) <C7008E64-0AFB-3446-929E-BC3F76DEF049> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff9f306000 - 0x7fff9f355ff7 com.apple.opencl (2.6.9 - 2.6.9) <27643341-DC6F-3C2F-8B8B-637061979BF3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff9f506000 - 0x7fff9f547ff7 libGLU.dylib (12.0.40.6) <1C9899B5-4741-340F-A2D7-F9AF03B42A47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff9f5c5000 - 0x7fff9f652fff libsystem_c.dylib (1082.20.4) <EAB38A6C-8671-3B13-B500-90EC1B912063> /usr/lib/system/libsystem_c.dylib
0x7fff9f728000 - 0x7fff9f7e2fff com.apple.DiscRecording (9.0.1 - 9010.4.3) <C4EC1EA7-E2AA-30F7-83CC-79171CDD50AA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff9f7e3000 - 0x7fff9f801fff libsystem_kernel.dylib (3248.30.4) <9CEB6C3B-1CAF-3C32-A9FD-93BC72CBCEA1> /usr/lib/system/libsystem_kernel.dylib
0x7fff9f802000 - 0x7fff9f86cff7 com.apple.framework.CoreWLAN (11.0 - 1101.20) <6A535459-6A8A-3D60-986B-EE7ED833A9C3> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff9f909000 - 0x7fff9f932ffb libRIP.A.dylib (948) <96E8F983-A8BA-3B0F-9035-E09642A63F6E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff9ff1a000 - 0x7fffa01ffff3 com.apple.CoreServices.CarbonCore (1136 - 1136) <FFBDE3BF-0BB3-37A2-8A44-6E25284CC348> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fffa0278000 - 0x7fffa0289ff7 libz.1.dylib (61.20.1) <B3EBB42F-48E3-3287-9F0D-308E04D407AC> /usr/lib/libz.1.dylib
0x7fffa0a06000 - 0x7fffa0a06fff com.apple.Carbon (154 - 157) <34263101-328D-3FE4-B212-14BD3CFF6965> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 8
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: 21040
thread_create: 0
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=319.6M resident=0K(0%) swapped_out_or_unallocated=319.6M(100%)
Writable regions: Total=314.5M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=314.5M(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate.framework 256K 3
Activity Tracing 2048K 2
CG backing stores 1184K 4
CG image 168K 17
CG shared images 336K 10
CoreAnimation 128K 20
CoreUI image data 1916K 16
CoreUI image file 192K 4
Dispatch continuations 16.0M 2
Foundation 4K 2
IOKit 8088K 5
Image IO 64K 2
Kernel Alloc Once 8K 3
MALLOC 84.6M 59
MALLOC guard page 32K 7
Memory Tag 242 12K 2
Memory Tag 251 16K 2
Memory Tag 255 562.3M 55
OpenCL 8K 2
STACK GUARD 56.1M 35
Stack 173.4M 52
VM_ALLOCATE 76K 12
__DATA 26.1M 247
__IMAGE 528K 2
__LINKEDIT 99.3M 13
__TEXT 220.2M 252
__UNICODE 552K 2
mapped file 97.3M 56
shared memory 16.3M 11
=========== ======= =======
TOTAL 1.3G 870
</code></pre></div> | <p dir="auto">As in the title. It crashed while the browser window content was reloaded and i closed devtools</p>
<p dir="auto">Crash report:<br>
<a href="https://gist.github.com/frozeman/73756870cb36bc9d4614">https://gist.github.com/frozeman/73756870cb36bc9d4614</a></p> | 1 |
<h3 dir="auto">Describe the issue</h3>
<p dir="auto">I've deployed successfully my backend to a serverless cloud service, but, unlike the local version, in the hosted app I'm getting an unreadable response rather than JSON as you can see below.</p>
<p dir="auto"><code class="notranslate">"��\b��������T�r�8�����r�i�.~�����FH�!�\t��01�C���\\��*Y�T��e�{�=��{��N�gY?_�]��Aӝ�.yQw?k/?��۬=�|���<��#�dd3�)��6�����l2\n�J]X��������e��^�?\r|�H</code></p>
<h3 dir="auto">Example Code</h3>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="app.get('/api/get-my-books', (req, res) => {
const address = req.query.address;
const chain = "polygon";
const options = {
method: 'GET',
url: `https://api.nftport.xyz/v0/accounts/${address}`,
params: {
chain: chain,
include: 'metadata',
contract_address: process.env.REACT_APP_DROP_CONTRACT
},
headers: {
'Content-Type': 'application/json',
Authorization: process.env.REACT_APP_NFT_PORT
}
};
axios.request(options)
.then((response) => {
res.json(response.data);
})
.catch((error) => {
console.error(error);
});
});"><pre class="notranslate"><span class="pl-s1">app</span><span class="pl-kos">.</span><span class="pl-en">get</span><span class="pl-kos">(</span><span class="pl-s">'/api/get-my-books'</span><span class="pl-kos">,</span> <span class="pl-kos">(</span><span class="pl-s1">req</span><span class="pl-kos">,</span> <span class="pl-s1">res</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-kos">{</span>
<span class="pl-k">const</span> <span class="pl-s1">address</span> <span class="pl-c1">=</span> <span class="pl-s1">req</span><span class="pl-kos">.</span><span class="pl-c1">query</span><span class="pl-kos">.</span><span class="pl-c1">address</span><span class="pl-kos">;</span>
<span class="pl-k">const</span> <span class="pl-s1">chain</span> <span class="pl-c1">=</span> <span class="pl-s">"polygon"</span><span class="pl-kos">;</span>
<span class="pl-k">const</span> <span class="pl-s1">options</span> <span class="pl-c1">=</span> <span class="pl-kos">{</span>
<span class="pl-c1">method</span>: <span class="pl-s">'GET'</span><span class="pl-kos">,</span>
<span class="pl-c1">url</span>: <span class="pl-s">`https://api.nftport.xyz/v0/accounts/<span class="pl-s1"><span class="pl-kos">${</span><span class="pl-s1">address</span><span class="pl-kos">}</span></span>`</span><span class="pl-kos">,</span>
<span class="pl-c1">params</span>: <span class="pl-kos">{</span>
<span class="pl-c1">chain</span>: <span class="pl-s1">chain</span><span class="pl-kos">,</span>
<span class="pl-c1">include</span>: <span class="pl-s">'metadata'</span><span class="pl-kos">,</span>
<span class="pl-c1">contract_address</span>: <span class="pl-s1">process</span><span class="pl-kos">.</span><span class="pl-c1">env</span><span class="pl-kos">.</span><span class="pl-c1">REACT_APP_DROP_CONTRACT</span>
<span class="pl-kos">}</span><span class="pl-kos">,</span>
<span class="pl-c1">headers</span>: <span class="pl-kos">{</span>
<span class="pl-s">'Content-Type'</span>: <span class="pl-s">'application/json'</span><span class="pl-kos">,</span>
<span class="pl-c1">Authorization</span>: <span class="pl-s1">process</span><span class="pl-kos">.</span><span class="pl-c1">env</span><span class="pl-kos">.</span><span class="pl-c1">REACT_APP_NFT_PORT</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span><span class="pl-kos">;</span>
<span class="pl-s1">axios</span><span class="pl-kos">.</span><span class="pl-en">request</span><span class="pl-kos">(</span><span class="pl-s1">options</span><span class="pl-kos">)</span>
<span class="pl-kos">.</span><span class="pl-en">then</span><span class="pl-kos">(</span><span class="pl-kos">(</span><span class="pl-s1">response</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-kos">{</span>
<span class="pl-s1">res</span><span class="pl-kos">.</span><span class="pl-en">json</span><span class="pl-kos">(</span><span class="pl-s1">response</span><span class="pl-kos">.</span><span class="pl-c1">data</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span>
<span class="pl-kos">.</span><span class="pl-en">catch</span><span class="pl-kos">(</span><span class="pl-kos">(</span><span class="pl-s1">error</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-kos">{</span>
<span class="pl-smi">console</span><span class="pl-kos">.</span><span class="pl-en">error</span><span class="pl-kos">(</span><span class="pl-s1">error</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">A readable JSON response is expected.</p>
<h3 dir="auto">Axios Version</h3>
<p dir="auto">1.2.0</p>
<h3 dir="auto">Adapter Version</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Browser</h3>
<p dir="auto">Chrome</p>
<h3 dir="auto">Browser Version</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Node.js Version</h3>
<p dir="auto">14.19.1</p>
<h3 dir="auto">OS</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Additional Library Versions</h3>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=""cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2""><pre class="notranslate"><span class="pl-s"><span class="pl-pds">"</span>cors<span class="pl-pds">"</span></span>: <span class="pl-s"><span class="pl-pds">"</span>^2.8.5<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>dotenv<span class="pl-pds">"</span></span>: <span class="pl-s"><span class="pl-pds">"</span>^16.0.3<span class="pl-pds">"</span></span>,
<span class="pl-s"><span class="pl-pds">"</span>express<span class="pl-pds">"</span></span>: <span class="pl-s"><span class="pl-pds">"</span>^4.18.2<span class="pl-pds">"</span></span></pre></div>
<h3 dir="auto">Additional context/Screenshots</h3>
<p dir="auto"><em>No response</em></p> | <h3 dir="auto">Describe the bug</h3>
<p dir="auto">`<br>
var axios = require('axios');<br>
var data = JSON.stringify({<br>
"production_status": "",<br>
"package_status": [],<br>
"extra_status_reason": [],<br>
"page": 1,<br>
"limit": 1<br>
});</p>
<p dir="auto">var config = {<br>
method: 'post',<br>
url: '<a href="https://example.com/" rel="nofollow">https://example.com/</a>',<br>
headers: {<br>
'Authorization': 'Bearer token',<br>
},<br>
data: {<br>
"production_status": "",<br>
"package_status": [],<br>
"extra_status_reason": [],<br>
"page": 1,<br>
"limit": 1<br>
}<br>
};</p>
<p dir="auto">axios(config)<br>
.then(function (response) {<br>
console.log(response.data);<br>
})<br>
.catch(function (error) {<br>
console.log(error);<br>
});<br>
`</p>
<p dir="auto">When i send API this response<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/73536823/203527806-e7f74bca-c6aa-45b0-b9b5-73138981228b.png"><img src="https://user-images.githubusercontent.com/73536823/203527806-e7f74bca-c6aa-45b0-b9b5-73138981228b.png" alt="image" style="max-width: 100%;"></a><br>
I want respose must be json like that<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/73536823/203528048-a5555c94-ce21-4f7a-922b-53337e49aca6.png"><img src="https://user-images.githubusercontent.com/73536823/203528048-a5555c94-ce21-4f7a-922b-53337e49aca6.png" alt="image" style="max-width: 100%;"></a></p>
<h3 dir="auto">To Reproduce</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Code snippet</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Axios Version</h3>
<p dir="auto">1.2.0</p>
<h3 dir="auto">Adapter Version</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Browser</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Browser Version</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Node.js Version</h3>
<p dir="auto">14.20.1</p>
<h3 dir="auto">OS</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Additional Library Versions</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Additional context/Screenshots</h3>
<p dir="auto"><em>No response</em></p> | 1 |
<p dir="auto">$ ansible --version<br>
ansible 1.0</p>
<p dir="auto">RHEL: Red Hat Enterprise Linux Server release 6.3 (Santiago)<br>
$ uname -r<br>
2.6.32-220.4.2.el6.x86_64</p>
<p dir="auto">Trying to install a rpm using yum and it returning the below although the rpm is not installed on that host :<br>
g4t3773g | success >> {<br>
"changed": false,<br>
"msg": "",<br>
"rc": 0,<br>
"results": [<br>
"All packages providing monit are up to date"<br>
]<br>
}</p>
<p dir="auto">[stoflet@g2t1119g wildcat]$ ansible g4t3773g -s -m yum -a "name=monit enablerepo=RedHat-6Server-x86_64-Fedora-EPEL state=latest" -vvvv<br>
ESTABLISH CONNECTION FOR USER: stoflet on PORT 22 TO g4t3773g<br>
EXEC /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-1359420393.49-231135382620037 && chmod a+rx $HOME/.ansible/tmp/ansible-1359420393.49-231135382620037 && echo $HOME/.ansible/tmp/ansible-1359420393.49-231135382620037'<br>
REMOTE_MODULE yum name=monit enablerepo=RedHat-6Server-x86_64-Fedora-EPEL state=latest<br>
PUT /tmp/tmpJlTD58 TO /home/stoflet/.ansible/tmp/ansible-1359420393.49-231135382620037/yum<br>
EXEC /bin/sh -c 'sudo -k && sudo -S -p "[sudo via ansible, key=jnnoqesjxwyjnodrurispgexkogskxha] password: " -u root /bin/sh -c '"'"'/usr/bin/python -tt /home/stoflet/.ansible/tmp/ansible-1359420393.49-231135382620037/yum; rm -rf /home/stoflet/.ansible/tmp/ansible-1359420393.49-231135382620037/ >/dev/null 2>&1'"'"''<br>
g4t3773g | success >> {<br>
"changed": false,<br>
"msg": "",<br>
"rc": 0,<br>
"results": [<br>
"All packages providing monit are up to date"<br>
]<br>
}</p>
<p dir="auto">Tried from boh command line (above) and playbook (below). Same thing:<br>
....<br>
tasks:</p>
<ul dir="auto">
<li>name: install HPIT EPEL repo<br>
action: yum pkg=hpit-yum-epel-repo state=latest</li>
<li>name: install mongodb-server from EPEL repo<br>
action: yum pkg=mongodb-server state=latest enablerepo=RedHat-6Server-x86_64-Fedora-EPEL<br>
...</li>
</ul>
<p dir="auto">This is occurring with other pkgs when I use enablerepo (e.g. monit) too.</p>
<p dir="auto">I ultimately got it to work on a test host using<br>
action: shell /usr/bin/yum install -y --enablerepo=<em>EPEL</em> mongodb-server<br>
from a playbook or this on the cmdline</p>
<p dir="auto">ansible g4t3773g -s -m yum -a "name=mongodb-server enablerepo=<em>EPEL</em> state=latest"</p>
<p dir="auto">Note: I was tailing /var/log/yum.conf. Nothing was added when using the yum module and enablerepo.</p> | <p dir="auto">2 roles with the same handler named assigned to host, only 1 handler will be executed.</p>
<p dir="auto">I bisected commits, and found that the problem commit is:</p>
<p dir="auto"><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/ansible/ansible/commit/f081c68a656488e79255eb6865b930cf56c791a9/hovercard" href="https://github.com/ansible/ansible/commit/f081c68a656488e79255eb6865b930cf56c791a9"><tt>f081c68</tt></a></p>
<p dir="auto">Here's my reproducer:</p>
<p dir="auto"><a href="https://github.com/jsmartin/test-ansible.git">https://github.com/jsmartin/test-ansible.git</a></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible-playbook --version
ansible-playbook 1.4 (devel 6dd81f25d9) last updated 2013/11/12 18:50:22 (GMT -400)
PLAY [localhost] **************************************************************
GATHERING FACTS ***************************************************************
ok: [127.0.0.1]
TASK: [a | test role a echo] **************************************************
changed: [127.0.0.1] => {"changed": true, "cmd": ["echo", "role a"], "delta": "0:00:00.004943", "end": "2013-11-12 18:55:26.645837", "item": "", "rc": 0, "start": "2013-11-12 18:55:26.640894", "stderr": "", "stdout": "role a"}
TASK: [b | test role b echo] **************************************************
changed: [127.0.0.1] => {"changed": true, "cmd": ["echo", "role b"], "delta": "0:00:00.003273", "end": "2013-11-12 18:55:26.747306", "item": "", "rc": 0, "start": "2013-11-12 18:55:26.744033", "stderr": "", "stdout": "role b"}
NOTIFIED: [a | myhandler] *****************************************************
changed: [127.0.0.1] => {"changed": true, "cmd": ["echo", "handler for role A activated"], "delta": "0:00:00.003456", "end": "2013-11-12 18:55:26.849426", "item": "", "rc": 0, "start": "2013-11-12 18:55:26.845970", "stderr": "", "stdout": "handler for role A activated"}
PLAY RECAP ********************************************************************
127.0.0.1 : ok=4 changed=3 unreachable=0 failed=0 "><pre class="notranslate"><code class="notranslate">ansible-playbook --version
ansible-playbook 1.4 (devel 6dd81f25d9) last updated 2013/11/12 18:50:22 (GMT -400)
PLAY [localhost] **************************************************************
GATHERING FACTS ***************************************************************
ok: [127.0.0.1]
TASK: [a | test role a echo] **************************************************
changed: [127.0.0.1] => {"changed": true, "cmd": ["echo", "role a"], "delta": "0:00:00.004943", "end": "2013-11-12 18:55:26.645837", "item": "", "rc": 0, "start": "2013-11-12 18:55:26.640894", "stderr": "", "stdout": "role a"}
TASK: [b | test role b echo] **************************************************
changed: [127.0.0.1] => {"changed": true, "cmd": ["echo", "role b"], "delta": "0:00:00.003273", "end": "2013-11-12 18:55:26.747306", "item": "", "rc": 0, "start": "2013-11-12 18:55:26.744033", "stderr": "", "stdout": "role b"}
NOTIFIED: [a | myhandler] *****************************************************
changed: [127.0.0.1] => {"changed": true, "cmd": ["echo", "handler for role A activated"], "delta": "0:00:00.003456", "end": "2013-11-12 18:55:26.849426", "item": "", "rc": 0, "start": "2013-11-12 18:55:26.845970", "stderr": "", "stdout": "handler for role A activated"}
PLAY RECAP ********************************************************************
127.0.0.1 : ok=4 changed=3 unreachable=0 failed=0
</code></pre></div>
<p dir="auto">Here you can see only the handler in role "a" was activated</p>
<p dir="auto">Now let's try with 1.3.4</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible-playbook --version
ansible-playbook 1.3.4
ansible-playbook -i hosts -v test.yml
PLAY [localhost] **************************************************************
GATHERING FACTS ***************************************************************
ok: [127.0.0.1]
TASK: [test role a echo] ******************************************************
changed: [127.0.0.1] => {"changed": true, "cmd": ["echo", "role a"], "delta": "0:00:00.005104", "end": "2013-11-12 18:57:33.596077", "item": "", "rc": 0, "start": "2013-11-12 18:57:33.590973", "stderr": "", "stdout": "role a"}
TASK: [test role b echo] ******************************************************
changed: [127.0.0.1] => {"changed": true, "cmd": ["echo", "role b"], "delta": "0:00:00.004365", "end": "2013-11-12 18:57:33.704722", "item": "", "rc": 0, "start": "2013-11-12 18:57:33.700357", "stderr": "", "stdout": "role b"}
NOTIFIED: [myhandler] *********************************************************
changed: [127.0.0.1] => {"changed": true, "cmd": ["echo", "handler for role A activated"], "delta": "0:00:00.004131", "end": "2013-11-12 18:57:33.805843", "item": "", "rc": 0, "start": "2013-11-12 18:57:33.801712", "stderr": "", "stdout": "handler for role A activated"}
NOTIFIED: [myhandler] *********************************************************
changed: [127.0.0.1] => {"changed": true, "cmd": ["echo", "handler for role B activated"], "delta": "0:00:00.004174", "end": "2013-11-12 18:57:33.910559", "item": "", "rc": 0, "start": "2013-11-12 18:57:33.906385", "stderr": "", "stdout": "handler for role B activated"}
PLAY RECAP ********************************************************************
127.0.0.1 : ok=5 changed=4 unreachable=0 failed=0 "><pre class="notranslate"><code class="notranslate">ansible-playbook --version
ansible-playbook 1.3.4
ansible-playbook -i hosts -v test.yml
PLAY [localhost] **************************************************************
GATHERING FACTS ***************************************************************
ok: [127.0.0.1]
TASK: [test role a echo] ******************************************************
changed: [127.0.0.1] => {"changed": true, "cmd": ["echo", "role a"], "delta": "0:00:00.005104", "end": "2013-11-12 18:57:33.596077", "item": "", "rc": 0, "start": "2013-11-12 18:57:33.590973", "stderr": "", "stdout": "role a"}
TASK: [test role b echo] ******************************************************
changed: [127.0.0.1] => {"changed": true, "cmd": ["echo", "role b"], "delta": "0:00:00.004365", "end": "2013-11-12 18:57:33.704722", "item": "", "rc": 0, "start": "2013-11-12 18:57:33.700357", "stderr": "", "stdout": "role b"}
NOTIFIED: [myhandler] *********************************************************
changed: [127.0.0.1] => {"changed": true, "cmd": ["echo", "handler for role A activated"], "delta": "0:00:00.004131", "end": "2013-11-12 18:57:33.805843", "item": "", "rc": 0, "start": "2013-11-12 18:57:33.801712", "stderr": "", "stdout": "handler for role A activated"}
NOTIFIED: [myhandler] *********************************************************
changed: [127.0.0.1] => {"changed": true, "cmd": ["echo", "handler for role B activated"], "delta": "0:00:00.004174", "end": "2013-11-12 18:57:33.910559", "item": "", "rc": 0, "start": "2013-11-12 18:57:33.906385", "stderr": "", "stdout": "handler for role B activated"}
PLAY RECAP ********************************************************************
127.0.0.1 : ok=5 changed=4 unreachable=0 failed=0
</code></pre></div>
<p dir="auto">Here you can see both handlers were activated.</p> | 0 |
<h3 dir="auto">Description</h3>
<p dir="auto">Checked for duplicates but I might have missed something.</p>
<p dir="auto">The following snippet returns inconsistent results between CPU and GPU runtimes. I checked this on Google Colab.</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from jax import lax
import numpy as np
inp = np.array([0, 0, 0])
indices = np.array([[1], [2], [1]])
updates = np.array([3, 4, 2])
update_window_dims = ()
inserted_window_dims = (0,)
scatter_dims_to_operand_dims = (0,)
scatter_dim_nos = lax.ScatterDimensionNumbers(update_window_dims=update_window_dims,
inserted_window_dims=inserted_window_dims,
scatter_dims_to_operand_dims=scatter_dims_to_operand_dims)
lax.scatter(inp, indices, updates, scatter_dim_nos)"><pre class="notranslate"><span class="pl-k">from</span> <span class="pl-s1">jax</span> <span class="pl-k">import</span> <span class="pl-s1">lax</span>
<span class="pl-k">import</span> <span class="pl-s1">numpy</span> <span class="pl-k">as</span> <span class="pl-s1">np</span>
<span class="pl-s1">inp</span> <span class="pl-c1">=</span> <span class="pl-s1">np</span>.<span class="pl-en">array</span>([<span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>])
<span class="pl-s1">indices</span> <span class="pl-c1">=</span> <span class="pl-s1">np</span>.<span class="pl-en">array</span>([[<span class="pl-c1">1</span>], [<span class="pl-c1">2</span>], [<span class="pl-c1">1</span>]])
<span class="pl-s1">updates</span> <span class="pl-c1">=</span> <span class="pl-s1">np</span>.<span class="pl-en">array</span>([<span class="pl-c1">3</span>, <span class="pl-c1">4</span>, <span class="pl-c1">2</span>])
<span class="pl-s1">update_window_dims</span> <span class="pl-c1">=</span> ()
<span class="pl-s1">inserted_window_dims</span> <span class="pl-c1">=</span> (<span class="pl-c1">0</span>,)
<span class="pl-s1">scatter_dims_to_operand_dims</span> <span class="pl-c1">=</span> (<span class="pl-c1">0</span>,)
<span class="pl-s1">scatter_dim_nos</span> <span class="pl-c1">=</span> <span class="pl-s1">lax</span>.<span class="pl-v">ScatterDimensionNumbers</span>(<span class="pl-s1">update_window_dims</span><span class="pl-c1">=</span><span class="pl-s1">update_window_dims</span>,
<span class="pl-s1">inserted_window_dims</span><span class="pl-c1">=</span><span class="pl-s1">inserted_window_dims</span>,
<span class="pl-s1">scatter_dims_to_operand_dims</span><span class="pl-c1">=</span><span class="pl-s1">scatter_dims_to_operand_dims</span>)
<span class="pl-s1">lax</span>.<span class="pl-en">scatter</span>(<span class="pl-s1">inp</span>, <span class="pl-s1">indices</span>, <span class="pl-s1">updates</span>, <span class="pl-s1">scatter_dim_nos</span>)</pre></div>
<p dir="auto">On CPU it returns:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="DeviceArray([0, 2, 4], dtype=int32)"><pre class="notranslate"><code class="notranslate">DeviceArray([0, 2, 4], dtype=int32)
</code></pre></div>
<p dir="auto">On GPU it returns:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="DeviceArray([0, 3, 4], dtype=int32)"><pre class="notranslate"><code class="notranslate">DeviceArray([0, 3, 4], dtype=int32)
</code></pre></div>
<h3 dir="auto">What jax/jaxlib version are you using?</h3>
<p dir="auto">jax v0.3.17, jaxlib v0.3.15</p>
<h3 dir="auto">Which accelerator(s) are you using?</h3>
<p dir="auto">CPU/GPU</p>
<h3 dir="auto">Additional System Info</h3>
<p dir="auto">Google Colab</p> | <p dir="auto">Please:</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Check for duplicate issues.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this:</li>
</ul>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from celery import Celery
from celery import shared_task
from functools import partial
import jax
import jax.numpy as jnp
import numba as nb
import numpy as np
from scipy.optimize import minimize
# app = Celery('test', broker='redis://localhost/3')
@jax.jit
def scale_down_2(x):
return x[:-1]
@shared_task
def run_optimizer_2():
nAC = 20
guess_equal_wts = np.empty(nAC)
for i in range(nAC):
guess_equal_wts[i] = 1/nAC
scale_down_2(guess_equal_wts)
print('z')"><pre class="notranslate"><span class="pl-k">from</span> <span class="pl-s1">celery</span> <span class="pl-k">import</span> <span class="pl-v">Celery</span>
<span class="pl-k">from</span> <span class="pl-s1">celery</span> <span class="pl-k">import</span> <span class="pl-s1">shared_task</span>
<span class="pl-k">from</span> <span class="pl-s1">functools</span> <span class="pl-k">import</span> <span class="pl-s1">partial</span>
<span class="pl-k">import</span> <span class="pl-s1">jax</span>
<span class="pl-k">import</span> <span class="pl-s1">jax</span>.<span class="pl-s1">numpy</span> <span class="pl-k">as</span> <span class="pl-s1">jnp</span>
<span class="pl-k">import</span> <span class="pl-s1">numba</span> <span class="pl-k">as</span> <span class="pl-s1">nb</span>
<span class="pl-k">import</span> <span class="pl-s1">numpy</span> <span class="pl-k">as</span> <span class="pl-s1">np</span>
<span class="pl-k">from</span> <span class="pl-s1">scipy</span>.<span class="pl-s1">optimize</span> <span class="pl-k">import</span> <span class="pl-s1">minimize</span>
<span class="pl-c"># app = Celery('test', broker='redis://localhost/3')</span>
<span class="pl-en">@<span class="pl-s1">jax</span>.<span class="pl-s1">jit</span></span>
<span class="pl-k">def</span> <span class="pl-en">scale_down_2</span>(<span class="pl-s1">x</span>):
<span class="pl-k">return</span> <span class="pl-s1">x</span>[:<span class="pl-c1">-</span><span class="pl-c1">1</span>]
<span class="pl-en">@<span class="pl-s1">shared_task</span></span>
<span class="pl-k">def</span> <span class="pl-en">run_optimizer_2</span>():
<span class="pl-s1">nAC</span> <span class="pl-c1">=</span> <span class="pl-c1">20</span>
<span class="pl-s1">guess_equal_wts</span> <span class="pl-c1">=</span> <span class="pl-s1">np</span>.<span class="pl-en">empty</span>(<span class="pl-s1">nAC</span>)
<span class="pl-k">for</span> <span class="pl-s1">i</span> <span class="pl-c1">in</span> <span class="pl-en">range</span>(<span class="pl-s1">nAC</span>):
<span class="pl-s1">guess_equal_wts</span>[<span class="pl-s1">i</span>] <span class="pl-c1">=</span> <span class="pl-c1">1</span><span class="pl-c1">/</span><span class="pl-s1">nAC</span>
<span class="pl-en">scale_down_2</span>(<span class="pl-s1">guess_equal_wts</span>)
<span class="pl-en">print</span>(<span class="pl-s">'z'</span>)</pre></div>
<p dir="auto">Calling <code class="notranslate">run_optimizer_2.delay()</code> or <code class="notranslate">run_optimizer_2()</code> from the debug console will cause the segfault.</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> If applicable, include full error messages/tracebacks.</li>
</ul>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Traceback (most recent call last):
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/pool.py", line 1265, in mark_as_worker_lost
raise WorkerLostError(
billiard.exceptions.WorkerLostError: Worker exited prematurely: signal 11 (SIGSEGV) Job: 0.
Fatal Python error: Segmentation fault
Thread 0x00007f1791ffb700 (most recent call first):
File "/usr/lib/python3.9/threading.py", line 316 in wait
File "/usr/lib/python3.9/threading.py", line 574 in wait
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/pydevd.py", line 245 in _on_run
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_daemon_thread.py", line 46 in run
File "/usr/lib/python3.9/threading.py", line 973 in _bootstrap_inner
File "/usr/lib/python3.9/threading.py", line 930 in _bootstrap
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey.py", line 1054 in __call__
Current thread 0x00007f17917fa700 (most recent call first):
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/jax/interpreters/xla.py", line 874 in _execute_compiled
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/jax/interpreters/xla.py", line 581 in _xla_call_impl
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/jax/core.py", line 609 in process_call
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/jax/core.py", line 1568 in process
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/jax/core.py", line 1556 in call_bind
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/jax/core.py", line 1565 in bind
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/jax/_src/api.py", line 426 in cache_miss
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/jax/_src/traceback_util.py", line 143 in reraise_with_filtered_traceback
File "/home/jorgen/django-2/caravel_cmpas/engine/optimizer.py", line 1130 in run_optimizer_2
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/app/task.py", line 389 in __call__
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/app/trace.py", line 732 in __protected_call__
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/local.py", line 188 in __call__
File "<string>", line 1 in <module>
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vars.py", line 424 in evaluate_expression
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vars.py", line 310 in _run_with_interrupt_thread
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vars.py", line 339 in _run_with_unblock_threads
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vars.py", line 371 in new_func
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py", line 1207 in internal_evaluate_expression_json
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_constants.py", line 511 in new_func
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py", line 542 in do_it
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py", line 574 in do_it
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/pydevd.py", line 1688 in process_internal_commands
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/pydevd.py", line 195 in _on_run
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_daemon_thread.py", line 46 in run
File "/usr/lib/python3.9/threading.py", line 973 in _bootstrap_inner
File "/usr/lib/python3.9/threading.py", line 930 in _bootstrap
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey.py", line 1054 in __call__
Thread 0x00007f1790ff9700 (most recent call first):
File "/usr/lib/python3.9/threading.py", line 316 in wait
File "/usr/lib/python3.9/threading.py", line 574 in wait
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_timeout.py", line 43 in _on_run
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_daemon_thread.py", line 46 in run
File "/usr/lib/python3.9/threading.py", line 973 in _bootstrap_inner
File "/usr/lib/python3.9/threading.py", line 930 in _bootstrap
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey.py", line 1054 in __call__
Thread 0x00007f177bfff700 (most recent call first):
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py", line 219 in _read_line
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py", line 237 in _on_run
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_daemon_thread.py", line 46 in run
File "/usr/lib/python3.9/threading.py", line 973 in _bootstrap_inner
File "/usr/lib/python3.9/threading.py", line 930 in _bootstrap
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey.py", line 1054 in __call__
Thread 0x00007f177b7fe700 (most recent call first):
File "/usr/lib/python3.9/threading.py", line 316 in wait
File "/usr/lib/python3.9/queue.py", line 180 in get
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py", line 382 in _on_run
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_daemon_thread.py", line 46 in run
File "/usr/lib/python3.9/threading.py", line 973 in _bootstrap_inner
File "/usr/lib/python3.9/threading.py", line 930 in _bootstrap
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey.py", line 1054 in __call__
Thread 0x00007f19e3595740 (most recent call first):
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/connection.py", line 422 in _recv
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/connection.py", line 456 in _recv_bytes
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/connection.py", line 243 in recv_bytes
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/queues.py", line 355 in get_payload
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/pool.py", line 445 in _recv
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/pool.py", line 473 in receive
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/pool.py", line 351 in workloop
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/pool.py", line 292 in __call__
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/process.py", line 114 in run
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/process.py", line 327 in _bootstrap
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/popen_fork.py", line 79 in _launch
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/popen_fork.py", line 24 in __init__
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/context.py", line 333 in _Popen
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/process.py", line 124 in start
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/pool.py", line 1158 in _create_worker_process
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/concurrency/asynpool.py", line 477 in _create_worker_process
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/pool.py", line 1328 in _repopulate_pool
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/pool.py", line 1343 in _maintain_pool
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/pool.py", line 1351 in maintain_pool
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/concurrency/asynpool.py", line 482 in _event_process_exit
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/kombu/asynchronous/hub.py", line 361 in create_loop
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/worker/loops.py", line 81 in asynloop
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/worker/consumer/consumer.py", line 618 in start
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/bootsteps.py", line 116 in start
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/worker/consumer/consumer.py", line 326 in start
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/bootsteps.py", line 365 in start
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/bootsteps.py", line 116 in start
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/worker/worker.py", line 203 in start
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/bin/worker.py", line 346 in worker
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/bin/base.py", line 133 in caller
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/click/decorators.py", line 21 in new_func
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/click/core.py", line 610 in invoke
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/click/core.py", line 1066 in invoke
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/click/core.py", line 1259 in invoke
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/click/core.py", line 782 in main
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/click/core.py", line 829 in __call__
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/bin/celery.py", line 213 in main
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/__main__.py", line 15 in main
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/__main__.py", line 19 in <module>
File "/usr/lib/python3.9/runpy.py", line 87 in _run_code
File "/usr/lib/python3.9/runpy.py", line 197 in _run_module_as_main
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/server/cli.py", line 331 in run_module
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/server/cli.py", line 444 in main
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/__main__.py", line 45 in <module>
File "/usr/lib/python3.9/runpy.py", line 87 in _run_code
File "/usr/lib/python3.9/runpy.py", line 197 in _run_module_as_main
Process 'ForkPoolWorker-25' pid:59626 exited with 'signal 11 (SIGSEGV)'"><pre lang="ERROR:celery.worker.request:Task" class="notranslate"><code class="notranslate">Traceback (most recent call last):
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/pool.py", line 1265, in mark_as_worker_lost
raise WorkerLostError(
billiard.exceptions.WorkerLostError: Worker exited prematurely: signal 11 (SIGSEGV) Job: 0.
Fatal Python error: Segmentation fault
Thread 0x00007f1791ffb700 (most recent call first):
File "/usr/lib/python3.9/threading.py", line 316 in wait
File "/usr/lib/python3.9/threading.py", line 574 in wait
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/pydevd.py", line 245 in _on_run
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_daemon_thread.py", line 46 in run
File "/usr/lib/python3.9/threading.py", line 973 in _bootstrap_inner
File "/usr/lib/python3.9/threading.py", line 930 in _bootstrap
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey.py", line 1054 in __call__
Current thread 0x00007f17917fa700 (most recent call first):
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/jax/interpreters/xla.py", line 874 in _execute_compiled
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/jax/interpreters/xla.py", line 581 in _xla_call_impl
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/jax/core.py", line 609 in process_call
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/jax/core.py", line 1568 in process
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/jax/core.py", line 1556 in call_bind
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/jax/core.py", line 1565 in bind
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/jax/_src/api.py", line 426 in cache_miss
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/jax/_src/traceback_util.py", line 143 in reraise_with_filtered_traceback
File "/home/jorgen/django-2/caravel_cmpas/engine/optimizer.py", line 1130 in run_optimizer_2
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/app/task.py", line 389 in __call__
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/app/trace.py", line 732 in __protected_call__
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/local.py", line 188 in __call__
File "<string>", line 1 in <module>
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vars.py", line 424 in evaluate_expression
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vars.py", line 310 in _run_with_interrupt_thread
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vars.py", line 339 in _run_with_unblock_threads
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vars.py", line 371 in new_func
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py", line 1207 in internal_evaluate_expression_json
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_constants.py", line 511 in new_func
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py", line 542 in do_it
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py", line 574 in do_it
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/pydevd.py", line 1688 in process_internal_commands
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/pydevd.py", line 195 in _on_run
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_daemon_thread.py", line 46 in run
File "/usr/lib/python3.9/threading.py", line 973 in _bootstrap_inner
File "/usr/lib/python3.9/threading.py", line 930 in _bootstrap
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey.py", line 1054 in __call__
Thread 0x00007f1790ff9700 (most recent call first):
File "/usr/lib/python3.9/threading.py", line 316 in wait
File "/usr/lib/python3.9/threading.py", line 574 in wait
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_timeout.py", line 43 in _on_run
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_daemon_thread.py", line 46 in run
File "/usr/lib/python3.9/threading.py", line 973 in _bootstrap_inner
File "/usr/lib/python3.9/threading.py", line 930 in _bootstrap
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey.py", line 1054 in __call__
Thread 0x00007f177bfff700 (most recent call first):
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py", line 219 in _read_line
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py", line 237 in _on_run
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_daemon_thread.py", line 46 in run
File "/usr/lib/python3.9/threading.py", line 973 in _bootstrap_inner
File "/usr/lib/python3.9/threading.py", line 930 in _bootstrap
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey.py", line 1054 in __call__
Thread 0x00007f177b7fe700 (most recent call first):
File "/usr/lib/python3.9/threading.py", line 316 in wait
File "/usr/lib/python3.9/queue.py", line 180 in get
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py", line 382 in _on_run
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_daemon_thread.py", line 46 in run
File "/usr/lib/python3.9/threading.py", line 973 in _bootstrap_inner
File "/usr/lib/python3.9/threading.py", line 930 in _bootstrap
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey.py", line 1054 in __call__
Thread 0x00007f19e3595740 (most recent call first):
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/connection.py", line 422 in _recv
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/connection.py", line 456 in _recv_bytes
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/connection.py", line 243 in recv_bytes
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/queues.py", line 355 in get_payload
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/pool.py", line 445 in _recv
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/pool.py", line 473 in receive
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/pool.py", line 351 in workloop
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/pool.py", line 292 in __call__
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/process.py", line 114 in run
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/process.py", line 327 in _bootstrap
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/popen_fork.py", line 79 in _launch
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/popen_fork.py", line 24 in __init__
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/context.py", line 333 in _Popen
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/process.py", line 124 in start
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/pool.py", line 1158 in _create_worker_process
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/concurrency/asynpool.py", line 477 in _create_worker_process
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/pool.py", line 1328 in _repopulate_pool
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/pool.py", line 1343 in _maintain_pool
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/billiard/pool.py", line 1351 in maintain_pool
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/concurrency/asynpool.py", line 482 in _event_process_exit
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/kombu/asynchronous/hub.py", line 361 in create_loop
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/worker/loops.py", line 81 in asynloop
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/worker/consumer/consumer.py", line 618 in start
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/bootsteps.py", line 116 in start
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/worker/consumer/consumer.py", line 326 in start
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/bootsteps.py", line 365 in start
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/bootsteps.py", line 116 in start
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/worker/worker.py", line 203 in start
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/bin/worker.py", line 346 in worker
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/bin/base.py", line 133 in caller
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/click/decorators.py", line 21 in new_func
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/click/core.py", line 610 in invoke
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/click/core.py", line 1066 in invoke
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/click/core.py", line 1259 in invoke
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/click/core.py", line 782 in main
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/click/core.py", line 829 in __call__
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/bin/celery.py", line 213 in main
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/__main__.py", line 15 in main
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/celery/__main__.py", line 19 in <module>
File "/usr/lib/python3.9/runpy.py", line 87 in _run_code
File "/usr/lib/python3.9/runpy.py", line 197 in _run_module_as_main
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/server/cli.py", line 331 in run_module
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/server/cli.py", line 444 in main
File "/home/jorgen/django-2/venv/lib/python3.9/site-packages/debugpy/__main__.py", line 45 in <module>
File "/usr/lib/python3.9/runpy.py", line 87 in _run_code
File "/usr/lib/python3.9/runpy.py", line 197 in _run_module_as_main
Process 'ForkPoolWorker-25' pid:59626 exited with 'signal 11 (SIGSEGV)'
</code></pre></div>
<p dir="auto">Not sure what's up here. Potentially not an issue with JAX, but it works fine with @jax.jit disba</p> | 0 |
<p dir="auto">While using Typescript I've encountered a problem with packaging of an application: it is splitted into separate js files and can't be bundled into one file because of duplication of variables and file-related modules system used by SystemJS. I've tried AMD and CommonJS, both with the same result. For example, there will be an error if we have some main application file and importing another file from a folder "services", just like this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import {NodeXHRImpl} from 'services/NodeXHRImpl';"><pre class="notranslate"><code class="notranslate">import {NodeXHRImpl} from 'services/NodeXHRImpl';
</code></pre></div>
<p dir="auto">I've also tried to wrap my NodeXHRImpl class into a module named "services", and import it with a "require" keyword:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import NodeXHRImpl = require('services/NodeXHRImpl')"><pre class="notranslate"><code class="notranslate">import NodeXHRImpl = require('services/NodeXHRImpl')
</code></pre></div>
<p dir="auto">after that got an error sounds like "object is not a function" when tried to instantiate an imported class. And another thing: the compiler inserts the Reflect.decorate function that is duplicated among all compiled files and it seem like not a good option for production.<br>
It will be a very handy to have some minimal application demonstrating the modularity and, what is most important, it should be production-ready, i.e. possible to be bundled into a single file(or a bunch of files separated by functionality, for example).</p> | <p dir="auto">Currently there is a mix of <a href="https://github.com/angular/angular/blob/42b4b6d21b5c629bf938a19afc4196cfb0ea4813/modules/%40angular/core/src/console.ts#L12-L17"><code class="notranslate">Console</code></a> service and <a href="https://github.com/angular/angular/blob/42b4b6d21b5c629bf938a19afc4196cfb0ea4813/modules/@angular/platform-browser/src/dom/dom_adapter.ts#L43-L46"><code class="notranslate">getDom().log()</code></a></p>
<p dir="auto">We should unify the log reporting in a Log service.</p> | 0 |
<p dir="auto"><strong>Elasticsearch version</strong>:<br>
elasticsearch 2.3.4</p>
<p dir="auto"><strong>Describe the feature</strong>:<br>
Slow Query log to include information when the query is over an index alias.<br>
Specially if the alis includes a filter this should be visible from slow query log. At the moment these logs don't show any information and look identical when alias is used or not.</p>
<p dir="auto"><strong>Steps to reproduce</strong>:</p>
<ol dir="auto">
<li>install elasticsearch 2.3.4</li>
<li>index some data. example data, use shakespeare data from docs.</li>
<li>create an alias with a filter, as an example:</li>
</ol>
<p dir="auto">POST _aliases/<br>
{<br>
"actions" : [<br>
{<br>
"add" : {<br>
"index" : "shakespeare",<br>
"alias" : "shakespeare_lines",<br>
"filter" : { "type" : {"value":"line"} }<br>
}<br>
}<br>
]<br>
}</p>
<p dir="auto">4- configure slow log with a very low threshold<br>
index.search.slowlog.threshold.query.trace: 1ms<br>
index.search.slowlog.threshold.fetch.trace: 1ms</p>
<p dir="auto">5- query the data</p>
<p dir="auto">{<br>
"query": { "match_all": {} }<br>
}<br>
6- see below log lacking any reference to the alis or the filter.</p>
<p dir="auto">[2016-08-09 16:10:58,120][INFO ][index.search.slowlog.query] [shakespeare]took[1.1ms], took_millis[1], types[], stats[], search_type[QUERY_THEN_FETCH], total_shards[5], source[{"query":{"match_all":{}}}], extra_source[],</p> | <p dir="auto">When using filtered aliases filtered by type, it will be helpful for slowlog to report the types queried. Currently, it returns <code class="notranslate">types[]</code>.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="POST /_aliases
{
"actions": [
{
"add": {
"index": "index_name",
"alias": "slowlogalias",
"filter": {
"term": {
"_type": "doc_type"
}
}
}
}
]
}"><pre class="notranslate"><code class="notranslate">POST /_aliases
{
"actions": [
{
"add": {
"index": "index_name",
"alias": "slowlogalias",
"filter": {
"term": {
"_type": "doc_type"
}
}
}
}
]
}
</code></pre></div> | 1 |
<p dir="auto">Would like the ability to have meta data per property in the mapping, and have GET mapping return it.</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="{
theytype: {
properties: {
field1: {
type: "long",
_meta: {
info:"field1 info"
}
},
field2: {
_meta: {
info:"urls mutli field info"
},
type: "multi_field",
path: "just_name",
omit_norms: true,
fields: {
field2: {type: "string", analyzer: "snowball"},
rawfield2: {type: "string", index: "not_analyzed"}
}
}
}
}
}"><pre class="notranslate"><span class="pl-kos">{</span>
<span class="pl-c1">theytype</span>: <span class="pl-kos">{</span>
<span class="pl-c1">properties</span>: <span class="pl-kos">{</span>
<span class="pl-c1">field1</span>: <span class="pl-kos">{</span>
<span class="pl-c1">type</span>: <span class="pl-s">"long"</span><span class="pl-kos">,</span>
<span class="pl-c1">_meta</span>: <span class="pl-kos">{</span>
<span class="pl-c1">info</span>:<span class="pl-s">"field1 info"</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span><span class="pl-kos">,</span>
<span class="pl-c1">field2</span>: <span class="pl-kos">{</span>
<span class="pl-c1">_meta</span>: <span class="pl-kos">{</span>
<span class="pl-c1">info</span>:<span class="pl-s">"urls mutli field info"</span>
<span class="pl-kos">}</span><span class="pl-kos">,</span>
<span class="pl-c1">type</span>: <span class="pl-s">"multi_field"</span><span class="pl-kos">,</span>
<span class="pl-c1">path</span>: <span class="pl-s">"just_name"</span><span class="pl-kos">,</span>
<span class="pl-c1">omit_norms</span>: <span class="pl-c1">true</span><span class="pl-kos">,</span>
<span class="pl-c1">fields</span>: <span class="pl-kos">{</span>
<span class="pl-c1">field2</span>: <span class="pl-kos">{</span><span class="pl-c1">type</span>: <span class="pl-s">"string"</span><span class="pl-kos">,</span> <span class="pl-c1">analyzer</span>: <span class="pl-s">"snowball"</span><span class="pl-kos">}</span><span class="pl-kos">,</span>
<span class="pl-c1">rawfield2</span>: <span class="pl-kos">{</span><span class="pl-c1">type</span>: <span class="pl-s">"string"</span><span class="pl-kos">,</span> <span class="pl-c1">index</span>: <span class="pl-s">"not_analyzed"</span><span class="pl-kos">}</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span></pre></div>
<p dir="auto">It looks like I could use fielddata for this too, however seems like a hack, and I wasn't sure if it would hurt performance. Feature might be useful for folks who want to add comments.</p> | <p dir="auto">A mapping can have a _meta element - but it only keeps it if declared on the top level.<br>
When using the _meta to annotate a mapping, or keeping custom configuration on it, or using it for some binding - a lot of times besides the top level you also need more custom data on a field level. So you need the mapping to keep also _meta nodes defined under fields.</p> | 1 |
<p dir="auto">While trying to figure out how to properly implement <code class="notranslate">FnMut</code> for this struct I ran into this ICE. I still don't know how to properly implement it, chances are I was doing it wrong, but I imagine that an ICE isn't expected in any case so I decided to post this up in case it hasn't been brought up.</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#![feature(unboxed_closures)]
struct VecEnv<'a> {
vec: Vec<i32>,
}
impl<'a> FnMut(&mut i32, &i32) -> i32 for VecEnv<'a> {
extern "rust-call" fn call_mut(&mut self, (output, text): (&mut i32, &i32)) -> i32 {
println!("CLOSURE");
1i32
}
}
fn main() {}"><pre class="notranslate"><span class="pl-c1">#!<span class="pl-kos">[</span>feature<span class="pl-kos">(</span>unboxed_closures<span class="pl-kos">)</span><span class="pl-kos">]</span></span>
<span class="pl-k">struct</span> <span class="pl-smi">VecEnv</span><span class="pl-kos"><</span><span class="pl-c1">'</span><span class="pl-ent">a</span><span class="pl-kos">></span> <span class="pl-kos">{</span>
<span class="pl-c1">vec</span><span class="pl-kos">:</span> <span class="pl-smi">Vec</span><span class="pl-kos"><</span><span class="pl-smi">i32</span><span class="pl-kos">></span><span class="pl-kos">,</span>
<span class="pl-kos">}</span>
<span class="pl-k">impl</span><span class="pl-kos"><</span><span class="pl-c1">'</span><span class="pl-ent">a</span><span class="pl-kos">></span> <span class="pl-smi">FnMut</span><span class="pl-kos">(</span><span class="pl-c1">&</span><span class="pl-k">mut</span> <span class="pl-smi">i32</span><span class="pl-kos">,</span> <span class="pl-c1">&</span><span class="pl-smi">i32</span><span class="pl-kos">)</span> -> <span class="pl-smi">i32</span> for <span class="pl-smi">VecEnv</span><span class="pl-kos"><</span><span class="pl-c1">'</span><span class="pl-ent">a</span><span class="pl-kos">></span> <span class="pl-kos">{</span>
<span class="pl-k">extern</span> <span class="pl-s">"rust-call"</span> <span class="pl-k">fn</span> <span class="pl-en">call_mut</span><span class="pl-kos">(</span><span class="pl-c1">&</span><span class="pl-k">mut</span> <span class="pl-smi">self</span><span class="pl-kos">,</span> <span class="pl-kos">(</span>output<span class="pl-kos">,</span> text<span class="pl-kos">)</span><span class="pl-kos">:</span> <span class="pl-kos">(</span><span class="pl-c1">&</span><span class="pl-k">mut</span> <span class="pl-smi">i32</span><span class="pl-kos">,</span> <span class="pl-c1">&</span><span class="pl-smi">i32</span><span class="pl-kos">)</span><span class="pl-kos">)</span> -> <span class="pl-smi">i32</span> <span class="pl-kos">{</span>
<span class="pl-en">println</span><span class="pl-en">!</span><span class="pl-kos">(</span><span class="pl-s">"CLOSURE"</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-c1">1i32</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span>
<span class="pl-k">fn</span> <span class="pl-en">main</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span><span class="pl-kos">}</span></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: http://doc.rust-lang.org/complement-bugreport.html
note: run with `RUST_BACKTRACE=1` for a backtrace
thread 'rustc' panicked at 'assertion failed: !generic_bounds.has_escaping_regions()', /build/rust-git/src/rust/src/librustc_typeck/check/mod.rs:1784"><pre class="notranslate"><code class="notranslate">error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: http://doc.rust-lang.org/complement-bugreport.html
note: run with `RUST_BACKTRACE=1` for a backtrace
thread 'rustc' panicked at 'assertion failed: !generic_bounds.has_escaping_regions()', /build/rust-git/src/rust/src/librustc_typeck/check/mod.rs:1784
</code></pre></div>
<p dir="auto"><a href="http://is.gd/AwHrNx" rel="nofollow">playpen</a></p> | <p dir="auto">Adding a sized constraint to a trait caused an internal compile error.</p>
<p dir="auto">I tried this code:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="trait A: Sized {
type N:One;
fn new(x:Self::N) -> Self;
fn x() -> Self<N=Self::N> {
Self::new(Self::N::one())
}
}
trait One {
fn one() -> Self;
}
impl One for i32 {
fn one() -> i32 {
1i32
}
}
impl A for B {
type N = i32;
fn new(x:i32) -> B {
B { x: x }
}
}
struct B {
x:i32
}
fn main() {
let b = B::new(5i32);
println!("b.x: {}", b.x )
}"><pre class="notranslate"><code class="notranslate">trait A: Sized {
type N:One;
fn new(x:Self::N) -> Self;
fn x() -> Self<N=Self::N> {
Self::new(Self::N::one())
}
}
trait One {
fn one() -> Self;
}
impl One for i32 {
fn one() -> i32 {
1i32
}
}
impl A for B {
type N = i32;
fn new(x:i32) -> B {
B { x: x }
}
}
struct B {
x:i32
}
fn main() {
let b = B::new(5i32);
println!("b.x: {}", b.x )
}
</code></pre></div>
<p dir="auto">Removing the sized constraint from <code class="notranslate">A</code> no longer as a internal compile error, and fails to compile with the error</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sized_trait.rs:5:15: 5:30 error: the trait `core::marker::Sized` is not implemented for the type `Self` [E0277]
sized_trait.rs:5 fn x() -> Self<N=Self::N> {
^
sized_trait.rs:5:15: 5:30 note: `Self` does not have a constant size known at compile-time
sized_trait.rs:5 fn x() -> Self<N=Self::N> {
^
error: aborting due to previous error"><pre class="notranslate"><code class="notranslate">sized_trait.rs:5:15: 5:30 error: the trait `core::marker::Sized` is not implemented for the type `Self` [E0277]
sized_trait.rs:5 fn x() -> Self<N=Self::N> {
^
sized_trait.rs:5:15: 5:30 note: `Self` does not have a constant size known at compile-time
sized_trait.rs:5 fn x() -> Self<N=Self::N> {
^
error: aborting due to previous error
</code></pre></div>
<p dir="auto">Removing <code class="notranslate">fn x() -> Self<N=Self::N></code> from <code class="notranslate">trait A</code> causes a successful compile.</p>
<h2 dir="auto">Meta</h2>
<p dir="auto"><code class="notranslate">rustc --version --verbose</code>:<br>
rustc 1.0.0-beta.2 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/rust-lang/rust/commit/e9080ec39d9a44eb0773d648b348575b19f655e5/hovercard" href="https://github.com/rust-lang/rust/commit/e9080ec39d9a44eb0773d648b348575b19f655e5"><tt>e9080ec</tt></a> 2015-04-16) (built 2015-04-16)<br>
binary: rustc<br>
commit-hash: <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/rust-lang/rust/commit/e9080ec39d9a44eb0773d648b348575b19f655e5/hovercard" href="https://github.com/rust-lang/rust/commit/e9080ec39d9a44eb0773d648b348575b19f655e5"><tt>e9080ec</tt></a><br>
commit-date: 2015-04-16<br>
build-date: 2015-04-16<br>
host: x86_64-unknown-linux-gnu<br>
release: 1.0.0-beta.2</p>
<p dir="auto">Backtrace:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
note: run with `RUST_BACKTRACE=1` for a backtrace
thread 'rustc' panicked at 'path not fully resolved: PathResolution { base_def: DefSelfTy(Some(DefId { krate: 0, node: 4 }), None), last_private: LastMod(AllPublic), depth: 1 }', /home/rustbuild/src/rust-buildbot/slave/beta-dist-rustc-linux/build/src/librustc/middle/def.rs:80"><pre class="notranslate"><code class="notranslate">error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
note: run with `RUST_BACKTRACE=1` for a backtrace
thread 'rustc' panicked at 'path not fully resolved: PathResolution { base_def: DefSelfTy(Some(DefId { krate: 0, node: 4 }), None), last_private: LastMod(AllPublic), depth: 1 }', /home/rustbuild/src/rust-buildbot/slave/beta-dist-rustc-linux/build/src/librustc/middle/def.rs:80
</code></pre></div>
<p dir="auto">stack backtrace:<br>
1: 0x7f4ce4435439 - sys::backtrace::write::he2e34ba2c33dc0e30Us<br>
2: 0x7f4ce443d0f6 - panicking::on_panic::hc9625174f6ab8ee8fix<br>
3: 0x7f4ce43fb182 - rt::unwind::begin_unwind_inner::h3ab4e1f5d89ab81bpXw<br>
4: 0x7f4ce43fb44c - rt::unwind::begin_unwind_fmt::haff11c8aa28ec8b23Vw<br>
5: 0x7f4ce2271db6 - middle::def::PathResolution::full_def::h74a01ccebde3cb12mZl<br>
6: 0x7f4ce3897e4e - PrivacyVisitor<'a, 'tcx>::check_path::h7dab5d16c75af8c4X4a<br>
7: 0x7f4ce3898ed7 - PrivacyVisitor<'a, 'tcx>.Visitor<'v>::visit_path::hb9a2f24773dbb8d9ctb<br>
8: 0x7f4ce3899022 - visit::walk_path::h7066235731909768411<br>
9: 0x7f4ce389aa99 - visit::Visitor::visit_fn::h17785043978168098476<br>
10: 0x7f4ce389b5da - visit::walk_trait_item::h1977003431506782162<br>
11: 0x7f4ce3898d7f - PrivacyVisitor<'a, 'tcx>.Visitor<'v>::visit_item::hf1bd234520341cbexdb<br>
12: 0x7f4ce389f7fb - check_crate::hb8e3f1bb5ec19bf6EVb<br>
13: 0x7f4ce499bfc3 - driver::phase_3_run_analysis_passes::h5a432074c589df71nGa<br>
14: 0x7f4ce497ccf5 - driver::compile_input::h534dde66bedcbe27Qba<br>
15: 0x7f4ce4a3d561 - run_compiler::hcc529c6d73620eadz4b<br>
16: 0x7f4ce4a3b1b2 - boxed::F.FnBox::call_box::h8768627190356120502<br>
17: 0x7f4ce4a3a6e9 - rt::unwind::try::try_fn::h4698797487832078877<br>
18: 0x7f4ce44b4018 - rust_try_inner<br>
19: 0x7f4ce44b4005 - rust_try<br>
20: 0x7f4ce4a3a998 - boxed::F.FnBox::call_box::h562643224173615142<br>
21: 0x7f4ce443bfe1 - sys:<g-emoji class="g-emoji" alias="thread" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f9f5.png">🧵</g-emoji>:create::thread_start::he373f01c0b872a8fwgw<br>
22: 0x7f4cdeccc181 - start_thread<br>
23: 0x7f4ce407547c - __clone<br>
24: 0x0 - </p> | 1 |
<p dir="auto">Duplicate some <code class="notranslate">addEventListener</code> signature in XMLHttpRequest interface. <code class="notranslate">onxxx</code> props are not, but <code class="notranslate">addEventListener</code> methods are duplicate. At least, this is inconsistent coding.</p>
<p dir="auto">actual:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// lib.d.ts
interface XMLHttpRequestEventTarget {
onabort: (ev: Event) => any;
onerror: (ev: Event) => any;
onload: (ev: Event) => any;
onloadend: (ev: ProgressEvent) => any;
onloadstart: (ev: Event) => any;
onprogress: (ev: ProgressEvent) => any;
ontimeout: (ev: ProgressEvent) => any;
addEventListener(type: "abort", listener: (ev: Event) => any, useCapture?: boolean): void;
addEventListener(type: "error", listener: (ev: ErrorEvent) => any, useCapture?: boolean): void;
addEventListener(type: "load", listener: (ev: Event) => any, useCapture?: boolean): void;
addEventListener(type: "loadend", listener: (ev: ProgressEvent) => any, useCapture?: boolean): void;
addEventListener(type: "loadstart", listener: (ev: Event) => any, useCapture?: boolean): void;
addEventListener(type: "progress", listener: (ev: ProgressEvent) => any, useCapture?: boolean): void;
addEventListener(type: "timeout", listener: (ev: ProgressEvent) => any, useCapture?: boolean): void;
addEventListener(type: string, listener: EventListenerOrEventListenerObject, useCapture?: boolean): void;
}
interface XMLHttpRequest extends EventTarget, XMLHttpRequestEventTarget {
...
onreadystatechange: (ev: ProgressEvent) => any;
...
addEventListener(type: "abort", listener: (ev: Event) => any, useCapture?: boolean): void;
addEventListener(type: "error", listener: (ev: ErrorEvent) => any, useCapture?: boolean): void;
addEventListener(type: "load", listener: (ev: Event) => any, useCapture?: boolean): void;
addEventListener(type: "loadend", listener: (ev: ProgressEvent) => any, useCapture?: boolean): void;
addEventListener(type: "loadstart", listener: (ev: Event) => any, useCapture?: boolean): void;
addEventListener(type: "progress", listener: (ev: ProgressEvent) => any, useCapture?: boolean): void;
addEventListener(type: "readystatechange", listener: (ev: ProgressEvent) => any, useCapture?: boolean): void;
addEventListener(type: "timeout", listener: (ev: ProgressEvent) => any, useCapture?: boolean): void;
addEventListener(type: string, listener: EventListenerOrEventListenerObject, useCapture?: boolean): void;
}"><pre class="notranslate"><span class="pl-c">// lib.d.ts</span>
<span class="pl-k">interface</span> <span class="pl-smi">XMLHttpRequestEventTarget</span> <span class="pl-kos">{</span>
<span class="pl-c1">onabort</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">Event</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">;</span>
<span class="pl-c1">onerror</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">Event</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">;</span>
<span class="pl-c1">onload</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">Event</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">;</span>
<span class="pl-c1">onloadend</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">ProgressEvent</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">;</span>
<span class="pl-c1">onloadstart</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">Event</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">;</span>
<span class="pl-c1">onprogress</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">ProgressEvent</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">;</span>
<span class="pl-c1">ontimeout</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">ProgressEvent</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">;</span>
<span class="pl-c1">addEventListener</span><span class="pl-kos">(</span><span class="pl-s1">type</span>: <span class="pl-s">"abort"</span><span class="pl-kos">,</span> <span class="pl-s1">listener</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">Event</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">,</span> <span class="pl-s1">useCapture</span>?: <span class="pl-smi">boolean</span><span class="pl-kos">)</span>: <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">;</span>
<span class="pl-c1">addEventListener</span><span class="pl-kos">(</span><span class="pl-s1">type</span>: <span class="pl-s">"error"</span><span class="pl-kos">,</span> <span class="pl-s1">listener</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">ErrorEvent</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">,</span> <span class="pl-s1">useCapture</span>?: <span class="pl-smi">boolean</span><span class="pl-kos">)</span>: <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">;</span>
<span class="pl-c1">addEventListener</span><span class="pl-kos">(</span><span class="pl-s1">type</span>: <span class="pl-s">"load"</span><span class="pl-kos">,</span> <span class="pl-s1">listener</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">Event</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">,</span> <span class="pl-s1">useCapture</span>?: <span class="pl-smi">boolean</span><span class="pl-kos">)</span>: <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">;</span>
<span class="pl-c1">addEventListener</span><span class="pl-kos">(</span><span class="pl-s1">type</span>: <span class="pl-s">"loadend"</span><span class="pl-kos">,</span> <span class="pl-s1">listener</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">ProgressEvent</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">,</span> <span class="pl-s1">useCapture</span>?: <span class="pl-smi">boolean</span><span class="pl-kos">)</span>: <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">;</span>
<span class="pl-c1">addEventListener</span><span class="pl-kos">(</span><span class="pl-s1">type</span>: <span class="pl-s">"loadstart"</span><span class="pl-kos">,</span> <span class="pl-s1">listener</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">Event</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">,</span> <span class="pl-s1">useCapture</span>?: <span class="pl-smi">boolean</span><span class="pl-kos">)</span>: <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">;</span>
<span class="pl-c1">addEventListener</span><span class="pl-kos">(</span><span class="pl-s1">type</span>: <span class="pl-s">"progress"</span><span class="pl-kos">,</span> <span class="pl-s1">listener</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">ProgressEvent</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">,</span> <span class="pl-s1">useCapture</span>?: <span class="pl-smi">boolean</span><span class="pl-kos">)</span>: <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">;</span>
<span class="pl-c1">addEventListener</span><span class="pl-kos">(</span><span class="pl-s1">type</span>: <span class="pl-s">"timeout"</span><span class="pl-kos">,</span> <span class="pl-s1">listener</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">ProgressEvent</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">,</span> <span class="pl-s1">useCapture</span>?: <span class="pl-smi">boolean</span><span class="pl-kos">)</span>: <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">;</span>
<span class="pl-c1">addEventListener</span><span class="pl-kos">(</span><span class="pl-s1">type</span>: <span class="pl-smi">string</span><span class="pl-kos">,</span> <span class="pl-s1">listener</span>: <span class="pl-smi">EventListenerOrEventListenerObject</span><span class="pl-kos">,</span> <span class="pl-s1">useCapture</span>?: <span class="pl-smi">boolean</span><span class="pl-kos">)</span>: <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-k">interface</span> <span class="pl-smi">XMLHttpRequest</span> <span class="pl-k">extends</span> <span class="pl-smi">EventTarget</span><span class="pl-kos">,</span> <span class="pl-smi">XMLHttpRequestEventTarget</span> <span class="pl-kos">{</span>
...
<span class="pl-c1">onreadystatechange</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">ProgressEvent</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">;</span>
...
<span class="pl-c1">addEventListener</span><span class="pl-kos">(</span><span class="pl-s1">type</span>: <span class="pl-s">"abort"</span><span class="pl-kos">,</span> <span class="pl-s1">listener</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">Event</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">,</span> <span class="pl-s1">useCapture</span>?: <span class="pl-smi">boolean</span><span class="pl-kos">)</span>: <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">;</span>
<span class="pl-c1">addEventListener</span><span class="pl-kos">(</span><span class="pl-s1">type</span>: <span class="pl-s">"error"</span><span class="pl-kos">,</span> <span class="pl-s1">listener</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">ErrorEvent</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">,</span> <span class="pl-s1">useCapture</span>?: <span class="pl-smi">boolean</span><span class="pl-kos">)</span>: <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">;</span>
<span class="pl-c1">addEventListener</span><span class="pl-kos">(</span><span class="pl-s1">type</span>: <span class="pl-s">"load"</span><span class="pl-kos">,</span> <span class="pl-s1">listener</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">Event</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">,</span> <span class="pl-s1">useCapture</span>?: <span class="pl-smi">boolean</span><span class="pl-kos">)</span>: <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">;</span>
<span class="pl-c1">addEventListener</span><span class="pl-kos">(</span><span class="pl-s1">type</span>: <span class="pl-s">"loadend"</span><span class="pl-kos">,</span> <span class="pl-s1">listener</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">ProgressEvent</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">,</span> <span class="pl-s1">useCapture</span>?: <span class="pl-smi">boolean</span><span class="pl-kos">)</span>: <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">;</span>
<span class="pl-c1">addEventListener</span><span class="pl-kos">(</span><span class="pl-s1">type</span>: <span class="pl-s">"loadstart"</span><span class="pl-kos">,</span> <span class="pl-s1">listener</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">Event</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">,</span> <span class="pl-s1">useCapture</span>?: <span class="pl-smi">boolean</span><span class="pl-kos">)</span>: <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">;</span>
<span class="pl-c1">addEventListener</span><span class="pl-kos">(</span><span class="pl-s1">type</span>: <span class="pl-s">"progress"</span><span class="pl-kos">,</span> <span class="pl-s1">listener</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">ProgressEvent</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">,</span> <span class="pl-s1">useCapture</span>?: <span class="pl-smi">boolean</span><span class="pl-kos">)</span>: <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">;</span>
<span class="pl-c1">addEventListener</span><span class="pl-kos">(</span><span class="pl-s1">type</span>: <span class="pl-s">"readystatechange"</span><span class="pl-kos">,</span> <span class="pl-s1">listener</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">ProgressEvent</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">,</span> <span class="pl-s1">useCapture</span>?: <span class="pl-smi">boolean</span><span class="pl-kos">)</span>: <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">;</span>
<span class="pl-c1">addEventListener</span><span class="pl-kos">(</span><span class="pl-s1">type</span>: <span class="pl-s">"timeout"</span><span class="pl-kos">,</span> <span class="pl-s1">listener</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">ProgressEvent</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">,</span> <span class="pl-s1">useCapture</span>?: <span class="pl-smi">boolean</span><span class="pl-kos">)</span>: <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">;</span>
<span class="pl-c1">addEventListener</span><span class="pl-kos">(</span><span class="pl-s1">type</span>: <span class="pl-smi">string</span><span class="pl-kos">,</span> <span class="pl-s1">listener</span>: <span class="pl-smi">EventListenerOrEventListenerObject</span><span class="pl-kos">,</span> <span class="pl-s1">useCapture</span>?: <span class="pl-smi">boolean</span><span class="pl-kos">)</span>: <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">;</span>
<span class="pl-kos">}</span></pre></div>
<p dir="auto">expected:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// lib.d.ts
interface XMLHttpRequestEventTarget {
...
}
interface XMLHttpRequest extends EventTarget, XMLHttpRequestEventTarget {
...
onreadystatechange: (ev: ProgressEvent) => any;
...
addEventListener(type: "readystatechange", listener: (ev: ProgressEvent) => any, useCapture?: boolean): void;
addEventListener(type: string, listener: EventListenerOrEventListenerObject, useCapture?: boolean): void;
}"><pre class="notranslate"><span class="pl-c">// lib.d.ts</span>
<span class="pl-k">interface</span> <span class="pl-smi">XMLHttpRequestEventTarget</span> <span class="pl-kos">{</span>
...
<span class="pl-kos">}</span>
<span class="pl-k">interface</span> <span class="pl-smi">XMLHttpRequest</span> <span class="pl-k">extends</span> <span class="pl-smi">EventTarget</span><span class="pl-kos">,</span> <span class="pl-smi">XMLHttpRequestEventTarget</span> <span class="pl-kos">{</span>
...
<span class="pl-c1">onreadystatechange</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">ProgressEvent</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">;</span>
...
<span class="pl-c1">addEventListener</span><span class="pl-kos">(</span><span class="pl-s1">type</span>: <span class="pl-s">"readystatechange"</span><span class="pl-kos">,</span> <span class="pl-s1">listener</span>: <span class="pl-kos">(</span><span class="pl-s1">ev</span>: <span class="pl-smi">ProgressEvent</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-smi">any</span><span class="pl-kos">,</span> <span class="pl-s1">useCapture</span>?: <span class="pl-smi">boolean</span><span class="pl-kos">)</span>: <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">;</span>
<span class="pl-c1">addEventListener</span><span class="pl-kos">(</span><span class="pl-s1">type</span>: <span class="pl-smi">string</span><span class="pl-kos">,</span> <span class="pl-s1">listener</span>: <span class="pl-smi">EventListenerOrEventListenerObject</span><span class="pl-kos">,</span> <span class="pl-s1">useCapture</span>?: <span class="pl-smi">boolean</span><span class="pl-kos">)</span>: <span class="pl-smi"><span class="pl-k">void</span></span><span class="pl-kos">;</span>
<span class="pl-kos">}</span></pre></div> | <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class Test {
num: number;
constructor(num: number) {
this.num = num;
}
}
var t = new Test(1);
var u = new t.constructor(2);"><pre class="notranslate"><span class="pl-k">class</span> <span class="pl-smi">Test</span> <span class="pl-kos">{</span>
<span class="pl-c1">num</span>: <span class="pl-smi">number</span><span class="pl-kos">;</span>
<span class="pl-en">constructor</span><span class="pl-kos">(</span><span class="pl-s1">num</span>: <span class="pl-smi">number</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-smi">this</span><span class="pl-kos">.</span><span class="pl-c1">num</span> <span class="pl-c1">=</span> <span class="pl-s1">num</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span>
<span class="pl-k">var</span> <span class="pl-s1">t</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-smi">Test</span><span class="pl-kos">(</span><span class="pl-c1">1</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">var</span> <span class="pl-s1">u</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-s1">t</span><span class="pl-kos">.</span><span class="pl-c1">constructor</span><span class="pl-kos">(</span><span class="pl-c1">2</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">This code throws a compile error, but appears to produce valid code when entered into <a href="http://www.typescriptlang.org/Playground" rel="nofollow">http://www.typescriptlang.org/Playground</a>.</p>
<p dir="auto">EDIT:<br>
This code correctly compiles after changing the last line to:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="var u = new (<{ new(...args: Array<any>): Test }>t.constructor)(2);"><pre class="notranslate"><span class="pl-k">var</span> <span class="pl-s1">u</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-kos">(</span><span class="pl-kos"><</span><span class="pl-kos">{</span> <span class="pl-k">new</span><span class="pl-kos">(</span>...<span class="pl-s1">args</span>: <span class="pl-smi">Array</span><span class="pl-kos"><</span><span class="pl-smi">any</span><span class="pl-kos">></span><span class="pl-kos">)</span>: <span class="pl-smi">Test</span> <span class="pl-kos">}</span><span class="pl-kos">></span><span class="pl-s1">t</span><span class="pl-kos">.</span><span class="pl-c1">constructor</span><span class="pl-kos">)</span><span class="pl-kos">(</span><span class="pl-c1">2</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div> | 0 |
<p dir="auto">Memory keeps growing at every iteration. My pytorch version 0.4.0a0+4d405a4.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import torch
from torch.autograd import grad, Variable
from torchvision import models
model = models.resnet50().cuda()
for k in range(20):
x = Variable(torch.rand(8, 3, 224, 224).cuda(), requires_grad=True)
dx, = grad(model(x).sum(), x, create_graph=True)
y = model(x + dx).sum()
y.backward()"><pre class="notranslate"><code class="notranslate">import torch
from torch.autograd import grad, Variable
from torchvision import models
model = models.resnet50().cuda()
for k in range(20):
x = Variable(torch.rand(8, 3, 224, 224).cuda(), requires_grad=True)
dx, = grad(model(x).sum(), x, create_graph=True)
y = model(x + dx).sum()
y.backward()
</code></pre></div>
<p dir="auto">This code is from <a href="https://github.com/pytorch/pytorch/issues/2361" data-hovercard-type="issue" data-hovercard-url="/pytorch/pytorch/issues/2361/hovercard">Double backward memory leak</a>. It work well and no memory leak. But use</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="y = dx.mean()
y.backward()"><pre class="notranslate"><code class="notranslate">y = dx.mean()
y.backward()
</code></pre></div>
<p dir="auto">the memory leak is happen.</p> | <p dir="auto">Originally reported by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/dmarnerides/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dmarnerides">@dmarnerides</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="274653738" data-permission-text="Title is private" data-url="https://github.com/pytorch/pytorch/issues/3743" data-hovercard-type="issue" data-hovercard-url="/pytorch/pytorch/issues/3743/hovercard" href="https://github.com/pytorch/pytorch/issues/3743">#3743</a>:</p>
<hr>
<p dir="auto">I can reproduce the memory leak with this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import gc
import resource
import torch
from torch import nn, autograd
from torch.autograd import Variable
class Network(nn.Module):
def __init__(self):
super(Network, self).__init__()
self.main = nn.Sequential(
nn.Conv2d(1, 1, 1, 1),
nn.Conv2d(1, 1, 1, 1),
)
def forward(self, v_x):
return self.main(v_x).view(v_x.size(0), 1)
net = Network()
i = 0
while True:
v_in = Variable(torch.Tensor(2,1,1,1), requires_grad=True)
grad_out = Variable(torch.ones(2,1,1,1))
gradient = autograd.grad(outputs=net(v_in), inputs=v_in,
grad_outputs=grad_out,
create_graph=True, retain_graph=True,
only_inputs=True)[0]
gradient.mean().backward()
i += 1
if i % 512 == 0:
gc.collect()
max_mem_used = resource.getrusage(resource.RUSAGE_SELF).ru_maxrss
print("{:.2f} MB".format(max_mem_used / 1024))"><pre class="notranslate"><code class="notranslate">import gc
import resource
import torch
from torch import nn, autograd
from torch.autograd import Variable
class Network(nn.Module):
def __init__(self):
super(Network, self).__init__()
self.main = nn.Sequential(
nn.Conv2d(1, 1, 1, 1),
nn.Conv2d(1, 1, 1, 1),
)
def forward(self, v_x):
return self.main(v_x).view(v_x.size(0), 1)
net = Network()
i = 0
while True:
v_in = Variable(torch.Tensor(2,1,1,1), requires_grad=True)
grad_out = Variable(torch.ones(2,1,1,1))
gradient = autograd.grad(outputs=net(v_in), inputs=v_in,
grad_outputs=grad_out,
create_graph=True, retain_graph=True,
only_inputs=True)[0]
gradient.mean().backward()
i += 1
if i % 512 == 0:
gc.collect()
max_mem_used = resource.getrusage(resource.RUSAGE_SELF).ru_maxrss
print("{:.2f} MB".format(max_mem_used / 1024))
</code></pre></div>
<p dir="auto">However the leak disappears when only one convolution is used:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="class Network(nn.Module):
def __init__(self):
super(Network, self).__init__()
self.main = nn.Sequential(
nn.Conv2d(1, 1, 1, 1),
)
def forward(self, v_x):
return self.main(v_x).view(v_x.size(0), 1)"><pre class="notranslate"><code class="notranslate">class Network(nn.Module):
def __init__(self):
super(Network, self).__init__()
self.main = nn.Sequential(
nn.Conv2d(1, 1, 1, 1),
)
def forward(self, v_x):
return self.main(v_x).view(v_x.size(0), 1)
</code></pre></div>
<p dir="auto">Also, if nn.Linear is used, there is no leak.</p>
<p dir="auto">Torch version: 0.4.0a0+8ebf18b</p> | 1 |
<p dir="auto">Challenge <a href="http://beta.freecodecamp.com/en/challenges/applied-visual-design/create-visual-balance-using-the-textalign-property" rel="nofollow">create-visual-balance-using-the-textalign-property</a> has an issue.<br>
User Agent is: <code class="notranslate">Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0</code>.<br>
This is my HTML Code. I followed the instruction in the challenge, but it keeps saying Keep trying.</p>
<div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="
<style>
h4 {
text-align:center;
}
p {
text-align:justify;
}
.links {
margin-right: 20px;
text-align:left;
}
.fullCard {
border: 1px solid #ccc;
border-radius: 5px;
margin: 10px 5px;
padding: 4px;
}
.cardContent {
padding: 10px;
}
</style>
<div class="fullCard">
<div class="cardContent">
<div class="cardText">
<h4>Google</h4>
<p>Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University.</p>
</div>
<div class="cardLinks">
<a href="https://en.wikipedia.org/wiki/Larry_Page" class="links">Larry Page</a>
<a href="https://en.wikipedia.org/wiki/Sergey_Brin" class="links">Sergey Brin</a>
</div>
</div>
</div>
```
"><pre class="notranslate">
<span class="pl-kos"><</span><span class="pl-ent">style</span><span class="pl-kos">></span>
<span class="pl-ent">h4</span> {
<span class="pl-c1">text-align</span><span class="pl-kos">:</span>center;
}
<span class="pl-ent">p</span> {
<span class="pl-c1">text-align</span><span class="pl-kos">:</span>justify;
}
.<span class="pl-c1">links</span> {
<span class="pl-c1">margin-right</span><span class="pl-kos">:</span> <span class="pl-c1">20<span class="pl-smi">px</span></span>;
<span class="pl-c1">text-align</span><span class="pl-kos">:</span>left;
}
.<span class="pl-c1">fullCard</span> {
<span class="pl-c1">border</span><span class="pl-kos">:</span> <span class="pl-c1">1<span class="pl-smi">px</span></span> solid <span class="pl-pds"><span class="pl-kos">#</span>ccc</span>;
<span class="pl-c1">border-radius</span><span class="pl-kos">:</span> <span class="pl-c1">5<span class="pl-smi">px</span></span>;
<span class="pl-c1">margin</span><span class="pl-kos">:</span> <span class="pl-c1">10<span class="pl-smi">px</span></span> <span class="pl-c1">5<span class="pl-smi">px</span></span>;
<span class="pl-c1">padding</span><span class="pl-kos">:</span> <span class="pl-c1">4<span class="pl-smi">px</span></span>;
}
.<span class="pl-c1">cardContent</span> {
<span class="pl-c1">padding</span><span class="pl-kos">:</span> <span class="pl-c1">10<span class="pl-smi">px</span></span>;
}
<span class="pl-kos"></</span><span class="pl-ent">style</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">div</span> <span class="pl-c1">class</span>="<span class="pl-s">fullCard</span>"<span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">div</span> <span class="pl-c1">class</span>="<span class="pl-s">cardContent</span>"<span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">div</span> <span class="pl-c1">class</span>="<span class="pl-s">cardText</span>"<span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">h4</span><span class="pl-kos">></span>Google<span class="pl-kos"></</span><span class="pl-ent">h4</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">p</span><span class="pl-kos">></span>Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at Stanford University.<span class="pl-kos"></</span><span class="pl-ent">p</span><span class="pl-kos">></span>
<span class="pl-kos"></</span><span class="pl-ent">div</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">div</span> <span class="pl-c1">class</span>="<span class="pl-s">cardLinks</span>"<span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">a</span> <span class="pl-c1">href</span>="<span class="pl-s">https://en.wikipedia.org/wiki/Larry_Page</span>" <span class="pl-c1">class</span>="<span class="pl-s">links</span>"<span class="pl-kos">></span>Larry Page<span class="pl-kos"></</span><span class="pl-ent">a</span><span class="pl-kos">></span>
<span class="pl-kos"><</span><span class="pl-ent">a</span> <span class="pl-c1">href</span>="<span class="pl-s">https://en.wikipedia.org/wiki/Sergey_Brin</span>" <span class="pl-c1">class</span>="<span class="pl-s">links</span>"<span class="pl-kos">></span>Sergey Brin<span class="pl-kos"></</span><span class="pl-ent">a</span><span class="pl-kos">></span>
<span class="pl-kos"></</span><span class="pl-ent">div</span><span class="pl-kos">></span>
<span class="pl-kos"></</span><span class="pl-ent">div</span><span class="pl-kos">></span>
<span class="pl-kos"></</span><span class="pl-ent">div</span><span class="pl-kos">></span>
```
</pre></div> | <p dir="auto">I have a potential issue with the <a href="http://www.freecodecamp.com/challenges/bonfire-symmetric-difference" rel="nofollow">Symmetric Difference Bonfire</a>. I do not believe symmetric difference should be order dependent, but the current tests rely upon a deep equality implementation that seems to care about order. For instance with the code below I get the following error: "expected [ 3, 4, 5 ] to deeply equal [ 3, 5, 4 ]"</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function sym() {
var count = Object.create(null); // hash object
var sets = Array.prototype.slice.apply(arguments); // array of sets
sets.forEach(function(set) {
// filter not unique elements
set.reduce(function(prev,curr) {
if (prev.indexOf(curr) === -1) {
prev.push(curr);
}
return prev;
},[]).forEach(function(el) {
count[el] = !count[el];
});
});
return Object.keys(count).filter(function(el) {
return count[el];
}).map(function(el) {
return +el;
});
}
sym([1, 2, 3], [5, 2, 1, 4]);"><pre class="notranslate"><span class="pl-k">function</span> <span class="pl-en">sym</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">var</span> <span class="pl-s1">count</span> <span class="pl-c1">=</span> <span class="pl-v">Object</span><span class="pl-kos">.</span><span class="pl-en">create</span><span class="pl-kos">(</span><span class="pl-c1">null</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-c">// hash object</span>
<span class="pl-k">var</span> <span class="pl-s1">sets</span> <span class="pl-c1">=</span> <span class="pl-v">Array</span><span class="pl-kos">.</span><span class="pl-c1">prototype</span><span class="pl-kos">.</span><span class="pl-c1">slice</span><span class="pl-kos">.</span><span class="pl-en">apply</span><span class="pl-kos">(</span><span class="pl-smi">arguments</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-c">// array of sets</span>
<span class="pl-s1">sets</span><span class="pl-kos">.</span><span class="pl-en">forEach</span><span class="pl-kos">(</span><span class="pl-k">function</span><span class="pl-kos">(</span><span class="pl-s1">set</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-c">// filter not unique elements</span>
<span class="pl-s1">set</span><span class="pl-kos">.</span><span class="pl-en">reduce</span><span class="pl-kos">(</span><span class="pl-k">function</span><span class="pl-kos">(</span><span class="pl-s1">prev</span><span class="pl-kos">,</span><span class="pl-s1">curr</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">if</span> <span class="pl-kos">(</span><span class="pl-s1">prev</span><span class="pl-kos">.</span><span class="pl-en">indexOf</span><span class="pl-kos">(</span><span class="pl-s1">curr</span><span class="pl-kos">)</span> <span class="pl-c1">===</span> <span class="pl-c1">-</span><span class="pl-c1">1</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-s1">prev</span><span class="pl-kos">.</span><span class="pl-en">push</span><span class="pl-kos">(</span><span class="pl-s1">curr</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-k">return</span> <span class="pl-s1">prev</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span><span class="pl-kos">,</span><span class="pl-kos">[</span><span class="pl-kos">]</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">forEach</span><span class="pl-kos">(</span><span class="pl-k">function</span><span class="pl-kos">(</span><span class="pl-s1">el</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-s1">count</span><span class="pl-kos">[</span><span class="pl-s1">el</span><span class="pl-kos">]</span> <span class="pl-c1">=</span> <span class="pl-c1">!</span><span class="pl-s1">count</span><span class="pl-kos">[</span><span class="pl-s1">el</span><span class="pl-kos">]</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">return</span> <span class="pl-v">Object</span><span class="pl-kos">.</span><span class="pl-en">keys</span><span class="pl-kos">(</span><span class="pl-s1">count</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">filter</span><span class="pl-kos">(</span><span class="pl-k">function</span><span class="pl-kos">(</span><span class="pl-s1">el</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">return</span> <span class="pl-s1">count</span><span class="pl-kos">[</span><span class="pl-s1">el</span><span class="pl-kos">]</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">.</span><span class="pl-en">map</span><span class="pl-kos">(</span><span class="pl-k">function</span><span class="pl-kos">(</span><span class="pl-s1">el</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">return</span> <span class="pl-c1">+</span><span class="pl-s1">el</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span>
<span class="pl-en">sym</span><span class="pl-kos">(</span><span class="pl-kos">[</span><span class="pl-c1">1</span><span class="pl-kos">,</span> <span class="pl-c1">2</span><span class="pl-kos">,</span> <span class="pl-c1">3</span><span class="pl-kos">]</span><span class="pl-kos">,</span> <span class="pl-kos">[</span><span class="pl-c1">5</span><span class="pl-kos">,</span> <span class="pl-c1">2</span><span class="pl-kos">,</span> <span class="pl-c1">1</span><span class="pl-kos">,</span> <span class="pl-c1">4</span><span class="pl-kos">]</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div> | 0 |
<blockquote>
<p dir="auto">got an error after pressing ^C:<br>
npm ERR! cb() never called!</p>
</blockquote>
<p dir="auto">Full Error:<br>
npm ERR! cb() never called!</p>
<p dir="auto">npm ERR! This is an error with npm itself. Please report this error at:<br>
npm ERR! <a href="https://npm.community" rel="nofollow">https://npm.community</a></p>
<p dir="auto">npm ERR! A complete log of this run can be found in:<br>
npm ERR! /Users/okleodai/.npm/_logs/2020-01-07T02_31_32_703Z-debug.log</p>
<blockquote>
<p dir="auto">Complete Log:<br>
0 info it worked if it ends with ok<br>
1 verbose cli [<br>
1 verbose cli '/usr/local/Cellar/node/12.10.0/bin/node',<br>
1 verbose cli '/usr/local/bin/npm',<br>
1 verbose cli 'start'<br>
1 verbose cli ]<br>
2 info using [email protected]<br>
3 info using [email protected]<br>
4 verbose run-script [ 'prestart', 'start', 'poststart' ]<br>
5 info lifecycle [email protected]<del>prestart: [email protected]<br>
6 info lifecycle [email protected]</del>start: [email protected]<br>
7 verbose lifecycle [email protected]<del>start: unsafe-perm in lifecycle true<br>
8 verbose lifecycle [email protected]</del>start: PATH: /usr/local/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/Users/okleodai/Desktop/Tech/webdev2/prod/picss/node_modules/.bin:/Users/okleodai/.rbenv/shims:/anaconda3/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Users/okleodai/.rbenv/shims:/anaconda3/bin<br>
9 verbose lifecycle [email protected]<del>start: CWD: /Users/okleodai/Desktop/Tech/webdev2/prod/picss<br>
10 silly lifecycle [email protected]</del>start: Args: [ '-c', 'react-scripts start' ]<br>
11 silly lifecycle [email protected]~start: Returned: code: null signal: SIGINT<br>
12 timing npm Completed in 8166154ms<br>
13 error cb() never called!<br>
14 error This is an error with npm itself. Please report this error at:<br>
15 error <a href="https://npm.community" rel="nofollow">https://npm.community</a></p>
</blockquote> | <h1 dir="auto">What / Why</h1>
<p dir="auto">As a developer you would like to leave comments in the same context as you write code to note down todo's, leave hints for other devs or other reasons. Most of my code allows for this except for <code class="notranslate">package.json</code>, at least, there is no standard. After reading <a href="https://dev.to/napolux/how-to-add-comments-to-packagejson-5doi" rel="nofollow">this blog</a> I think this should be a standard, in a way that more people use the same notation and my IDE or VSC highlights comments as a comment.</p>
<h2 dir="auto">When</h2>
<ul dir="auto">
<li>at code-time</li>
</ul>
<h2 dir="auto">Where</h2>
<p dir="auto"><code class="notranslate">package.json</code></p>
<h2 dir="auto">How</h2>
<p dir="auto">The proposed standard (for now) is that above a specific property in an array, you note down the same property prefixed with <code class="notranslate">@comment<space></code>.</p>
<h3 dir="auto">Current Behavior</h3>
<ul dir="auto">
<li><code class="notranslate">@comment</code> is not a common standard</li>
<li>if this is done and agreed in this context, I can follow through and talk to IDE's repos</li>
</ul>
<ul dir="auto">
<li>n/a</li>
</ul>
<h3 dir="auto">Expected Behavior</h3>
<ul dir="auto">
<li><code class="notranslate">@comment</code> is not a common standard</li>
</ul>
<ul dir="auto">
<li>n/a</li>
</ul>
<h2 dir="auto">Who</h2>
<ul dir="auto">
<li>n/a</li>
</ul>
<h2 dir="auto">References</h2>
<p dir="auto"><a href="https://dev.to/napolux/how-to-add-comments-to-packagejson-5doi" rel="nofollow">this blog</a></p>
<ul dir="auto">
<li>n/a</li>
</ul> | 0 |
<p dir="auto">Hello,</p>
<p dir="auto">Atom is great. I am working with a cloud server and don't have the fastest internet connection. I have the server mounted via win-sshfs. When I save, it sometimes takes 5-10 seconds for the file to get transferred and saved, and Atom is completely frozen during that time. It would be great if Atom had the option to do asynchronous saves so that I could keep editing while the file is being uploaded to the server.</p> | 1 |
|
<p dir="auto">Hello,</p>
<p dir="auto">I just found out a bug. When you've created a navbar with dropdown links, when you select a link in the dropdown (form Mobile version), it doesn't select the link, but closes the collapsible dropdown.</p>
<p dir="auto">Visual example:<br>
| Link <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1445875" data-permission-text="Title is private" data-url="https://github.com/twbs/bootstrap/issues/1" data-hovercard-type="pull_request" data-hovercard-url="/twbs/bootstrap/pull/1/hovercard" href="https://github.com/twbs/bootstrap/pull/1">#1</a><br>
| Link <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1446398" data-permission-text="Title is private" data-url="https://github.com/twbs/bootstrap/issues/2" data-hovercard-type="issue" data-hovercard-url="/twbs/bootstrap/issues/2/hovercard" href="https://github.com/twbs/bootstrap/issues/2">#2</a><br>
| Dropdown<br>
|_ Dropdown Link <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1445875" data-permission-text="Title is private" data-url="https://github.com/twbs/bootstrap/issues/1" data-hovercard-type="pull_request" data-hovercard-url="/twbs/bootstrap/pull/1/hovercard" href="https://github.com/twbs/bootstrap/pull/1">#1</a><br>
|_ Dropdown Link <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1446398" data-permission-text="Title is private" data-url="https://github.com/twbs/bootstrap/issues/2" data-hovercard-type="issue" data-hovercard-url="/twbs/bootstrap/issues/2/hovercard" href="https://github.com/twbs/bootstrap/issues/2">#2</a></p>
<p dir="auto">So, if you select the "Dropdown Links", it's closes the collapsible Dropdown, but not redirecting to the "Dropdown Links".</p> | <p dir="auto">I had a project using more or less the same menu and it worked. Found out it was using Bootstrap version 2.3.1. Compared version 2.3.2 and 2.3.1 and found that in version 2.3.2 there's this snippet of CSS that reads:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=".dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}"><pre class="notranslate"><code class="notranslate">.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
</code></pre></div>
<p dir="auto">and the rule: <code class="notranslate">position: fixed;</code> seems to cause all the problems.</p>
<p dir="auto">I still don't undertand the point of the markup that is added by the bootstrap dropdown plugin:</p>
<p dir="auto"><code class="notranslate"><div class="dropdown-backdrop"></div></code></p>
<p dir="auto">So I've temporarily fixed the bug on my end by adding a style to override the style causing the problem:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=".dropdown-backdrop {
position: static;
}"><pre class="notranslate"><code class="notranslate">.dropdown-backdrop {
position: static;
}
</code></pre></div>
<p dir="auto">To me this looks like a bug introduced from version 2.3.1 to 2.3.2. Maybe I'm wrong. If someone could explain the purpose of the empty div, it would be helpful.</p> | 1 |
<h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">When trying to show a figure under the <code class="notranslate">TkAgg</code> backend, my system crashes when calling <code class="notranslate">plt.show()</code> (some quick googling led me to a seemingly similar <a href="https://github.com/matplotlib/matplotlib/issues/10883" data-hovercard-type="issue" data-hovercard-url="/matplotlib/matplotlib/issues/10883/hovercard">issue #10833</a>).</p>
<p dir="auto"><strong>Code for reproduction</strong></p>
<p dir="auto">I use the following script:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import sys
print("Python", sys.version)
import matplotlib
matplotlib.use("TkAgg") # use interactive Agg backend
print("Matplotlib", matplotlib.__version__, "(backend: " + matplotlib.get_backend() + ')')
import matplotlib.pyplot as plt
plt.plot([0], [0])
plt.show()"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">sys</span>
<span class="pl-en">print</span>(<span class="pl-s">"Python"</span>, <span class="pl-s1">sys</span>.<span class="pl-s1">version</span>)
<span class="pl-k">import</span> <span class="pl-s1">matplotlib</span>
<span class="pl-s1">matplotlib</span>.<span class="pl-en">use</span>(<span class="pl-s">"TkAgg"</span>) <span class="pl-c"># use interactive Agg backend</span>
<span class="pl-en">print</span>(<span class="pl-s">"Matplotlib"</span>, <span class="pl-s1">matplotlib</span>.<span class="pl-s1">__version__</span>, <span class="pl-s">"(backend: "</span> <span class="pl-c1">+</span> <span class="pl-s1">matplotlib</span>.<span class="pl-en">get_backend</span>() <span class="pl-c1">+</span> <span class="pl-s">')'</span>)
<span class="pl-k">import</span> <span class="pl-s1">matplotlib</span>.<span class="pl-s1">pyplot</span> <span class="pl-k">as</span> <span class="pl-s1">plt</span>
<span class="pl-s1">plt</span>.<span class="pl-en">plot</span>([<span class="pl-c1">0</span>], [<span class="pl-c1">0</span>])
<span class="pl-s1">plt</span>.<span class="pl-en">show</span>()</pre></div>
<p dir="auto"><strong>Actual outcome</strong></p>
<p dir="auto">When running this, my system crashes and immediately prompts the log-in screen. When logging back in, all the programs that were running restart, as if the system completely restarted.</p>
<p dir="auto"><strong>Expected outcome</strong></p>
<p dir="auto">When leaving out the line specifying to use the <code class="notranslate">TkAgg</code> backend, the code shows the empty plot as expected, as well as the output:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Python 3.7.3 (default, Mar 27 2019, 16:54:48)
[Clang 4.0.1 (tags/RELEASE_401/final)]
Matplotlib 3.1.0 (backend: MacOSX)"><pre class="notranslate"><span class="pl-v">Python</span> <span class="pl-c1">3.7</span><span class="pl-c1">.3</span> (<span class="pl-s1">default</span>, <span class="pl-v">Mar</span> <span class="pl-c1">27</span> <span class="pl-c1">2019</span>, <span class="pl-c1">16</span>:<span class="pl-c1">54</span>:<span class="pl-c1">48</span>)
[<span class="pl-v">Clang</span> <span class="pl-c1">4.0</span><span class="pl-c1">.1</span> (<span class="pl-s1">tags</span><span class="pl-c1">/</span><span class="pl-v">RELEASE_401</span><span class="pl-c1">/</span><span class="pl-s1">final</span>)]
<span class="pl-v">Matplotlib</span> <span class="pl-c1">3.1</span><span class="pl-c1">.0</span> (<span class="pl-s1">backend</span>: <span class="pl-v">MacOSX</span>)</pre></div>
<p dir="auto">Alternatively, leaving out the <code class="notranslate">plt.show()</code> command means the code does not cause any trouble, either.</p>
<p dir="auto"><strong>Matplotlib version</strong></p>
<ul dir="auto">
<li>Operating system: Mac OSX 10.14.6</li>
<li>Matplotlib version: 3.1.0</li>
<li>Matplotlib backend: MacOSX/TkAgg</li>
<li>Python version: 3.7.4</li>
</ul>
<p dir="auto">I installed the latest version of the conda distribution and run this in the base environment.</p> | <p dir="auto"><strong>Summary</strong></p>
<p dir="auto">I am looking for a one-call way to plot multiple stacked bars in one chart by giving it a 2D-Matrix for the y-axis.</p>
<p dir="auto">This feature request is similar to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="314197940" data-permission-text="Title is private" data-url="https://github.com/matplotlib/matplotlib/issues/11048" data-hovercard-type="pull_request" data-hovercard-url="/matplotlib/matplotlib/pull/11048/hovercard" href="https://github.com/matplotlib/matplotlib/pull/11048">#11048</a>, where the bars are placed next to each other.</p>
<p dir="auto">The documentation for <a href="https://matplotlib.org/api/_as_gen/matplotlib.pyplot.barh.html#matplotlib.pyplot.bar" rel="nofollow">matplotlib.pyplot.bar</a> just allows scalar or array-like inputs.</p>
<p dir="auto">The data used contains 2 x 8760 timesteps (hours). ATM I work with stackplot to generate the following graphs. Just the third graph is relevant to this issue.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/25903724/56910093-ff7e5f00-6aa9-11e9-812c-d557a19b9ae2.png"><img src="https://user-images.githubusercontent.com/25903724/56910093-ff7e5f00-6aa9-11e9-812c-d557a19b9ae2.png" alt="Figure_1" style="max-width: 100%;"></a></p>
<p dir="auto">My workaround would be to use stackplot for a lineplot:<br>
`ax1.stackplot(x,y, labels=labels)<br>
and duplicate the data in 'y' - shift the duplication just a second before the next timestep (hour) and merge those sets.</p>
<p dir="auto"><strong>Expected outcome</strong><br>
I found a <a href="https://stackoverflow.com/a/50205834/11427821" rel="nofollow">function</a> that fits my problem but is not scalable for bigger arrays. (creation time is long and editing the view takes forever) But the bars in this case have a gap between the bars. I am looking for a way to adjust the width, so the gaps can be closed.<br>
I think the value and x-axis labels are responsible for the long calculation, but I am not sure.</p>
<p dir="auto"><strong>Matplotlib version</strong></p>
<ul dir="auto">
<li>Operating system: Windows 10</li>
<li>Matplotlib version: 3.03</li>
<li>Matplotlib backend (<code class="notranslate">print(matplotlib.get_backend())</code>):</li>
<li>Python version: 3.6.7</li>
</ul> | 0 |
<h3 dir="auto">Problem</h3>
<p dir="auto"><code class="notranslate">cli.py:shell_command</code> (flask shell) creates a context and passes it to <code class="notranslate">code.interact</code><br>
This leaves tab completion broken:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=">>> stuff = 5
>>> stuTABTABTABTAB <- no match"><pre class="notranslate"><code class="notranslate">>>> stuff = 5
>>> stuTABTABTABTAB <- no match
</code></pre></div>
<h3 dir="auto">Suggestion</h3>
<p dir="auto">This can be remedied by supplying a completer to readline:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=">>> import readline
>>> import rlcompleter
>>> readline.set_completer(rlcompleter.Completer(globals()).complete)
>>> stuTAB <- stuff! yay!"><pre class="notranslate"><code class="notranslate">>>> import readline
>>> import rlcompleter
>>> readline.set_completer(rlcompleter.Completer(globals()).complete)
>>> stuTAB <- stuff! yay!
</code></pre></div>
<p dir="auto">Or perhaps <code class="notranslate">flask/__main__.py</code> could be used as the context:</p>
<p dir="auto"><em>file: flask/cli.py</em></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="...
def shell_command():
...
import __main__
ctx = __main__.__dict__
..."><pre class="notranslate"><code class="notranslate">...
def shell_command():
...
import __main__
ctx = __main__.__dict__
...
</code></pre></div> | <p dir="auto">When I running a flask app with debug=True in virtualenv, the cpu usage increase to 20%. But if I set debug=False, the cpu usage is only 1%.<br>
If I running without virtualenv, all is ok.</p> | 0 |
<p dir="auto">In the The Local Weather App example (<a href="http://codepen.io/AdventureBear/pen/yNBJRj" rel="nofollow">http://codepen.io/AdventureBear/pen/yNBJRj</a>), the weather information (temperature, current weather, and wind speed) is no longer showing up. The reason appears to be that the Open Weather Map API where the app is pulling the data from now requires you to sign up for an API key. I tested this out on my own version and once I added the key, the page worked again.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/7401767/10446162/3ee7c6ee-7130-11e5-8f2e-f1a5dbccd867.png"><img src="https://cloud.githubusercontent.com/assets/7401767/10446162/3ee7c6ee-7130-11e5-8f2e-f1a5dbccd867.png" alt="image" style="max-width: 100%;"></a></p> | <p dir="auto">Our Weather Zipline example is now broken. Aparently the API <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/AdventureBear/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/AdventureBear">@AdventureBear</a> used on her Zipline no longer works. <a href="https://www.evernote.com/l/AlwSsfX2kblJYoOSp9uAq-BKFosOSCg8-aAB/image.png" rel="nofollow">https://www.evernote.com/l/AlwSsfX2kblJYoOSp9uAq-BKFosOSCg8-aAB/image.png</a></p>
<p dir="auto">We need to find an API that works and doesn't require adding an API key, or we need to make an API endpoint on Free Code Camp that campers can use (we don't want people exposing API keys on CodePen).</p>
<p dir="auto">Thanks to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/martoncsikos/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/martoncsikos">@martoncsikos</a> for spotting this issue.</p> | 1 |
<p dir="auto">For current <a href="https://pytorch.org/docs/master/nn.html" rel="nofollow">documentation</a>, the font on the left panel is quite shallow and a bit hard to read. It might be nice to make it darker to improve the readability.</p> | <p dir="auto">While the new documentation style looks sleeker, I find its readability awful</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1656541/45916067-4c80bf80-be4f-11e8-9780-f8feaecafd66.png"><img src="https://user-images.githubusercontent.com/1656541/45916067-4c80bf80-be4f-11e8-9780-f8feaecafd66.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">I can barely read the text in the grey-on-grey left navbar and the text of the main content is much too thin to be read comfortably.</p>
<p dir="auto">cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ezyang/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ezyang">@ezyang</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/gchanan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/gchanan">@gchanan</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/zou3519/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/zou3519">@zou3519</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/bdhirsh/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/bdhirsh">@bdhirsh</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jbschlosser/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jbschlosser">@jbschlosser</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/anjali411/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/anjali411">@anjali411</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/brianjo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/brianjo">@brianjo</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mruberry/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mruberry">@mruberry</a></p> | 1 |
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="In [2]: np.arange(20, dtype='uint') << 64
Out[2]: array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], dtype=uint64)
In [3]: np.arange(10, dtype='uint') << 64
Out[3]: array([0, 0, 0, 0, 0, 0, 0, 0, 8, 9], dtype=uint64)
In [4]: np.arange(5, dtype='uint') << 64
Out[4]: array([0, 1, 2, 3, 4], dtype=uint64)"><pre class="notranslate"><span class="pl-v">In</span> [<span class="pl-c1">2</span>]: <span class="pl-s1">np</span>.<span class="pl-en">arange</span>(<span class="pl-c1">20</span>, <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s">'uint'</span>) <span class="pl-c1"><<</span> <span class="pl-c1">64</span>
<span class="pl-v">Out</span>[<span class="pl-c1">2</span>]: <span class="pl-en">array</span>([<span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>], <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s1">uint64</span>)
<span class="pl-v">In</span> [<span class="pl-c1">3</span>]: <span class="pl-s1">np</span>.<span class="pl-en">arange</span>(<span class="pl-c1">10</span>, <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s">'uint'</span>) <span class="pl-c1"><<</span> <span class="pl-c1">64</span>
<span class="pl-v">Out</span>[<span class="pl-c1">3</span>]: <span class="pl-en">array</span>([<span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">8</span>, <span class="pl-c1">9</span>], <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s1">uint64</span>)
<span class="pl-v">In</span> [<span class="pl-c1">4</span>]: <span class="pl-s1">np</span>.<span class="pl-en">arange</span>(<span class="pl-c1">5</span>, <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s">'uint'</span>) <span class="pl-c1"><<</span> <span class="pl-c1">64</span>
<span class="pl-v">Out</span>[<span class="pl-c1">4</span>]: <span class="pl-en">array</span>([<span class="pl-c1">0</span>, <span class="pl-c1">1</span>, <span class="pl-c1">2</span>, <span class="pl-c1">3</span>, <span class="pl-c1">4</span>], <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s1">uint64</span>)</pre></div>
<p dir="auto">My understanding is that while <code class="notranslate">numpy.left_shift</code> should execute a rotation (despite the docs not mentioning this word), the <code class="notranslate"><<</code> operator should execute a shift (that is, drop overflowing bits). At least, things seem to work this way with values below 64:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="In [5]: (np.arange(20, dtype='uint') << 63 == (np.arange(20, dtype='uint') % 2 * 2) ** 63).all()
Out[5]: True
In [6]: (np.arange(10, dtype='uint') << 63 == (np.arange(10, dtype='uint') % 2 * 2) ** 63).all()
Out[6]: True
In [7]: (np.arange(5, dtype='uint') << 63 == (np.arange(5, dtype='uint') % 2 * 2) ** 63).all()
Out[7]: True"><pre class="notranslate"><span class="pl-v">In</span> [<span class="pl-c1">5</span>]: (<span class="pl-s1">np</span>.<span class="pl-en">arange</span>(<span class="pl-c1">20</span>, <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s">'uint'</span>) <span class="pl-c1"><<</span> <span class="pl-c1">63</span> <span class="pl-c1">==</span> (<span class="pl-s1">np</span>.<span class="pl-en">arange</span>(<span class="pl-c1">20</span>, <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s">'uint'</span>) <span class="pl-c1">%</span> <span class="pl-c1">2</span> <span class="pl-c1">*</span> <span class="pl-c1">2</span>) <span class="pl-c1">**</span> <span class="pl-c1">63</span>).<span class="pl-en">all</span>()
<span class="pl-v">Out</span>[<span class="pl-c1">5</span>]: <span class="pl-c1">True</span>
<span class="pl-v">In</span> [<span class="pl-c1">6</span>]: (<span class="pl-s1">np</span>.<span class="pl-en">arange</span>(<span class="pl-c1">10</span>, <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s">'uint'</span>) <span class="pl-c1"><<</span> <span class="pl-c1">63</span> <span class="pl-c1">==</span> (<span class="pl-s1">np</span>.<span class="pl-en">arange</span>(<span class="pl-c1">10</span>, <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s">'uint'</span>) <span class="pl-c1">%</span> <span class="pl-c1">2</span> <span class="pl-c1">*</span> <span class="pl-c1">2</span>) <span class="pl-c1">**</span> <span class="pl-c1">63</span>).<span class="pl-en">all</span>()
<span class="pl-v">Out</span>[<span class="pl-c1">6</span>]: <span class="pl-c1">True</span>
<span class="pl-v">In</span> [<span class="pl-c1">7</span>]: (<span class="pl-s1">np</span>.<span class="pl-en">arange</span>(<span class="pl-c1">5</span>, <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s">'uint'</span>) <span class="pl-c1"><<</span> <span class="pl-c1">63</span> <span class="pl-c1">==</span> (<span class="pl-s1">np</span>.<span class="pl-en">arange</span>(<span class="pl-c1">5</span>, <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s">'uint'</span>) <span class="pl-c1">%</span> <span class="pl-c1">2</span> <span class="pl-c1">*</span> <span class="pl-c1">2</span>) <span class="pl-c1">**</span> <span class="pl-c1">63</span>).<span class="pl-en">all</span>()
<span class="pl-v">Out</span>[<span class="pl-c1">7</span>]: <span class="pl-c1">True</span></pre></div>
<p dir="auto">Instead with 64 some cases (<code class="notranslate">In [2]:</code>) shift, some (<code class="notranslate">In [4]:</code>) rotate, and some (<code class="notranslate">In [3]:</code>) mix the two behaviors!</p>
<p dir="auto">I'm using <code class="notranslate">uint</code> for simplicity, but the behavior is not limited to unsigned ints:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="In [8]: np.arange(20) << 64
Out[8]: array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])
In [9]: np.arange(5) << 64
Out[9]: array([0, 1, 2, 3, 4])"><pre class="notranslate"><span class="pl-v">In</span> [<span class="pl-c1">8</span>]: <span class="pl-s1">np</span>.<span class="pl-en">arange</span>(<span class="pl-c1">20</span>) <span class="pl-c1"><<</span> <span class="pl-c1">64</span>
<span class="pl-v">Out</span>[<span class="pl-c1">8</span>]: <span class="pl-en">array</span>([<span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>, <span class="pl-c1">0</span>])
<span class="pl-v">In</span> [<span class="pl-c1">9</span>]: <span class="pl-s1">np</span>.<span class="pl-en">arange</span>(<span class="pl-c1">5</span>) <span class="pl-c1"><<</span> <span class="pl-c1">64</span>
<span class="pl-v">Out</span>[<span class="pl-c1">9</span>]: <span class="pl-en">array</span>([<span class="pl-c1">0</span>, <span class="pl-c1">1</span>, <span class="pl-c1">2</span>, <span class="pl-c1">3</span>, <span class="pl-c1">4</span>])</pre></div> | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/1856" rel="nofollow">http://projects.scipy.org/numpy/ticket/1856</a> on 2011-06-02 by trac user klasj, assigned to unknown.</em></p>
<p dir="auto">The bitshift operations, both right and left cycles when they are shifted more bits than<br>
the length of the datatype. This happens for both int32 and int64 but not for int16,<br>
unsigned integers works as expected. In the example below version 1.6.1 is used but<br>
this is also present in at least 1.5.0.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [1]: import numpy as np
In [2]: np.right_shift(np.int32(8),32)
Out[2]: 8
In [3]: np.right_shift(np.int64(8),64)
Out[3]: 8
In [4]: np.right_shift(np.int16(8),16)
Out[4]: 0
In [5]: np.left_shift(np.int32(8),32)
Out[5]: 8
In [6]: np.left_shift(np.int64(8),64)
Out[6]: 8
In [7]: np.left_shift(np.int16(8),16)
Out[7]: 524288
In [8]: np.version.full_version
Out[8]: '1.6.1.dev-08953ea'"><pre class="notranslate"><code class="notranslate">In [1]: import numpy as np
In [2]: np.right_shift(np.int32(8),32)
Out[2]: 8
In [3]: np.right_shift(np.int64(8),64)
Out[3]: 8
In [4]: np.right_shift(np.int16(8),16)
Out[4]: 0
In [5]: np.left_shift(np.int32(8),32)
Out[5]: 8
In [6]: np.left_shift(np.int64(8),64)
Out[6]: 8
In [7]: np.left_shift(np.int16(8),16)
Out[7]: 524288
In [8]: np.version.full_version
Out[8]: '1.6.1.dev-08953ea'
</code></pre></div> | 1 |
<h5 dir="auto">ISSUE TYPE</h5>
<p dir="auto">Feature Idea</p>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto"><code class="notranslate">mysql_user</code></p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="ansible 2.3.0.0
config file =
configured module search path = Default w/o overrides"><pre class="notranslate">ansible 2.3.0.0
config file =
configured module search path = Default w/o overrides</pre></div>
<h5 dir="auto">CONFIGURATION</h5>
<p dir="auto">Default configuration</p>
<h5 dir="auto">OS / ENVIRONMENT</h5>
<p dir="auto">N/A</p>
<h5 dir="auto">SUMMARY</h5>
<p dir="auto">From the MySQL 5.7 what's new page:</p>
<blockquote>
<p dir="auto">The server now requires account rows in the mysql.user table to have a nonempty plugin column value and disables accounts with an empty value.</p>
</blockquote>
<p dir="auto">On a fresh installation of MySQL 5.7 the <code class="notranslate">root</code> user for host <code class="notranslate">localhost</code> is now configured with a plugin value of <code class="notranslate">auth_socket</code>. This prevents users other then root to connect as root using the <code class="notranslate">mysql</code>client utility:</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="user@server$ mysql -u root -pP4ssw0rd
ERROR 1698 (28000): Access denied for user 'root'@'localhost'"><pre class="notranslate">user@server$ mysql -u root -pP4ssw0rd
ERROR 1698 (28000): Access denied <span class="pl-k">for</span> user <span class="pl-s"><span class="pl-pds">'</span>root<span class="pl-pds">'</span></span>@<span class="pl-s"><span class="pl-pds">'</span>localhost<span class="pl-pds">'</span></span></pre></div>
<p dir="auto">While as root this works:</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="root@server# mysql"><pre class="notranslate">root@server# mysql</pre></div>
<p dir="auto">Currently, this cannot be done with Ansible.</p>
<p dir="auto">References:</p>
<ul dir="auto">
<li><a href="https://dev.mysql.com/doc/refman/5.7/en/socket-pluggable-authentication.html" rel="nofollow">https://dev.mysql.com/doc/refman/5.7/en/socket-pluggable-authentication.html</a></li>
<li><a href="https://www.slideshare.net/ottokekalainen/passwordless-login-with-unix-authsocket" rel="nofollow">https://www.slideshare.net/ottokekalainen/passwordless-login-with-unix-authsocket</a></li>
</ul>
<h5 dir="auto">STEPS TO REPRODUCE</h5>
<p dir="auto">It would be nice to introduce a new parameter to this module which accepts all possible plugin values (defaulting to <code class="notranslate">mysql_native_password</code>) , e.g.:</p>
<div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="mysql_user: name=root password=abc123 plugin=mysql_native_password
mysql_user: name=root plugin=auth_socket"><pre class="notranslate"><span class="pl-ent">mysql_user</span>: <span class="pl-s">name=root password=abc123 plugin=mysql_native_password</span>
<span class="pl-ent">mysql_user</span>: <span class="pl-s">name=root plugin=auth_socket</span></pre></div>
<h5 dir="auto">EXPECTED RESULTS</h5>
<p dir="auto">N/A</p>
<h5 dir="auto">ACTUAL RESULTS</h5>
<p dir="auto">N/A</p>
<h5 dir="auto">CHALLENGES</h5>
<ul dir="auto">
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/oscherler/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/oscherler">@oscherler</a> noted that the syntax varies between MySQL and MariaDB: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="152740604" data-permission-text="Title is private" data-url="https://github.com/ansible/ansible-modules-core/issues/3587" data-hovercard-type="pull_request" data-hovercard-url="/ansible/ansible-modules-core/pull/3587/hovercard?comment_id=227364601&comment_type=issue_comment" href="https://github.com/ansible/ansible-modules-core/pull/3587#issuecomment-227364601">ansible/ansible-modules-core#3587 (comment)</a></li>
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/wouteroostervld/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/wouteroostervld">@wouteroostervld</a> added that you have to change the plugin and password in one action, to avoid exposure: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="132725635" data-permission-text="Title is private" data-url="https://github.com/ansible/ansible-modules-core/issues/3003" data-hovercard-type="issue" data-hovercard-url="/ansible/ansible-modules-core/issues/3003/hovercard?comment_id=256328101&comment_type=issue_comment" href="https://github.com/ansible/ansible-modules-core/issues/3003#issuecomment-256328101">ansible/ansible-modules-core#3003 (comment)</a></li>
</ul>
<h5 dir="auto">NOTES</h5>
<ul dir="auto">
<li>Issue migrated from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="132725635" data-permission-text="Title is private" data-url="https://github.com/ansible/ansible-modules-core/issues/3003" data-hovercard-type="issue" data-hovercard-url="/ansible/ansible-modules-core/issues/3003/hovercard" href="https://github.com/ansible/ansible-modules-core/issues/3003">ansible/ansible-modules-core#3003</a></li>
<li>Releated PR: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="152740604" data-permission-text="Title is private" data-url="https://github.com/ansible/ansible-modules-core/issues/3587" data-hovercard-type="pull_request" data-hovercard-url="/ansible/ansible-modules-core/pull/3587/hovercard" href="https://github.com/ansible/ansible-modules-core/pull/3587">ansible/ansible-modules-core#3587</a></li>
</ul>
<p dir="auto">I changed a few details:</p>
<ul dir="auto">
<li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/verwilst/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/verwilst">@verwilst</a> mentioned that you can use either a password or auth_socket not both: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="132725635" data-permission-text="Title is private" data-url="https://github.com/ansible/ansible-modules-core/issues/3003" data-hovercard-type="issue" data-hovercard-url="/ansible/ansible-modules-core/issues/3003/hovercard?comment_id=199799891&comment_type=issue_comment" href="https://github.com/ansible/ansible-modules-core/issues/3003#issuecomment-199799891">ansible/ansible-modules-core#3003 (comment)</a></li>
<li>I updated the format to follow the latest one</li>
<li>I updated the ansible version output, even if not very usefull in this case</li>
<li>I also added some references and a challenges section</li>
</ul> | <p dir="auto">For instance, in a role's vars/main.yml, I have the following:</p>
<div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="luks_dev: "{{ luks_device | mandatory }}""><pre class="notranslate"><span class="pl-ent">luks_dev</span>: <span class="pl-s"><span class="pl-pds">"</span>{{ luks_device | mandatory }}<span class="pl-pds">"</span></span></pre></div>
<p dir="auto">I then have a task that uses this variable in its name:</p>
<div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="- name: initialize luks in "{{ luks_dev }}""><pre class="notranslate">- <span class="pl-ent">name</span>: <span class="pl-s">initialize luks in "{{ luks_dev }}"</span></pre></div>
<p dir="auto">This produces the following output:</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="TASK: [luks | initialize luks in "{{ luks_device | mandatory }}"] *************"><pre class="notranslate">TASK: [luks <span class="pl-k">|</span> initialize luks <span class="pl-k">in</span> <span class="pl-s"><span class="pl-pds">"</span>{{ luks_device | mandatory }}<span class="pl-pds">"</span></span>] <span class="pl-k">*************</span></pre></div> | 0 |
<h5 dir="auto">Issue Type:</h5>
<p dir="auto">Bug Report</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">1.8.2</p>
<h5 dir="auto">Environment:</h5>
<p dir="auto">Ubuntu 14.04</p>
<h5 dir="auto">Summary:</h5>
<p dir="auto">When using delegate_to with an inventory variable that uses another variable that includes the 'group' variable, the delegate_to host isn't templated correctly.</p>
<p dir="auto">If the variable is defined in the playbook, or if it's using the 'group' var directly, it works as expected.</p>
<h5 dir="auto">Steps To Reproduce:</h5>
<p dir="auto">inv:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="server1 ansible_connection=local
server2 ansible_connection=local"><pre class="notranslate"><code class="notranslate">server1 ansible_connection=local
server2 ansible_connection=local
</code></pre></div>
<p dir="auto">group_vars/all:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="server_list: "{{ groups.all }}"
first_server: "{{ server_list | first }}""><pre class="notranslate"><code class="notranslate">server_list: "{{ groups.all }}"
first_server: "{{ server_list | first }}"
</code></pre></div>
<p dir="auto">playbook.yml:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="
---
- hosts: server1
tasks:
- debug: var=first_server # Variable is templated correctly here
- ping:
delegate_to: "{{ first_server }}""><pre class="notranslate"><code class="notranslate">
---
- hosts: server1
tasks:
- debug: var=first_server # Variable is templated correctly here
- ping:
delegate_to: "{{ first_server }}"
</code></pre></div>
<h5 dir="auto">Expected Results:</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TASK: [debug var=first_server] ************************************************
ok: [server2] => {
"first_server": "server1"
}
TASK: [ping ] *****************************************************************
ok: [server2 -> server1] "><pre class="notranslate"><code class="notranslate">TASK: [debug var=first_server] ************************************************
ok: [server2] => {
"first_server": "server1"
}
TASK: [ping ] *****************************************************************
ok: [server2 -> server1]
</code></pre></div>
<h5 dir="auto">Actual Results:</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TASK: [debug var=first_server] ************************************************
ok: [server2] => {
"first_server": "server1"
}
TASK: [ping ] *****************************************************************
fatal: [server2 -> {] => SSH Error: data could not be sent to the remote host. Make sure this host can be reached over ssh
FATAL: all hosts have already failed -- aborting"><pre class="notranslate"><code class="notranslate">TASK: [debug var=first_server] ************************************************
ok: [server2] => {
"first_server": "server1"
}
TASK: [ping ] *****************************************************************
fatal: [server2 -> {] => SSH Error: data could not be sent to the remote host. Make sure this host can be reached over ssh
FATAL: all hosts have already failed -- aborting
</code></pre></div> | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Feature Idea</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto"><code class="notranslate">ansible-inventory</code> CLI, found at <a href="https://github.com/ansible/ansible/blob/devel/lib/ansible/cli/inventory.py">https://github.com/ansible/ansible/blob/devel/lib/ansible/cli/inventory.py</a></p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<p dir="auto">2.4 or 2.5</p>
<h5 dir="auto">CONFIGURATION</h5>
<p dir="auto">Any, functionality of output should be consistent with any valid Ansible configurations.</p>
<h5 dir="auto">OS / ENVIRONMENT</h5>
<p dir="auto">N/A</p>
<h5 dir="auto">SUMMARY</h5>
<p dir="auto"><code class="notranslate">ansible-inventory</code> will return all variables at the host level. This is consistent with behavior inside of playbooks, but can lead to very large outputs, because variables defined at the group level will be replicated with each host inside of it.</p>
<p dir="auto">I previously made an attempt at this in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="243210462" data-permission-text="Title is private" data-url="https://github.com/bcoca/ansible/issues/4" data-hovercard-type="pull_request" data-hovercard-url="/bcoca/ansible/pull/4/hovercard" href="https://github.com/bcoca/ansible/pull/4">bcoca#4</a>, but that solution needed more work to respect the users existing configuration customizations.</p>
<h5 dir="auto">STEPS TO REPRODUCE</h5>
<p dir="auto">Copy this folder to your local machine, cd into it.</p>
<p dir="auto"><a href="https://github.com/AlanCoding/Ansible-inventory-file-examples/tree/master/issues/gvars">https://github.com/AlanCoding/Ansible-inventory-file-examples/tree/master/issues/gvars</a></p>
<p dir="auto"><code class="notranslate">ansible-inventory -i inventory.ini --list</code></p>
<h5 dir="auto">EXPECTED RESULTS</h5>
<p dir="auto">Perhaps by adding another flag, like <code class="notranslate">--optimized</code>, we could get output without the <code class="notranslate">airport_code</code> variable duplicated, like so:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{
"_meta": {
"hostvars": {
"host1": {},
"host2": {}
}
},
"all": {
"children": [
"raleigh",
"ungrouped"
]
},
"raleigh": {
"hosts": [
"host1",
"host2"
],
"vars": {
"airport_code": "RDU"
}
},
"ungrouped": {}
}"><pre class="notranslate"><code class="notranslate">{
"_meta": {
"hostvars": {
"host1": {},
"host2": {}
}
},
"all": {
"children": [
"raleigh",
"ungrouped"
]
},
"raleigh": {
"hosts": [
"host1",
"host2"
],
"vars": {
"airport_code": "RDU"
}
},
"ungrouped": {}
}
</code></pre></div>
<h5 dir="auto">ACTUAL RESULTS</h5>
<p dir="auto">The only currently available way of using this command will put <code class="notranslate">airport_code</code> (a variable specific to the group <code class="notranslate">raleigh</code>) in hostvars.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{
"_meta": {
"hostvars": {
"host1": {
"airport_code": "RDU"
},
"host2": {
"airport_code": "RDU"
}
}
},
"all": {
"children": [
"raleigh",
"ungrouped"
]
},
"raleigh": {
"hosts": [
"host1",
"host2"
]
},
"ungrouped": {}
}"><pre class="notranslate"><code class="notranslate">{
"_meta": {
"hostvars": {
"host1": {
"airport_code": "RDU"
},
"host2": {
"airport_code": "RDU"
}
}
},
"all": {
"children": [
"raleigh",
"ungrouped"
]
},
"raleigh": {
"hosts": [
"host1",
"host2"
]
},
"ungrouped": {}
}
</code></pre></div>
<p dir="auto">RESOLVED: <del>Note that <code class="notranslate">ansible_inventory_sources</code> appears to be some other unrelated thing, and I may raise a separate issue about that.</del></p> | 0 |
<p dir="auto">our Linux server running with 500mb memory can't start chrome 90+.<br>
if i download chrome 50 or lower and update execute path, does our API support it?<br>
thanks</p> | <p dir="auto"><strong>Context:</strong></p>
<ul dir="auto">
<li>Playwright Version: Latest (today is 26/044/2021)</li>
<li>Operating System: Linux</li>
<li>Node.js version: tested on both node.js version</li>
<li>Browser: chromium</li>
</ul>
<p dir="auto"><strong>Describe the bug</strong></p>
<p dir="auto">I'm watching full-js apps (e.g react/angular websites). I initialize one instance, 1 browser and 1 page.<br>
I keep the page in cache & retrieving content every 2 seconds.</p>
<p dir="auto">After 1/2hours, the memory goes crazy. I tried to <code class="notranslate">reload()</code> the page every 30 minutes. It doesn't free the memory.<br>
Only way to free the memory is closing the page and recreating a new one.</p>
<p dir="auto">What could be the source of this memory leak? I suppose <code class="notranslate">reload()</code> frees the javascript-vm so it must be a leak internally to the page</p> | 1 |
<h5 dir="auto">Description of the problem</h5>
<p dir="auto">Hi everyone,</p>
<p dir="auto">I just found that sprite don't get hit when size attenuation is false</p>
<ul dir="auto">
<li><a href="https://next.plnkr.co/plunk/11YcD9hjVI69rfO72fUm" rel="nofollow">plunker</a> (latest release branch)</li>
</ul>
<h5 dir="auto">Three.js version</h5>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Dev</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> r97</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> ...</li>
</ul>
<h5 dir="auto">Browser</h5>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> All of them</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Chrome</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Firefox</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Internet Explorer</li>
</ul>
<h5 dir="auto">OS</h5>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> All of them</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Windows</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> macOS</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Linux</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Android</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> iOS</li>
</ul>
<h5 dir="auto">Hardware Requirements (graphics card, VR Device, ...)</h5> | <p dir="auto">Hi Friends!</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="SpriteMaterial.sizeAttenuation = false"><pre class="notranslate"><code class="notranslate">SpriteMaterial.sizeAttenuation = false
</code></pre></div>
<p dir="auto">seems not working as expected with <code class="notranslate">rayCaster</code>.<br>
I doubt the sprite size(dimension) estimation may be a little bit off, ray is very hard to hit them after apply <code class="notranslate">scale()</code>, especially scale down.<br>
I can upload a simplified code that regenerate this problem a bit later.</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> r96</li>
</ul>
<h5 dir="auto">Browser</h5>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> All of them</li>
</ul>
<p dir="auto">Thanks!</p> | 1 |
<p dir="auto">Hello,</p>
<p dir="auto">this is intentionally a duplicate of the over-hastily closed <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="44790354" data-permission-text="Title is private" data-url="https://github.com/ansible/ansible/issues/9260" data-hovercard-type="issue" data-hovercard-url="/ansible/ansible/issues/9260/hovercard" href="https://github.com/ansible/ansible/issues/9260">#9260</a>. Please reopen the issue and fix the bug, it's annoying. Workarounds are time-consuming.</p>
<p dir="auto">Regards,<br>
Matthias</p> | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">vmware_guest_facts<br>
vmware_guest_snapshot</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.3.0.0
config file =
configured module search path = Default w/o overrides
python version = 2.7.5 (default, Nov 6 2016, 00:28:07) [GCC 4.8.5 20150623 (Red Hat 4.8.5-11)]
"><pre class="notranslate"><code class="notranslate">ansible 2.3.0.0
config file =
configured module search path = Default w/o overrides
python version = 2.7.5 (default, Nov 6 2016, 00:28:07) [GCC 4.8.5 20150623 (Red Hat 4.8.5-11)]
</code></pre></div>
<h5 dir="auto">CONFIGURATION</h5>
<h5 dir="auto">OS / ENVIRONMENT</h5>
<p dir="auto">N/A</p>
<h5 dir="auto">SUMMARY</h5>
<p dir="auto">datacenter is required by the plugin, but it is not in reality</p>
<h5 dir="auto">STEPS TO REPRODUCE</h5>
<div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" vmware_guest_snapshot:
hostname: my-vmware
username: user
password: pass
#datacenter: my-dc
validate_certs: no
snapshot_name: test
name: my-vm
delegate_to: localhost"><pre class="notranslate"> <span class="pl-ent">vmware_guest_snapshot</span>:
<span class="pl-ent">hostname</span>: <span class="pl-s">my-vmware</span>
<span class="pl-ent">username</span>: <span class="pl-s">user</span>
<span class="pl-ent">password</span>: <span class="pl-s">pass</span>
<span class="pl-c"><span class="pl-c">#</span>datacenter: my-dc</span>
<span class="pl-ent">validate_certs</span>: <span class="pl-s">no</span>
<span class="pl-ent">snapshot_name</span>: <span class="pl-s">test</span>
<span class="pl-ent">name</span>: <span class="pl-s">my-vm</span>
<span class="pl-ent">delegate_to</span>: <span class="pl-s">localhost</span></pre></div>
<h5 dir="auto">EXPECTED RESULTS</h5>
<p dir="auto">It should work without datacenter</p>
<h5 dir="auto">ACTUAL RESULTS</h5>
<p dir="auto">"msg": "missing required arguments: datacenter"</p>
<p dir="auto">On these plugins, required should be set to false for datacenter</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=""><pre class="notranslate"><code class="notranslate">
</code></pre></div> | 0 |
<p dir="auto">We do not localize key names so far. We need to identify which keys we want to localize(if any). For example, we have <code class="notranslate">None</code>, <code class="notranslate">Disable</code> artificial keys that should be localized. Maybe letters should be localized as well. Or should we go further and have different keyboard layout for different languages?<br>
</p><div class="Box Box--condensed my-2">
<div class="Box-header f6">
<p class="mb-0 text-bold">
<a href="https://github.com/microsoft/PowerToys/blob/d1372af581d74298447d14ad7116b6f7f4a1a04b/src/common/keyboard_layout.cpp#L104-L218">PowerToys/src/common/keyboard_layout.cpp</a>
</p>
<p class="mb-0 color-fg-muted">
Lines 104 to 218
in
<a data-pjax="true" class="commit-tease-sha" href="/microsoft/PowerToys/commit/d1372af581d74298447d14ad7116b6f7f4a1a04b">d1372af</a>
</p>
</div>
<div itemprop="text" class="Box-body p-0 blob-wrapper blob-wrapper-embedded data">
<table class="highlight tab-size mb-0 js-file-line-container" data-tab-size="8" data-paste-markdown-skip="">
<tbody><tr class="border-0">
<td id="L104" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="104"></td>
<td id="LC104" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_CANCEL] = <span class="pl-s"><span class="pl-pds">L"</span>Break<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L105" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="105"></td>
<td id="LC105" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_BACK] = <span class="pl-s"><span class="pl-pds">L"</span>Backspace<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L106" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="106"></td>
<td id="LC106" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_TAB] = <span class="pl-s"><span class="pl-pds">L"</span>Tab<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L107" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="107"></td>
<td id="LC107" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_CLEAR] = <span class="pl-s"><span class="pl-pds">L"</span>Clear<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L108" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="108"></td>
<td id="LC108" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_RETURN] = <span class="pl-s"><span class="pl-pds">L"</span>Enter<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L109" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="109"></td>
<td id="LC109" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_SHIFT] = <span class="pl-s"><span class="pl-pds">L"</span>Shift<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L110" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="110"></td>
<td id="LC110" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_CONTROL] = <span class="pl-s"><span class="pl-pds">L"</span>Ctrl<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L111" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="111"></td>
<td id="LC111" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_MENU] = <span class="pl-s"><span class="pl-pds">L"</span>Alt<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L112" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="112"></td>
<td id="LC112" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_PAUSE] = <span class="pl-s"><span class="pl-pds">L"</span>Pause<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L113" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="113"></td>
<td id="LC113" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_CAPITAL] = <span class="pl-s"><span class="pl-pds">L"</span>Caps Lock<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L114" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="114"></td>
<td id="LC114" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_ESCAPE] = <span class="pl-s"><span class="pl-pds">L"</span>Esc<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L115" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="115"></td>
<td id="LC115" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_SPACE] = <span class="pl-s"><span class="pl-pds">L"</span>Space<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L116" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="116"></td>
<td id="LC116" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_PRIOR] = <span class="pl-s"><span class="pl-pds">L"</span>PgUp<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L117" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="117"></td>
<td id="LC117" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_NEXT] = <span class="pl-s"><span class="pl-pds">L"</span>PgDn<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L118" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="118"></td>
<td id="LC118" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_END] = <span class="pl-s"><span class="pl-pds">L"</span>End<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L119" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="119"></td>
<td id="LC119" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_HOME] = <span class="pl-s"><span class="pl-pds">L"</span>Home<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L120" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="120"></td>
<td id="LC120" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_LEFT] = <span class="pl-s"><span class="pl-pds">L"</span>Left<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L121" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="121"></td>
<td id="LC121" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_UP] = <span class="pl-s"><span class="pl-pds">L"</span>Up<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L122" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="122"></td>
<td id="LC122" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_RIGHT] = <span class="pl-s"><span class="pl-pds">L"</span>Right<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L123" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="123"></td>
<td id="LC123" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_DOWN] = <span class="pl-s"><span class="pl-pds">L"</span>Down<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L124" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="124"></td>
<td id="LC124" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_SELECT] = <span class="pl-s"><span class="pl-pds">L"</span>Select<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L125" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="125"></td>
<td id="LC125" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_PRINT] = <span class="pl-s"><span class="pl-pds">L"</span>Print<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L126" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="126"></td>
<td id="LC126" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_EXECUTE] = <span class="pl-s"><span class="pl-pds">L"</span>Execute<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L127" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="127"></td>
<td id="LC127" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_SNAPSHOT] = <span class="pl-s"><span class="pl-pds">L"</span>Print Screen<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L128" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="128"></td>
<td id="LC128" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_INSERT] = <span class="pl-s"><span class="pl-pds">L"</span>Insert<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L129" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="129"></td>
<td id="LC129" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_DELETE] = <span class="pl-s"><span class="pl-pds">L"</span>Delete<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L130" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="130"></td>
<td id="LC130" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_HELP] = <span class="pl-s"><span class="pl-pds">L"</span>Help<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L131" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="131"></td>
<td id="LC131" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_LWIN] = <span class="pl-s"><span class="pl-pds">L"</span>Win (Left)<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L132" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="132"></td>
<td id="LC132" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_RWIN] = <span class="pl-s"><span class="pl-pds">L"</span>Win (Right)<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L133" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="133"></td>
<td id="LC133" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_APPS] = <span class="pl-s"><span class="pl-pds">L"</span>Apps/Menu<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L134" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="134"></td>
<td id="LC134" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_SLEEP] = <span class="pl-s"><span class="pl-pds">L"</span>Sleep<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L135" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="135"></td>
<td id="LC135" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_NUMPAD0] = <span class="pl-s"><span class="pl-pds">L"</span>NumPad 0<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L136" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="136"></td>
<td id="LC136" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_NUMPAD1] = <span class="pl-s"><span class="pl-pds">L"</span>NumPad 1<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L137" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="137"></td>
<td id="LC137" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_NUMPAD2] = <span class="pl-s"><span class="pl-pds">L"</span>NumPad 2<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L138" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="138"></td>
<td id="LC138" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_NUMPAD3] = <span class="pl-s"><span class="pl-pds">L"</span>NumPad 3<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L139" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="139"></td>
<td id="LC139" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_NUMPAD4] = <span class="pl-s"><span class="pl-pds">L"</span>NumPad 4<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L140" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="140"></td>
<td id="LC140" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_NUMPAD5] = <span class="pl-s"><span class="pl-pds">L"</span>NumPad 5<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L141" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="141"></td>
<td id="LC141" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_NUMPAD6] = <span class="pl-s"><span class="pl-pds">L"</span>NumPad 6<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L142" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="142"></td>
<td id="LC142" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_NUMPAD7] = <span class="pl-s"><span class="pl-pds">L"</span>NumPad 7<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L143" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="143"></td>
<td id="LC143" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_NUMPAD8] = <span class="pl-s"><span class="pl-pds">L"</span>NumPad 8<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L144" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="144"></td>
<td id="LC144" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_NUMPAD9] = <span class="pl-s"><span class="pl-pds">L"</span>NumPad 9<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L145" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="145"></td>
<td id="LC145" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_SEPARATOR] = <span class="pl-s"><span class="pl-pds">L"</span>Separator<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L146" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="146"></td>
<td id="LC146" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_F1] = <span class="pl-s"><span class="pl-pds">L"</span>F1<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L147" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="147"></td>
<td id="LC147" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_F2] = <span class="pl-s"><span class="pl-pds">L"</span>F2<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L148" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="148"></td>
<td id="LC148" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_F3] = <span class="pl-s"><span class="pl-pds">L"</span>F3<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L149" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="149"></td>
<td id="LC149" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_F4] = <span class="pl-s"><span class="pl-pds">L"</span>F4<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L150" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="150"></td>
<td id="LC150" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_F5] = <span class="pl-s"><span class="pl-pds">L"</span>F5<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L151" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="151"></td>
<td id="LC151" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_F6] = <span class="pl-s"><span class="pl-pds">L"</span>F6<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L152" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="152"></td>
<td id="LC152" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_F7] = <span class="pl-s"><span class="pl-pds">L"</span>F7<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L153" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="153"></td>
<td id="LC153" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_F8] = <span class="pl-s"><span class="pl-pds">L"</span>F8<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L154" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="154"></td>
<td id="LC154" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_F9] = <span class="pl-s"><span class="pl-pds">L"</span>F9<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L155" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="155"></td>
<td id="LC155" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_F10] = <span class="pl-s"><span class="pl-pds">L"</span>F10<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L156" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="156"></td>
<td id="LC156" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_F11] = <span class="pl-s"><span class="pl-pds">L"</span>F11<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L157" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="157"></td>
<td id="LC157" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_F12] = <span class="pl-s"><span class="pl-pds">L"</span>F12<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L158" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="158"></td>
<td id="LC158" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_F13] = <span class="pl-s"><span class="pl-pds">L"</span>F13<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L159" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="159"></td>
<td id="LC159" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_F14] = <span class="pl-s"><span class="pl-pds">L"</span>F14<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L160" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="160"></td>
<td id="LC160" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_F15] = <span class="pl-s"><span class="pl-pds">L"</span>F15<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L161" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="161"></td>
<td id="LC161" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_F16] = <span class="pl-s"><span class="pl-pds">L"</span>F16<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L162" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="162"></td>
<td id="LC162" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_F17] = <span class="pl-s"><span class="pl-pds">L"</span>F17<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L163" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="163"></td>
<td id="LC163" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_F18] = <span class="pl-s"><span class="pl-pds">L"</span>F18<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L164" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="164"></td>
<td id="LC164" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_F19] = <span class="pl-s"><span class="pl-pds">L"</span>F19<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L165" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="165"></td>
<td id="LC165" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_F20] = <span class="pl-s"><span class="pl-pds">L"</span>F20<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L166" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="166"></td>
<td id="LC166" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_F21] = <span class="pl-s"><span class="pl-pds">L"</span>F21<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L167" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="167"></td>
<td id="LC167" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_F22] = <span class="pl-s"><span class="pl-pds">L"</span>F22<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L168" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="168"></td>
<td id="LC168" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_F23] = <span class="pl-s"><span class="pl-pds">L"</span>F23<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L169" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="169"></td>
<td id="LC169" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_F24] = <span class="pl-s"><span class="pl-pds">L"</span>F24<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L170" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="170"></td>
<td id="LC170" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_NUMLOCK] = <span class="pl-s"><span class="pl-pds">L"</span>Num Lock<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L171" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="171"></td>
<td id="LC171" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_SCROLL] = <span class="pl-s"><span class="pl-pds">L"</span>Scroll Lock<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L172" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="172"></td>
<td id="LC172" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_LSHIFT] = <span class="pl-s"><span class="pl-pds">L"</span>Shift (Left)<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L173" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="173"></td>
<td id="LC173" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_RSHIFT] = <span class="pl-s"><span class="pl-pds">L"</span>Shift (Right)<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L174" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="174"></td>
<td id="LC174" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_LCONTROL] = <span class="pl-s"><span class="pl-pds">L"</span>Ctrl (Left)<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L175" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="175"></td>
<td id="LC175" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_RCONTROL] = <span class="pl-s"><span class="pl-pds">L"</span>Ctrl (Right)<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L176" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="176"></td>
<td id="LC176" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_LMENU] = <span class="pl-s"><span class="pl-pds">L"</span>Alt (Left)<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L177" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="177"></td>
<td id="LC177" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_RMENU] = <span class="pl-s"><span class="pl-pds">L"</span>Alt (Right)<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L178" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="178"></td>
<td id="LC178" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_BROWSER_BACK] = <span class="pl-s"><span class="pl-pds">L"</span>Browser Back<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L179" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="179"></td>
<td id="LC179" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_BROWSER_FORWARD] = <span class="pl-s"><span class="pl-pds">L"</span>Browser Forward<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L180" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="180"></td>
<td id="LC180" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_BROWSER_REFRESH] = <span class="pl-s"><span class="pl-pds">L"</span>Browser Refresh<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L181" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="181"></td>
<td id="LC181" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_BROWSER_STOP] = <span class="pl-s"><span class="pl-pds">L"</span>Browser Stop<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L182" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="182"></td>
<td id="LC182" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_BROWSER_SEARCH] = <span class="pl-s"><span class="pl-pds">L"</span>Browser Search<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L183" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="183"></td>
<td id="LC183" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_BROWSER_FAVORITES] = <span class="pl-s"><span class="pl-pds">L"</span>Browser Favorites<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L184" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="184"></td>
<td id="LC184" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_BROWSER_HOME] = <span class="pl-s"><span class="pl-pds">L"</span>Browser Home<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L185" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="185"></td>
<td id="LC185" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_VOLUME_MUTE] = <span class="pl-s"><span class="pl-pds">L"</span>Volume Mute<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L186" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="186"></td>
<td id="LC186" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_VOLUME_DOWN] = <span class="pl-s"><span class="pl-pds">L"</span>Volume Down<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L187" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="187"></td>
<td id="LC187" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_VOLUME_UP] = <span class="pl-s"><span class="pl-pds">L"</span>Volume Up<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L188" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="188"></td>
<td id="LC188" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_MEDIA_NEXT_TRACK] = <span class="pl-s"><span class="pl-pds">L"</span>Next Track<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L189" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="189"></td>
<td id="LC189" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_MEDIA_PREV_TRACK] = <span class="pl-s"><span class="pl-pds">L"</span>Previous Track<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L190" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="190"></td>
<td id="LC190" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_MEDIA_STOP] = <span class="pl-s"><span class="pl-pds">L"</span>Stop Media<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L191" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="191"></td>
<td id="LC191" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_MEDIA_PLAY_PAUSE] = <span class="pl-s"><span class="pl-pds">L"</span>Play/Pause Media<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L192" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="192"></td>
<td id="LC192" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_LAUNCH_MAIL] = <span class="pl-s"><span class="pl-pds">L"</span>Start Mail<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L193" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="193"></td>
<td id="LC193" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_LAUNCH_MEDIA_SELECT] = <span class="pl-s"><span class="pl-pds">L"</span>Select Media<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L194" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="194"></td>
<td id="LC194" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_LAUNCH_APP1] = <span class="pl-s"><span class="pl-pds">L"</span>Start App 1<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L195" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="195"></td>
<td id="LC195" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_LAUNCH_APP2] = <span class="pl-s"><span class="pl-pds">L"</span>Start App 2<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L196" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="196"></td>
<td id="LC196" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_PACKET] = <span class="pl-s"><span class="pl-pds">L"</span>Packet<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L197" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="197"></td>
<td id="LC197" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_ATTN] = <span class="pl-s"><span class="pl-pds">L"</span>Attn<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L198" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="198"></td>
<td id="LC198" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_CRSEL] = <span class="pl-s"><span class="pl-pds">L"</span>CrSel<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L199" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="199"></td>
<td id="LC199" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_EXSEL] = <span class="pl-s"><span class="pl-pds">L"</span>ExSel<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L200" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="200"></td>
<td id="LC200" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_EREOF] = <span class="pl-s"><span class="pl-pds">L"</span>Erase EOF<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L201" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="201"></td>
<td id="LC201" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_PLAY] = <span class="pl-s"><span class="pl-pds">L"</span>Play<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L202" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="202"></td>
<td id="LC202" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_ZOOM] = <span class="pl-s"><span class="pl-pds">L"</span>Zoom<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L203" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="203"></td>
<td id="LC203" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_PA1] = <span class="pl-s"><span class="pl-pds">L"</span>PA1<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L204" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="204"></td>
<td id="LC204" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_OEM_CLEAR] = <span class="pl-s"><span class="pl-pds">L"</span>Clear<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L205" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="205"></td>
<td id="LC205" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[<span class="pl-c1">0xFF</span>] = <span class="pl-s"><span class="pl-pds">L"</span>Undefined<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L206" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="206"></td>
<td id="LC206" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[CommonSharedConstants::VK_WIN_BOTH] = <span class="pl-s"><span class="pl-pds">L"</span>Win<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L207" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="207"></td>
<td id="LC207" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_KANA] = <span class="pl-s"><span class="pl-pds">L"</span>IME Kana<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L208" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="208"></td>
<td id="LC208" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_HANGEUL] = <span class="pl-s"><span class="pl-pds">L"</span>IME Hangeul<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L209" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="209"></td>
<td id="LC209" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_HANGUL] = <span class="pl-s"><span class="pl-pds">L"</span>IME Hangul<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L210" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="210"></td>
<td id="LC210" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_JUNJA] = <span class="pl-s"><span class="pl-pds">L"</span>IME Junja<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L211" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="211"></td>
<td id="LC211" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_FINAL] = <span class="pl-s"><span class="pl-pds">L"</span>IME Final<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L212" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="212"></td>
<td id="LC212" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_HANJA] = <span class="pl-s"><span class="pl-pds">L"</span>IME Hanja<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L213" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="213"></td>
<td id="LC213" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_KANJI] = <span class="pl-s"><span class="pl-pds">L"</span>IME Kanji<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L214" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="214"></td>
<td id="LC214" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_CONVERT] = <span class="pl-s"><span class="pl-pds">L"</span>IME Convert<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L215" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="215"></td>
<td id="LC215" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_NONCONVERT] = <span class="pl-s"><span class="pl-pds">L"</span>IME Non-Convert<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L216" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="216"></td>
<td id="LC216" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_ACCEPT] = <span class="pl-s"><span class="pl-pds">L"</span>IME Kana<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L217" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="217"></td>
<td id="LC217" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[VK_MODECHANGE] = <span class="pl-s"><span class="pl-pds">L"</span>IME Mode Change<span class="pl-pds">"</span></span>; </td>
</tr>
<tr class="border-0">
<td id="L218" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="218"></td>
<td id="LC218" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> keyboardLayoutMap[CommonSharedConstants::VK_DISABLED] = <span class="pl-s"><span class="pl-pds">L"</span>Disable<span class="pl-pds">"</span></span>; </td>
</tr>
</tbody></table>
</div>
</div>
<p></p>
<h2 dir="auto"><g-emoji class="g-emoji" alias="camera" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4f7.png">📷</g-emoji> Screenshots</h2>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/17161067/96111776-59672480-0eea-11eb-8353-842ac4aa79ad.png"><img src="https://user-images.githubusercontent.com/17161067/96111776-59672480-0eea-11eb-8353-842ac4aa79ad.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto"><em>Are there any useful screenshots? WinKey+Shift+S and then just paste them directly into the form</em></p> | <p dir="auto">When you share powerpoint presentation in sofware like zoom and want to use presenter mode with notes for yourself, you have only one option: use another monitor.<br>
I think it would be another great feature for PowerToys: it creates virtual monitor for PP that you can easily share in zoom or webex and still use presenter mode with notes for yourself.</p> | 0 |
<h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> This has already been asked to the <a href="https://github.com/celery/celery/discussions">discussions forum</a> first.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the relevant section in the<br>
<a href="http://docs.celeryproject.org/en/latest/contributing.html#other-bugs" rel="nofollow">contribution guide</a><br>
on reporting bugs.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Bug+Report%22+-label%3A%22Category%3A+Documentation%22">issues list</a><br>
for similar or identical bug reports.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/pulls?q=is%3Apr+label%3A%22PR+Type%3A+Bugfix%22+-label%3A%22Category%3A+Documentation%22">pull requests list</a><br>
for existing proposed fixes.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have checked the <a href="https://github.com/celery/celery/commits/master">commit log</a><br>
to find out if the bug was already fixed in the master branch.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included all related issues and possible duplicate issues<br>
in this issue (If there are none, check this box anyway).</li>
</ul>
<h2 dir="auto">Mandatory Debugging Information</h2>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the output of <code class="notranslate">celery -A proj report</code> in the issue.<br>
(if you are not able to do this, then at least specify the Celery<br>
version affected).</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the contents of <code class="notranslate">pip freeze</code> in the issue.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included all the versions of all the external dependencies required<br>
to reproduce this bug.</li>
</ul>
<h2 dir="auto">Optional Debugging Information</h2>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one Python version<br>
and/or implementation.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one message broker and/or<br>
result backend.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one version of the message<br>
broker and/or result backend.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one operating system.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one workers pool.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue with autoscaling, retries,<br>
ETA/Countdown & rate limits disabled.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue after downgrading<br>
and/or upgrading Celery and its dependencies.</li>
</ul>
<h2 dir="auto">Related Issues and Possible Duplicates</h2>
<h4 dir="auto">Related Issues</h4>
<ul dir="auto">
<li>None</li>
</ul>
<h4 dir="auto">Possible Duplicates</h4>
<ul dir="auto">
<li>None</li>
</ul>
<h2 dir="auto">Environment & Settings</h2>
<p dir="auto"><strong>Celery version</strong>: 5.2.0 (dawn-chorus)</p>
<details>
<summary><b><code class="notranslate">celery report</code> Output:</b></summary>
<p dir="auto">
</p><div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="software -> celery:5.2.0 (dawn-chorus) kombu:5.2.1 py:3.8.6
billiard:3.6.4.0 py-amqp:5.0.6
platform -> system:Darwin arch:64bit
kernel version:18.7.0 imp:CPython
loader -> celery.loaders.default.Loader
settings -> transport:amqp results:disabled
deprecated_settings: None
"><pre class="notranslate"><code class="notranslate">software -> celery:5.2.0 (dawn-chorus) kombu:5.2.1 py:3.8.6
billiard:3.6.4.0 py-amqp:5.0.6
platform -> system:Darwin arch:64bit
kernel version:18.7.0 imp:CPython
loader -> celery.loaders.default.Loader
settings -> transport:amqp results:disabled
deprecated_settings: None
</code></pre></div>
<p dir="auto"></p>
</details>
<h1 dir="auto">Steps to Reproduce</h1>
<ol dir="auto">
<li>create task.py with contents:</li>
</ol>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="@app.task(autoretry_for=(Exception,), retry_backoff=True, name="task", acks_late=True)
def task():
print("failing")
raise Exception()
if __name__ == '__main__':
task.apply_async(queue='task', expires=60)"><pre class="notranslate"><code class="notranslate">@app.task(autoretry_for=(Exception,), retry_backoff=True, name="task", acks_late=True)
def task():
print("failing")
raise Exception()
if __name__ == '__main__':
task.apply_async(queue='task', expires=60)
</code></pre></div>
<ol dir="auto">
<li>run <code class="notranslate">celery -A task worker -n task -Q task</code></li>
<li>run <code class="notranslate">python task.py</code></li>
</ol>
<h2 dir="auto">Required Dependencies</h2>
<ul dir="auto">
<li><strong>Minimal Python Version</strong>: 3.8.6</li>
<li><strong>Minimal Celery Version</strong>: 5.2.0</li>
<li><strong>Minimal Kombu Version</strong>: 5.2.1</li>
<li><strong>Minimal Broker Version</strong>: RabbitMQ 3.8.16</li>
<li><strong>Minimal Result Backend Version</strong>: N/A or Unknown</li>
<li><strong>Minimal OS and/or Kernel Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Broker Client Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Result Backend Client Version</strong>: N/A or Unknown</li>
</ul>
<h3 dir="auto">Python Packages</h3>
<details>
<summary><b><code class="notranslate">pip freeze</code> Output:</b></summary>
<p dir="auto">
</p><div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="amqp==5.0.6
billiard==3.6.4.0
celery==5.2.0
click==8.0.3
click-didyoumean==0.3.0
click-plugins==1.1.1
click-repl==0.2.0
kombu==5.2.1
prompt-toolkit==3.0.22
pytz==2021.3
redis==3.5.3
six==1.16.0
vine==5.0.0
wcwidth==0.2.5
"><pre class="notranslate"><code class="notranslate">amqp==5.0.6
billiard==3.6.4.0
celery==5.2.0
click==8.0.3
click-didyoumean==0.3.0
click-plugins==1.1.1
click-repl==0.2.0
kombu==5.2.1
prompt-toolkit==3.0.22
pytz==2021.3
redis==3.5.3
six==1.16.0
vine==5.0.0
wcwidth==0.2.5
</code></pre></div>
<p dir="auto"></p>
</details>
<h3 dir="auto">Other Dependencies</h3>
<details>
<p dir="auto">
N/A
</p>
</details>
<h2 dir="auto">Minimally Reproducible Test Case</h2>
<details>
<p dir="auto">
</p><div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="@app.task(autoretry_for=(Exception,), retry_backoff=True, name="task", acks_late=True)
def task():
print("failing")
raise Exception()
if __name__ == '__main__':
task.apply_async(queue='task', expires=60)"><pre class="notranslate"><span class="pl-en">@<span class="pl-s1">app</span>.<span class="pl-en">task</span>(<span class="pl-s1">autoretry_for</span><span class="pl-c1">=</span>(<span class="pl-v">Exception</span>,), <span class="pl-s1">retry_backoff</span><span class="pl-c1">=</span><span class="pl-c1">True</span>, <span class="pl-s1">name</span><span class="pl-c1">=</span><span class="pl-s">"task"</span>, <span class="pl-s1">acks_late</span><span class="pl-c1">=</span><span class="pl-c1">True</span>)</span>
<span class="pl-k">def</span> <span class="pl-en">task</span>():
<span class="pl-en">print</span>(<span class="pl-s">"failing"</span>)
<span class="pl-k">raise</span> <span class="pl-v">Exception</span>()
<span class="pl-k">if</span> <span class="pl-s1">__name__</span> <span class="pl-c1">==</span> <span class="pl-s">'__main__'</span>:
<span class="pl-s1">task</span>.<span class="pl-en">apply_async</span>(<span class="pl-s1">queue</span><span class="pl-c1">=</span><span class="pl-s">'task'</span>, <span class="pl-s1">expires</span><span class="pl-c1">=</span><span class="pl-c1">60</span>)</pre></div>
<p dir="auto"></p>
</details>
<h1 dir="auto">Expected Behavior</h1>
<p dir="auto">the task should run and fail 3 times</p>
<h1 dir="auto">Actual Behavior</h1>
<p dir="auto">the task runs and fails once, then the following error</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[2021-11-14 18:47:19,555: WARNING/ForkPoolWorker-2] Task task[01e23705-69eb-4021-82fa-7653611cd15f] reject requeue=False: '<' not supported between instances of 'str' and 'int'
Traceback (most recent call last):
File "/Users/pelegvia/.pyenv/versions/via-algo-maps3.8.6/lib/python3.8/site-packages/celery/app/autoretry.py", line 34, in run
return task._orig_run(*args, **kwargs)
File "/Users/pelegvia/workspace/task-manager/task.py", line 25, in task
raise Exception()
Exception
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/pelegvia/.pyenv/versions/via-algo-maps3.8.6/lib/python3.8/site-packages/celery/app/task.py", line 734, in retry
S.apply_async()
File "/Users/pelegvia/.pyenv/versions/via-algo-maps3.8.6/lib/python3.8/site-packages/celery/canvas.py", line 219, in apply_async
return _apply(args, kwargs, **options)
File "/Users/pelegvia/.pyenv/versions/via-algo-maps3.8.6/lib/python3.8/site-packages/celery/app/task.py", line 575, in apply_async
return app.send_task(
File "/Users/pelegvia/.pyenv/versions/via-algo-maps3.8.6/lib/python3.8/site-packages/celery/app/base.py", line 741, in send_task
if expires_s < 0:
TypeError: '<' not supported between instances of 'str' and 'int'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/pelegvia/.pyenv/versions/via-algo-maps3.8.6/lib/python3.8/site-packages/celery/app/trace.py", line 451, in trace_task
R = retval = fun(*args, **kwargs)
File "/Users/pelegvia/.pyenv/versions/via-algo-maps3.8.6/lib/python3.8/site-packages/celery/app/trace.py", line 734, in __protected_call__
return self.run(*args, **kwargs)
File "/Users/pelegvia/.pyenv/versions/via-algo-maps3.8.6/lib/python3.8/site-packages/celery/app/autoretry.py", line 54, in run
ret = task.retry(exc=exc, **retry_kwargs)
File "/Users/pelegvia/.pyenv/versions/via-algo-maps3.8.6/lib/python3.8/site-packages/celery/app/task.py", line 736, in retry
raise Reject(exc, requeue=False)
celery.exceptions.Reject: (TypeError("'<' not supported between instances of 'str' and 'int'"), False)"><pre class="notranslate"><code class="notranslate">[2021-11-14 18:47:19,555: WARNING/ForkPoolWorker-2] Task task[01e23705-69eb-4021-82fa-7653611cd15f] reject requeue=False: '<' not supported between instances of 'str' and 'int'
Traceback (most recent call last):
File "/Users/pelegvia/.pyenv/versions/via-algo-maps3.8.6/lib/python3.8/site-packages/celery/app/autoretry.py", line 34, in run
return task._orig_run(*args, **kwargs)
File "/Users/pelegvia/workspace/task-manager/task.py", line 25, in task
raise Exception()
Exception
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/pelegvia/.pyenv/versions/via-algo-maps3.8.6/lib/python3.8/site-packages/celery/app/task.py", line 734, in retry
S.apply_async()
File "/Users/pelegvia/.pyenv/versions/via-algo-maps3.8.6/lib/python3.8/site-packages/celery/canvas.py", line 219, in apply_async
return _apply(args, kwargs, **options)
File "/Users/pelegvia/.pyenv/versions/via-algo-maps3.8.6/lib/python3.8/site-packages/celery/app/task.py", line 575, in apply_async
return app.send_task(
File "/Users/pelegvia/.pyenv/versions/via-algo-maps3.8.6/lib/python3.8/site-packages/celery/app/base.py", line 741, in send_task
if expires_s < 0:
TypeError: '<' not supported between instances of 'str' and 'int'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/pelegvia/.pyenv/versions/via-algo-maps3.8.6/lib/python3.8/site-packages/celery/app/trace.py", line 451, in trace_task
R = retval = fun(*args, **kwargs)
File "/Users/pelegvia/.pyenv/versions/via-algo-maps3.8.6/lib/python3.8/site-packages/celery/app/trace.py", line 734, in __protected_call__
return self.run(*args, **kwargs)
File "/Users/pelegvia/.pyenv/versions/via-algo-maps3.8.6/lib/python3.8/site-packages/celery/app/autoretry.py", line 54, in run
ret = task.retry(exc=exc, **retry_kwargs)
File "/Users/pelegvia/.pyenv/versions/via-algo-maps3.8.6/lib/python3.8/site-packages/celery/app/task.py", line 736, in retry
raise Reject(exc, requeue=False)
celery.exceptions.Reject: (TypeError("'<' not supported between instances of 'str' and 'int'"), False)
</code></pre></div>
<h1 dir="auto">Notes</h1>
<p dir="auto">This does not happen on 5.1.2 only on 5.2.0</p> | <h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> This has already been asked to the <a href="https://groups.google.com/forum/#!forum/celery-users" rel="nofollow">discussion group</a> first.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have read the relevant section in the<br>
<a href="http://docs.celeryproject.org/en/latest/contributing.html#other-bugs" rel="nofollow">contribution guide</a><br>
on reporting bugs.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Bug+Report%22+-label%3A%22Category%3A+Documentation%22">issues list</a><br>
for similar or identical bug reports.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/pulls?q=is%3Apr+label%3A%22PR+Type%3A+Bugfix%22+-label%3A%22Category%3A+Documentation%22">pull requests list</a><br>
for existing proposed fixes.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/commits/master">commit log</a><br>
to find out if the bug was already fixed in the master branch.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included all related issues and possible duplicate issues<br>
in this issue (If there are none, check this box anyway).</li>
</ul>
<h2 dir="auto">Mandatory Debugging Information</h2>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the output of <code class="notranslate">celery -A proj report</code> in the issue.<br>
(if you are not able to do this, then at least specify the Celery<br>
version affected).</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the contents of <code class="notranslate">pip freeze</code> in the issue.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included all the versions of all the external dependencies required<br>
to reproduce this bug.</li>
</ul>
<h2 dir="auto">Optional Debugging Information</h2>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one Python version<br>
and/or implementation.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one message broker and/or<br>
result backend.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one version of the message<br>
broker and/or result backend.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have tried reproducing the issue on more than one operating system.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have tried reproducing the issue on more than one workers pool.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have tried reproducing the issue with autoscaling, retries,<br>
ETA/Countdown & rate limits disabled.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have tried reproducing the issue after downgrading<br>
and/or upgrading Celery and its dependencies.<br>
Confirmed to exist on at least celery 4.3.0 as well.</li>
</ul>
<h2 dir="auto">Related Issues and Possible Duplicates</h2>
<h4 dir="auto">Related Issues</h4>
<ul dir="auto">
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="196811344" data-permission-text="Title is private" data-url="https://github.com/celery/celery/issues/3709" data-hovercard-type="issue" data-hovercard-url="/celery/celery/issues/3709/hovercard" href="https://github.com/celery/celery/issues/3709">#3709</a> is related to error handling for chords, though this is more of an edge case in which the behavior is problematic, rather than just misalignment of docs and actual behavior.</li>
</ul>
<h4 dir="auto">Possible Duplicates</h4>
<ul dir="auto">
<li>There are several other issues that deal with chains-in-chords, e.g. <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="389429074" data-permission-text="Title is private" data-url="https://github.com/celery/celery/issues/5229" data-hovercard-type="issue" data-hovercard-url="/celery/celery/issues/5229/hovercard" href="https://github.com/celery/celery/issues/5229">#5229</a> seems similar, but nothing that addresses this exact problem. I don't think this duplicates them, but I haven't dug into the celery code enough to be sure that they aren't caused the the same underlying misbehavior in the redis backend.</li>
</ul>
<h2 dir="auto">Environment & Settings</h2>
<p dir="auto"><strong>Celery version</strong>: 4.4.6 (cliffs)</p>
<details>
<summary><b><code class="notranslate">celery report</code> Output:</b></summary>
<p dir="auto">
</p><div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="software -> celery:4.4.6 (cliffs) kombu:4.6.11 py:3.6.9
billiard:3.6.3.0 redis:3.5.3
platform -> system:Linux arch:64bit, ELF
kernel version:4.4.0-17763-Microsoft imp:CPython
loader -> celery.loaders.app.AppLoader
settings -> transport:redis results:redis://localhost:6379/
broker_url: 'redis://localhost:6379//'
result_backend: 'redis://localhost:6379/'"><pre class="notranslate"><code class="notranslate">software -> celery:4.4.6 (cliffs) kombu:4.6.11 py:3.6.9
billiard:3.6.3.0 redis:3.5.3
platform -> system:Linux arch:64bit, ELF
kernel version:4.4.0-17763-Microsoft imp:CPython
loader -> celery.loaders.app.AppLoader
settings -> transport:redis results:redis://localhost:6379/
broker_url: 'redis://localhost:6379//'
result_backend: 'redis://localhost:6379/'
</code></pre></div>
<p dir="auto"></p>
</details>
<h1 dir="auto">Steps to Reproduce</h1>
<h2 dir="auto">Required Dependencies</h2>
<p dir="auto">Not sure that any of these are minimal, but I'll include what I can test locally:</p>
<ul dir="auto">
<li><strong>Minimal Python Version</strong>: 3.6</li>
<li><strong>Minimal Celery Version</strong>: 4.3</li>
<li><strong>Minimal Kombu Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Broker Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Result Backend Version</strong>: 6.0.4</li>
<li><strong>Minimal OS and/or Kernel Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Broker Client Version</strong>: N/A or Unknown</li>
<li><strong>Minimal Result Backend Client Version</strong>: N/A or Unknown</li>
</ul>
<h3 dir="auto">Python Packages</h3>
<details>
<summary><b><code class="notranslate">pip freeze</code> Output:</b></summary>
<p dir="auto">
</p><div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="amqp==2.6.0
billiard==3.6.3.0
celery==4.4.6
future==0.18.2
importlib-metadata==1.7.0
kombu==4.6.11
pkg-resources==0.0.0
pytz==2020.1
redis==3.5.3
vine==1.3.0
zipp==3.1.0"><pre class="notranslate"><code class="notranslate">amqp==2.6.0
billiard==3.6.3.0
celery==4.4.6
future==0.18.2
importlib-metadata==1.7.0
kombu==4.6.11
pkg-resources==0.0.0
pytz==2020.1
redis==3.5.3
vine==1.3.0
zipp==3.1.0
</code></pre></div>
<p dir="auto"></p>
</details>
<h3 dir="auto">Other Dependencies</h3>
<details>
<p dir="auto">
</p><p dir="auto">Output of <code class="notranslate">redis-server --version</code>, in case it's useful:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Redis server v=6.0.4 sha=00000000:0 malloc=jemalloc-5.1.0 bits=64 build=d5d470262d47f1a0"><pre class="notranslate"><code class="notranslate">Redis server v=6.0.4 sha=00000000:0 malloc=jemalloc-5.1.0 bits=64 build=d5d470262d47f1a0
</code></pre></div>
<p dir="auto"></p>
</details>
<h2 dir="auto">Minimally Reproducible Test Case</h2>
<details>
<p dir="auto">
Basic test case below. I'm still working on converting this to an integration test for your test suite.
</p><div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from celery import Celery
app = Celery('task_fail', backend='redis://localhost:6379', broker='redis://localhost:6379')
@app.task
def simple_pass():
print("Passing")
pass
@app.task
def simple_fail():
print("Failing!")
raise Exception('Fail!')
@app.task
def record_failure(*args, **kwargs):
print(f'Fail with args={args}, kwargs={kwargs}')
if __name__ == "__main__":
from celery import chord
# Test 1: Passes - When the chain fails at the end, the failure logic on
# the chord is executed.
try:
chain = simple_pass.si() | simple_fail.si()
~chord([simple_pass.si(), chain],
simple_pass.si().on_error(record_failure.s(test="test_1")))
except Exception:
print("Test 1 worked")
# Test 2: Fails - When the chain has an intermediate exception, the failure
# logic on the chord is not executed & the client simply hangs.
try:
chain = simple_pass.si() | simple_fail.si() | simple_pass.si()
~chord([simple_pass.si(), chain],
simple_pass.si().on_error(record_failure.s(test="test_2")))
except Exception:
print("Test 2 worked")"><pre class="notranslate"><span class="pl-k">from</span> <span class="pl-s1">celery</span> <span class="pl-k">import</span> <span class="pl-v">Celery</span>
<span class="pl-s1">app</span> <span class="pl-c1">=</span> <span class="pl-v">Celery</span>(<span class="pl-s">'task_fail'</span>, <span class="pl-s1">backend</span><span class="pl-c1">=</span><span class="pl-s">'redis://localhost:6379'</span>, <span class="pl-s1">broker</span><span class="pl-c1">=</span><span class="pl-s">'redis://localhost:6379'</span>)
<span class="pl-en">@<span class="pl-s1">app</span>.<span class="pl-s1">task</span></span>
<span class="pl-k">def</span> <span class="pl-en">simple_pass</span>():
<span class="pl-en">print</span>(<span class="pl-s">"Passing"</span>)
<span class="pl-k">pass</span>
<span class="pl-en">@<span class="pl-s1">app</span>.<span class="pl-s1">task</span></span>
<span class="pl-k">def</span> <span class="pl-en">simple_fail</span>():
<span class="pl-en">print</span>(<span class="pl-s">"Failing!"</span>)
<span class="pl-k">raise</span> <span class="pl-v">Exception</span>(<span class="pl-s">'Fail!'</span>)
<span class="pl-en">@<span class="pl-s1">app</span>.<span class="pl-s1">task</span></span>
<span class="pl-k">def</span> <span class="pl-en">record_failure</span>(<span class="pl-c1">*</span><span class="pl-s1">args</span>, <span class="pl-c1">**</span><span class="pl-s1">kwargs</span>):
<span class="pl-en">print</span>(<span class="pl-s">f'Fail with args=<span class="pl-s1"><span class="pl-kos">{</span><span class="pl-s1">args</span><span class="pl-kos">}</span></span>, kwargs=<span class="pl-s1"><span class="pl-kos">{</span><span class="pl-s1">kwargs</span><span class="pl-kos">}</span></span>'</span>)
<span class="pl-k">if</span> <span class="pl-s1">__name__</span> <span class="pl-c1">==</span> <span class="pl-s">"__main__"</span>:
<span class="pl-k">from</span> <span class="pl-s1">celery</span> <span class="pl-k">import</span> <span class="pl-s1">chord</span>
<span class="pl-c"># Test 1: Passes - When the chain fails at the end, the failure logic on</span>
<span class="pl-c"># the chord is executed.</span>
<span class="pl-k">try</span>:
<span class="pl-s1">chain</span> <span class="pl-c1">=</span> <span class="pl-s1">simple_pass</span>.<span class="pl-en">si</span>() <span class="pl-c1">|</span> <span class="pl-s1">simple_fail</span>.<span class="pl-en">si</span>()
<span class="pl-c1">~</span><span class="pl-en">chord</span>([<span class="pl-s1">simple_pass</span>.<span class="pl-en">si</span>(), <span class="pl-s1">chain</span>],
<span class="pl-s1">simple_pass</span>.<span class="pl-en">si</span>().<span class="pl-en">on_error</span>(<span class="pl-s1">record_failure</span>.<span class="pl-en">s</span>(<span class="pl-s1">test</span><span class="pl-c1">=</span><span class="pl-s">"test_1"</span>)))
<span class="pl-k">except</span> <span class="pl-v">Exception</span>:
<span class="pl-en">print</span>(<span class="pl-s">"Test 1 worked"</span>)
<span class="pl-c"># Test 2: Fails - When the chain has an intermediate exception, the failure</span>
<span class="pl-c"># logic on the chord is not executed & the client simply hangs.</span>
<span class="pl-k">try</span>:
<span class="pl-s1">chain</span> <span class="pl-c1">=</span> <span class="pl-s1">simple_pass</span>.<span class="pl-en">si</span>() <span class="pl-c1">|</span> <span class="pl-s1">simple_fail</span>.<span class="pl-en">si</span>() <span class="pl-c1">|</span> <span class="pl-s1">simple_pass</span>.<span class="pl-en">si</span>()
<span class="pl-c1">~</span><span class="pl-en">chord</span>([<span class="pl-s1">simple_pass</span>.<span class="pl-en">si</span>(), <span class="pl-s1">chain</span>],
<span class="pl-s1">simple_pass</span>.<span class="pl-en">si</span>().<span class="pl-en">on_error</span>(<span class="pl-s1">record_failure</span>.<span class="pl-en">s</span>(<span class="pl-s1">test</span><span class="pl-c1">=</span><span class="pl-s">"test_2"</span>)))
<span class="pl-k">except</span> <span class="pl-v">Exception</span>:
<span class="pl-en">print</span>(<span class="pl-s">"Test 2 worked"</span>)</pre></div>
<p dir="auto">Note that the only difference between test 1 and test 2 is that test 2 add the <code class="notranslate">simple_pass.si()</code> call to the end of the chain. That seems to be enough to trigger this error.</p>
<p dir="auto"></p>
</details>
<h1 dir="auto">Expected Behavior</h1>
<p dir="auto">Test 2 should behave the same way that Test 1 does. Output of Test 1, with some simplification:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[2020-07-10 15:28:52,940: INFO/MainProcess] Received task: task_fail.simple_pass[65241973-d598-4bbe-a0c8-1f86694c9f33]
[2020-07-10 15:28:52,945: WARNING/ForkPoolWorker-8] Passing
[2020-07-10 15:28:52,954: INFO/ForkPoolWorker-8] Task task_fail.simple_pass[65241973-d598-4bbe-a0c8-1f86694c9f33] succeeded in 0.008173699956387281s: None
[2020-07-10 15:28:52,967: INFO/MainProcess] Received task: task_fail.simple_pass[fc15c163-0616-4b87-94c3-2c1b225f2e0e]
[2020-07-10 15:28:52,972: WARNING/ForkPoolWorker-8] Passing
[2020-07-10 15:28:52,985: INFO/ForkPoolWorker-8] Task task_fail.simple_pass[fc15c163-0616-4b87-94c3-2c1b225f2e0e] succeeded in 0.013192899990826845s: None
[2020-07-10 15:28:52,985: INFO/MainProcess] Received task: task_fail.simple_fail[0b0a3925-7ea8-4423-8e87-3a9f00d5c967]
[2020-07-10 15:28:52,992: WARNING/ForkPoolWorker-8] Failing!
[2020-07-10 15:28:53,010: ERROR/ForkPoolWorker-8] Chord callback for '76840678-80a3-4915-96b8-04c135ecb237' raised: ChordError("Dependency 0b0a3925-7ea8-4423-8e87-3a9f00d5c967 raised Exception('Fail!',)",)
Traceback (most recent call last):
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/app/trace.py", line 412, in trace_task
R = retval = fun(*args, **kwargs)
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/app/trace.py", line 704, in __protected_call__
return self.run(*args, **kwargs)
File "~/celery/task_fail.py", line 13, in simple_fail
raise Exception('Fail!')
Exception: Fail!
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/backends/redis.py", line 449, in on_chord_part_return
callback.delay([unpack(tup, decode) for tup in resl])
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/backends/redis.py", line 449, in <listcomp>
callback.delay([unpack(tup, decode) for tup in resl])
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/backends/redis.py", line 402, in _unpack_chord_result
raise ChordError('Dependency {0} raised {1!r}'.format(tid, retval))
celery.exceptions.ChordError: Dependency 0b0a3925-7ea8-4423-8e87-3a9f00d5c967 raised Exception('Fail!',)
[2020-07-10 15:28:53,022: INFO/MainProcess] Received task: task_fail.record_failure[5f264f5d-a330-4f01-9274-662474d31a8f]
[2020-07-10 15:28:53,026: ERROR/ForkPoolWorker-8] Task task_fail.simple_fail[0b0a3925-7ea8-4423-8e87-3a9f00d5c967] raised unexpected: Exception('Fail!',)
Traceback (most recent call last):
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/app/trace.py", line 412, in trace_task
R = retval = fun(*args, **kwargs)
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/app/trace.py", line 704, in __protected_call__
return self.run(*args, **kwargs)
File "~/celery/task_fail.py", line 13, in simple_fail
raise Exception('Fail!')
Exception: Fail![2020-07-10 15:28:53,028: WARNING/ForkPoolWorker-1] Fail with args=('bc3aeb74-68c1-40e9-9c55-be9fb7860786',), kwargs={'test': 'test_1'}
[2020-07-10 15:28:53,036: INFO/ForkPoolWorker-1] Task task_fail.record_failure[5f264f5d-a330-4f01-9274-662474d31a8f] succeeded in 0.007674199994653463s: None"><pre class="notranslate"><code class="notranslate">[2020-07-10 15:28:52,940: INFO/MainProcess] Received task: task_fail.simple_pass[65241973-d598-4bbe-a0c8-1f86694c9f33]
[2020-07-10 15:28:52,945: WARNING/ForkPoolWorker-8] Passing
[2020-07-10 15:28:52,954: INFO/ForkPoolWorker-8] Task task_fail.simple_pass[65241973-d598-4bbe-a0c8-1f86694c9f33] succeeded in 0.008173699956387281s: None
[2020-07-10 15:28:52,967: INFO/MainProcess] Received task: task_fail.simple_pass[fc15c163-0616-4b87-94c3-2c1b225f2e0e]
[2020-07-10 15:28:52,972: WARNING/ForkPoolWorker-8] Passing
[2020-07-10 15:28:52,985: INFO/ForkPoolWorker-8] Task task_fail.simple_pass[fc15c163-0616-4b87-94c3-2c1b225f2e0e] succeeded in 0.013192899990826845s: None
[2020-07-10 15:28:52,985: INFO/MainProcess] Received task: task_fail.simple_fail[0b0a3925-7ea8-4423-8e87-3a9f00d5c967]
[2020-07-10 15:28:52,992: WARNING/ForkPoolWorker-8] Failing!
[2020-07-10 15:28:53,010: ERROR/ForkPoolWorker-8] Chord callback for '76840678-80a3-4915-96b8-04c135ecb237' raised: ChordError("Dependency 0b0a3925-7ea8-4423-8e87-3a9f00d5c967 raised Exception('Fail!',)",)
Traceback (most recent call last):
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/app/trace.py", line 412, in trace_task
R = retval = fun(*args, **kwargs)
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/app/trace.py", line 704, in __protected_call__
return self.run(*args, **kwargs)
File "~/celery/task_fail.py", line 13, in simple_fail
raise Exception('Fail!')
Exception: Fail!
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/backends/redis.py", line 449, in on_chord_part_return
callback.delay([unpack(tup, decode) for tup in resl])
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/backends/redis.py", line 449, in <listcomp>
callback.delay([unpack(tup, decode) for tup in resl])
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/backends/redis.py", line 402, in _unpack_chord_result
raise ChordError('Dependency {0} raised {1!r}'.format(tid, retval))
celery.exceptions.ChordError: Dependency 0b0a3925-7ea8-4423-8e87-3a9f00d5c967 raised Exception('Fail!',)
[2020-07-10 15:28:53,022: INFO/MainProcess] Received task: task_fail.record_failure[5f264f5d-a330-4f01-9274-662474d31a8f]
[2020-07-10 15:28:53,026: ERROR/ForkPoolWorker-8] Task task_fail.simple_fail[0b0a3925-7ea8-4423-8e87-3a9f00d5c967] raised unexpected: Exception('Fail!',)
Traceback (most recent call last):
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/app/trace.py", line 412, in trace_task
R = retval = fun(*args, **kwargs)
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/app/trace.py", line 704, in __protected_call__
return self.run(*args, **kwargs)
File "~/celery/task_fail.py", line 13, in simple_fail
raise Exception('Fail!')
Exception: Fail![2020-07-10 15:28:53,028: WARNING/ForkPoolWorker-1] Fail with args=('bc3aeb74-68c1-40e9-9c55-be9fb7860786',), kwargs={'test': 'test_1'}
[2020-07-10 15:28:53,036: INFO/ForkPoolWorker-1] Task task_fail.record_failure[5f264f5d-a330-4f01-9274-662474d31a8f] succeeded in 0.007674199994653463s: None
</code></pre></div>
<p dir="auto">The most important thing to notice here is that the <code class="notranslate">record_failure</code> task is called & logs the failure, including the ID of the failing task. I expect this behavior to occur in both cases.</p>
<h1 dir="auto">Actual Behavior</h1>
<p dir="auto">The output of the worker on Test 2 is:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[2020-07-10 15:28:55,039: INFO/MainProcess] Received task: task_fail.simple_pass[5779ce6a-64af-40ea-9b26-8ff3bdad348d]
[2020-07-10 15:28:55,050: INFO/MainProcess] Received task: task_fail.simple_pass[39469dfa-401c-45f0-9314-5849f6e7ca5f]
[2020-07-10 15:28:55,051: WARNING/ForkPoolWorker-8] Passing
[2020-07-10 15:28:55,051: WARNING/ForkPoolWorker-1] Passing
[2020-07-10 15:28:55,058: INFO/ForkPoolWorker-8] Task task_fail.simple_pass[5779ce6a-64af-40ea-9b26-8ff3bdad348d] succeeded in 0.007474799989722669s: None
[2020-07-10 15:28:55,062: INFO/ForkPoolWorker-1] Task task_fail.simple_pass[39469dfa-401c-45f0-9314-5849f6e7ca5f] succeeded in 0.010612400015816092s: None
[2020-07-10 15:28:55,069: INFO/MainProcess] Received task: task_fail.simple_fail[2fead196-cfe2-4ce5-896f-303c2f9970e2]
[2020-07-10 15:28:55,073: WARNING/ForkPoolWorker-8] Failing!
[2020-07-10 15:28:55,081: ERROR/ForkPoolWorker-8] Task task_fail.simple_fail[2fead196-cfe2-4ce5-896f-303c2f9970e2] raised unexpected: Exception('Fail!',)
Traceback (most recent call last):
File "/home/crawjor/test/celery/celery.venv/lib/python3.6/site-packages/celery/app/trace.py", line 412, in trace_task
R = retval = fun(*args, **kwargs)
File "/home/crawjor/test/celery/celery.venv/lib/python3.6/site-packages/celery/app/trace.py", line 704, in __protected_call__
return self.run(*args, **kwargs)
File "/home/crawjor/test/celery/task_fail.py", line 13, in simple_fail
raise Exception('Fail!')
Exception: Fail!"><pre class="notranslate"><code class="notranslate">[2020-07-10 15:28:55,039: INFO/MainProcess] Received task: task_fail.simple_pass[5779ce6a-64af-40ea-9b26-8ff3bdad348d]
[2020-07-10 15:28:55,050: INFO/MainProcess] Received task: task_fail.simple_pass[39469dfa-401c-45f0-9314-5849f6e7ca5f]
[2020-07-10 15:28:55,051: WARNING/ForkPoolWorker-8] Passing
[2020-07-10 15:28:55,051: WARNING/ForkPoolWorker-1] Passing
[2020-07-10 15:28:55,058: INFO/ForkPoolWorker-8] Task task_fail.simple_pass[5779ce6a-64af-40ea-9b26-8ff3bdad348d] succeeded in 0.007474799989722669s: None
[2020-07-10 15:28:55,062: INFO/ForkPoolWorker-1] Task task_fail.simple_pass[39469dfa-401c-45f0-9314-5849f6e7ca5f] succeeded in 0.010612400015816092s: None
[2020-07-10 15:28:55,069: INFO/MainProcess] Received task: task_fail.simple_fail[2fead196-cfe2-4ce5-896f-303c2f9970e2]
[2020-07-10 15:28:55,073: WARNING/ForkPoolWorker-8] Failing!
[2020-07-10 15:28:55,081: ERROR/ForkPoolWorker-8] Task task_fail.simple_fail[2fead196-cfe2-4ce5-896f-303c2f9970e2] raised unexpected: Exception('Fail!',)
Traceback (most recent call last):
File "/home/crawjor/test/celery/celery.venv/lib/python3.6/site-packages/celery/app/trace.py", line 412, in trace_task
R = retval = fun(*args, **kwargs)
File "/home/crawjor/test/celery/celery.venv/lib/python3.6/site-packages/celery/app/trace.py", line 704, in __protected_call__
return self.run(*args, **kwargs)
File "/home/crawjor/test/celery/task_fail.py", line 13, in simple_fail
raise Exception('Fail!')
Exception: Fail!
</code></pre></div>
<p dir="auto">Then no more progress is made. Note that neither the error handler nor the callback is ever invoked, despite the chain failing (which should trigger failure handlers in the chord).</p>
<p dir="auto">The client side also hangs waiting on redis:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="File "task_fail.py", line 40, in <module>
simple_pass.si().on_error(record_failure.s(test="test_2")))
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/canvas.py", line 475, in __invert__
return self.apply_async().get()
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/result.py", line 237, in get
on_message=on_message,
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/backends/asynchronous.py", line 200, in wait_for_pending
for _ in self._wait_for_pending(result, **kwargs):
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/backends/asynchronous.py", line 268, in _wait_for_pending
on_interval=on_interval):
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/backends/asynchronous.py", line 55, in drain_events_until
yield self.wait_for(p, wait, timeout=interval)
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/backends/asynchronous.py", line 64, in wait_for
wait(timeout=timeout)
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/backends/redis.py", line 161, in drain_events
message = self._pubsub.get_message(timeout=timeout)
File "~/celery/celery.venv/lib/python3.6/site-packages/redis/client.py", line 3617, in get_message
response = self.parse_response(block=False, timeout=timeout)
File "~/celery/celery.venv/lib/python3.6/site-packages/redis/client.py", line 3503, in parse_response
if not block and not conn.can_read(timeout=timeout):
File "~/celery/celery.venv/lib/python3.6/site-packages/redis/connection.py", line 734, in can_read
return self._parser.can_read(timeout)
File "~/celery/celery.venv/lib/python3.6/site-packages/redis/connection.py", line 321, in can_read
return self._buffer and self._buffer.can_read(timeout)
File "~/celery/celery.venv/lib/python3.6/site-packages/redis/connection.py", line 231, in can_read
raise_on_timeout=False)
File "~/celery/celery.venv/lib/python3.6/site-packages/redis/connection.py", line 198, in _read_from_socket
data = recv(self._sock, socket_read_size)
File "~/celery/celery.venv/lib/python3.6/site-packages/redis/_compat.py", line 72, in recv"><pre class="notranslate"><code class="notranslate">File "task_fail.py", line 40, in <module>
simple_pass.si().on_error(record_failure.s(test="test_2")))
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/canvas.py", line 475, in __invert__
return self.apply_async().get()
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/result.py", line 237, in get
on_message=on_message,
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/backends/asynchronous.py", line 200, in wait_for_pending
for _ in self._wait_for_pending(result, **kwargs):
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/backends/asynchronous.py", line 268, in _wait_for_pending
on_interval=on_interval):
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/backends/asynchronous.py", line 55, in drain_events_until
yield self.wait_for(p, wait, timeout=interval)
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/backends/asynchronous.py", line 64, in wait_for
wait(timeout=timeout)
File "~/celery/celery.venv/lib/python3.6/site-packages/celery/backends/redis.py", line 161, in drain_events
message = self._pubsub.get_message(timeout=timeout)
File "~/celery/celery.venv/lib/python3.6/site-packages/redis/client.py", line 3617, in get_message
response = self.parse_response(block=False, timeout=timeout)
File "~/celery/celery.venv/lib/python3.6/site-packages/redis/client.py", line 3503, in parse_response
if not block and not conn.can_read(timeout=timeout):
File "~/celery/celery.venv/lib/python3.6/site-packages/redis/connection.py", line 734, in can_read
return self._parser.can_read(timeout)
File "~/celery/celery.venv/lib/python3.6/site-packages/redis/connection.py", line 321, in can_read
return self._buffer and self._buffer.can_read(timeout)
File "~/celery/celery.venv/lib/python3.6/site-packages/redis/connection.py", line 231, in can_read
raise_on_timeout=False)
File "~/celery/celery.venv/lib/python3.6/site-packages/redis/connection.py", line 198, in _read_from_socket
data = recv(self._sock, socket_read_size)
File "~/celery/celery.venv/lib/python3.6/site-packages/redis/_compat.py", line 72, in recv
</code></pre></div>
<p dir="auto">There are no active, revoked, scheduled, or reserved tasks, and the queue is empty:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="~/celery$ celery -A task_fail inspect active
-> celery: OK
- empty -
~/celery$ celery -A task_fail inspect scheduled
-> celery: OK
- empty -
~/celery$ celery -A task_fail inspect revoked
-> celery: OK
- empty -
~/celery$ celery -A task_fail inspect reserved
-> celery: OK
- empty -"><pre class="notranslate"><code class="notranslate">~/celery$ celery -A task_fail inspect active
-> celery: OK
- empty -
~/celery$ celery -A task_fail inspect scheduled
-> celery: OK
- empty -
~/celery$ celery -A task_fail inspect revoked
-> celery: OK
- empty -
~/celery$ celery -A task_fail inspect reserved
-> celery: OK
- empty -
</code></pre></div> | 0 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question"><pre class="notranslate"><code class="notranslate">[ x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
</code></pre></div>
<p dir="auto"><strong>Current behavior</strong><br>
I have a child aux route:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const routes = [
{
path: 'first',
component: FirstComponent,
children: [
{
path: 'add-groups',
outlet: 'aside',
component: AsideComponent
}
]
];"><pre class="notranslate"><code class="notranslate">const routes = [
{
path: 'first',
component: FirstComponent,
children: [
{
path: 'add-groups',
outlet: 'aside',
component: AsideComponent
}
]
];
</code></pre></div>
<p dir="auto">Aux component has a close button that works only when parent's params are set to navigate method like that:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" this.router.navigate([this.route.parent.snapshot.params, {outlets: {aside: null}}]);"><pre class="notranslate"><code class="notranslate"> this.router.navigate([this.route.parent.snapshot.params, {outlets: {aside: null}}]);
</code></pre></div>
<p dir="auto">and doesn't work like:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" this.router.navigate([{outlets: {aside: null}}]);"><pre class="notranslate"><code class="notranslate"> this.router.navigate([{outlets: {aside: null}}]);
</code></pre></div>
<p dir="auto"><strong>Expected behavior</strong><br>
Expect this.router.navigate([{outlets: {aside: null}}]); will close the aux</p>
<p dir="auto"><strong>Minimal reproduction of the problem with instructions</strong><br>
<a href="https://plnkr.co/edit/kA434H7u5mJbiB7vvkCQ" rel="nofollow">https://plnkr.co/edit/kA434H7u5mJbiB7vvkCQ</a></p>
<p dir="auto"><strong>What is the motivation / use case for changing the behavior?</strong><br>
Use aux routing</p>
<p dir="auto"><strong>Please tell us about your environment:</strong><br>
Mac OS</p>
<ul dir="auto">
<li>
<p dir="auto"><strong>Angular version:</strong> 2.0.X<br>
2.4.8</p>
</li>
<li>
<p dir="auto"><strong>Browser:</strong> [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]<br>
All</p>
</li>
<li>
<p dir="auto"><strong>Language:</strong> [all | TypeScript X.X | ES6/7 | ES5]<br>
TypeScript</p>
</li>
<li>
<p dir="auto"><strong>Node (for AoT issues):</strong> <code class="notranslate">node --version</code> =</p>
</li>
</ul> | <p dir="auto"><strong>I'm submitting a ...</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[X] bug report"><pre class="notranslate"><code class="notranslate">[X] bug report
</code></pre></div>
<p dir="auto"><strong>Current behavior</strong></p>
<p dir="auto">I have some routes like:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const routes = [
{ path: "", component: HomeComponent, pathMatch: "full" },
{ path: "profile", component: ProfileComponent },
{ path: "menu", component: MenuComponent, outlet: "sidebar" },
];"><pre class="notranslate"><span class="pl-k">const</span> <span class="pl-s1">routes</span> <span class="pl-c1">=</span> <span class="pl-kos">[</span>
<span class="pl-kos">{</span> <span class="pl-c1">path</span>: <span class="pl-s">""</span><span class="pl-kos">,</span> <span class="pl-c1">component</span>: <span class="pl-smi">HomeComponent</span><span class="pl-kos">,</span> <span class="pl-c1">pathMatch</span>: <span class="pl-s">"full"</span> <span class="pl-kos">}</span><span class="pl-kos">,</span>
<span class="pl-kos">{</span> <span class="pl-c1">path</span>: <span class="pl-s">"profile"</span><span class="pl-kos">,</span> <span class="pl-c1">component</span>: <span class="pl-smi">ProfileComponent</span> <span class="pl-kos">}</span><span class="pl-kos">,</span>
<span class="pl-kos">{</span> <span class="pl-c1">path</span>: <span class="pl-s">"menu"</span><span class="pl-kos">,</span> <span class="pl-c1">component</span>: <span class="pl-smi">MenuComponent</span><span class="pl-kos">,</span> <span class="pl-c1">outlet</span>: <span class="pl-s">"sidebar"</span> <span class="pl-kos">}</span><span class="pl-kos">,</span>
<span class="pl-kos">]</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">When the route <code class="notranslate">http://localhost/(sidebar:menu)</code> is open, then I'm able to remove the named outlet and go to <code class="notranslate">http://localhost/</code> by clicking an anchor like the following:</p>
<div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<a [routerLink]="['', {outlets: {sidebar: null}}]">
Close
</a>"><pre class="notranslate"><span class="pl-kos"><</span><span class="pl-ent">a</span> <span class="pl-c1">[routerLink]</span>="<span class="pl-s">['', {outlets: {sidebar: null}}]</span>"<span class="pl-kos">></span>
Close
<span class="pl-kos"></</span><span class="pl-ent">a</span><span class="pl-kos">></span></pre></div>
<p dir="auto">What doesn't work is navigating away from the sidebar <strong>and also</strong> going to another route like <code class="notranslate">http://localhost/profile</code>.</p>
<div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<a [routerLink]="['/profile', {outlets: {sidebar: null}}]">
Close
</a>"><pre class="notranslate"><span class="pl-kos"><</span><span class="pl-ent">a</span> <span class="pl-c1">[routerLink]</span>="<span class="pl-s">['/profile', {outlets: {sidebar: null}}]</span>"<span class="pl-kos">></span>
Close
<span class="pl-kos"></</span><span class="pl-ent">a</span><span class="pl-kos">></span></pre></div>
<p dir="auto">The link that is rendered is <code class="notranslate">http://localhost:3971/profile(sidebar:menu)</code></p>
<p dir="auto"><strong>Expected behavior</strong></p>
<p dir="auto">The link that should be rendered is <code class="notranslate">http://localhost:3971/profile</code>.</p>
<p dir="auto"><strong>Repro</strong></p>
<p dir="auto"><a href="https://github.com/tinchou/router-repro">https://github.com/tinchou/router-repro</a></p>
<p dir="auto"><strong>Please tell us about your environment:</strong></p>
<p dir="auto">Windows 10, Visual Studio 2017</p>
<ul dir="auto">
<li>
<p dir="auto"><strong>Angular version:</strong> 2.3.1 (didn't work with 2.1.0 either)</p>
</li>
<li>
<p dir="auto"><strong>Browser:</strong> all</p>
</li>
<li>
<p dir="auto"><strong>Language:</strong> TypeScript 2.0.10</p>
</li>
</ul> | 1 |
<h3 dir="auto">Current Behavior:</h3>
<p dir="auto">Self signed certificate in chain after upgrading to npm 7 from npm 6 latest.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="npm WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning SELF_SIGNED_CERT_IN_CHAIN: request to https://registry.npmjs.org/@babel%2fparser failed, reason: self signed certificate in certificate chain
npm WARN registry Using stale data from https://registry.npmjs.org/ due to a request error during revalidation.
npm ERR! code SELF_SIGNED_CERT_IN_CHAIN
npm ERR! errno SELF_SIGNED_CERT_IN_CHAIN
npm ERR! request to https://registry.npmjs.org/@changesets%2fcli failed, reason: self signed certificate in certificate chain
npm ERR! A complete log of this run can be found in:"><pre lang="text" class="notranslate"><code class="notranslate">npm WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning SELF_SIGNED_CERT_IN_CHAIN: request to https://registry.npmjs.org/@babel%2fparser failed, reason: self signed certificate in certificate chain
npm WARN registry Using stale data from https://registry.npmjs.org/ due to a request error during revalidation.
npm ERR! code SELF_SIGNED_CERT_IN_CHAIN
npm ERR! errno SELF_SIGNED_CERT_IN_CHAIN
npm ERR! request to https://registry.npmjs.org/@changesets%2fcli failed, reason: self signed certificate in certificate chain
npm ERR! A complete log of this run can be found in:
</code></pre></div>
<p dir="auto">npm config list</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="; "user" config from /Users/joren/.npmrc
@foo:registry = "https://foo.net/api/npm/"
//foo.net/api/npm/:_authToken = (protected)
cafile = "/Users/joren/certs/foo.ca-bundle"
https_proxy = "http://localhost:3128"
proxy = "http://localhost:3128/"
registry = "https://foo.net/api/npm/"
strict-ssl = true
; "cli" config from command line options
omit = []
user-agent = "npm/7.0.8 node/v14.13.0 darwin x64"
; node bin location = /usr/local/Cellar/node/14.13.0/bin/node
; cwd = /Users/joren/code/lion
; HOME = /Users/joren
; Run `npm config ls -l` to show all defaults."><pre lang="text" class="notranslate"><code class="notranslate">; "user" config from /Users/joren/.npmrc
@foo:registry = "https://foo.net/api/npm/"
//foo.net/api/npm/:_authToken = (protected)
cafile = "/Users/joren/certs/foo.ca-bundle"
https_proxy = "http://localhost:3128"
proxy = "http://localhost:3128/"
registry = "https://foo.net/api/npm/"
strict-ssl = true
; "cli" config from command line options
omit = []
user-agent = "npm/7.0.8 node/v14.13.0 darwin x64"
; node bin location = /usr/local/Cellar/node/14.13.0/bin/node
; cwd = /Users/joren/code/lion
; HOME = /Users/joren
; Run `npm config ls -l` to show all defaults.
</code></pre></div>
<p dir="auto">Turning strict-ssl to <code class="notranslate">false</code> as a workaround also doesn't work, I get the same error. And I want strict-ssl to be on, of course :).</p>
<p dir="auto">If I downgrade back to npm 6, it works again.</p>
<h3 dir="auto">Expected Behavior:</h3>
<p dir="auto">npm 7 to handle my <code class="notranslate">~/.npmrc</code> cafile config properly.</p>
<h3 dir="auto">Steps To Reproduce:</h3>
<ol dir="auto">
<li>Use a proxy</li>
<li>Use any private NPM registry</li>
<li>Use my config as noted above, but edit the values to sync with your proxy and private NPM registry</li>
<li>Create some certificates and bundle them as one, add the path to this bundle to your npm config cafile</li>
<li>Verify things are working fine with npm 6</li>
<li>Upgrade to npm 7 (<code class="notranslate">npm i -g npm@7</code>)</li>
<li>npm install anywhere, see the error.</li>
</ol>
<h3 dir="auto">Environment:</h3>
<ul dir="auto">
<li>OS: MacOS Catalina 10.15.5</li>
<li>Node: 14.13.0</li>
<li>npm: 7.0.8</li>
</ul> | <h3 dir="auto">Is there an existing issue for this?</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the existing issues</li>
</ul>
<h3 dir="auto">Current Behavior</h3>
<p dir="auto">Trying to download this tool <a href="https://github.com/CesiumGS/gltf-pipeline">https://github.com/CesiumGS/gltf-pipeline</a>, I run the command <code class="notranslate">npm install -g gltf-pipeline</code><br>
and I get</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="npm ERR! Exit handler never called!
npm ERR! This is an error with npm itself. Please report this error at:
npm ERR! <https://github.com/npm/cli/issues>
npm ERR! A complete log of this run can be found in:
npm ERR! C:\...\2021-07-26T00_32_46_038Z-debug.log"><pre class="notranslate"><code class="notranslate">npm ERR! Exit handler never called!
npm ERR! This is an error with npm itself. Please report this error at:
npm ERR! <https://github.com/npm/cli/issues>
npm ERR! A complete log of this run can be found in:
npm ERR! C:\...\2021-07-26T00_32_46_038Z-debug.log
</code></pre></div>
<p dir="auto">The log is</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="0 verbose cli [
0 verbose cli 'C:\\Program Files\\nodejs\\node.exe',
0 verbose cli 'C:\\Users\\JR\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
0 verbose cli 'install',
0 verbose cli '-g',
0 verbose cli 'gltf-pipeline'
0 verbose cli ]
1 info using [email protected]
2 info using [email protected]
3 timing npm:load:whichnode Completed in 2ms
4 timing config:load:defaults Completed in 4ms
5 timing config:load:file:C:\Users\JR\AppData\Roaming\npm\node_modules\npm\npmrc Completed in 26ms
6 timing config:load:builtin Completed in 26ms
7 timing config:load:cli Completed in 5ms
8 timing config:load:env Completed in 1ms
9 timing config:load:project Completed in 3ms
10 timing config:load:file:C:\Users\JR\.npmrc Completed in 2ms
11 timing config:load:user Completed in 2ms
12 timing config:load:file:C:\Users\JR\AppData\Roaming\npm\etc\npmrc Completed in 1ms
13 timing config:load:global Completed in 1ms
14 timing config:load:validate Completed in 1ms
15 timing config:load:credentials Completed in 2ms
16 timing config:load:setEnvs Completed in 2ms
17 timing config:load Completed in 49ms
18 timing npm:load:configload Completed in 50ms
19 timing npm:load:setTitle Completed in 0ms
20 timing npm:load:setupLog Completed in 3ms
21 timing config:load:flatten Completed in 9ms
22 timing npm:load:cleanupLog Completed in 6ms
23 timing npm:load:configScope Completed in 0ms
24 timing npm:load:projectScope Completed in 1ms
25 timing npm:load Completed in 77ms
26 timing arborist:ctor Completed in 1ms
27 timing idealTree:init Completed in 18ms
28 timing idealTree:userRequests Completed in 6ms
29 silly idealTree buildDeps
30 silly fetch manifest gltf-pipeline@*
31 http fetch GET 200 https://registry.npmjs.org/gltf-pipeline 2557ms (cache revalidated)
32 silly placeDep ROOT [email protected] OK for: want: *
33 silly fetch manifest bluebird@^3.7.2
34 silly fetch manifest cesium@^1.83.0
35 silly fetch manifest draco3d@^1.4.1
36 silly fetch manifest fs-extra@^10.0.0
37 silly fetch manifest mime@^2.5.2
38 silly fetch manifest object-hash@^2.2.0
39 silly fetch manifest yargs@^17.0.1
40 http fetch GET 200 https://registry.npmjs.org/bluebird 710ms (cache revalidated)
41 http fetch GET 200 https://registry.npmjs.org/draco3d 4391ms (cache revalidated)
42 http fetch GET 200 https://registry.npmjs.org/cesium 5085ms (cache revalidated)
43 http fetch GET 200 https://registry.npmjs.org/yargs 5540ms (cache revalidated)
44 http fetch GET 200 https://registry.npmjs.org/object-hash 5557ms (cache revalidated)
45 http fetch GET 200 https://registry.npmjs.org/mime 5562ms (cache revalidated)
46 http fetch GET 200 https://registry.npmjs.org/fs-extra 5572ms (cache revalidated)
47 timing idealTree:#root Completed in 8176ms
48 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^3.7.2
49 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^1.83.0
50 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^1.4.1
51 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^10.0.0
52 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^2.5.2
53 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^2.2.0
54 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^17.0.1
55 silly fetch manifest graceful-fs@^4.2.0
56 silly fetch manifest jsonfile@^6.0.1
57 silly fetch manifest universalify@^2.0.0
58 silly fetch manifest cliui@^7.0.2
59 silly fetch manifest escalade@^3.1.1
60 silly fetch manifest get-caller-file@^2.0.5
61 silly fetch manifest require-directory@^2.1.1
62 silly fetch manifest string-width@^4.2.0
63 silly fetch manifest y18n@^5.0.5
64 silly fetch manifest yargs-parser@^20.2.2
65 http fetch GET 200 https://registry.npmjs.org/graceful-fs 345ms (cache revalidated)
66 http fetch GET 200 https://registry.npmjs.org/escalade 457ms (cache revalidated)
67 http fetch GET 200 https://registry.npmjs.org/get-caller-file 475ms (cache revalidated)
68 http fetch GET 200 https://registry.npmjs.org/universalify 487ms (cache revalidated)
69 http fetch GET 200 https://registry.npmjs.org/cliui 528ms (cache revalidated)
70 http fetch GET 200 https://registry.npmjs.org/require-directory 531ms (cache revalidated)
71 http fetch GET 200 https://registry.npmjs.org/string-width 606ms (cache revalidated)
72 http fetch GET 200 https://registry.npmjs.org/jsonfile 1520ms (cache revalidated)
73 http fetch GET 200 https://registry.npmjs.org/y18n 1509ms (cache revalidated)
74 http fetch GET 200 https://registry.npmjs.org/yargs-parser 1806ms (cache revalidated)
75 timing idealTree:node_modules/gltf-pipeline Completed in 1854ms
76 timing idealTree:node_modules/gltf-pipeline/node_modules/bluebird Completed in 0ms
77 timing idealTree:node_modules/gltf-pipeline/node_modules/cesium Completed in 0ms
78 timing idealTree:node_modules/gltf-pipeline/node_modules/draco3d Completed in 0ms
79 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^4.2.0
80 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^6.0.1
81 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^2.0.0
82 timing idealTree:node_modules/gltf-pipeline/node_modules/fs-extra Completed in 23ms
83 timing idealTree:node_modules/gltf-pipeline/node_modules/graceful-fs Completed in 0ms
84 timing idealTree:node_modules/gltf-pipeline/node_modules/jsonfile Completed in 0ms
85 timing idealTree:node_modules/gltf-pipeline/node_modules/mime Completed in 0ms
86 timing idealTree:node_modules/gltf-pipeline/node_modules/object-hash Completed in 0ms
87 timing idealTree:node_modules/gltf-pipeline/node_modules/universalify Completed in 0ms
88 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^7.0.2
89 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^3.1.1
90 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^2.0.5
91 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^2.1.1
92 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^4.2.0
93 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^5.0.5
94 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^20.2.2
95 silly fetch manifest strip-ansi@^6.0.0
96 silly fetch manifest wrap-ansi@^7.0.0
97 silly fetch manifest emoji-regex@^8.0.0
98 silly fetch manifest is-fullwidth-code-point@^3.0.0
99 http fetch GET 200 https://registry.npmjs.org/wrap-ansi 214ms (cache revalidated)
100 http fetch GET 200 https://registry.npmjs.org/strip-ansi 245ms (cache revalidated)
101 http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point 325ms (cache revalidated)
102 http fetch GET 200 https://registry.npmjs.org/emoji-regex 331ms (cache revalidated)
103 timing idealTree:node_modules/gltf-pipeline/node_modules/yargs Completed in 373ms
104 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^6.0.0
105 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^7.0.0
106 silly fetch manifest ansi-regex@^5.0.0
107 silly fetch manifest ansi-styles@^4.0.0
108 http fetch GET 200 https://registry.npmjs.org/ansi-styles 209ms (cache revalidated)
109 http fetch GET 200 https://registry.npmjs.org/ansi-regex 253ms (cache revalidated)
110 timing idealTree:node_modules/gltf-pipeline/node_modules/cliui Completed in 265ms
111 timing idealTree:node_modules/gltf-pipeline/node_modules/escalade Completed in 0ms
112 timing idealTree:node_modules/gltf-pipeline/node_modules/get-caller-file Completed in 0ms
113 timing idealTree:node_modules/gltf-pipeline/node_modules/require-directory Completed in 0ms
114 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^8.0.0
115 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^3.0.0
116 timing idealTree:node_modules/gltf-pipeline/node_modules/string-width Completed in 11ms
117 timing idealTree:node_modules/gltf-pipeline/node_modules/emoji-regex Completed in 0ms
118 timing idealTree:node_modules/gltf-pipeline/node_modules/is-fullwidth-code-point Completed in 1ms
119 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^5.0.0
120 timing idealTree:node_modules/gltf-pipeline/node_modules/strip-ansi Completed in 5ms
121 timing idealTree:node_modules/gltf-pipeline/node_modules/ansi-regex Completed in 0ms
122 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^4.0.0
123 silly fetch manifest color-convert@^2.0.1
124 http fetch GET 200 https://registry.npmjs.org/color-convert 368ms (cache revalidated)
125 timing idealTree:node_modules/gltf-pipeline/node_modules/wrap-ansi Completed in 378ms
126 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^2.0.1
127 silly fetch manifest color-name@~1.1.4
128 http fetch GET 200 https://registry.npmjs.org/color-name 346ms (cache revalidated)
129 timing idealTree:node_modules/gltf-pipeline/node_modules/ansi-styles Completed in 356ms
130 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ~1.1.4
131 timing idealTree:node_modules/gltf-pipeline/node_modules/color-convert Completed in 3ms
132 timing idealTree:node_modules/gltf-pipeline/node_modules/color-name Completed in 0ms
133 timing idealTree:node_modules/gltf-pipeline/node_modules/y18n Completed in 0ms
134 timing idealTree:node_modules/gltf-pipeline/node_modules/yargs-parser Completed in 0ms
135 timing idealTree:buildDeps Completed in 11466ms
136 timing idealTree:fixDepFlags Completed in 8ms
137 timing idealTree Completed in 11505ms
138 timing reify:loadTrees Completed in 11520ms
139 timing reify:diffTrees Completed in 7ms
140 silly reify moves {}
141 timing reify:retireShallow Completed in 2ms
142 timing reify:createSparse Completed in 54ms
143 timing reify:loadBundles Completed in 0ms
144 silly audit bulk request {
144 silly audit 'gltf-pipeline': [ '3.0.3' ],
144 silly audit bluebird: [ '3.7.2' ],
144 silly audit cesium: [ '1.83.0' ],
144 silly audit draco3d: [ '1.4.1' ],
144 silly audit 'fs-extra': [ '10.0.0' ],
144 silly audit mime: [ '2.5.2' ],
144 silly audit 'object-hash': [ '2.2.0' ],
144 silly audit yargs: [ '17.0.1' ],
144 silly audit 'graceful-fs': [ '4.2.6' ],
144 silly audit jsonfile: [ '6.1.0' ],
144 silly audit universalify: [ '2.0.0' ],
144 silly audit cliui: [ '7.0.4' ],
144 silly audit escalade: [ '3.1.1' ],
144 silly audit 'get-caller-file': [ '2.0.5' ],
144 silly audit 'require-directory': [ '2.1.1' ],
144 silly audit 'string-width': [ '4.2.2' ],
144 silly audit y18n: [ '5.0.8' ],
144 silly audit 'yargs-parser': [ '20.2.9' ],
144 silly audit 'strip-ansi': [ '6.0.0' ],
144 silly audit 'wrap-ansi': [ '7.0.0' ],
144 silly audit 'emoji-regex': [ '8.0.0' ],
144 silly audit 'is-fullwidth-code-point': [ '3.0.0' ],
144 silly audit 'ansi-regex': [ '5.0.0' ],
144 silly audit 'ansi-styles': [ '4.3.0' ],
144 silly audit 'color-convert': [ '2.0.1' ],
144 silly audit 'color-name': [ '1.1.4' ]
144 silly audit }
145 silly tarball no local data for cesium@https://registry.npmjs.org/cesium/-/cesium-1.83.0.tgz. Extracting by manifest.
146 timing reifyNode:node_modules/gltf-pipeline/node_modules/color-name Completed in 668ms
147 timing reifyNode:node_modules/gltf-pipeline/node_modules/universalify Completed in 689ms
148 timing reifyNode:node_modules/gltf-pipeline/node_modules/wrap-ansi Completed in 706ms
149 timing reifyNode:node_modules/gltf-pipeline/node_modules/ansi-regex Completed in 720ms
150 timing reifyNode:node_modules/gltf-pipeline/node_modules/strip-ansi Completed in 723ms
151 timing reifyNode:node_modules/gltf-pipeline/node_modules/string-width Completed in 727ms
152 http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/advisories/bulk 753ms
153 timing auditReport:getReport Completed in 757ms
154 silly audit report {}
155 timing auditReport:init Completed in 0ms
156 timing reify:audit Completed in 759ms
157 timing reifyNode:node_modules/gltf-pipeline/node_modules/ansi-styles Completed in 751ms
158 timing reifyNode:node_modules/gltf-pipeline/node_modules/is-fullwidth-code-point Completed in 753ms
159 timing reifyNode:node_modules/gltf-pipeline/node_modules/get-caller-file Completed in 752ms
160 timing reifyNode:node_modules/gltf-pipeline/node_modules/require-directory Completed in 812ms
161 timing reifyNode:node_modules/gltf-pipeline/node_modules/jsonfile Completed in 867ms
162 timing reifyNode:node_modules/gltf-pipeline/node_modules/color-convert Completed in 882ms
163 timing reifyNode:node_modules/gltf-pipeline/node_modules/graceful-fs Completed in 880ms
164 timing reifyNode:node_modules/gltf-pipeline/node_modules/object-hash Completed in 919ms
165 timing reifyNode:node_modules/gltf-pipeline/node_modules/escalade Completed in 924ms
166 timing reifyNode:node_modules/gltf-pipeline/node_modules/emoji-regex Completed in 959ms
167 timing reifyNode:node_modules/gltf-pipeline/node_modules/mime Completed in 1011ms
168 timing reifyNode:node_modules/gltf-pipeline/node_modules/cliui Completed in 1034ms
169 timing reifyNode:node_modules/gltf-pipeline/node_modules/y18n Completed in 1081ms
170 timing reifyNode:node_modules/gltf-pipeline/node_modules/yargs-parser Completed in 1199ms
171 timing reifyNode:node_modules/gltf-pipeline/node_modules/draco3d Completed in 1821ms
172 timing reifyNode:node_modules/gltf-pipeline Completed in 1886ms
173 timing reifyNode:node_modules/gltf-pipeline/node_modules/fs-extra Completed in 1926ms
174 timing reifyNode:node_modules/gltf-pipeline/node_modules/yargs Completed in 2038ms
175 timing reifyNode:node_modules/gltf-pipeline/node_modules/bluebird Completed in 2045ms
176 timing npm Completed in 738290ms
177 verbose unfinished npm timer command:install 1627258828927
178 verbose unfinished npm timer reify 1627258828933
179 verbose unfinished npm timer reify:unpack 1627258840605
180 verbose unfinished npm timer reifyNode:node_modules/gltf-pipeline/node_modules/cesium 1627258840609
181 info ok
182 error Exit handler never called!
183 error This is an error with npm itself. Please report this error at:
184 error <https://github.com/npm/cli/issues>"><pre class="notranslate"><code class="notranslate">0 verbose cli [
0 verbose cli 'C:\\Program Files\\nodejs\\node.exe',
0 verbose cli 'C:\\Users\\JR\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
0 verbose cli 'install',
0 verbose cli '-g',
0 verbose cli 'gltf-pipeline'
0 verbose cli ]
1 info using [email protected]
2 info using [email protected]
3 timing npm:load:whichnode Completed in 2ms
4 timing config:load:defaults Completed in 4ms
5 timing config:load:file:C:\Users\JR\AppData\Roaming\npm\node_modules\npm\npmrc Completed in 26ms
6 timing config:load:builtin Completed in 26ms
7 timing config:load:cli Completed in 5ms
8 timing config:load:env Completed in 1ms
9 timing config:load:project Completed in 3ms
10 timing config:load:file:C:\Users\JR\.npmrc Completed in 2ms
11 timing config:load:user Completed in 2ms
12 timing config:load:file:C:\Users\JR\AppData\Roaming\npm\etc\npmrc Completed in 1ms
13 timing config:load:global Completed in 1ms
14 timing config:load:validate Completed in 1ms
15 timing config:load:credentials Completed in 2ms
16 timing config:load:setEnvs Completed in 2ms
17 timing config:load Completed in 49ms
18 timing npm:load:configload Completed in 50ms
19 timing npm:load:setTitle Completed in 0ms
20 timing npm:load:setupLog Completed in 3ms
21 timing config:load:flatten Completed in 9ms
22 timing npm:load:cleanupLog Completed in 6ms
23 timing npm:load:configScope Completed in 0ms
24 timing npm:load:projectScope Completed in 1ms
25 timing npm:load Completed in 77ms
26 timing arborist:ctor Completed in 1ms
27 timing idealTree:init Completed in 18ms
28 timing idealTree:userRequests Completed in 6ms
29 silly idealTree buildDeps
30 silly fetch manifest gltf-pipeline@*
31 http fetch GET 200 https://registry.npmjs.org/gltf-pipeline 2557ms (cache revalidated)
32 silly placeDep ROOT [email protected] OK for: want: *
33 silly fetch manifest bluebird@^3.7.2
34 silly fetch manifest cesium@^1.83.0
35 silly fetch manifest draco3d@^1.4.1
36 silly fetch manifest fs-extra@^10.0.0
37 silly fetch manifest mime@^2.5.2
38 silly fetch manifest object-hash@^2.2.0
39 silly fetch manifest yargs@^17.0.1
40 http fetch GET 200 https://registry.npmjs.org/bluebird 710ms (cache revalidated)
41 http fetch GET 200 https://registry.npmjs.org/draco3d 4391ms (cache revalidated)
42 http fetch GET 200 https://registry.npmjs.org/cesium 5085ms (cache revalidated)
43 http fetch GET 200 https://registry.npmjs.org/yargs 5540ms (cache revalidated)
44 http fetch GET 200 https://registry.npmjs.org/object-hash 5557ms (cache revalidated)
45 http fetch GET 200 https://registry.npmjs.org/mime 5562ms (cache revalidated)
46 http fetch GET 200 https://registry.npmjs.org/fs-extra 5572ms (cache revalidated)
47 timing idealTree:#root Completed in 8176ms
48 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^3.7.2
49 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^1.83.0
50 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^1.4.1
51 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^10.0.0
52 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^2.5.2
53 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^2.2.0
54 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^17.0.1
55 silly fetch manifest graceful-fs@^4.2.0
56 silly fetch manifest jsonfile@^6.0.1
57 silly fetch manifest universalify@^2.0.0
58 silly fetch manifest cliui@^7.0.2
59 silly fetch manifest escalade@^3.1.1
60 silly fetch manifest get-caller-file@^2.0.5
61 silly fetch manifest require-directory@^2.1.1
62 silly fetch manifest string-width@^4.2.0
63 silly fetch manifest y18n@^5.0.5
64 silly fetch manifest yargs-parser@^20.2.2
65 http fetch GET 200 https://registry.npmjs.org/graceful-fs 345ms (cache revalidated)
66 http fetch GET 200 https://registry.npmjs.org/escalade 457ms (cache revalidated)
67 http fetch GET 200 https://registry.npmjs.org/get-caller-file 475ms (cache revalidated)
68 http fetch GET 200 https://registry.npmjs.org/universalify 487ms (cache revalidated)
69 http fetch GET 200 https://registry.npmjs.org/cliui 528ms (cache revalidated)
70 http fetch GET 200 https://registry.npmjs.org/require-directory 531ms (cache revalidated)
71 http fetch GET 200 https://registry.npmjs.org/string-width 606ms (cache revalidated)
72 http fetch GET 200 https://registry.npmjs.org/jsonfile 1520ms (cache revalidated)
73 http fetch GET 200 https://registry.npmjs.org/y18n 1509ms (cache revalidated)
74 http fetch GET 200 https://registry.npmjs.org/yargs-parser 1806ms (cache revalidated)
75 timing idealTree:node_modules/gltf-pipeline Completed in 1854ms
76 timing idealTree:node_modules/gltf-pipeline/node_modules/bluebird Completed in 0ms
77 timing idealTree:node_modules/gltf-pipeline/node_modules/cesium Completed in 0ms
78 timing idealTree:node_modules/gltf-pipeline/node_modules/draco3d Completed in 0ms
79 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^4.2.0
80 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^6.0.1
81 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^2.0.0
82 timing idealTree:node_modules/gltf-pipeline/node_modules/fs-extra Completed in 23ms
83 timing idealTree:node_modules/gltf-pipeline/node_modules/graceful-fs Completed in 0ms
84 timing idealTree:node_modules/gltf-pipeline/node_modules/jsonfile Completed in 0ms
85 timing idealTree:node_modules/gltf-pipeline/node_modules/mime Completed in 0ms
86 timing idealTree:node_modules/gltf-pipeline/node_modules/object-hash Completed in 0ms
87 timing idealTree:node_modules/gltf-pipeline/node_modules/universalify Completed in 0ms
88 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^7.0.2
89 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^3.1.1
90 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^2.0.5
91 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^2.1.1
92 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^4.2.0
93 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^5.0.5
94 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^20.2.2
95 silly fetch manifest strip-ansi@^6.0.0
96 silly fetch manifest wrap-ansi@^7.0.0
97 silly fetch manifest emoji-regex@^8.0.0
98 silly fetch manifest is-fullwidth-code-point@^3.0.0
99 http fetch GET 200 https://registry.npmjs.org/wrap-ansi 214ms (cache revalidated)
100 http fetch GET 200 https://registry.npmjs.org/strip-ansi 245ms (cache revalidated)
101 http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point 325ms (cache revalidated)
102 http fetch GET 200 https://registry.npmjs.org/emoji-regex 331ms (cache revalidated)
103 timing idealTree:node_modules/gltf-pipeline/node_modules/yargs Completed in 373ms
104 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^6.0.0
105 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^7.0.0
106 silly fetch manifest ansi-regex@^5.0.0
107 silly fetch manifest ansi-styles@^4.0.0
108 http fetch GET 200 https://registry.npmjs.org/ansi-styles 209ms (cache revalidated)
109 http fetch GET 200 https://registry.npmjs.org/ansi-regex 253ms (cache revalidated)
110 timing idealTree:node_modules/gltf-pipeline/node_modules/cliui Completed in 265ms
111 timing idealTree:node_modules/gltf-pipeline/node_modules/escalade Completed in 0ms
112 timing idealTree:node_modules/gltf-pipeline/node_modules/get-caller-file Completed in 0ms
113 timing idealTree:node_modules/gltf-pipeline/node_modules/require-directory Completed in 0ms
114 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^8.0.0
115 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^3.0.0
116 timing idealTree:node_modules/gltf-pipeline/node_modules/string-width Completed in 11ms
117 timing idealTree:node_modules/gltf-pipeline/node_modules/emoji-regex Completed in 0ms
118 timing idealTree:node_modules/gltf-pipeline/node_modules/is-fullwidth-code-point Completed in 1ms
119 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^5.0.0
120 timing idealTree:node_modules/gltf-pipeline/node_modules/strip-ansi Completed in 5ms
121 timing idealTree:node_modules/gltf-pipeline/node_modules/ansi-regex Completed in 0ms
122 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^4.0.0
123 silly fetch manifest color-convert@^2.0.1
124 http fetch GET 200 https://registry.npmjs.org/color-convert 368ms (cache revalidated)
125 timing idealTree:node_modules/gltf-pipeline/node_modules/wrap-ansi Completed in 378ms
126 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ^2.0.1
127 silly fetch manifest color-name@~1.1.4
128 http fetch GET 200 https://registry.npmjs.org/color-name 346ms (cache revalidated)
129 timing idealTree:node_modules/gltf-pipeline/node_modules/ansi-styles Completed in 356ms
130 silly placeDep node_modules/gltf-pipeline [email protected] OK for: [email protected] want: ~1.1.4
131 timing idealTree:node_modules/gltf-pipeline/node_modules/color-convert Completed in 3ms
132 timing idealTree:node_modules/gltf-pipeline/node_modules/color-name Completed in 0ms
133 timing idealTree:node_modules/gltf-pipeline/node_modules/y18n Completed in 0ms
134 timing idealTree:node_modules/gltf-pipeline/node_modules/yargs-parser Completed in 0ms
135 timing idealTree:buildDeps Completed in 11466ms
136 timing idealTree:fixDepFlags Completed in 8ms
137 timing idealTree Completed in 11505ms
138 timing reify:loadTrees Completed in 11520ms
139 timing reify:diffTrees Completed in 7ms
140 silly reify moves {}
141 timing reify:retireShallow Completed in 2ms
142 timing reify:createSparse Completed in 54ms
143 timing reify:loadBundles Completed in 0ms
144 silly audit bulk request {
144 silly audit 'gltf-pipeline': [ '3.0.3' ],
144 silly audit bluebird: [ '3.7.2' ],
144 silly audit cesium: [ '1.83.0' ],
144 silly audit draco3d: [ '1.4.1' ],
144 silly audit 'fs-extra': [ '10.0.0' ],
144 silly audit mime: [ '2.5.2' ],
144 silly audit 'object-hash': [ '2.2.0' ],
144 silly audit yargs: [ '17.0.1' ],
144 silly audit 'graceful-fs': [ '4.2.6' ],
144 silly audit jsonfile: [ '6.1.0' ],
144 silly audit universalify: [ '2.0.0' ],
144 silly audit cliui: [ '7.0.4' ],
144 silly audit escalade: [ '3.1.1' ],
144 silly audit 'get-caller-file': [ '2.0.5' ],
144 silly audit 'require-directory': [ '2.1.1' ],
144 silly audit 'string-width': [ '4.2.2' ],
144 silly audit y18n: [ '5.0.8' ],
144 silly audit 'yargs-parser': [ '20.2.9' ],
144 silly audit 'strip-ansi': [ '6.0.0' ],
144 silly audit 'wrap-ansi': [ '7.0.0' ],
144 silly audit 'emoji-regex': [ '8.0.0' ],
144 silly audit 'is-fullwidth-code-point': [ '3.0.0' ],
144 silly audit 'ansi-regex': [ '5.0.0' ],
144 silly audit 'ansi-styles': [ '4.3.0' ],
144 silly audit 'color-convert': [ '2.0.1' ],
144 silly audit 'color-name': [ '1.1.4' ]
144 silly audit }
145 silly tarball no local data for cesium@https://registry.npmjs.org/cesium/-/cesium-1.83.0.tgz. Extracting by manifest.
146 timing reifyNode:node_modules/gltf-pipeline/node_modules/color-name Completed in 668ms
147 timing reifyNode:node_modules/gltf-pipeline/node_modules/universalify Completed in 689ms
148 timing reifyNode:node_modules/gltf-pipeline/node_modules/wrap-ansi Completed in 706ms
149 timing reifyNode:node_modules/gltf-pipeline/node_modules/ansi-regex Completed in 720ms
150 timing reifyNode:node_modules/gltf-pipeline/node_modules/strip-ansi Completed in 723ms
151 timing reifyNode:node_modules/gltf-pipeline/node_modules/string-width Completed in 727ms
152 http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/advisories/bulk 753ms
153 timing auditReport:getReport Completed in 757ms
154 silly audit report {}
155 timing auditReport:init Completed in 0ms
156 timing reify:audit Completed in 759ms
157 timing reifyNode:node_modules/gltf-pipeline/node_modules/ansi-styles Completed in 751ms
158 timing reifyNode:node_modules/gltf-pipeline/node_modules/is-fullwidth-code-point Completed in 753ms
159 timing reifyNode:node_modules/gltf-pipeline/node_modules/get-caller-file Completed in 752ms
160 timing reifyNode:node_modules/gltf-pipeline/node_modules/require-directory Completed in 812ms
161 timing reifyNode:node_modules/gltf-pipeline/node_modules/jsonfile Completed in 867ms
162 timing reifyNode:node_modules/gltf-pipeline/node_modules/color-convert Completed in 882ms
163 timing reifyNode:node_modules/gltf-pipeline/node_modules/graceful-fs Completed in 880ms
164 timing reifyNode:node_modules/gltf-pipeline/node_modules/object-hash Completed in 919ms
165 timing reifyNode:node_modules/gltf-pipeline/node_modules/escalade Completed in 924ms
166 timing reifyNode:node_modules/gltf-pipeline/node_modules/emoji-regex Completed in 959ms
167 timing reifyNode:node_modules/gltf-pipeline/node_modules/mime Completed in 1011ms
168 timing reifyNode:node_modules/gltf-pipeline/node_modules/cliui Completed in 1034ms
169 timing reifyNode:node_modules/gltf-pipeline/node_modules/y18n Completed in 1081ms
170 timing reifyNode:node_modules/gltf-pipeline/node_modules/yargs-parser Completed in 1199ms
171 timing reifyNode:node_modules/gltf-pipeline/node_modules/draco3d Completed in 1821ms
172 timing reifyNode:node_modules/gltf-pipeline Completed in 1886ms
173 timing reifyNode:node_modules/gltf-pipeline/node_modules/fs-extra Completed in 1926ms
174 timing reifyNode:node_modules/gltf-pipeline/node_modules/yargs Completed in 2038ms
175 timing reifyNode:node_modules/gltf-pipeline/node_modules/bluebird Completed in 2045ms
176 timing npm Completed in 738290ms
177 verbose unfinished npm timer command:install 1627258828927
178 verbose unfinished npm timer reify 1627258828933
179 verbose unfinished npm timer reify:unpack 1627258840605
180 verbose unfinished npm timer reifyNode:node_modules/gltf-pipeline/node_modules/cesium 1627258840609
181 info ok
182 error Exit handler never called!
183 error This is an error with npm itself. Please report this error at:
184 error <https://github.com/npm/cli/issues>
</code></pre></div>
<h3 dir="auto">Expected Behavior</h3>
<p dir="auto">Download the tool</p>
<h3 dir="auto">Steps To Reproduce</h3>
<ol dir="auto">
<li>In this environment...</li>
<li>With this config...</li>
<li>Run '...'</li>
<li>See error...</li>
</ol>
<h3 dir="auto">Environment</h3>
<ul dir="auto">
<li>OS: Windows 10</li>
<li>Node: 14.15.4</li>
<li>npm: 7.20.1</li>
</ul> | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.