text1
stringlengths 0
536k
| text2
stringlengths 0
536k
| label
int64 0
1
|
---|---|---|
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">ansible-inventory</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.4.2.0
config file = /Users/kevin.ashline/code/DevOps/ansible/ansible.cfg
configured module search path = [u'/Users/kevin.ashline/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/Cellar/ansible/2.4.2.0_2/libexec/lib/python2.7/site-packages/ansible
executable location = /usr/local/bin/ansible
python version = 2.7.10 (default, Jul 15 2017, 17:16:57) [GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.31)]"><pre class="notranslate"><code class="notranslate">ansible 2.4.2.0
config file = /Users/kevin.ashline/code/DevOps/ansible/ansible.cfg
configured module search path = [u'/Users/kevin.ashline/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/local/Cellar/ansible/2.4.2.0_2/libexec/lib/python2.7/site-packages/ansible
executable location = /usr/local/bin/ansible
python version = 2.7.10 (default, Jul 15 2017, 17:16:57) [GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.31)]
</code></pre></div>
<h5 dir="auto">CONFIGURATION</h5>
<p dir="auto">DEFAULT_FORCE_HANDLERS(/Users/kevin.ashline/code/DevOps/ansible/ansible.cfg) = True<br>
DEFAULT_STDOUT_CALLBACK(/Users/kevin.ashline/code/DevOps/ansible/ansible.cfg) = debug<br>
HOST_KEY_CHECKING(/Users/kevin.ashline/code/DevOps/ansible/ansible.cfg) = False<br>
RETRY_FILES_SAVE_PATH(/Users/kevin.ashline/code/DevOps/ansible/ansible.cfg) = /Users/kevin.ashline/code/DevOps/ansible/retry_files</p>
<h5 dir="auto">OS / ENVIRONMENT</h5>
<p dir="auto">macOS High Sierra<br>
Version 10.13.2</p>
<h5 dir="auto">SUMMARY</h5>
<p dir="auto">When attempting to recreate an issue noticed in AWX, I ran:<br>
ansible-inventory --list -i og/hosts<br>
to try to list my inventory file.</p>
<p dir="auto">I did recreate my issue, however the error message I received actually contained my coworkers CORP account password in clear text:</p>
<p dir="auto">ERROR! Unexpected Exception, this is probably a bug: Cannot json serialize <em>corp password here</em></p>
<h5 dir="auto">STEPS TO REPRODUCE</h5>
<p dir="auto">Have a .yml in your host file directory which contains a vault encrypted string. Run the above command targeting your inventory file.</p>
<p dir="auto">Based on my testing it's literally any vault encrypted strings and my coworker was unlucky enough that the first string encountered was his corp password.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible-inventory --list -i hosts"><pre class="notranslate"><code class="notranslate">ansible-inventory --list -i hosts
</code></pre></div>
<h5 dir="auto">EXPECTED RESULTS</h5>
<p dir="auto">list my inventory the way ansible sees it</p>
<h5 dir="auto">ACTUAL RESULTS</h5>
<p dir="auto">unsecured coworker</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ERROR! Unexpected Exception, this is probably a bug: Cannot json serialize *corp password here*"><pre class="notranslate"><code class="notranslate">ERROR! Unexpected Exception, this is probably a bug: Cannot json serialize *corp password here*
</code></pre></div> | <p dir="auto">If only newline symbol was added/removed, output of --diff mode may be confusing for user:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TASK: [common | install /etc/timezone] ****************************************
--- before: /etc/timezone
+++ after: /tmp/tmpuzXAH7
@@ -1 +1 @@
-Asia/Baghdad
+Asia/Baghdad
changed: [redmine]"><pre class="notranslate"><code class="notranslate">TASK: [common | install /etc/timezone] ****************************************
--- before: /etc/timezone
+++ after: /tmp/tmpuzXAH7
@@ -1 +1 @@
-Asia/Baghdad
+Asia/Baghdad
changed: [redmine]
</code></pre></div>
<p dir="auto">This leads to problems like this: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="121059531" data-permission-text="Title is private" data-url="https://github.com/ansible/ansible/issues/13476" data-hovercard-type="issue" data-hovercard-url="/ansible/ansible/issues/13476/hovercard" href="https://github.com/ansible/ansible/issues/13476">#13476</a> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="39477600" data-permission-text="Title is private" data-url="https://github.com/ansible/ansible/issues/8443" data-hovercard-type="issue" data-hovercard-url="/ansible/ansible/issues/8443/hovercard" href="https://github.com/ansible/ansible/issues/8443">#8443</a></p>
<p dir="auto">I think, it would be more convenient and error-prone to explicitly mark newline add/remove in --diff output, like <code class="notranslate">git diff</code> does.</p> | 0 |
<p dir="auto"><strong>Symfony version(s) affected</strong>: 3.4.12</p>
<p dir="auto"><strong>Description</strong><br>
The values LessThan::TOO_HIGH_ERROR and LessThntOrEqual::TOO_HIGH_ERROR match (whereas GreaterThan::TOO_LOW_ERROR and GreaterThanOrEqual::TOO_LOW_ERROR don't).</p>
<p dir="auto">I'm not sure which case is supposed to be correct (I suspect the former).</p>
<p dir="auto"><strong>How to reproduce</strong><br>
No reproduction other than to compare the values in the code. ;-)</p>
<p dir="auto"><strong>Possible Solution</strong><br>
Generate a new uuid for one of the Constraints? But what if people have made assumptions about the value being fixed?</p>
<p dir="auto"><strong>Additional context</strong><br>
None</p> | <table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>maybe</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.3 or 3.4. and higher</td>
</tr>
</tbody>
</table>
<p dir="auto">Hello,<br>
we are working with 3.3 or 3.4. and<br>
I am not sure if it is really a problem, but I noticed, that<br>
<a href="https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Validator/Constraints/LessThan.php">https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Validator/Constraints/LessThan.php</a><br>
and<br>
<a href="https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Validator/Constraints/LessThanOrEqual.php">https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Validator/Constraints/LessThanOrEqual.php</a><br>
have same TOO_HIGH_ERROR value.<br>
They are only ones from all Constraints like that,<br>
for example <a href="https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Validator/Constraints/GreaterThan.php">https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Validator/Constraints/GreaterThan.php</a> and <a href="https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Validator/Constraints/GreaterThanOrEqual.php">https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Validator/Constraints/GreaterThanOrEqual.php</a> have different values for same constant.</p>
<p dir="auto">Have a nice day!</p> | 1 |
<p dir="auto">Hi, It looks like the way that <code class="notranslate">csr_matrix</code> objects are created by <code class="notranslate">FeatureHasher</code> can result in outputs that explicitly represent a lot of 0s.</p>
<p dir="auto"><code class="notranslate">FeatureHasher</code> uses the tuple-based initialization for <code class="notranslate">csr_matrix</code>, which will just take 0s and store them rather than trying to filter them out for efficient storage.</p>
<p dir="auto">I think the simplest way to address this is to call <code class="notranslate">eliminate_zeros()</code> on the matrix before returning it. However, I'm not sure this would be efficient enough for very large datasets. It might be better to construct one row at a time, call <code class="notranslate">eliminate_zeros()</code>, and then stack them or something like that.</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="m = sp.csr_matrix(([0,1,0,0],[0,1,0,1],[0,2,4]), dtype=int)
print m.nnz
m.eliminate_zeros()
print m.nnz"><pre class="notranslate"><span class="pl-s1">m</span> <span class="pl-c1">=</span> <span class="pl-s1">sp</span>.<span class="pl-en">csr_matrix</span>(([<span class="pl-c1">0</span>,<span class="pl-c1">1</span>,<span class="pl-c1">0</span>,<span class="pl-c1">0</span>],[<span class="pl-c1">0</span>,<span class="pl-c1">1</span>,<span class="pl-c1">0</span>,<span class="pl-c1">1</span>],[<span class="pl-c1">0</span>,<span class="pl-c1">2</span>,<span class="pl-c1">4</span>]), <span class="pl-s1">dtype</span><span class="pl-c1">=</span><span class="pl-s1">int</span>)
<span class="pl-k">print</span> <span class="pl-s1">m</span>.<span class="pl-s1">nnz</span>
<span class="pl-s1">m</span>.<span class="pl-en">eliminate_zeros</span>()
<span class="pl-k">print</span> <span class="pl-s1">m</span>.<span class="pl-s1">nnz</span></pre></div> | <h3 dir="auto">Describe the bug</h3>
<p dir="auto">While using <code class="notranslate">sklearn.ensemble.RandomForestClassifier</code> with a custom dictionary specified for <code class="notranslate">class_weight</code> parameter, a <code class="notranslate">ValueError</code> is raised when a key (label) present in <code class="notranslate">class_weight</code> is not found in any of the labels. I got this error while using <code class="notranslate">TimeSeriesSplit</code>. Specifically, if a split is such that training data doesn't have a label specified in <code class="notranslate">class_weight</code>, a <code class="notranslate">ValueError</code> will be raised. This stops users from evaluating their model since <code class="notranslate">class_weight</code> cannot be changed on a go after the model has been created.</p>
<p dir="auto">Is there any reason this check is being done? There's no error when we don't specify class_weight. The code raising this error can be found here (<a href="https://github.com/scikit-learn/scikit-learn/blob/5900e2660f4293b52ea57bf830e7bff312779036/sklearn/utils/class_weight.py#L8">link</a>).</p>
<h3 dir="auto">Steps/Code to Reproduce</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from sklearn.ensemble import RandomForestClassifier
rfc = RandomForestClassifier(class_weight={1:10, 0:1})
rfc.fit([[0, 0, 1], [1, 0, 1]], [0, 0])"><pre class="notranslate"><code class="notranslate">from sklearn.ensemble import RandomForestClassifier
rfc = RandomForestClassifier(class_weight={1:10, 0:1})
rfc.fit([[0, 0, 1], [1, 0, 1]], [0, 0])
</code></pre></div>
<h3 dir="auto">Expected Results</h3>
<p dir="auto">No errors raised.</p>
<h3 dir="auto">Actual Results</h3>
<p dir="auto"><code class="notranslate">ValueError: Class label 1 not present.</code></p>
<h3 dir="auto">Versions</h3>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="System:
python: 3.9.2 (tags/v3.9.2:1a79785, Feb 19 2021, 13:44:55) [MSC v.1928 64 bit (AMD64)]
executable: c:\python3.9.2\python.exe
machine: Windows-10-10.0.19041-SP0
Python dependencies:
pip: 21.3.1
setuptools: 58.3.0
sklearn: 0.24.1
numpy: 1.21.3
scipy: 1.6.1
Cython: 0.29.24
pandas: 1.2.3
matplotlib: 3.3.4
joblib: 1.0.1
threadpoolctl: 2.1.0
Built with OpenMP: True"><pre class="notranslate">System:
python: 3.9.2 (tags/v3.9.2:1a79785, Feb 19 2021, 13:44:55) [MSC v.1928 64 bit (AMD64)]
executable: c:<span class="pl-cce">\p</span>ython3.9.2<span class="pl-cce">\p</span>ython.exe
machine: Windows-10-10.0.19041-SP0
Python dependencies:
pip: 21.3.1
setuptools: 58.3.0
sklearn: 0.24.1
numpy: 1.21.3
scipy: 1.6.1
Cython: 0.29.24
pandas: 1.2.3
matplotlib: 3.3.4
joblib: 1.0.1
threadpoolctl: 2.1.0
Built with OpenMP: True</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/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.2-SNAPSHOT</li>
<li>Operating System version: ubuntu</li>
<li>Java version: oracle 11</li>
</ul>
<h3 dir="auto">Steps to reproduce this issue</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ dubbo-metadata-report-etcd ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.dubbo.metadata.store.etcd.EtcdMetadataReportTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
ℹ︎ Checking the system...
✔ Docker version should be at least 1.6.0
✔ Docker environment should have more than 2GB free disk space
log4j:WARN No appenders could be found for logger (io.netty.util.internal.logging.InternalLoggerFactory).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.377 s <<< FAILURE! - in org.apache.dubbo.metadata.store.etcd.EtcdMetadataReportTest
[ERROR] testStoreProvider Time elapsed: 3.431 s <<< ERROR!
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at org.apache.dubbo.metadata.store.etcd.EtcdMetadataReportTest.testStoreProvider(EtcdMetadataReportTest.java:85)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] EtcdMetadataReportTest.testStoreProvider:85 » IndexOutOfBounds Index 0 out of ..."><pre class="notranslate"><code class="notranslate">[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ dubbo-metadata-report-etcd ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.dubbo.metadata.store.etcd.EtcdMetadataReportTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
ℹ︎ Checking the system...
✔ Docker version should be at least 1.6.0
✔ Docker environment should have more than 2GB free disk space
log4j:WARN No appenders could be found for logger (io.netty.util.internal.logging.InternalLoggerFactory).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 12.377 s <<< FAILURE! - in org.apache.dubbo.metadata.store.etcd.EtcdMetadataReportTest
[ERROR] testStoreProvider Time elapsed: 3.431 s <<< ERROR!
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at org.apache.dubbo.metadata.store.etcd.EtcdMetadataReportTest.testStoreProvider(EtcdMetadataReportTest.java:85)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] EtcdMetadataReportTest.testStoreProvider:85 » IndexOutOfBounds Index 0 out of ...
</code></pre></div>
<p dir="auto">Full logs:<br>
<a href="https://api.travis-ci.org/v3/job/537688661/log.txt" rel="nofollow">https://api.travis-ci.org/v3/job/537688661/log.txt</a><br>
<a href="https://api.travis-ci.org/v3/job/538613810/log.txt" rel="nofollow">https://api.travis-ci.org/v3/job/538613810/log.txt</a><br>
<a href="https://api.travis-ci.org/v3/job/539533686/log.txt" rel="nofollow">https://api.travis-ci.org/v3/job/539533686/log.txt</a></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/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/wiki/FAQ">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.4.6</li>
<li>Operating System version: xxx</li>
<li>Java version: xxx</li>
</ul>
<h3 dir="auto">Step to reproduce this issue</h3>
<p dir="auto">ApplicationConfig application = new ApplicationConfig();<br>
application.setName("yyy");</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" ReferenceConfig<com.alibaba.dubbo.rpc.service.GenericService> reference =
new ReferenceConfig();
reference.setInterface("com.xx.user.center.service.IUserCenterService");"><pre class="notranslate"><code class="notranslate"> ReferenceConfig<com.alibaba.dubbo.rpc.service.GenericService> reference =
new ReferenceConfig();
reference.setInterface("com.xx.user.center.service.IUserCenterService");
</code></pre></div>
<p dir="auto">// reference.setVersion("1.0");<br>
reference.setApplication(application);<br>
reference.setGeneric(true); // 声明为泛化接口<br>
reference.setTimeout(1000000);<br>
RegistryConfig registry = new RegistryConfig();<br>
registry.setAddress("zookeeper://test.zookeeper.hujiao:2181");</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" reference.setRegistry(registry);
reference.setUrl("dubbo://xxx.xxx.xxx.xxx:10800/com.xx.user.center.service.IUserCenterService");
// reference.setApplication(new ApplicationConfig("call-dubbo-demo"));"><pre class="notranslate"><code class="notranslate"> reference.setRegistry(registry);
reference.setUrl("dubbo://xxx.xxx.xxx.xxx:10800/com.xx.user.center.service.IUserCenterService");
// reference.setApplication(new ApplicationConfig("call-dubbo-demo"));
</code></pre></div>
<p dir="auto">// 用com.alibaba.dubbo.rpc.service.GenericService可以替代所有接口引用<br>
com.alibaba.dubbo.rpc.service.GenericService genericService = reference.get();</p>
<p dir="auto">// 基本类型以及Date,List,Map等不需要转换,直接调用<br>
Object result = genericService.$invoke("getUserHobbies", new String[] {"long"}, new Object[] {17795906});</p>
<h3 dir="auto">Expected Result</h3>
<p dir="auto">Expected return corresponding 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="Just put your stack trace here!"><pre class="notranslate"><code class="notranslate">Just put your stack trace here!
</code></pre></div>
<p dir="auto">.MonitorService%26pid%3D10844%26timestamp%3D1530173780280&owner=nobody&pid=10844&revision=1.2.2-SNAPSHOT&side=consumer&timestamp=1530173780231, cause: java.lang.StackOverflowError<br>
java.lang.StackOverflowError<br>
at java.lang.Exception.(Exception.java:102)<br>
at java.lang.ReflectiveOperationException.(ReflectiveOperationException.java:89)<br>
at java.lang.reflect.InvocationTargetException.(InvocationTargetException.java:72)<br>
at sun.reflect.GeneratedMethodAccessor88.invoke(Unknown Source)<br>
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br>
at java.lang.reflect.Method.invoke(Method.java:601)<br>
at com.alibaba.dubbo.common.utils.PojoUtils.generalize(PojoUtils.java:168)<br>
at com.alibaba.dubbo.common.utils.PojoUtils.generalize(PojoUtils.java:168)<br>
at com.alibaba.dubbo.common.utils.PojoUtils.generalize(PojoUtils.java:168)<br>
at com.alibaba.dubbo.common.utils.PojoUtils.generalize(PojoUtils.java:168)</p> | 0 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows [Version 10.0.18362.239]
Windows Terminal version (if applicable):
Any other software?"><pre lang="none" class="notranslate"><code class="notranslate">Windows build number: Microsoft Windows [Version 10.0.18362.239]
Windows Terminal version (if applicable):
Any other software?
</code></pre></div>
<h1 dir="auto">Steps to reproduce</h1>
<p dir="auto">Can't scroll</p>
<h1 dir="auto">Expected behavior</h1>
<p dir="auto">Can scroll</p>
<h1 dir="auto">Actual behavior</h1>
<p dir="auto">Can't scroll</p> | <p dir="auto"><code class="notranslate">AppKeyBindingsSerialization::ToJson</code> iterates over <em>actions</em> and serializes down the first key it can find.</p>
<hr>
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Microsoft Windows [Version 10.0.18947.1000]
Windows Terminal latest store version"><pre lang="none" class="notranslate"><code class="notranslate">Microsoft Windows [Version 10.0.18947.1000]
Windows Terminal latest store version
</code></pre></div>
<h1 dir="auto">Steps to reproduce</h1>
<p dir="auto">Haven't found a pattern yet.</p>
<h1 dir="auto">Expected behavior</h1>
<p dir="auto">My shortcuts which I have defined in <a href="https://gist.github.com/trajano/24f4edccd9a997fad8b4de29ea252cc8">https://gist.github.com/trajano/24f4edccd9a997fad8b4de29ea252cc8</a> should be kept</p>
<h1 dir="auto">Actual behavior</h1>
<p dir="auto">My shortcuts for copy (ctrl+insert) and paste (shift+insert) keep on disappearing.</p> | 0 |
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/16112503/11523168/ea69445c-98e5-11e5-8094-8e5c31011d44.png"><img src="https://cloud.githubusercontent.com/assets/16112503/11523168/ea69445c-98e5-11e5-8094-8e5c31011d44.png" alt="screenshot from 2015-12-02 11 12 55" style="max-width: 100%;"></a><br>
Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-comment-your-javascript-code?solution=%2F%2FThis%20is%20a%20comment." rel="nofollow">Waypoint: Comment your JavaScript Code</a> has an issue.<br>
User Agent is: <code class="notranslate">Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/40.0.2214.94 Chrome/40.0.2214.94 Safari/537.36</code>.<br>
Please describe how to reproduce this issue, and include links to screenshots if possible.</p>
<p dir="auto">My code:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="//This is a comment."><pre class="notranslate"><span class="pl-c">//This is a comment.</span></pre></div> | <p dir="auto">in every link from the "basic javascript" section i go(and the later Javascipt lessons, not jQuery lessons or anything else), i have a<br>
<code class="notranslate">TypeError: Object.assign is not a function</code><br>
two days ago these links worked and i already have completed these lessons but now they're not working. all of them.</p>
<ul dir="auto">
<li>i did reset the code</li>
<li>made a hard refresh using the F5 key</li>
<li>deleted localStorage</li>
<li>tried the incognito mode<br>
<strong>still i have the same error.</strong></li>
</ul>
<p dir="auto">and this error is in my console too.</p>
<p dir="auto">i tried with my Galaxy Note 4:<br>
in Dolphin browser, i have the error.<br>
but in chrome there is no error!</p> | 1 |
<p dir="auto">The tutorial duplicates many of the examples already present.<br>
For example now there is a color quantization example and a grey-scale quantization example.</p>
<p dir="auto">Also, there are now three k-means examples.<br>
I'm pretty sure we can get rid of some.<br>
Maybe <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jaquesgrobler/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jaquesgrobler">@jaquesgrobler</a> can have a look?</p> | <p dir="auto">A few estimators like <code class="notranslate">Lasso</code> support the <code class="notranslate">warm_start</code> option.</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="lasso = Lasso(warm_start=True)
scores = []
for alpha in alphas:
lasso.set_params(alpha=alpha)
lasso.fit(X_train, y_train)
scores.append(lasso.score(X_test, y_test))"><pre class="notranslate"><span class="pl-s1">lasso</span> <span class="pl-c1">=</span> <span class="pl-v">Lasso</span>(<span class="pl-s1">warm_start</span><span class="pl-c1">=</span><span class="pl-c1">True</span>)
<span class="pl-s1">scores</span> <span class="pl-c1">=</span> []
<span class="pl-k">for</span> <span class="pl-s1">alpha</span> <span class="pl-c1">in</span> <span class="pl-s1">alphas</span>:
<span class="pl-s1">lasso</span>.<span class="pl-en">set_params</span>(<span class="pl-s1">alpha</span><span class="pl-c1">=</span><span class="pl-s1">alpha</span>)
<span class="pl-s1">lasso</span>.<span class="pl-en">fit</span>(<span class="pl-v">X_train</span>, <span class="pl-s1">y_train</span>)
<span class="pl-s1">scores</span>.<span class="pl-en">append</span>(<span class="pl-s1">lasso</span>.<span class="pl-en">score</span>(<span class="pl-v">X_test</span>, <span class="pl-s1">y_test</span>))</pre></div>
<p dir="auto">Due to how <code class="notranslate">GridSearchCV</code> is designed (use of <code class="notranslate">clone</code>, parallelism with <code class="notranslate">n_jobs</code>), setting the <code class="notranslate">warm_start</code> option wouldn't have any effect.</p>
<p dir="auto">It would be nice to create a grid search object which can benefit from warm-start. <code class="notranslate">n_jobs</code> could still be supported but should be with respect to cross-validation folds.</p>
<p dir="auto">This would require specifying with respect to what parameters the warm-starting must be done (e.g., <code class="notranslate">alpha</code> in the case of Lasso).</p> | 0 |
<p dir="auto"><em>[I still consider this somewhat incomplete, and I feel the suggestions for 'Declined' (hardest one) are not varied enough, but I felt it was valuable enough to post. I also subtly changed my mind on some of these during the weeks since this was written, but within the time constraints I feel this is the best I could do]</em></p>
<p dir="auto">I've made my best to come up with alternative terms for the current labels. For inspiration I used the Roslyn, F#, Go and Rust issue trackers, and some originals of my own. The toughest one (by far) was <em>Declined</em> - It was so difficult I had to resort to <a href="https://english.stackexchange.com/questions/319695/concise-phrase-or-term-to-express-there-are-no-plans-to-address-or-implement-th" rel="nofollow">opening a question on the 'English language and usage' stack exchange</a>.</p>
<h2 dir="auto">Examples of current best alternative label sets through the various stages of an issue</h2>
<p dir="auto"><strong>Positive outcome :-)</strong></p>
<ol dir="auto">
<li><em>Feature Suggestion</em>, <em>Needs More Info</em></li>
<li><em>Feature Suggestion</em>, <em>Needs Specification</em></li>
<li><em>Feature Suggestion</em>, <em>Under Consideration</em></li>
<li><em>Feature Suggestion</em>, <em>Planned</em></li>
<li><em>Feature Suggestion</em>, <em>In Development</em></li>
<li><em>Feature Suggestion</em>, <em>Implemented</em></li>
</ol>
<p dir="auto"><strong>Negative outcome :-(</strong></p>
<ol dir="auto">
<li><em>Feature Suggestion</em>, <em>Needs More Info</em></li>
<li><em>Feature Suggestion</em>, <em>Needs Specification</em></li>
<li><em>Feature Suggestion</em>, <em>Under Consideration</em></li>
<li><em>Feature Suggestion</em>, <em>No Foreseeable Plans</em>, <em>Not Enough Value</em></li>
</ol>
<p dir="auto"><strong>Positive outcome :-)</strong></p>
<ol dir="auto">
<li><em>Enhancement Suggestion</em>, <em>Needs More Info</em></li>
<li><em>Enhancement Suggestion</em>, <em>Under Consideration</em></li>
<li><em>Enhancement Suggestion</em>, <em>Accepting Community Contributions</em></li>
<li><em>Enhancement Suggestion</em>, <em>Implemented</em></li>
</ol>
<p dir="auto"><strong>Negative outcome :-(</strong></p>
<ol dir="auto">
<li><em>Feature Request</em></li>
<li><em>Feature Request</em>, <em>Outside Design Goals</em>, <em>Auxiliary Tooling Candidate</em></li>
</ol>
<p dir="auto"><strong>Positive outcome :-)</strong></p>
<ol dir="auto">
<li><em>Bug Report</em></li>
<li><em>Bug Report</em>, <em>Confirmed</em></li>
<li><em>Bug Report</em>, <em>Confirmed</em>, <em>Fix Planned</em></li>
<li><em>Bug Report</em>, <em>Confirmed</em>, <em>Fixed</em></li>
</ol>
<p dir="auto"><strong>Negative outcome :-(</strong></p>
<ol dir="auto">
<li><em>Bug Report</em></li>
<li><em>Bug Report</em>, <em>Needs Further Investigation</em></li>
<li><em>Bug Report</em>, <em>External: Edge</em></li>
</ol>
<p dir="auto"><strong>Negative outcome :-(</strong></p>
<ol dir="auto">
<li><em>Enhancement Suggestion</em></li>
<li><em>Enhancement Suggestion</em>, <em>Needs More Detail</em></li>
<li><em>Enhancement Suggestion</em>, <em>No Foreseeable Plans</em>, <em>Taken As Information</em></li>
</ol>
<p dir="auto"><strong>Neutral outcome :-|</strong></p>
<ol dir="auto">
<li><em>Feature Suggestion</em></li>
<li><em>Feature Suggestion</em>, <em>Needs Specification</em></li>
<li><em>Feature Suggestion</em>, <em>Subsumed</em>, <em>Taken As Information</em></li>
</ol>
<h2 dir="auto">Initial stage</h2>
<ul dir="auto">
<li><em>Suggestion</em>:
<ul dir="auto">
<li>Intended meaning: "Any suggestion"</li>
<li>Problem: too broad, sometimes covers enhancements as well (which may also be seen as 'bugs' sometimes by the issuer), doesn't separate between "requests", "suggestions", and "specifications".</li>
<li>Suggestions: Split to possibly (or include as a secondary label)
<ul dir="auto">
<li><em>Feature Request</em></li>
<li><em>Feature Suggestion</em></li>
<li><em>Feature Specification</em></li>
<li><em>Implementation Proposal</em></li>
<li><em>Enhancement Request</em></li>
<li><em>Enhancement Suggestion</em></li>
</ul>
</li>
</ul>
</li>
<li><em>Bug</em>:
<ul dir="auto">
<li>Intended meaning: "Confirmed Bug"</li>
<li>Problem: No way to label an unconfirmed bug.</li>
<li>Suggestions:
<ul dir="auto">
<li><em>Bug Report</em>, followed by</li>
<li><em>Bug Report</em> and <em>Confirmed</em></li>
</ul>
</li>
</ul>
</li>
<li><em>Needs More Info</em>:
<ul dir="auto">
<li>Intended meaning: "The team needs more information about this suggestion or bug in order to understand what's going on. Generally, Suggestions will start out as Needs More Info, graduate to Needs Proposal, then finally go to In Discussion"</li>
<li>Problem: doesn't separate "more info" from "further investigation".</li>
<li>Suggestions: split to
<ul dir="auto">
<li><em>Needs More Info</em> or <em>Needs More Details</em></li>
<li><em>Needs Further Investigation</em> (for bugs)</li>
<li>and possibly <em>Under Investigation</em>.</li>
</ul>
</li>
</ul>
</li>
<li><em>Needs Proposal</em>:
<ul dir="auto">
<li>Intended meaning: "A suggestion that has a well-understood use case and a plausible outline of a solution, but lacks a formal definition of how exactly the problem will be solved".</li>
<li>Problem: may be read as "please write a complete, detailed, formal implementation proposal or else this will not be considered".</li>
<li>Suggestions: <em>Needs Specification</em>, <em>Requires Specification</em>.</li>
</ul>
</li>
</ul>
<h2 dir="auto">Review stage</h2>
<ul dir="auto">
<li><em>In Discussion</em>:
<ul dir="auto">
<li>Intended meaning: "The suggestion is ready to be discussed at a Design Meeting or Suggestion Backlog Slog".</li>
<li>Actual usage: includes suggestions that are continuously discussed for relatively long periods of time.</li>
<li>Problem: could be interpreted as just being just "discussed" or as a "community discussion" or debate about a problem (my initial interpretation).</li>
<li>Suggestions: <em>Under Consideration</em> (inspired by the <a href="https://developer.microsoft.com/en-us/microsoft-edge/platform/status/" rel="nofollow">Edge platform status</a> terminology), <em>Under Review</em>, <em>In Review</em>, <em>Candidate Proposal</em>, <em>Candidate Suggestion</em>.</li>
</ul>
</li>
<li><em>Revisit</em>:
<ul dir="auto">
<li>Intended meaning: "A suggestion or bug that can't be adequately addressed today, but will probably be able to be addressed in the future (e.g. we need to wait for the ECMAScript committee to make up its mind)"</li>
<li>Problem: could be interpreted as referring to an old suggestion being "revisited" in the sense of it being "reconsidered' or 're-examined' (my initial interpretation).</li>
<li>Suggestions: <em>For Future Review</em>, <em>For Future Consideration</em>.</li>
</ul>
</li>
</ul>
<h2 dir="auto">Outcome stage</h2>
<ul dir="auto">
<li><em>Committed</em>:
<ul dir="auto">
<li>Intended meaning: "Someone from the TypeScript team will fix this bug or implement this feature"</li>
<li>Problem: highly ambiguous with Git 'Commit', could be read as "Implemented" (which was my initial interpretation and I still suspect I was right.. :) ).</li>
<li>Suggestions: Split to
<ul dir="auto">
<li><em>Planned</em> (<em>Approved</em> may also fit in some cases), for bugs maybe <em>Fix Planned</em>.</li>
<li><em>In Development</em></li>
</ul>
</li>
</ul>
</li>
<li><em>Fixed</em>:
<ul dir="auto">
<li>Intended meaning: "Was a planned bug-fix or feature but now implemented"</li>
<li>Problem: frequently applied to feature requests or enhancements as well.</li>
<li>Suggestions: Split to
<ul dir="auto">
<li><em>Fixed</em> for bugs</li>
<li><em>Implemented</em> for features or enhancements (also, use <em>Implements #####</em> instead of <em>Fixes #####</em> in PRs to make it clear it is not actually a bug).</li>
<li><em>Addressed</em> could cover cases that don't fit either one of them, like correcting a mistake in the specification or documentation.</li>
</ul>
</li>
</ul>
</li>
<li><em>Accepting PRs</em>
<ul dir="auto">
<li>Intended meaning: "We are accepting pull requests to implement this feature or fix this bug."</li>
<li>Problem: Is not clear on whether this also include pull requests from Microsoft team members?</li>
<li>Problem: not everyone knows what a "PR" is (Public Relations?)..</li>
<li>Suggestions: keep as-is or <em>Accepting Pull Requests</em> (if it includes Microsoft members as well) or <em>Community Contributions Accepted</em> (if not).</li>
</ul>
</li>
<li><em>Declined</em>:
<ul dir="auto">
<li>Intended meaning: "For reasons explained in the issue, we are not going to accept this suggestion"</li>
<li>Actual usage: occasionally applied to ideas that are not really suggestions or specifications, or requests that were not originally presented as formal proposals.</li>
<li>Problems:
<ul dir="auto">
<li>Excessively highlights the 'act' of proposing, or the personal 'appeal' of the issuing person, rather the interest of the design team in the idea at hand.</li>
<li>Could be seen as inappropriate for suggestions that have valid use cases but did not provide a good-enough solution (or not at all) or wide-enough set of applications.</li>
<li>Could be unconditionally interpreted as "we think this suggestion is bad or exhibits poor design therefore we reject it".</li>
<li>Too 'final' and 'verdict-like'. Doesn't really leave enough room for future reconsideration.</li>
<li>Doesn't feel very 'friendly' and may create a somewhat harsh atmosphere.</li>
</ul>
</li>
<li>Suggestions (this was the toughest one by far): Split to:
<ul dir="auto">
<li><em>No Foreseeable Plans</em>: (or <em>No Prospective Plans</em>) for sound suggestions or proposals that have reasonable merit but for some reason were not deemed as appropriate or suitable for the language. This may be paired an additional label such as <em>Not Enough Value</em> or <em>Auxiliary Tooling Candidate</em>, described below.</li>
<li><em>Taken As Information</em>: for suggestions that had valuable content but did not provide a solution that was seen as conforming to high enough standards (thanks to the StackExchange member who suggested this).</li>
<li>... Other ideas...</li>
</ul>
</li>
<li>Other alternatives: <em>No Team Interest</em>, <em>No Team Approval</em>, or <em>No Team Consensus</em> for borderline ones (see the <a href="https://github.com/dotnet/roslyn/issues/2136" data-hovercard-type="issue" data-hovercard-url="/dotnet/roslyn/issues/2136/hovercard">C# 7 feature work list</a> for some inspiration.</li>
</ul>
</li>
<li><em>By Design</em>:
<ul dir="auto">
<li>Intended meaning: "This is an intentional behavior of TypeScript"</li>
<li>Actual usage, includes:
<ul dir="auto">
<li>Aspects of the language that were purposely designed with the belief they are good practices.</li>
<li>Design compromises or are known to be sub-optimal in some way.</li>
<li>Aspects that could have been done differently but are not possible or worthwhile to change due to it being a breaking change.</li>
<li>Aspects that are simply known to the designers, regardless of it being desirable or not, or being worthwhile to change or not.</li>
</ul>
</li>
<li>Suggestions: Split to
<ul dir="auto">
<li><em>Intended Behavior</em> and</li>
<li><em>Design Limitation</em> (other possible terms: <em>Design Constraint</em>, or <em>Design Compromise</em>.)</li>
</ul>
</li>
</ul>
</li>
<li><em>Out of Scope</em>:
<ul dir="auto">
<li>Intended meaning: "A suggestion that is outside the design parameters of TypeScript, either because it is a poor fit (e.g. make TypeScript look exactly like C#), is outside the constraints of the language (e.g. asm.js compilation), or better belongs to another tool or process (e.g. a built-in Collections library, or a runtime language feature that should start in the ECMAScript committee)".</li>
<li>Suggestions: Split to more specific cases:
<ul dir="auto">
<li><em>Outside Design Goals</em></li>
<li><em>Requires ECMAScript Approval</em>,</li>
<li><em>Auxiliary Tooling Candidate</em> (or <em>Third-party Tooling Candidate</em>)</li>
<li><em>Externally Scoped</em></li>
</ul>
</li>
</ul>
</li>
<li><em>Duplicate</em>:
<ul dir="auto">
<li>Intended meaning: "This issue is the same, or has the same root cause, as another issue."</li>
<li>Problem: sometimes applied to somewhat different suggestions or enhancements that solve mostly the same problem set, but are simply preferred one over the other.</li>
<li>Suggestions: split to:
<ul dir="auto">
<li><em>Duplicate</em> for exact duplicates.</li>
<li><em>Converged</em>, <em>Subsumed</em> or <em>Assimilated</em> for intersecting suggestions or enhancements.</li>
</ul>
</li>
</ul>
</li>
<li><em>Too Complex</em>:
<ul dir="auto">
<li>Intended meaning: "Relative to the complexity required to implement or understand it, the suggestion does not provide enough value."</li>
<li>Problem: could be read as "too difficult to implement" (my initial interpretation).</li>
<li>Suggestions: <em>Not Enough Value</em>, <em>Not Worthwhile</em>.</li>
</ul>
</li>
<li><em>Won't Fix</em>:
<ul dir="auto">
<li>Intended meaning: "While the behavior described is agreed to be incorrect, the cost (in time, complexity, performance, etc.) is too high to justify taking a fix relative to the cost of simply living with the bug"</li>
<li>Problem: may be perceived to demonstrate an un-constructive or un-friendly attitude..</li>
<li>Suggestions: <em>Not Enough Value</em>, <em>No Fix Planned</em>, <em>Not Enough Team Interest</em>, <em>No Foreseeable Plans</em>.</li>
</ul>
</li>
<li><em>External</em>:
<ul dir="auto">
<li>Intended meaning: "Catch-all bucket when an issue reported is not an issue with TypeScript, but rather an external tool, library, website, person, or situation".</li>
<li>Suggestions: leave as-is or consider extending the label to include the particular external entity referenced, e.g.:
<ul dir="auto">
<li><em>External: Internet Explorer</em></li>
<li><em>External: ECMAScript</em></li>
<li><em>External: VS Code</em></li>
<li><em>External: Node</em></li>
</ul>
</li>
</ul>
</li>
</ul>
<h2 dir="auto">Questions and discussions</h2>
<ul dir="auto">
<li><em>Question</em>:
<ul dir="auto">
<li>Intended meaning: "The issue is (intentionally or otherwise) simply asking a question about TypeScript. Answers to Questions, if provided, will generally be to-the-point because we do not have time to be a support community for all TypeScript users; please use Stack Overflow for TypeScript questions."</li>
<li>No alternative suggestions.</li>
</ul>
</li>
<li><em>Discussion</em>:
<ul dir="auto">
<li>Intended meaning "This issue is a discussion with no defined outcome. The TypeScript team may weigh in on these issues, but they are not regularly reviewed".</li>
<li>Problem: a bit vague, can be confused with <em>In Discussion</em>.</li>
<li>Suggestions: leave as-is and rename <em>In Discussion</em> (see suggestions below) or use <em>Community Discussion</em>.</li>
</ul>
</li>
<li><em>Canonical</em>:
<ul dir="auto">
<li>Intended meaning: "This issue contains a lengthy explanation of a common question or misconception".</li>
<li>Problem: unconventional usage of the term 'canonical' when applied to the issue itself. I'm not sure what the exact intention was but I believe it should mean 'recognized', 'well known', or alternatively 'authoritative'? (here's the <a href="http://www.thefreedictionary.com/Canonical" rel="nofollow">dictionary entry for 'canonical'</a>).</li>
<li>Suggestions: Use a combination of two separate labels: <em>Common Query</em> (or <em>Common Question</em>) and <em>Contains Reference Answer</em>.</li>
</ul>
</li>
</ul>
<h2 dir="auto">Misc and auxiliary labels</h2>
<ul dir="auto">
<li><em>Infrastructure</em>:
<ul dir="auto">
<li>Intended meaning: "Technical debt associated with the TypeScript project".</li>
<li>Problem: could be read as meaning to do with things like the JS runtime, Node runtime, Chakra/V8 engine etc (my initial interpretation).</li>
<li>Suggestions: <em>Technical Task</em>, <em>Technical Enhancement</em>, <em>Implementation Task</em>, <em>Implementation Enhancement</em>.</li>
</ul>
</li>
<li>Effort: Easy/Moderate/Difficult:
<ul dir="auto">
<li>Intended meaning: "For issues Accepting PRs, these are an approximation of how difficult we think fixing the bug or implementing the feature will be. As a rough guide, fixing typos or modifying lib.d.s are generally Easy; work that requires understanding the basics of the codebase is Moderate; things marked Difficult will require an understanding that is rare outside the core TypeScript team."</li>
<li>Problem: 'Effort' does not naturally refer to a level of difficulty.</li>
<li>Suggestions:
<ul dir="auto">
<li>Change to <em>Effort: Low/Moderate/High</em> or</li>
<li><em>Difficulty: Easy/Intermediate/High</em></li>
</ul>
</li>
</ul>
</li>
<li>High Priority:
<ul dir="auto">
<li>Intended meaning: "Issues affecting runtime behavior or high-occurrence crashes"</li>
<li>Suggestions: leave as-is or use a granular label for each priority level like:
<ul dir="auto">
<li><em>Priority: Low/Medium/High</em></li>
</ul>
</li>
</ul>
</li>
<li>ES6 / ES7 / ES Next:
<ul dir="auto">
<li>Intended meaning: "Refers to issues related to features found in these specific ECMAScript versions".</li>
<li>Suggestions: consider updating to newer terminology and using more literal labels like:
<ul dir="auto">
<li><em>Domain: ES2015/ES2016/ES2017</em></li>
</ul>
</li>
</ul>
</li>
</ul>
<p dir="auto"><em>Notes: Some of these may be used in a complementary way, together, or sometimes in addition to the existing label. Some are two or three word long, which may seem a bit excessive, but that seemed inevitable to successfully convey clearer semantics.</em></p> | <p dir="auto">Edit 2/29: Update proposal based on design changes; moved 'Solution' to top since most people viewing this are familiar with the problems</p>
<hr>
<h2 dir="auto">Solution</h2>
<p dir="auto">Support a "native UMD" declaration form that allows for a global var to be of the type of a module.</p>
<p dir="auto">A <em>global module export declaration</em> has the syntax:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="export as namespace id;"><pre class="notranslate"><span class="pl-k">export</span> <span class="pl-k">as</span> <span class="pl-k">namespace</span> <span class="pl-s1">id</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">where <code class="notranslate">id</code> is any <em>Identifier</em>.</p>
<p dir="auto">This is only legal as a top-level declaration a <code class="notranslate">.d.ts</code> file containing other top-level <code class="notranslate">export</code> declarations (e.g. <code class="notranslate">export function</code>, <code class="notranslate">export var</code>, <code class="notranslate">export =</code>, etc.). Multiple of these declarations may appear in the same file so long as they supply different identifiers.</p>
<p dir="auto">When the containing file is imported through <code class="notranslate">import</code> syntax, the declaration has no effect.</p>
<p dir="auto">When the containing file is added to the compilation via a <code class="notranslate">/// <reference</code> directive or by being a top-level file provided to the compiler (e.g. on the commandline, or as part of <code class="notranslate">tsconfig.json</code>'s <code class="notranslate">files</code> list), the supplied identifier[s] are added to the <em>global scope</em> of the program. The type of these identifiers is the type of the <em>module object</em> of the file in which they were declared.</p>
<p dir="auto">These declarations may engage in module merging, though this should probably be discouraged somehow.</p>
<h2 dir="auto">Example</h2>
<p dir="auto"><strong>my-lib.d.ts</strong></p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="export function doThing(): string;
export function doTheOtherThing(): void;
export as namespace myLib;"><pre class="notranslate"><span class="pl-k">export</span> <span class="pl-k">function</span> <span class="pl-s1">doThing</span><span class="pl-kos">(</span><span class="pl-kos">)</span>: <span class="pl-smi">string</span><span class="pl-kos">;</span>
<span class="pl-k">export</span> <span class="pl-k">function</span> <span class="pl-s1">doTheOtherThing</span><span class="pl-kos">(</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-k">export</span> <span class="pl-k">as</span> <span class="pl-k">namespace</span> <span class="pl-s1">myLib</span><span class="pl-kos">;</span></pre></div>
<p dir="auto"><strong>globalConsumer.ts</strong></p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="/// <reference path="my-lib.d.ts" />
myLib.doThing();"><pre class="notranslate"><span class="pl-c">/// <reference path="my-lib.d.ts" /></span>
<span class="pl-s1">myLib</span><span class="pl-kos">.</span><span class="pl-en">doThing</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<p dir="auto"><strong>importConsumer.ts</strong></p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import * as m from './myLib';
m.doTheOtherThing();"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-c1">*</span> <span class="pl-k">as</span> <span class="pl-s1">m</span> <span class="pl-k">from</span> <span class="pl-s">'./myLib'</span><span class="pl-kos">;</span>
<span class="pl-s1">m</span><span class="pl-kos">.</span><span class="pl-en">doTheOtherThing</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<h2 dir="auto">Problem</h2>
<p dir="auto">Many definition flies are written like this:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="declare var Promise: {
// some stuff here
}
declare module 'bluebird' {
export = Promise;
}"><pre class="notranslate"><span class="pl-k">declare</span> <span class="pl-k">var</span> <span class="pl-smi">Promise</span>: <span class="pl-kos">{</span>
<span class="pl-c">// some stuff here</span>
<span class="pl-kos">}</span>
<span class="pl-k">declare</span> module <span class="pl-s">'bluebird'</span> <span class="pl-kos">{</span>
<span class="pl-k">export</span> <span class="pl-c1">=</span> <span class="pl-smi">Promise</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span></pre></div>
<h2 dir="auto">Symptoms</h2>
<p dir="auto">This is bad for three reasons:</p>
<ol dir="auto">
<li>We can't find this file from normal module resolution, so it has to get into the compilation context through a 'reference' mechanism</li>
<li>This pattern can't handle the case where you have two versions of <code class="notranslate">'bluebird'</code> because there is no path with which to disambiguate</li>
<li>People who are using the module version still get global scope pollution and might accidently use the global names when they meant to use an import name</li>
</ol>
<h2 dir="auto">Root Cause</h2>
<p dir="auto">The <em>reason</em> people do this (define globals, then <code class="notranslate">export =</code> from an ambient module declaration) is that the *reverse * (define a module, then declare a var with that module's type) is impossible.</p> | 0 |
<h2 dir="auto">🐛 Bug</h2>
<p dir="auto">I’d like to report a weird behaviour in 1.0 that I could resolve by only going back to 0.4. I am training a network on quite a big data set (35 GB) and use 4 gpus by applying the command<br>
torch.nn.DataParallel(model).cuda()<br>
Further I am having a big batch size (>1000) which makes the command<br>
torch.multiprocessing.set_sharing_strategy(‘file_system’). I have num_workers=16 in the dataloader<br>
necessary. Now the trouble begins: every epoch my /dev/shm increases by ca. 3GB. At some point it is full and my process crashes. I tried 1.0.0 and 1.0.1 but both showed this bahaviour. Pytorch 0.4 does not have this problem, /dev/shm is never above 1GB.</p>
<h2 dir="auto">To Reproduce</h2>
<p dir="auto">Steps to reproduce the behavior:</p>
<ol dir="auto">
<li>Train network on big data set with data.Dataloader with big batch size, for which you require torch.multiprocessing.set_sharing_strategy('file_system') and Dataparallel</li>
<li>Observe /dev/shm until it is full</li>
</ol>
<h2 dir="auto">Expected behavior</h2>
<p dir="auto">In 0.4 version /dev/shm is not filling up and there is not crash</p>
<ul dir="auto">
<li>PyTorch Version (e.g., 1.0.1 and 1.0.0 vs. 0.4.0):</li>
<li>OS (e.g., Linux): Linux</li>
<li>How you installed PyTorch (<code class="notranslate">conda</code>, <code class="notranslate">pip</code>, source): conda</li>
<li>Build command you used (if compiling from source):</li>
<li>Python version: 2.7</li>
<li>CUDA/cuDNN version: 10</li>
<li>GPU models and configuration:</li>
<li>Any other relevant information:</li>
</ul> | <p dir="auto">Importing sklearn after importing torch cases segmentation fault. I have tried reinstalling both scikit-learn and pytorch. I use pip (not anaconda)</p>
<p dir="auto">A) Works</p>
<p dir="auto">ipython<br>
Python 2.7.12 (default, Nov 19 2016, 06:48:10)<br>
Type "copyright", "credits" or "license" for more information.</p>
<p dir="auto">IPython 5.1.0 -- An enhanced Interactive Python.<br>
? -> Introduction and overview of IPython's features.<br>
%quickref -> Quick reference.<br>
help -> Python's own help system.<br>
object? -> Details about 'object', use 'object??' for extra details.</p>
<p dir="auto">In [1]: import sklearn</p>
<p dir="auto">In [2]: import torch</p>
<p dir="auto">In [3]: print sklearn.<strong>version</strong><br>
0.18.1</p>
<p dir="auto">B) Segmentation Fault</p>
<p dir="auto">ipython<br>
Python 2.7.12 (default, Nov 19 2016, 06:48:10)<br>
Type "copyright", "credits" or "license" for more information.</p>
<p dir="auto">IPython 5.1.0 -- An enhanced Interactive Python.<br>
? -> Introduction and overview of IPython's features.<br>
%quickref -> Quick reference.<br>
help -> Python's own help system.<br>
object? -> Details about 'object', use 'object??' for extra details.</p>
<p dir="auto">In [1]: import torch</p>
<p dir="auto">In [2]: import sklearn<br>
Segmentation fault (core dumped)</p> | 0 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [4]: matplotlib.__version__
Out[4]: '1.5.0'
In [3]: from matplotlib.testing.decorators import cleanup
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-3-58e27e1ef7b3> in <module>()
----> 1 from matplotlib.testing.decorators import cleanup
/home/wiecki/miniconda3/lib/python3.4/site-packages/matplotlib/testing/decorators.py in <module>()
17 import matplotlib as mpl
18 import matplotlib.style
---> 19 import matplotlib.tests
20 import matplotlib.units
21 from matplotlib import cbook
ImportError: No module named 'matplotlib.tests'"><pre class="notranslate"><code class="notranslate">In [4]: matplotlib.__version__
Out[4]: '1.5.0'
In [3]: from matplotlib.testing.decorators import cleanup
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-3-58e27e1ef7b3> in <module>()
----> 1 from matplotlib.testing.decorators import cleanup
/home/wiecki/miniconda3/lib/python3.4/site-packages/matplotlib/testing/decorators.py in <module>()
17 import matplotlib as mpl
18 import matplotlib.style
---> 19 import matplotlib.tests
20 import matplotlib.units
21 from matplotlib import cbook
ImportError: No module named 'matplotlib.tests'
</code></pre></div> | <p dir="auto">Seems like the 1.5 no longer allows users to import testing decorators (e.g., <code class="notranslate">image_comparison</code>)</p>
<p dir="auto">Consider the following similar conda environments:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="conda create --name=_mpl14 python=3.5 matplotlib=1.4 nose --yes --quiet
conda create --name=_mpl15 python=3.5 matplotlib=1.5 nose --yes --quiet
paul@umpqua ~ $ source activate _mpl14
(_mpl14)paul@umpqua ~ $ python -c "from matplotlib.testing.decorators import image_comparison" # fine
paul@umpqua ~ $ source activate _mpl15
(_mpl15)paul@umpqua ~ $ python -c "from matplotlib.testing.decorators import image_comparison" # fails
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/paul/miniconda3/envs/_mpl15/lib/python3.5/site-packages/matplotlib/testing/decorators.py", line 19, in <module>
import matplotlib.tests
ImportError: No module named 'matplotlib.tests'"><pre class="notranslate"><code class="notranslate">conda create --name=_mpl14 python=3.5 matplotlib=1.4 nose --yes --quiet
conda create --name=_mpl15 python=3.5 matplotlib=1.5 nose --yes --quiet
paul@umpqua ~ $ source activate _mpl14
(_mpl14)paul@umpqua ~ $ python -c "from matplotlib.testing.decorators import image_comparison" # fine
paul@umpqua ~ $ source activate _mpl15
(_mpl15)paul@umpqua ~ $ python -c "from matplotlib.testing.decorators import image_comparison" # fails
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/paul/miniconda3/envs/_mpl15/lib/python3.5/site-packages/matplotlib/testing/decorators.py", line 19, in <module>
import matplotlib.tests
ImportError: No module named 'matplotlib.tests'
</code></pre></div>
<p dir="auto">Looks like both <code class="notranslate">matplotlib.__init__</code> and <code class="notranslate">matplotlib.tests.__init__</code> got modified a bit since version 1.4.</p>
<p dir="auto">Is this expected? If not, I can take a stab at <code class="notranslate">git bisect</code>-ing the issue.</p> | 1 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="I/flutter ( 5612): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
I/flutter ( 5612): The following assertion was thrown building MapPage(dirty, state: _MapPageState#7a02d):
I/flutter ( 5612): 'file:///C:/Flutter/flutter/.pub-cache/git/plugins-3897d4305492d658ed5a22570cbe36f3cb2ee73e/packages/google_maps_flutter/lib/src/google_map.dart':
I/flutter ( 5612): Failed assertion: line 24 pos 15: 'initialCameraPosition != null': is not true.
I/flutter ( 5612):
I/flutter ( 5612): Either the assertion indicates an error in the framework itself, or we should provide substantially
I/flutter ( 5612): more information in this error message to help you determine and fix the underlying cause.
I/flutter ( 5612): In either case, please report this assertion by filing a bug on GitHub:
I/flutter ( 5612): https://github.com/flutter/flutter/issues/new?template=BUG.md
I/flutter ( 5612):
I/flutter ( 5612): When the exception was thrown, this was the stack:
I/flutter ( 5612): #2 new GoogleMap (file:///C:/Flutter/flutter/.pub-cache/git/plugins-3897d4305492d658ed5a22570cbe36f3cb2ee73e/packages/google_maps_flutter/lib/src/google_map.dart:24:15)
I/flutter ( 5612): #3 _MapPageState.build (package:tracking_systems/pages/home_page.dart:22:20)
I/flutter ( 5612): #4 StatefulElement.build (package:flutter/src/widgets/framework.dart:3809:27)
I/flutter ( 5612): #5 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3721:15)
I/flutter ( 5612): #6 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5)
I/flutter ( 5612): #7 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5)
I/flutter ( 5612): #8 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #9 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14)
I/flutter ( 5612): #10 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #11 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16)
I/flutter ( 5612): #12 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5)
I/flutter ( 5612): #13 StatelessElement.update (package:flutter/src/widgets/framework.dart:3781:5)
I/flutter ( 5612): #14 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #15 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14)
I/flutter ( 5612): #16 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #17 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14)
I/flutter ( 5612): #18 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #19 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14)
I/flutter ( 5612): #20 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #21 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14)
I/flutter ( 5612): #22 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #23 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16)
I/flutter ( 5612): #24 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5)
I/flutter ( 5612): #25 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5)
I/flutter ( 5612): #26 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #27 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16)
I/flutter ( 5612): #28 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5)
I/flutter ( 5612): #29 StatelessElement.update (package:flutter/src/widgets/framework.dart:3781:5)
I/flutter ( 5612): #30 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #31 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16)
I/flutter ( 5612): #32 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5)
I/flutter ( 5612): #33 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5)
I/flutter ( 5612): #34 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #35 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14)
I/flutter ( 5612): #36 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #37 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16)
I/flutter ( 5612): #38 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5)
I/flutter ( 5612): #39 ProxyElement.update (package:flutter/src/widgets/framework.dart:3990:5)
I/flutter ( 5612): #40 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #41 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14)
I/flutter ( 5612): #42 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #43 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16)
I/flutter ( 5612): #44 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5)
I/flutter ( 5612): #45 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5)
I/flutter ( 5612): #46 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #47 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16)
I/flutter ( 5612): #48 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5)
I/flutter ( 5612): #49 StatelessElement.update (package:flutter/src/widgets/framework.dart:3781:5)
I/flutter ( 5612): #50 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #51 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14)
I/flutter ( 5612): #52 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #53 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16)
I/flutter ( 5612): #54 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5)
I/flutter ( 5612): #55 ProxyElement.update (package:flutter/src/widgets/framework.dart:3990:5)
I/flutter ( 5612): #56 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #57 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16)
I/flutter ( 5612): #58 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5)
I/flutter ( 5612): #59 BuildOwner.buildScope (package:flutter/src/widgets/framework.dart:2286:33)
I/flutter ( 5612): #60 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding.drawFrame (package:flutter/src/widgets/binding.dart:676:20)
I/flutter ( 5612): #61 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding._handlePersistentFrameCallback (package:flutter/src/rendering/binding.dart:219:5)
I/flutter ( 5612): #62 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:990:15)
I/flutter ( 5612): #63 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:930:9)
I/flutter ( 5612): #64 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding.scheduleWarmUpFrame.<anonymous closure> (package:flutter/src/scheduler/binding.dart:751:7)
I/flutter ( 5612): #66 _Timer._runTimers (dart:isolate/runtime/libtimer_impl.dart:382:19)
I/flutter ( 5612): #67 _Timer._handleMessage (dart:isolate/runtime/libtimer_impl.dart:416:5)
I/flutter ( 5612): #68 _RawReceivePortImpl._handleMessage (dart:isolate/runtime/libisolate_patch.dart:171:12)
I/flutter ( 5612): (elided 3 frames from class _AssertionError and package dart:async)"><pre class="notranslate"><code class="notranslate">I/flutter ( 5612): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
I/flutter ( 5612): The following assertion was thrown building MapPage(dirty, state: _MapPageState#7a02d):
I/flutter ( 5612): 'file:///C:/Flutter/flutter/.pub-cache/git/plugins-3897d4305492d658ed5a22570cbe36f3cb2ee73e/packages/google_maps_flutter/lib/src/google_map.dart':
I/flutter ( 5612): Failed assertion: line 24 pos 15: 'initialCameraPosition != null': is not true.
I/flutter ( 5612):
I/flutter ( 5612): Either the assertion indicates an error in the framework itself, or we should provide substantially
I/flutter ( 5612): more information in this error message to help you determine and fix the underlying cause.
I/flutter ( 5612): In either case, please report this assertion by filing a bug on GitHub:
I/flutter ( 5612): https://github.com/flutter/flutter/issues/new?template=BUG.md
I/flutter ( 5612):
I/flutter ( 5612): When the exception was thrown, this was the stack:
I/flutter ( 5612): #2 new GoogleMap (file:///C:/Flutter/flutter/.pub-cache/git/plugins-3897d4305492d658ed5a22570cbe36f3cb2ee73e/packages/google_maps_flutter/lib/src/google_map.dart:24:15)
I/flutter ( 5612): #3 _MapPageState.build (package:tracking_systems/pages/home_page.dart:22:20)
I/flutter ( 5612): #4 StatefulElement.build (package:flutter/src/widgets/framework.dart:3809:27)
I/flutter ( 5612): #5 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3721:15)
I/flutter ( 5612): #6 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5)
I/flutter ( 5612): #7 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5)
I/flutter ( 5612): #8 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #9 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14)
I/flutter ( 5612): #10 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #11 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16)
I/flutter ( 5612): #12 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5)
I/flutter ( 5612): #13 StatelessElement.update (package:flutter/src/widgets/framework.dart:3781:5)
I/flutter ( 5612): #14 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #15 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14)
I/flutter ( 5612): #16 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #17 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14)
I/flutter ( 5612): #18 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #19 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14)
I/flutter ( 5612): #20 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #21 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14)
I/flutter ( 5612): #22 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #23 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16)
I/flutter ( 5612): #24 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5)
I/flutter ( 5612): #25 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5)
I/flutter ( 5612): #26 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #27 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16)
I/flutter ( 5612): #28 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5)
I/flutter ( 5612): #29 StatelessElement.update (package:flutter/src/widgets/framework.dart:3781:5)
I/flutter ( 5612): #30 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #31 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16)
I/flutter ( 5612): #32 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5)
I/flutter ( 5612): #33 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5)
I/flutter ( 5612): #34 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #35 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14)
I/flutter ( 5612): #36 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #37 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16)
I/flutter ( 5612): #38 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5)
I/flutter ( 5612): #39 ProxyElement.update (package:flutter/src/widgets/framework.dart:3990:5)
I/flutter ( 5612): #40 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #41 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14)
I/flutter ( 5612): #42 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #43 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16)
I/flutter ( 5612): #44 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5)
I/flutter ( 5612): #45 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5)
I/flutter ( 5612): #46 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #47 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16)
I/flutter ( 5612): #48 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5)
I/flutter ( 5612): #49 StatelessElement.update (package:flutter/src/widgets/framework.dart:3781:5)
I/flutter ( 5612): #50 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #51 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14)
I/flutter ( 5612): #52 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #53 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16)
I/flutter ( 5612): #54 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5)
I/flutter ( 5612): #55 ProxyElement.update (package:flutter/src/widgets/framework.dart:3990:5)
I/flutter ( 5612): #56 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15)
I/flutter ( 5612): #57 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16)
I/flutter ( 5612): #58 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5)
I/flutter ( 5612): #59 BuildOwner.buildScope (package:flutter/src/widgets/framework.dart:2286:33)
I/flutter ( 5612): #60 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding.drawFrame (package:flutter/src/widgets/binding.dart:676:20)
I/flutter ( 5612): #61 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding._handlePersistentFrameCallback (package:flutter/src/rendering/binding.dart:219:5)
I/flutter ( 5612): #62 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:990:15)
I/flutter ( 5612): #63 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:930:9)
I/flutter ( 5612): #64 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding.scheduleWarmUpFrame.<anonymous closure> (package:flutter/src/scheduler/binding.dart:751:7)
I/flutter ( 5612): #66 _Timer._runTimers (dart:isolate/runtime/libtimer_impl.dart:382:19)
I/flutter ( 5612): #67 _Timer._handleMessage (dart:isolate/runtime/libtimer_impl.dart:416:5)
I/flutter ( 5612): #68 _RawReceivePortImpl._handleMessage (dart:isolate/runtime/libisolate_patch.dart:171:12)
I/flutter ( 5612): (elided 3 frames from class _AssertionError and package dart:async)
</code></pre></div> | <p dir="auto">I want a landscape page in my app<br>
use this code</p>
<div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="@override
void initState() {
super.initState();
SystemChrome.setPreferredOrientations([
DeviceOrientation.landscapeRight,
DeviceOrientation.landscapeLeft,
]);
}"><pre class="notranslate"><span class="pl-k">@override</span>
<span class="pl-k">void</span> <span class="pl-en">initState</span>() {
<span class="pl-c1">super</span>.<span class="pl-en">initState</span>();
<span class="pl-c1">SystemChrome</span>.<span class="pl-en">setPreferredOrientations</span>([
<span class="pl-c1">DeviceOrientation</span>.landscapeRight,
<span class="pl-c1">DeviceOrientation</span>.landscapeLeft,
]);
}</pre></div>
<p dir="auto">in android, it works well. app could auto landscape.but it doesn't work in ios.</p>
<p dir="auto">i must horizontally iphone to make it work.</p>
<p dir="auto">bug?</p> | 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></p>
<p dir="auto"><code class="notranslate">select</code> HTML element doesn't react to changes of model (like when we do <code class="notranslate">this.selectedValue = obj;</code> in component, when in template we have <code class="notranslate">[(ngModel)]="selectedValue"</code>). Therefore, initial <code class="notranslate">select</code> value is not proper.</p>
<p dir="auto"><strong>Expected behavior</strong></p>
<p dir="auto">This code should initialize value of <code class="notranslate">select</code> HTML element properly, i.e. listen to <code class="notranslate">selectedValue</code> changes and select proper option.</p>
<p dir="auto"><strong>Minimal reproduction of the problem with instructions</strong></p>
<p dir="auto">I have the next code</p>
<p dir="auto"><strong>choice-input.view.html</strong></p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<select *ngIf="!options.multiple" class="form-control" [(ngModel)]="selectedValue" (blur)="onTouchedCallback()">
<option value="" [disabled]="options.required" [ngValue]="null">No value</option>
<option *ngFor="let choice of options.choices" [ngValue]="choice.value">{{choice.label | trans }}</option>
</select>"><pre class="notranslate"><span class="pl-c1"><</span><span class="pl-ent">select</span> <span class="pl-c1">*</span><span class="pl-c1">ngIf</span><span class="pl-c1">=</span><span class="pl-s">"!options.multiple"</span> <span class="pl-c1">class</span><span class="pl-c1">=</span><span class="pl-s">"form-control"</span> <span class="pl-kos">[</span><span class="pl-kos">(</span><span class="pl-c1">ngModel</span><span class="pl-kos">)</span><span class="pl-kos">]</span><span class="pl-c1">=</span><span class="pl-s">"selectedValue"</span> <span class="pl-kos">(</span><span class="pl-c1">blur</span><span class="pl-kos">)</span><span class="pl-c1">=</span><span class="pl-s">"onTouchedCallback()"</span><span class="pl-c1">></span>
<span class="pl-c1"><</span><span class="pl-ent">option</span> <span class="pl-c1">value</span><span class="pl-c1">=</span><span class="pl-s">""</span> <span class="pl-kos">[</span><span class="pl-c1">disabled</span><span class="pl-kos">]</span><span class="pl-c1">=</span><span class="pl-s">"options.required"</span> <span class="pl-kos">[</span><span class="pl-c1">ngValue</span><span class="pl-kos">]</span><span class="pl-c1">=</span><span class="pl-s">"null"</span><span class="pl-c1">></span>No value<span class="pl-c1"><</span><span class="pl-c1">/</span><span class="pl-ent">option</span><span class="pl-c1">></span>
<span class="pl-c1"><</span><span class="pl-ent">option</span> <span class="pl-c1">*</span><span class="pl-c1">ngFor</span><span class="pl-c1">=</span><span class="pl-s">"let choice of options.choices"</span> <span class="pl-kos">[</span><span class="pl-c1">ngValue</span><span class="pl-kos">]</span><span class="pl-c1">=</span><span class="pl-s">"choice.value"</span><span class="pl-c1">></span><span class="pl-kos">{</span><span class="pl-kos">{</span>choice<span class="pl-kos"></span><span class="pl-kos">.</span><span class="pl-c1">label</span> <span class="pl-c1">|</span> <span class="pl-s1">trans</span> <span class="pl-kos">}</span><span class="pl-kos">}</span><span class="pl-c1"><</span><span class="pl-c1">/</span><span class="pl-ent">option</span><span class="pl-c1">></span>
<span class="pl-c1"><</span><span class="pl-c1">/</span><span class="pl-ent">select</span><span class="pl-c1">></span></pre></div>
<p dir="auto"><strong>choice-input.component.ts</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import {Component, forwardRef, Input, Renderer, ViewChild, ElementRef} from "@angular/core";
import {ControlValueAccessor, NG_VALUE_ACCESSOR} from "@angular/forms";
import * as _ from "lodash";
import {ModelStore} from "../../sio-model-module/store/model.store";
import {QueryClient} from "../../sio-dynamic-list-module/client/query.client";
import {QueryResult} from "../../sio-dynamic-list-module/model/query-result.interface";
import {ReplaySubject} from "rxjs/ReplaySubject";
import {QueryRequest} from "../../sio-dynamic-list-module/model/query-request.interface";
@Component(
{
selector: 'sio-form-choice-input',
templateUrl: 'choice-input.view.html',
providers: [
{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => ChoiceInputComponent), multi: true }
]
}
)
export class ChoiceInputComponent implements ControlValueAccessor
{
protected choices: any[];
protected selected: any;
protected defaults: any = {
choices: [],
multiple: false,
expanded: false,
};
_options: any;
protected onChangeCallback: (value: any) => void = (() => {}); // Empty callback (does nothing)
protected onTouchedCallback: () => void = (() => {}); // Empty callback (does nothing)
protected onChoicesLoaded: ReplaySubject<any> = new ReplaySubject<any>(1);
constructor(protected modelStore: ModelStore, protected renderer: Renderer, protected queryClient: QueryClient)
{
}
@Input('options')
get options(): any
{
return this._options;
}
set options(options: any)
{
this._options = _.extend({}, this.defaults, options);
this.loadChoiceItems();
}
get selectedValue(): any {
return this.selected;
};
set selectedValue(newValue: any) {
if (!_.isEqual(newValue, this.selected)) {
this.writeValue(newValue);
this.onChangeCallback(newValue);
}
};
writeValue(newValue: any)
{
// Wait until possible choices are loaded and then set current choice
this.onChoicesLoaded.subscribe((status) => {
if (_.isEqual(newValue, this.selected)) {
return;
}
this.selected = newValue;
});
}
registerOnChange(fn: any)
{
this.onChangeCallback = fn;
}
registerOnTouched(fn: any)
{
this.onTouchedCallback = fn;
}
private loadChoiceItems()
{
// Some complicated logic for loading this.options.choices
// After it is done, this.onChoicesLoaded.next('loaded.choices.query.model'); is being executed
}
}"><pre class="notranslate"><code class="notranslate">import {Component, forwardRef, Input, Renderer, ViewChild, ElementRef} from "@angular/core";
import {ControlValueAccessor, NG_VALUE_ACCESSOR} from "@angular/forms";
import * as _ from "lodash";
import {ModelStore} from "../../sio-model-module/store/model.store";
import {QueryClient} from "../../sio-dynamic-list-module/client/query.client";
import {QueryResult} from "../../sio-dynamic-list-module/model/query-result.interface";
import {ReplaySubject} from "rxjs/ReplaySubject";
import {QueryRequest} from "../../sio-dynamic-list-module/model/query-request.interface";
@Component(
{
selector: 'sio-form-choice-input',
templateUrl: 'choice-input.view.html',
providers: [
{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => ChoiceInputComponent), multi: true }
]
}
)
export class ChoiceInputComponent implements ControlValueAccessor
{
protected choices: any[];
protected selected: any;
protected defaults: any = {
choices: [],
multiple: false,
expanded: false,
};
_options: any;
protected onChangeCallback: (value: any) => void = (() => {}); // Empty callback (does nothing)
protected onTouchedCallback: () => void = (() => {}); // Empty callback (does nothing)
protected onChoicesLoaded: ReplaySubject<any> = new ReplaySubject<any>(1);
constructor(protected modelStore: ModelStore, protected renderer: Renderer, protected queryClient: QueryClient)
{
}
@Input('options')
get options(): any
{
return this._options;
}
set options(options: any)
{
this._options = _.extend({}, this.defaults, options);
this.loadChoiceItems();
}
get selectedValue(): any {
return this.selected;
};
set selectedValue(newValue: any) {
if (!_.isEqual(newValue, this.selected)) {
this.writeValue(newValue);
this.onChangeCallback(newValue);
}
};
writeValue(newValue: any)
{
// Wait until possible choices are loaded and then set current choice
this.onChoicesLoaded.subscribe((status) => {
if (_.isEqual(newValue, this.selected)) {
return;
}
this.selected = newValue;
});
}
registerOnChange(fn: any)
{
this.onChangeCallback = fn;
}
registerOnTouched(fn: any)
{
this.onTouchedCallback = fn;
}
private loadChoiceItems()
{
// Some complicated logic for loading this.options.choices
// After it is done, this.onChoicesLoaded.next('loaded.choices.query.model'); is being executed
}
}
</code></pre></div>
<p dir="auto"><strong>What is the motivation / use case for changing the behavior?</strong></p>
<p dir="auto">I want to make <code class="notranslate">select</code> html element work with objects that have structure <code class="notranslate">{id:'some-id',modelId:'some-other-id'}</code> without any additional effort with binding/updating values from my side.</p>
<p dir="auto"><strong>Please tell us about your environment:</strong></p>
<ul dir="auto">
<li><strong>Angular version:</strong> 2.4.5</li>
</ul>
<ul dir="auto">
<li><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 ]</li>
</ul>
<p dir="auto">all</p>
<ul dir="auto">
<li>
<p dir="auto"><strong>Language:</strong> [all | TypeScript X.X | ES6/7 | ES5]<br>
TypeScript 2.1.5</p>
</li>
<li>
<p dir="auto"><strong>Node (for AoT issues):</strong> <code class="notranslate">node --version</code> =<br>
7.4.0</p>
</li>
</ul> | <p dir="auto">is there a plan to add the <code class="notranslate">angular.copy</code> function into facade/lang? If not anywhere in the project?</p> | 0 |
<p dir="auto">I'm trying to highlight the current item in my menu by checking the Router.pathname but I'm getting the error</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="No router instance found. You should only use "next/router" inside the client side of your app.
Error: No router instance found.
You should only use "next/router" inside the client side of your app."><pre class="notranslate"><span class="pl-v">No</span> <span class="pl-s1">router</span> <span class="pl-s1">instance</span> <span class="pl-s1">found</span><span class="pl-kos">.</span> <span class="pl-c1">You</span> <span class="pl-s1">should</span> <span class="pl-s1">only</span> <span class="pl-s1">use</span> <span class="pl-s">"next/router"</span> <span class="pl-s1">inside</span> <span class="pl-s1">the</span> <span class="pl-s1">client</span> <span class="pl-s1">side</span> <span class="pl-s1">of</span> <span class="pl-s1">your</span> <span class="pl-s1">app</span><span class="pl-kos">.</span>
<span class="pl-c1">Error</span>: <span class="pl-v">No</span> <span class="pl-s1">router</span> <span class="pl-s1">instance</span> <span class="pl-s1">found</span><span class="pl-kos">.</span>
<span class="pl-c1">You</span> <span class="pl-s1">should</span> <span class="pl-s1">only</span> <span class="pl-s1">use</span> <span class="pl-s">"next/router"</span> <span class="pl-s1">inside</span> <span class="pl-s1">the</span> <span class="pl-s1">client</span> <span class="pl-s1">side</span> <span class="pl-s1">of</span> <span class="pl-s1">your</span> <span class="pl-s1">app</span><span class="pl-kos">.</span></pre></div>
<p dir="auto">When I remove the code and add it after my page has loaded the code is working(with HMR). However, when I refresh the page it gives me that error.</p>
<p dir="auto">To reproduce:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import Router from 'next/router'
export default () => (
<header>
{JSON.stringify(Router.pathname)}
</header>
)"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-v">Router</span> <span class="pl-k">from</span> <span class="pl-s">'next/router'</span>
<span class="pl-k">export</span> <span class="pl-k">default</span> <span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-kos">(</span>
<span class="pl-c1"><</span><span class="pl-ent">header</span><span class="pl-c1">></span>
<span class="pl-kos">{</span><span class="pl-c1">JSON</span><span class="pl-kos">.</span><span class="pl-en">stringify</span><span class="pl-kos">(</span><span class="pl-v">Router</span><span class="pl-kos">.</span><span class="pl-c1">pathname</span><span class="pl-kos">)</span><span class="pl-kos">}</span>
<span class="pl-c1"><</span><span class="pl-c1">/</span><span class="pl-ent">header</span><span class="pl-c1">></span>
<span class="pl-kos">)</span></pre></div>
<p dir="auto">Using next <code class="notranslate">2.1.1</code></p> | <p dir="auto">Similar to react-router's <code class="notranslate">Link</code>, it would be nice to be able to customize CSS when a link is active, e.g with an <code class="notranslate">activeClassName</code> property.</p> | 1 |
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/media/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/media">@media</a> (min-width:768px){<br>
.nav.nav-justified{display: table;}<br>
.nav.nav-justified:before,.nav.nav-justified:after{display: none;}<br>
}</p> | <p dir="auto">.nav.nav-justified:before{<br>
display: none<br>
}</p> | 1 |
<p dir="auto">By default, if we restart the computer, (and we have apps in autostart) all previously launched apps appear on the first desktop and must be redeployed on virtual desktops.</p>
<p dir="auto">(I don't know if I explained it correctly)</p> | <p dir="auto">Preserve application and virtual desktop layout between reboots! :)</p> | 1 |
<h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">Run <code class="notranslate">flutter doctor</code> after downloading flutter.</p>
<h2 dir="auto">Logs</h2>
<p dir="auto">None, it's failing on doctor.</p>
<h2 dir="auto">Flutter Doctor</h2>
<p dir="auto">Updating flutter tool...<br>
FINE: Pub 2.0.0-edge.0d5cf900b021bf5c9fa593ffa12b15bcd1cc5fe0<br>
IO : Spawning "cmd /c ver" in C:\flutter\packages\flutter_tools.<br>
IO : Finished ver. Exit code 0.<br>
| stdout:<br>
| |<br>
| | Microsoft Windows [versão 10.0.16299.248]<br>
| Nothing output on stderr.<br>
MSG : Resolving dependencies...<br>
SLVR: Solving dependencies:<br>
| - coverage 0.10.0 from hosted (coverage)<br>
| - test 0.12.30+3 from hosted (test)<br>
| - file 2.3.6 from hosted (file)<br>
| - mustache 1.0.0 from hosted (mustache)<br>
| - meta 1.1.2 from hosted (meta)<br>
| - web_socket_channel 1.0.7 from hosted (web_socket_channel)<br>
| - http 0.11.3+16 from hosted (http)<br>
| - xml 2.6.0 from hosted (xml)<br>
| - json_rpc_2 2.0.7 from hosted (json_rpc_2)<br>
| - stream_channel 1.6.3 from hosted (stream_channel)<br>
| - process 2.0.7 from hosted (process)<br>
| - vm_service_client 0.2.4+1 from hosted (vm_service_client)<br>
| - front_end any from hosted (front_end)<br>
| - linter 0.1.43 from hosted (linter)<br>
| - quiver 0.28.0 from hosted (quiver)<br>
| - args 1.3.0 from hosted (args)<br>
| - package_config 1.0.3 from hosted (package_config)<br>
| - crypto 2.0.2+1 from hosted (crypto)<br>
| - platform 2.1.2 from hosted (platform)<br>
| - plugin 0.2.0+2 from hosted (plugin)<br>
| - stack_trace 1.9.1 from hosted (stack_trace)<br>
| - usage 3.3.0 from hosted (usage)<br>
| - intl 0.15.2 from hosted (intl)<br>
| - archive 1.0.33 from hosted (archive)<br>
| - cli_util 0.1.2+1 from hosted (cli_util)<br>
| - json_schema 1.0.8 from hosted (json_schema)<br>
| - yaml 2.1.13 from hosted (yaml)<br>
| - analyzer any from hosted (analyzer)<br>
IO : Get versions from <a href="https://pub.dartlang.org/api/packages/coverage" rel="nofollow">https://pub.dartlang.org/api/packages/coverage</a>.<br>
IO : HTTP GET <a href="https://pub.dartlang.org/api/packages/coverage" rel="nofollow">https://pub.dartlang.org/api/packages/coverage</a><br>
| Accept: application/vnd.pub.v2+json<br>
| X-Pub-OS: windows<br>
| X-Pub-Command: upgrade<br>
| X-Pub-Session-ID: 4536270E-0F24-47AF-975D-67B3DAA7A98C<br>
| X-Pub-Environment: :flutter_install<br>
| X-Pub-Reason: direct<br>
| user-agent: Dart pub 2.0.0-edge.0d5cf900b021bf5c9fa593ffa12b15bcd1cc5fe0<br>
Error: Unable to 'pub upgrade' flutter tool. Retrying in five seconds...</p>
<p dir="auto">This gets looped continuously.</p> | <blockquote>
<p dir="auto">ubuntu 17.04</p>
</blockquote>
<h2 dir="auto">环境搭建遇到错误</h2>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="git clone -b alpha https://github.com/flutter/flutter.git"><pre class="notranslate">git clone -b alpha https://github.com/flutter/flutter.git</pre></div>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="evanyan@ps:~$ flutter doctor
Building flutter tool...
The setter 'readEventsEnabled=' was called on null.
Receiver: null
Tried calling: readEventsEnabled=false
package:pub/src/source/hosted.dart 338 BoundHostedSource._throwFriendlyError
package:pub/src/source/hosted.dart 140 BoundHostedSource.doGetVersions
===== asynchronous gap ===========================
package:pub/src/source.dart 165 BoundSource.getVersions
package:pub/src/solver/version_solver.dart 231 SolverCache.getVersions.<fn>
dart:async runZoned
package:pub/src/http.dart 228 withDependencyType
package:pub/src/solver/version_solver.dart 230 SolverCache.getVersions
===== asynchronous gap ===========================
package:pub/src/solver/unselected_package_queue.dart 121 UnselectedPackageQueue._getNumVersions
===== asynchronous gap ===========================
package:pub/src/solver/unselected_package_queue.dart 50 UnselectedPackageQueue.add
===== asynchronous gap ===========================
package:pub/src/solver/version_selection.dart 68 VersionSelection.select.<fn>
===== asynchronous gap ===========================
dart:async _completeOnAsyncReturn
package:pub/src/solver/version_selection.dart 70 VersionSelection.select.<fn>
dart:async _completeOnAsyncReturn
package:pub/src/solver/unselected_package_queue.dart 54 UnselectedPackageQueue.add
dart:async _completeOnAsyncReturn
package:pub/src/solver/unselected_package_queue.dart 128 UnselectedPackageQueue._getNumVersions
dart:async _Completer.completeError
package:pub/src/solver/version_solver.dart 254 SolverCache.getVersions
dart:async _Completer.completeError
package:pub/src/source/hosted.dart 153 BoundHostedSource.doGetVersions
dart:async _Completer.completeError
package:http/src/base_client.dart 172 BaseClient._sendUnstreamed
dart:async _Completer.completeError
package:http_throttle/http_throttle.dart 51 ThrottleClient.send
dart:async _Completer.completeError
package:pub/src/http.dart 127 _PubHttpClient.send
dart:async _Completer.completeError
package:http/src/io_client.dart 66 IOClient.send
This is an unexpected error. Please run
pub --trace upgrade --verbosity=error --no-packages-dir
and include the logs in an issue on https://github.com/dart-lang/pub/issues/new
Error: Unable to pub upgrade flutter tool. Retrying in five seconds..."><pre class="notranslate">evanyan@ps:<span class="pl-k">~</span>$ flutter doctor
Building flutter tool...
The setter <span class="pl-s"><span class="pl-pds">'</span>readEventsEnabled=<span class="pl-pds">'</span></span> was called on null.
Receiver: null
Tried calling: readEventsEnabled=false
package:pub/src/source/hosted.dart 338 BoundHostedSource._throwFriendlyError
package:pub/src/source/hosted.dart 140 BoundHostedSource.doGetVersions
===== asynchronous gap ===========================
package:pub/src/source.dart 165 BoundSource.getVersions
package:pub/src/solver/version_solver.dart 231 SolverCache.getVersions.<span class="pl-k"><</span>fn<span class="pl-k">></span>
dart:async runZoned
package:pub/src/http.dart 228 withDependencyType
package:pub/src/solver/version_solver.dart 230 SolverCache.getVersions
===== asynchronous gap ===========================
package:pub/src/solver/unselected_package_queue.dart 121 UnselectedPackageQueue._getNumVersions
===== asynchronous gap ===========================
package:pub/src/solver/unselected_package_queue.dart 50 UnselectedPackageQueue.add
===== asynchronous gap ===========================
package:pub/src/solver/version_selection.dart 68 VersionSelection.select.<span class="pl-k"><</span>fn<span class="pl-k">></span>
===== asynchronous gap ===========================
dart:async _completeOnAsyncReturn
package:pub/src/solver/version_selection.dart 70 VersionSelection.select.<span class="pl-k"><</span>fn<span class="pl-k">></span>
dart:async _completeOnAsyncReturn
package:pub/src/solver/unselected_package_queue.dart 54 UnselectedPackageQueue.add
dart:async _completeOnAsyncReturn
package:pub/src/solver/unselected_package_queue.dart 128 UnselectedPackageQueue._getNumVersions
dart:async _Completer.completeError
package:pub/src/solver/version_solver.dart 254 SolverCache.getVersions
dart:async _Completer.completeError
package:pub/src/source/hosted.dart 153 BoundHostedSource.doGetVersions
dart:async _Completer.completeError
package:http/src/base_client.dart 172 BaseClient._sendUnstreamed
dart:async _Completer.completeError
package:http_throttle/http_throttle.dart 51 ThrottleClient.send
dart:async _Completer.completeError
package:pub/src/http.dart 127 _PubHttpClient.send
dart:async _Completer.completeError
package:http/src/io_client.dart 66 IOClient.send
This is an unexpected error. Please run
pub --trace upgrade --verbosity=error --no-packages-dir
and include the logs <span class="pl-k">in</span> an issue on https://github.com/dart-lang/pub/issues/new
Error: Unable to pub upgrade flutter tool. Retrying <span class="pl-k">in</span> five seconds...</pre></div> | 0 |
<p dir="auto">Here's the command in "Services" under Windows:</p>
<p dir="auto">C:\Program Files (x86)\Java\jre\bin\java.exe -Djava.util.logging.config.file=conf\windows-wrapper-logging.properties -DworkingDir=C:\NEO4J-~1.M05\bin.. -DconfigFile=conf\neo4j-wrapper.conf -DserverClasspath=lib/<em>.jar;system/lib/</em>.jar;plugins/<em>.jar;system/coordinator/lib/</em>.jar;./conf* -DserverMainClass=org.neo4j.server.Bootstrapper -Dorg.neo4j.cluster.logdirectory=C:\NEO4J-~1.M05\bin..\data\log -jar C:\NEO4J-~1.M05\bin\windows-service-wrapper-*.jar Neo4j-Server</p>
<p dir="auto">The Neo4J directory is not correct in this command - ~1.M05 - I was trying to install 1.9.M05. I changed the directory name since I couldn't find a config file that let me set the directory. Neo4J_Home and Java_Home seem to be okay. I have a 64-bit OS and both 32-bit and 64-bit java are installed, but I set Java_Home to the 32-bit version and listed the 32-bit version first in my Path. The service installs but says it can't start in a timely manner. Any suggestions?</p> | <p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Kwattro/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Kwattro">@Kwattro</a>: 'Hello,</p>
<p dir="auto">Version: Neo4j Server 1.8M06</p>
<p dir="auto">Situation:</p>
<p dir="auto">Given the following example from the <a href="http://docs.neo4j.org/chunked/milestone/rest-api-batch-ops.html#rest-api-refer-to-items-created-earlier-in-the-same-batch-job" rel="nofollow">doc</a> .</p>
<p dir="auto"><em>NB: I changed intetionally the last operation id, so there is a duplicated batch operation id in the query</em></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ {
"method" : "POST",
"to" : "/node",
"id" : 0,
"body" : {
"name" : "bob"
}
}, {
"method" : "POST",
"to" : "/node",
"id" : 1,
"body" : {
"age" : 12
}
}, {
"method" : "POST",
"to" : "{0}/relationships",
"id" : 3,
"body" : {
"to" : "{1}",
"data" : {
"since" : "2010"
},
"type" : "KNOWS"
}
}, {
"method" : "POST",
"to" : "/index/relationship/my_rels",
"id" : 3,
"body" : {
"key" : "since",
"value" : "2010",
"uri" : "{3}"
}
} ]"><pre class="notranslate"><code class="notranslate">[ {
"method" : "POST",
"to" : "/node",
"id" : 0,
"body" : {
"name" : "bob"
}
}, {
"method" : "POST",
"to" : "/node",
"id" : 1,
"body" : {
"age" : 12
}
}, {
"method" : "POST",
"to" : "{0}/relationships",
"id" : 3,
"body" : {
"to" : "{1}",
"data" : {
"since" : "2010"
},
"type" : "KNOWS"
}
}, {
"method" : "POST",
"to" : "/index/relationship/my_rels",
"id" : 3,
"body" : {
"key" : "since",
"value" : "2010",
"uri" : "{3}"
}
} ]
</code></pre></div>
<p dir="auto">If you execute this query, you receive a <code class="notranslate">EndNodeNotFound Exception</code> because of a duplicated operation id. So there is no possibility to create the relation.</p>
<p dir="auto">The query does not pass and the database is not affected by the changes.</p>
<p dir="auto">BUT ! You receive a 200 status code and full representations of the "not" created nodes. you just get a 404 for the<br>
relation query.</p>
<p dir="auto">I think it should rather return a 400 response code and do not return the nodes representations.</p>
<p dir="auto">Here is the received response (you can see the 404 raised inside the node creation part) :</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=""outgoing_relationships":"http://192.168.43.29:7474/db/data/node/649321/relationships/out","traverse":"http://192.168.43.29:7474/db/data/node/649321/traverse/{returnType}","all_typed_relationships":"http://192.168.43.29:7474/db/data/node/649321/relationships/all/{-list|&|types}","property":"http://192.168.43.29:7474/db/data/node/649321/properties/{key}","all_relationships":"http://192.168.43.29:7474/db/data/node/649321/relationships/all","self":"http://192.168.43.29:7474/db/data/node/649321","properties":"http://192.168.43.29:7474/db/data/node/649321/properties","outgoing_typed_relationships":"http://192.168.43.29:7474/db/data/node/649321/relationships/out/{-list|&|types}","incoming_relationships":"http://192.168.43.29:7474/db/data/node/649321/relationships/in","incoming_typed_relationships":"http://192.168.43.29:7474/db/data/node/649321/relationships/in/{-list|&|types}","create_relationship":"http://192.168.43.29:7474/db/data/node/649321/relationships","data":{"_id":"50192ece61312","name":"some 50192ece61309 name"}},"location":"http://192.168.43.29:7474/db/data/node/649321","status":201},{"id":5,"from":"http://192.168.43.29:7474/db/data/relationship/12231/relationships","body":null,"status":404}"><pre class="notranslate"><code class="notranslate">"outgoing_relationships":"http://192.168.43.29:7474/db/data/node/649321/relationships/out","traverse":"http://192.168.43.29:7474/db/data/node/649321/traverse/{returnType}","all_typed_relationships":"http://192.168.43.29:7474/db/data/node/649321/relationships/all/{-list|&|types}","property":"http://192.168.43.29:7474/db/data/node/649321/properties/{key}","all_relationships":"http://192.168.43.29:7474/db/data/node/649321/relationships/all","self":"http://192.168.43.29:7474/db/data/node/649321","properties":"http://192.168.43.29:7474/db/data/node/649321/properties","outgoing_typed_relationships":"http://192.168.43.29:7474/db/data/node/649321/relationships/out/{-list|&|types}","incoming_relationships":"http://192.168.43.29:7474/db/data/node/649321/relationships/in","incoming_typed_relationships":"http://192.168.43.29:7474/db/data/node/649321/relationships/in/{-list|&|types}","create_relationship":"http://192.168.43.29:7474/db/data/node/649321/relationships","data":{"_id":"50192ece61312","name":"some 50192ece61309 name"}},"location":"http://192.168.43.29:7474/db/data/node/649321","status":201},{"id":5,"from":"http://192.168.43.29:7474/db/data/relationship/12231/relationships","body":null,"status":404}
</code></pre></div>
<p dir="auto">Regards,</p>
<p dir="auto">Christophe</p>
<p dir="auto">'</p> | 0 |
<p dir="auto">This would constitute an addition of two new formatting flags, <code class="notranslate">{:e}</code> and <code class="notranslate">{:E}</code> and corresponding traits (e.g <code class="notranslate">LowerSci</code> and <code class="notranslate">UpperSci</code>). Here's the output I envision based on how Rust handles floating point and signs today. Notably, this differs from how C does it (Rust already differs from C, see <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2641779" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/1375" data-hovercard-type="issue" data-hovercard-url="/rust-lang/rust/issues/1375/hovercard" href="https://github.com/rust-lang/rust/issues/1375">#1375</a>):</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="format!("{:e}", 1.0) == "1e0";
format!("{:e}", 10.0) == "1e1";
format!("{:+e}", 10.0) == "+1e+1";
format!("{:e}", 1.1234567) == "1.123457e0";
format!("{:e}", 1.3e-1) == "1.3e-1";
format!("{:.2e}", 1.3e-1) == "1.30e-1";
format!("{:E}", 1.3e-1) == "1.3E-1";"><pre class="notranslate"><span class="pl-en">format</span><span class="pl-en">!</span><span class="pl-kos">(</span><span class="pl-s">"{:e}"</span>, <span class="pl-c1">1.0</span><span class="pl-kos">)</span> == <span class="pl-s">"1e0"</span><span class="pl-kos">;</span>
<span class="pl-en">format</span><span class="pl-en">!</span><span class="pl-kos">(</span><span class="pl-s">"{:e}"</span>, <span class="pl-c1">10.0</span><span class="pl-kos">)</span> == <span class="pl-s">"1e1"</span><span class="pl-kos">;</span>
<span class="pl-en">format</span><span class="pl-en">!</span><span class="pl-kos">(</span><span class="pl-s">"{:+e}"</span>, <span class="pl-c1">10.0</span><span class="pl-kos">)</span> == <span class="pl-s">"+1e+1"</span><span class="pl-kos">;</span>
<span class="pl-en">format</span><span class="pl-en">!</span><span class="pl-kos">(</span><span class="pl-s">"{:e}"</span>, <span class="pl-c1">1.1234567</span><span class="pl-kos">)</span> == <span class="pl-s">"1.123457e0"</span><span class="pl-kos">;</span>
<span class="pl-en">format</span><span class="pl-en">!</span><span class="pl-kos">(</span><span class="pl-s">"{:e}"</span>, <span class="pl-c1">1.3e-1</span><span class="pl-kos">)</span> == <span class="pl-s">"1.3e-1"</span><span class="pl-kos">;</span>
<span class="pl-en">format</span><span class="pl-en">!</span><span class="pl-kos">(</span><span class="pl-s">"{:.2e}"</span>, <span class="pl-c1">1.3e-1</span><span class="pl-kos">)</span> == <span class="pl-s">"1.30e-1"</span><span class="pl-kos">;</span>
<span class="pl-en">format</span><span class="pl-en">!</span><span class="pl-kos">(</span><span class="pl-s">"{:E}"</span>, <span class="pl-c1">1.3e-1</span><span class="pl-kos">)</span> == <span class="pl-s">"1.3E-1"</span><span class="pl-kos">;</span></pre></div> | <p dir="auto">%e should work like in printf in C, it should format a floating-point number using scientific notation.</p> | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=costin" rel="nofollow">Costin Leau</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-1633?redirect=false" rel="nofollow">SPR-1633</a></strong> and commented</p>
<p dir="auto">The current implementation of LocalSessionFactoryBean resets the config time data source before leaving afterPropertiesSet. However, other frameworks that use Hibernate namely jbpm will not find a datasource when trying to create the schema as they will unfortunately reinstantiates a ConnectionProvider which will reuse the datasource which will return null. The issue is similar with (<a href="http://opensource2.atlassian.com/projects/spring/browse/SPR-1547" rel="nofollow">http://opensource2.atlassian.com/projects/spring/browse/SPR-1547</a>) but the Spring-provided DataSource will be request during the HB sessionFactory life-time (between afterPropertiesSet and destroy).<br>
The javadoc mention that :</p>
<ul dir="auto">
<li>This instance will be set before initialization of the corresponding</li>
<li>SessionFactory, and reset immediately afterwards. It is thus only available</li>
<li>during configuration.<br>
What's the reason for that?</li>
</ul>
<p dir="auto">You can find more details about the issue occuring in JBPM here: <a href="http://opensource2.atlassian.com/projects/spring/browse/MOD-75" rel="nofollow">http://opensource2.atlassian.com/projects/spring/browse/MOD-75</a></p>
<hr>
<p dir="auto"><strong>Affects:</strong> 1.2.6</p> | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=nebhale" rel="nofollow">nebhale</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-1927?redirect=false" rel="nofollow">SPR-1927</a></strong> and commented</p>
<hr>
<p dir="auto"><strong>Affects:</strong> 2.0 M3</p> | 0 |
<p dir="auto">Rather than just having the current [src] link at the top of the doc pages, it'd be nice to be able to have a [src] link for each function that expands with a code snippet of that particular function. Just like what the [-] and [+] buttons already do for the markdown comments.</p>
<p dir="auto">It'd be a really helpful learning tool to be able to jump directly to the code you want to use and see what it's actually doing behind the scenes. It could also help people to get acquainted enough with the core code base to start making useful contributions. :)</p> | <p dir="auto">Test case:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#[crate_id="foo"];
pub struct Foo;
impl Foo {
#[unstable] pub fn foo(&self) {}
}"><pre class="notranslate"><span class="pl-c1">#<span class="pl-kos">[</span>crate_id=<span class="pl-s">"foo"</span><span class="pl-kos">]</span></span><span class="pl-kos">;</span>
<span class="pl-k">pub</span> <span class="pl-k">struct</span> <span class="pl-smi">Foo</span><span class="pl-kos">;</span>
<span class="pl-k">impl</span> <span class="pl-smi">Foo</span> <span class="pl-kos">{</span>
<span class="pl-c1">#<span class="pl-kos">[</span>unstable<span class="pl-kos">]</span></span> <span class="pl-k">pub</span> <span class="pl-k">fn</span> <span class="pl-en">foo</span><span class="pl-kos">(</span><span class="pl-c1">&</span><span class="pl-smi">self</span><span class="pl-kos">)</span> <span class="pl-kos">{</span><span class="pl-kos">}</span>
<span class="pl-kos">}</span></pre></div> | 1 |
<h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">development mode , only modify css file trigger webpack hot reload, will follow error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<e> [webpack-dev-middleware] assets by status 40.6 KiB [cached] 1 asset
<e> assets by info 4.22 KiB [hmr]
<e> assets by chunk 3.3 KiB (name: common)
<e> asset css/common.css 1.8 KiB [emitted] [hmr] (name: common) (id hint: styles, vendors)
<e> asset common.3dda70a80101f291712e.hot-update.js 1.5 KiB [emitted] [immutable] [hmr] (name: common) (id hint: styles, vendors)
<e> asset runtime.3dda70a80101f291712e.hot-update.js 902 bytes [emitted] [immutable] [hmr] (name: runtime)
<e> asset 3dda70a80101f291712e.hot-update.json 40 bytes [emitted] [immutable] [hmr]
<e> assets by path js/ 3.64 MiB
<e> asset js/common.js 3.6 MiB [emitted] (name: common) (id hint: styles, vendors)
<e> asset js/runtime.js 42.3 KiB [emitted] (name: runtime)
<e>
<e> ERROR in Conflict: Multiple assets emit different content to the same filename css/common.css
<e>
<e> webpack 5.0.0-beta.32 compiled with 1 error in 303 ms"><pre class="notranslate"><code class="notranslate"><e> [webpack-dev-middleware] assets by status 40.6 KiB [cached] 1 asset
<e> assets by info 4.22 KiB [hmr]
<e> assets by chunk 3.3 KiB (name: common)
<e> asset css/common.css 1.8 KiB [emitted] [hmr] (name: common) (id hint: styles, vendors)
<e> asset common.3dda70a80101f291712e.hot-update.js 1.5 KiB [emitted] [immutable] [hmr] (name: common) (id hint: styles, vendors)
<e> asset runtime.3dda70a80101f291712e.hot-update.js 902 bytes [emitted] [immutable] [hmr] (name: runtime)
<e> asset 3dda70a80101f291712e.hot-update.json 40 bytes [emitted] [immutable] [hmr]
<e> assets by path js/ 3.64 MiB
<e> asset js/common.js 3.6 MiB [emitted] (name: common) (id hint: styles, vendors)
<e> asset js/runtime.js 42.3 KiB [emitted] (name: runtime)
<e>
<e> ERROR in Conflict: Multiple assets emit different content to the same filename css/common.css
<e>
<e> webpack 5.0.0-beta.32 compiled with 1 error in 303 ms
</code></pre></div>
<p dir="auto"><strong>If the current behavior is a bug, please provide the steps to reproduce.</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="- git clone git@github.com:easy-team/awesome.git
- git checkout webpack5
- cd boilerplate/react
- yarn
- npm run dev"><pre class="notranslate"><code class="notranslate">- git clone git@github.com:easy-team/awesome.git
- git checkout webpack5
- cd boilerplate/react
- yarn
- npm run dev
</code></pre></div>
<ul dir="auto">
<li>The demo can run depends on another issue(<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="705028827" data-permission-text="Title is private" data-url="https://github.com/webpack-contrib/mini-css-extract-plugin/issues/590" data-hovercard-type="pull_request" data-hovercard-url="/webpack-contrib/mini-css-extract-plugin/pull/590/hovercard" href="https://github.com/webpack-contrib/mini-css-extract-plugin/pull/590">webpack-contrib/mini-css-extract-plugin#590</a> ) to be resolved and merged for release.</li>
<li>Modify <code class="notranslate">src/router/component/home.css</code> file, trigger webpack hot reload, will above error. If only modify javascript file , can works.</li>
</ul>
<p dir="auto"><strong>What is the expected behavior?</strong></p>
<p dir="auto"><strong>Other relevant information:</strong><br>
webpack version: webpack 5.0.0-beta.32<br>
Node.js version: v12.14.0<br>
Operating System: Mac<br>
Additional tools:</p> | <h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">When using <code class="notranslate">require.context(__dirname, true, /\.mdl\.ts$/)</code> the context <code class="notranslate">keys()</code> are duplicated.<br>
I tested the same code with webpack@4.44.2 and it works as expected (see expected behavior).</p>
<p dir="auto"><strong>If the current behavior is a bug, please provide the steps to reproduce.</strong></p>
<p dir="auto">Using webpack@5.5.1, I created 3 files in my <code class="notranslate">./src</code> folder.</p>
<ol dir="auto">
<li>index.ts</li>
<li>bootstrap.mdl.ts</li>
<li>api.mdl.ts</li>
</ol>
<p dir="auto">Inside <code class="notranslate">index.ts</code> I'm using <code class="notranslate">require.context()</code> as follow:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const context = require.context(__dirname, true, /\.mdl\.ts$/);"><pre class="notranslate"><span class="pl-k">const</span> <span class="pl-s1">context</span> <span class="pl-c1">=</span> <span class="pl-en">require</span><span class="pl-kos">.</span><span class="pl-en">context</span><span class="pl-kos">(</span><span class="pl-s1">__dirname</span><span class="pl-kos">,</span> <span class="pl-c1">true</span><span class="pl-kos">,</span> <span class="pl-pds"><span class="pl-c1">/</span><span class="pl-cce">\.</span>mdl<span class="pl-cce">\.</span>ts<span class="pl-cce">$</span><span class="pl-c1">/</span></span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">When observing the <code class="notranslate">context.keys()</code> I get the following list of files:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="["./bootstrap.mdl.ts", "./api.mdl.ts", "bootstrap.mdl.ts", "api.mdl.ts"]"><pre class="notranslate"><span class="pl-kos">[</span><span class="pl-s">"./bootstrap.mdl.ts"</span><span class="pl-kos">,</span> <span class="pl-s">"./api.mdl.ts"</span><span class="pl-kos">,</span> <span class="pl-s">"bootstrap.mdl.ts"</span><span class="pl-kos">,</span> <span class="pl-s">"api.mdl.ts"</span><span class="pl-kos">]</span></pre></div>
<p dir="auto"><strong>What is the expected behavior?</strong></p>
<p dir="auto">The <code class="notranslate">context.keys()</code> should return the following list with no file duplications:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="["./bootstrap.mdl.ts", "./api.mdl.ts"]"><pre class="notranslate"><span class="pl-kos">[</span><span class="pl-s">"./bootstrap.mdl.ts"</span><span class="pl-kos">,</span> <span class="pl-s">"./api.mdl.ts"</span><span class="pl-kos">]</span></pre></div>
<p dir="auto"><strong>Other relevant information:</strong><br>
webpack version: 5.5.1<br>
Node.js version: 14.13.0<br>
Operating System: macOS 11.0.1 (20B29)<br>
Additional tools:</p> | 0 |
<p dir="auto">The following gives a syntax error on master as well as 1.5:</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> f(@m for i in 1:3
println(i)
end)
ERROR: syntax: missing comma or ) in argument list
Stacktrace:
[1] top-level scope at none:1"><pre class="notranslate">julia<span class="pl-k">></span> <span class="pl-c1">f</span>(<span class="pl-c1">@m</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">3</span>
<span class="pl-c1">println</span>(i)
<span class="pl-k">end</span>)
ERROR<span class="pl-k">:</span> syntax<span class="pl-k">:</span> <span class="pl-c1">missing</span> comma or ) <span class="pl-k">in</span> argument list
Stacktrace<span class="pl-k">:</span>
[<span class="pl-c1">1</span>] top<span class="pl-k">-</span>level scope at none<span class="pl-k">:</span><span class="pl-c1">1</span></pre></div>
<p dir="auto">Interestingly enough, it works just fine if I replace the <code class="notranslate">for</code> loop with a <code class="notranslate">begin</code>/<code class="notranslate">let</code>/<code class="notranslate">function</code>/... block. It even parses if I just wrap the <code class="notranslate">for</code> loop in <code class="notranslate">begin ... end</code> or braces.</p> | <p dir="auto">Duplicate of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="351592596" data-permission-text="Title is private" data-url="https://github.com/JuliaIO/JLD2.jl/issues/101" data-hovercard-type="issue" data-hovercard-url="/JuliaIO/JLD2.jl/issues/101/hovercard" href="https://github.com/JuliaIO/JLD2.jl/issues/101">JuliaIO/JLD2.jl#101</a></p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Julia Version 1.0.0
Commit 5d4eaca0c9 (2018-08-08 20:58 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin14.5.0)
CPU: Intel(R) Core(TM) i5-4670 CPU @ 3.40GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, haswell)
Environment:
JULIA_EDITOR = subl"><pre class="notranslate">Julia Version <span class="pl-c1">1.0</span>.<span class="pl-c1">0</span>
Commit <span class="pl-c1">5</span>d4eaca0c9 (<span class="pl-c1">2018</span><span class="pl-k">-</span><span class="pl-c1">08</span><span class="pl-k">-</span><span class="pl-c1">08</span> <span class="pl-c1">20</span><span class="pl-k">:</span><span class="pl-c1">58</span> UTC)
Platform Info<span class="pl-k">:</span>
OS<span class="pl-k">:</span> macOS (x86_64<span class="pl-k">-</span>apple<span class="pl-k">-</span>darwin14.<span class="pl-c1">5.0</span>)
CPU<span class="pl-k">:</span> <span class="pl-c1">Intel</span>(R) <span class="pl-c1">Core</span>(TM) i5<span class="pl-k">-</span><span class="pl-c1">4670</span> CPU @ <span class="pl-c1">3.40</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)
Environment<span class="pl-k">:</span>
JULIA_EDITOR <span class="pl-k">=</span> subl</pre></div>
<p dir="auto">On current JLD2#master 8e2d9b8 and DataFrames v0.13.0 the following operations segfault</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="using FileIO, DataFrames
save("dftest.jld2", "df", DataFrame(rand(10,5)))
load("dftest.jld2", "df")"><pre class="notranslate"><span class="pl-k">using</span> FileIO, DataFrames
<span class="pl-c1">save</span>(<span class="pl-s"><span class="pl-pds">"</span>dftest.jld2<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>df<span class="pl-pds">"</span></span>, <span class="pl-c1">DataFrame</span>(<span class="pl-c1">rand</span>(<span class="pl-c1">10</span>,<span class="pl-c1">5</span>)))
<span class="pl-c1">load</span>(<span class="pl-s"><span class="pl-pds">"</span>dftest.jld2<span class="pl-pds">"</span></span>, <span class="pl-s"><span class="pl-pds">"</span>df<span class="pl-pds">"</span></span>)</pre></div>
<p dir="auto"><a href="https://gist.github.com/skleinbo/f15fa8851bdb0f7bd18ac7d706d4a02b">Complete error message including lldb backtrace.</a></p>
<p dir="auto">I thought I'd report it here too since it's segfaulting.</p> | 0 |
<p dir="auto">This often, but not always, exits with a segfault on my machine:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ JULIA_CPU_CORES=1 ~/src/julia/usr/bin/julia-debug runtests.jl socket sysinfo rounding mod2pi show; echo $?
* socket
* sysinfo
* rounding
* mod2pi
* show
SUCCESS
Segmentation fault (core dumped)
139"><pre class="notranslate"><code class="notranslate">$ JULIA_CPU_CORES=1 ~/src/julia/usr/bin/julia-debug runtests.jl socket sysinfo rounding mod2pi show; echo $?
* socket
* sysinfo
* rounding
* mod2pi
* show
SUCCESS
Segmentation fault (core dumped)
139
</code></pre></div>
<p dir="auto">It also sometimes exits with code 1 (which is sufficient to cause Travis errors). Note that <code class="notranslate">make testall; echo $?</code> gives a normal exit code of 0, and the above with <code class="notranslate">runtests.jl all</code> does not segfault (or at least, I haven't seen it do so yet) but gives an exit code of 1.</p>
<p dir="auto">Frustratingly, when I run it under gdb I haven't been able to trigger the segfault. However, the exit code 1 seems to occur inside <code class="notranslate">uv_run</code>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="(gdb) b init.c:461
Breakpoint 1 at 0x7ffff6e2f626: file init.c, line 461.
(gdb) run runtests.jl socket sysinfo rounding mod2pi show
Starting program: /home/tim/src/julia/usr/bin/julia-debug runtests.jl socket sysinfo rounding mod2pi show
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff1b75700 (LWP 13538)]
[New Thread 0x7ffff1374700 (LWP 13539)]
[New Thread 0x7fffeeb73700 (LWP 13540)]
* socket
[New Thread 0x7fffe781c700 (LWP 13545)]
[New Thread 0x7fffe701b700 (LWP 13546)]
[New Thread 0x7fffe681a700 (LWP 13547)]
[New Thread 0x7fffe6019700 (LWP 13548)]
* sysinfo
* rounding
* mod2pi
* show
SUCCESS
Breakpoint 1, uv_atexit_hook () at init.c:461
461 uv_run(loop,UV_RUN_DEFAULT); //let libuv spin until everything has finished closing
(gdb) finish
Run till exit from #0 uv_atexit_hook () at init.c:461
[Thread 0x7fffe701b700 (LWP 13546) exited]
[Thread 0x7fffe6019700 (LWP 13548) exited]
[Thread 0x7fffe681a700 (LWP 13547) exited]
[Thread 0x7fffe781c700 (LWP 13545) exited]
[Thread 0x7ffff1374700 (LWP 13539) exited]
[Thread 0x7ffff1b75700 (LWP 13538) exited]
[Thread 0x7fffeeb73700 (LWP 13540) exited]
[Inferior 1 (process 13535) exited with code 01]
(gdb) run runtests.jl rounding mod2pi
Starting program: /home/tim/src/julia/usr/bin/julia-debug runtests.jl rounding mod2pi
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff1b75700 (LWP 13551)]
[New Thread 0x7ffff1374700 (LWP 13552)]
[New Thread 0x7fffeeb73700 (LWP 13553)]
* rounding
* mod2pi
SUCCESS
Breakpoint 1, uv_atexit_hook () at init.c:461
461 uv_run(loop,UV_RUN_DEFAULT); //let libuv spin until everything has finished closing
(gdb) finish
Run till exit from #0 uv_atexit_hook () at init.c:461
0x00007ffff4d83979 in julia__start;17052 () at client.jl:412
412 client.jl: No such file or directory.
(gdb) c
Continuing.
[Thread 0x7ffff1374700 (LWP 13552) exited]
[Thread 0x7fffeeb73700 (LWP 13553) exited]
[Thread 0x7ffff1b75700 (LWP 13551) exited]
[Inferior 1 (process 13550) exited normally]"><pre class="notranslate"><code class="notranslate">(gdb) b init.c:461
Breakpoint 1 at 0x7ffff6e2f626: file init.c, line 461.
(gdb) run runtests.jl socket sysinfo rounding mod2pi show
Starting program: /home/tim/src/julia/usr/bin/julia-debug runtests.jl socket sysinfo rounding mod2pi show
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff1b75700 (LWP 13538)]
[New Thread 0x7ffff1374700 (LWP 13539)]
[New Thread 0x7fffeeb73700 (LWP 13540)]
* socket
[New Thread 0x7fffe781c700 (LWP 13545)]
[New Thread 0x7fffe701b700 (LWP 13546)]
[New Thread 0x7fffe681a700 (LWP 13547)]
[New Thread 0x7fffe6019700 (LWP 13548)]
* sysinfo
* rounding
* mod2pi
* show
SUCCESS
Breakpoint 1, uv_atexit_hook () at init.c:461
461 uv_run(loop,UV_RUN_DEFAULT); //let libuv spin until everything has finished closing
(gdb) finish
Run till exit from #0 uv_atexit_hook () at init.c:461
[Thread 0x7fffe701b700 (LWP 13546) exited]
[Thread 0x7fffe6019700 (LWP 13548) exited]
[Thread 0x7fffe681a700 (LWP 13547) exited]
[Thread 0x7fffe781c700 (LWP 13545) exited]
[Thread 0x7ffff1374700 (LWP 13539) exited]
[Thread 0x7ffff1b75700 (LWP 13538) exited]
[Thread 0x7fffeeb73700 (LWP 13540) exited]
[Inferior 1 (process 13535) exited with code 01]
(gdb) run runtests.jl rounding mod2pi
Starting program: /home/tim/src/julia/usr/bin/julia-debug runtests.jl rounding mod2pi
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff1b75700 (LWP 13551)]
[New Thread 0x7ffff1374700 (LWP 13552)]
[New Thread 0x7fffeeb73700 (LWP 13553)]
* rounding
* mod2pi
SUCCESS
Breakpoint 1, uv_atexit_hook () at init.c:461
461 uv_run(loop,UV_RUN_DEFAULT); //let libuv spin until everything has finished closing
(gdb) finish
Run till exit from #0 uv_atexit_hook () at init.c:461
0x00007ffff4d83979 in julia__start;17052 () at client.jl:412
412 client.jl: No such file or directory.
(gdb) c
Continuing.
[Thread 0x7ffff1374700 (LWP 13552) exited]
[Thread 0x7fffeeb73700 (LWP 13553) exited]
[Thread 0x7ffff1b75700 (LWP 13551) exited]
[Inferior 1 (process 13550) exited normally]
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> versioninfo()
Julia Version 0.3.0-prerelease+4096
Commit b43b391* (2014-07-09 08:58 UTC)
DEBUG build
Platform Info:
System: Linux (x86_64-linux-gnu)
CPU: Intel(R) Core(TM) i7 CPU L 640 @ 2.13GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Nehalem)
LAPACK: libopenblas
LIBM: libopenlibm"><pre class="notranslate"><code class="notranslate">julia> versioninfo()
Julia Version 0.3.0-prerelease+4096
Commit b43b391* (2014-07-09 08:58 UTC)
DEBUG build
Platform Info:
System: Linux (x86_64-linux-gnu)
CPU: Intel(R) Core(TM) i7 CPU L 640 @ 2.13GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Nehalem)
LAPACK: libopenblas
LIBM: libopenlibm
</code></pre></div> | <p dir="auto">Hi !<br>
Seems <code class="notranslate">BigFloat</code> fails to compare when used in structs. Here is a minimal example</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="struct DW1
h::Float64
l::Float64
end
struct DW2
h::BigFloat
l::BigFloat
end
x1, y1 = DW1(1, 2), DW1(1, 2)
x2, y2 = DW2(1, 2), DW2(1, 2)
println("Struct/Float64: ", x1 == y1)
println("Struct/BigFloat: ", x2 == y2)
println("Tuple workaround: ", (x2.h, x2.l) == (y2.h, y2.l))
println("Attribute workaround: ", x2.h == y2.h && x2.l == y2.l)"><pre lang="{julia}" class="notranslate"><code class="notranslate">struct DW1
h::Float64
l::Float64
end
struct DW2
h::BigFloat
l::BigFloat
end
x1, y1 = DW1(1, 2), DW1(1, 2)
x2, y2 = DW2(1, 2), DW2(1, 2)
println("Struct/Float64: ", x1 == y1)
println("Struct/BigFloat: ", x2 == y2)
println("Tuple workaround: ", (x2.h, x2.l) == (y2.h, y2.l))
println("Attribute workaround: ", x2.h == y2.h && x2.l == y2.l)
</code></pre></div>
<p dir="auto">My output:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Struct/Float64: true
Struct/BigFloat: false
Tuple workaround: true
Attribute workaround: true"><pre class="notranslate"><code class="notranslate">Struct/Float64: true
Struct/BigFloat: false
Tuple workaround: true
Attribute workaround: true
</code></pre></div>
<p dir="auto">To me, the second line should be true.</p>
<p dir="auto">My <code class="notranslate">versioninfo()</code>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Julia Version 1.6.0
Commit f9720dc2eb* (2021-03-24 12:55 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Core(TM) i5-7440HQ CPU @ 2.80GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-11.1.0 (ORCJIT, skylake)"><pre class="notranslate"><code class="notranslate">Julia Version 1.6.0
Commit f9720dc2eb* (2021-03-24 12:55 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Core(TM) i5-7440HQ CPU @ 2.80GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-11.1.0 (ORCJIT, skylake)
</code></pre></div> | 0 |
<p dir="auto">When I touch a ListItem, hover styling doesn't go away.</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>
<h2 dir="auto">Current Behavior</h2>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1021104/31865214-d5569a24-b71f-11e7-89e5-7791e645895b.png"><img src="https://user-images.githubusercontent.com/1021104/31865214-d5569a24-b71f-11e7-89e5-7791e645895b.png" width="300" style="max-width: 100%;"></a></p>
List item should not retain hover styling after touchend
<h2 dir="auto">Steps to Reproduce (for bugs)</h2>
<p dir="auto">Go to <a href="https://material-ui-1dab0.firebaseapp.com/demos/lists/" rel="nofollow">https://material-ui-1dab0.firebaseapp.com/demos/lists/</a><br>
Open Chrome dev tools (cmd alt J), toggle device toolbar (cmd shift M), click list item</p>
<h2 dir="auto">Context</h2>
<p dir="auto">Using lists on mobile looks ugly</p>
<h2 dir="auto">Your Environment</h2>
<p dir="auto">Material UI demo site (<a href="https://material-ui-1dab0.firebaseapp.com/demos/lists/" rel="nofollow">https://material-ui-1dab0.firebaseapp.com/demos/lists/</a>)<br>
Chrome 61.0.3163.100<br>
Also repro'd on Google Pixel Android 8.0</p> | <p dir="auto">Create React App with Flow example as shown here: <a href="https://github.com/callemall/material-ui/tree/v1-beta/examples/create-react-app-with-flow">https://github.com/callemall/material-ui/tree/v1-beta/examples/create-react-app-with-flow</a> does not work.</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">The example should work. I should be able to run the app after following the steps.</p>
<h2 dir="auto">Current Behavior</h2>
<p dir="auto">It's not possible to finish with the setup.</p>
<h2 dir="auto">Steps to Reproduce (for bugs)</h2>
<p dir="auto">Follow instruction here: <a href="https://github.com/callemall/material-ui/tree/v1-beta/examples/create-react-app-with-flow">https://github.com/callemall/material-ui/tree/v1-beta/examples/create-react-app-with-flow</a></p>
<p dir="auto">It breaks on this step</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="flow-typed install"><pre class="notranslate"><code class="notranslate">flow-typed install
</code></pre></div>
<p dir="auto">I think this is because the versions specified in package.json don't follow semver. See this bug:<br>
<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="184062563" data-permission-text="Title is private" data-url="https://github.com/flow-typed/flow-typed/issues/399" data-hovercard-type="issue" data-hovercard-url="/flow-typed/flow-typed/issues/399/hovercard" href="https://github.com/flow-typed/flow-typed/issues/399">flow-typed/flow-typed#399</a></p>
<h2 dir="auto">Context</h2>
<p dir="auto">I was trying to run an example project with flow to demonstrate a bug in current version (beta.19) of material-ui.</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>beta19</td>
</tr>
<tr>
<td>React</td>
<td>16</td>
</tr>
<tr>
<td>browser</td>
<td>NA</td>
</tr>
<tr>
<td>etc</td>
<td></td>
</tr>
</tbody>
</table> | 0 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.1</li>
<li>Operating System / Platform => Windows 64 Bit</li>
<li>Compiler => Visual Studio 2015</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">Why C programming language sucks is that char is only required to contain ASCII, not UTF-8.</p>
<p dir="auto">In Windows, <em>FILE *fopen(const char *filename, const char *mode);</em> only accepts Windows-1252, which has only 256 characters, while Unicode has 1112064. To use Unicode, The wide-char version _FILE *<em>wfopen(const wchar_t *filename, const wchar_t *mode);</em> is required.</p>
<p dir="auto">I suggest to add two alternative functions <em>imread_w</em> and <em>imwrite_w</em>, which accept wchar_t, in only Windows builds.</p> | <p dir="auto">Transferred from <a href="http://code.opencv.org/issues/148" rel="nofollow">http://code.opencv.org/issues/148</a></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="|| Илья Москвин on 2010-02-25 21:54
|| Priority: Low
|| Affected: None
|| Category: highgui-gui
|| Tracker: Feature
|| Difficulty: None
|| PR: None
|| Platform: None / None"><pre class="notranslate"><code class="notranslate">|| Илья Москвин on 2010-02-25 21:54
|| Priority: Low
|| Affected: None
|| Category: highgui-gui
|| Tracker: Feature
|| Difficulty: None
|| PR: None
|| Platform: None / None
</code></pre></div>
<h2 dir="auto">Unicode support requested</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="We use the new Python bindings and have to use non-english chars in window names and file pathes. Please, couldn@t you add Unicode support to OpenCV, if possible?"><pre class="notranslate"><code class="notranslate">We use the new Python bindings and have to use non-english chars in window names and file pathes. Please, couldn@t you add Unicode support to OpenCV, if possible?
</code></pre></div>
<h2 dir="auto">History</h2>
<h5 dir="auto">David Ullmann on 2011-04-25 09:50</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="It's still not possible to build OpenCV (highgui module) with unicode support (platform windows 7, visual studio 2010, OpenCV SVN, 32 bit).
This makes it almost impossible to use OpenCV with wxWidgets > 2.9, which defaults to unicode."><pre class="notranslate"><code class="notranslate">It's still not possible to build OpenCV (highgui module) with unicode support (platform windows 7, visual studio 2010, OpenCV SVN, 32 bit).
This makes it almost impossible to use OpenCV with wxWidgets > 2.9, which defaults to unicode.
</code></pre></div>
<h5 dir="auto">None on 2012-02-12 18:57</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="- Description changed from We use the new Python bindings and have to
use non-english chars in window n... to We use the new Python
bindings and have to use non-english chars in window n... More"><pre class="notranslate"><code class="notranslate">- Description changed from We use the new Python bindings and have to
use non-english chars in window n... to We use the new Python
bindings and have to use non-english chars in window n... More
</code></pre></div>
<h5 dir="auto">Vadim Pisarevsky on 2012-04-24 14:47</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="1. OpenCV can create files with non-English names when they are encoded using UTF-8 and passed as normal text strings (tested on Linux and MacOSX).
2. Since OpenCV does not yet support Python 3.x and in Python 2.x text strings are encoded with UTF-8 (i.e. in the format as OpenCV expects it), it's possible to pass a unicode filename to OpenCV function directly using UTF-8 encoding.
3. On Windows it can work too, but instead of UTF-8 the current 1-byte encoding should be used.
So, it's possible (and there is always rename() function in the case of file names); Therefore, I lower the priority of the task.
- Priority changed from High to Low
- Assignee set to Vadim Pisarevsky"><pre class="notranslate"><code class="notranslate">1. OpenCV can create files with non-English names when they are encoded using UTF-8 and passed as normal text strings (tested on Linux and MacOSX).
2. Since OpenCV does not yet support Python 3.x and in Python 2.x text strings are encoded with UTF-8 (i.e. in the format as OpenCV expects it), it's possible to pass a unicode filename to OpenCV function directly using UTF-8 encoding.
3. On Windows it can work too, but instead of UTF-8 the current 1-byte encoding should be used.
So, it's possible (and there is always rename() function in the case of file names); Therefore, I lower the priority of the task.
- Priority changed from High to Low
- Assignee set to Vadim Pisarevsky
</code></pre></div>
<h5 dir="auto">Andrey Kamaev on 2012-08-16 15:23</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="- Category changed from highgui-images to highgui-gui"><pre class="notranslate"><code class="notranslate">- Category changed from highgui-images to highgui-gui
</code></pre></div> | 1 |
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="enum test { a }; let t: i64 = unsafe { std::cast::transmute(a) };"><pre class="notranslate"><span class="pl-k">enum</span> <span class="pl-smi">test</span> <span class="pl-kos">{</span> a <span class="pl-kos">}</span><span class="pl-kos">;</span> <span class="pl-k">let</span> t<span class="pl-kos">:</span> <span class="pl-smi">i64</span> = <span class="pl-k">unsafe</span> <span class="pl-kos">{</span> std<span class="pl-kos">::</span>cast<span class="pl-kos">::</span><span class="pl-en">transmute</span><span class="pl-kos">(</span>a<span class="pl-kos">)</span> <span class="pl-kos">}</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">rustc output: <a href="https://gist.github.com/slaren/6078846">https://gist.github.com/slaren/6078846</a></p> | <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="fn main() {
unsafe { std::cast::transmute::<[int,..1],int>([1]) }
}"><pre class="notranslate"><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-k">unsafe</span> <span class="pl-kos">{</span> std<span class="pl-kos">::</span>cast<span class="pl-kos">::</span><span class="pl-en">transmute</span><span class="pl-kos">::</span><span class="pl-kos"><</span><span class="pl-kos">[</span><span class="pl-smi">int</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-smi">int</span><span class="pl-kos">></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-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="rust: task failed at 'option::get none', /rust/src/libstd/option.rs:362
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. this is a bug
note: try running with RUST_LOG=rustc=1,::rt::backtrace to get further details and report the results to github.com/mozilla/rust/issues
rust: task failed at 'explicit failure', /rust/src/librustc/rustc.rs:366
rust: domain main @0x7f822300c610 root task failed"><pre class="notranslate"><code class="notranslate">rust: task failed at 'option::get none', /rust/src/libstd/option.rs:362
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. this is a bug
note: try running with RUST_LOG=rustc=1,::rt::backtrace to get further details and report the results to github.com/mozilla/rust/issues
rust: task failed at 'explicit failure', /rust/src/librustc/rustc.rs:366
rust: domain main @0x7f822300c610 root task failed
</code></pre></div> | 1 |
<p dir="auto">Regression from the change to make newtype structs immediates.</p> | <p dir="auto">Minimal test case:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="struct Wrapper(~str);
impl Wrapper {
pub fn new() -> Wrapper {
Wrapper(~"Bob")
}
pub fn say_hi(&self) {
println(fmt!("hello %s", **self));
}
}
impl Drop for Wrapper {
fn drop(&mut self) {}
}
fn main() {
{
// This runs without complaint.
let x = Wrapper::new();
x.say_hi();
}
{
// This fails to compile.
// error: internal compiler error: drop_ty_immediate: non-box ty
Wrapper::new().say_hi();
}
}"><pre class="notranslate"><code class="notranslate">struct Wrapper(~str);
impl Wrapper {
pub fn new() -> Wrapper {
Wrapper(~"Bob")
}
pub fn say_hi(&self) {
println(fmt!("hello %s", **self));
}
}
impl Drop for Wrapper {
fn drop(&mut self) {}
}
fn main() {
{
// This runs without complaint.
let x = Wrapper::new();
x.say_hi();
}
{
// This fails to compile.
// error: internal compiler error: drop_ty_immediate: non-box ty
Wrapper::new().say_hi();
}
}
</code></pre></div>
<p dir="auto">I originally ran accross this when wrapping a <code class="notranslate">*T</code>, but it also fails when I try to wrap <code class="notranslate">int</code> and other numeric types, <code class="notranslate">bool</code>, <code class="notranslate">Option<T></code>, <code class="notranslate">~T</code>, and other structs that also wrap a single value of those types.</p> | 1 |
<p dir="auto">(Not exactly a show stopper here, but the message did say to file a bug report.)</p>
<p dir="auto">I tried this code:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="macro_rules! mack_row {
hello => ()
}"><pre class="notranslate"><span class="pl-k">macro_rules!</span> mack_row <span class="pl-kos">{</span>
hello => <span class="pl-kos">(</span><span class="pl-kos">)</span>
<span class="pl-kos">}</span></pre></div>
<p dir="auto">I expected to see a syntax error happen. Instead, this happened:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="hello.rs:1:1: 3:2 error: internal compiler error: wrong-structured lhs for follow check (didn't find a TtDelimited or TtSequence)
hello.rs:1 macro_rules! mack_row {
hello.rs:2 hello => ()
hello.rs:3 }
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"><pre class="notranslate"><code class="notranslate">hello.rs:1:1: 3:2 error: internal compiler error: wrong-structured lhs for follow check (didn't find a TtDelimited or TtSequence)
hello.rs:1 macro_rules! mack_row {
hello.rs:2 hello => ()
hello.rs:3 }
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
</code></pre></div>
<h2 dir="auto">Meta</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ rustc --version --verbose
rustc 1.0.0-nightly (3b3bb0e68 2015-03-04) (built 2015-03-05)
binary: rustc
commit-hash: 3b3bb0e682c2d252e9f62dd9df5cff9552af91ad
commit-date: 2015-03-04
build-date: 2015-03-05
host: x86_64-unknown-linux-gnu
release: 1.0.0-nightly"><pre class="notranslate"><code class="notranslate">$ rustc --version --verbose
rustc 1.0.0-nightly (3b3bb0e68 2015-03-04) (built 2015-03-05)
binary: rustc
commit-hash: 3b3bb0e682c2d252e9f62dd9df5cff9552af91ad
commit-date: 2015-03-04
build-date: 2015-03-05
host: x86_64-unknown-linux-gnu
release: 1.0.0-nightly
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ RUST_BACKTRACE=1 rustc hello.rs
hello.rs:1:1: 3:2 error: internal compiler error: wrong-structured lhs for follow check (didn't find a TtDelimited or TtSequence)
hello.rs:1 macro_rules! mack_row {
hello.rs:2 hello => ()
hello.rs:3 }
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: 0x7feb32680f1f - sys::backtrace::write::hf79a3da4fdecb8a0OBA
2: 0x7feb326abc32 - panicking::on_panic::h9f64f4c69e19f194hHJ
3: 0x7feb325e0eda - rt::unwind::begin_unwind_inner::h37f4496c980fe936knJ
4: 0x7feb2fa4babd - rt::unwind::begin_unwind::h8320268356453106285
5: 0x7feb2fa4ba63 - diagnostic::SpanHandler::span_bug::h83c8af232eaba6a9h0D
6: 0x7feb2fb8b4cf - ext::base::ExtCtxt<'a>::span_bug::h57adb13cf16fc804GA5
7: 0x7feb2fb8afa2 - ext::tt::macro_rules::compile::h873b32c3d4368ef635f
8: 0x7feb2fb8a373 - ext::base::ExtCtxt<'a>::insert_macro::haaccd9e27f928901yy5
9: 0x7feb2fbf64ce - ext::expand::expand_item_mac::hd3b165c5aff186110rb
10: 0x7feb2fbe444a - ext::expand::expand_annotatable::h378d1c124c198a916Ub
11: 0x7feb2fbe05e1 - ext::expand::expand_item::h8a962e5f8fafea81Wlb
12: 0x7feb2fbee09f - ext::expand::MacroExpander<'a, 'b>.Folder::fold_item::h556c21a26b784fb1hcc
13: 0x7feb2fbede2f - iter::FlatMap<I, U, F>.Iterator::next::closure.60138
14: 0x7feb2fbedbac - iter::FlatMap<I, U, F>.Iterator::next::h6910105070373715398
15: 0x7feb2fbed817 - vec::Vec<T>.FromIterator<T>::from_iter::h8529730263212573627
16: 0x7feb2fbed43e - fold::noop_fold_mod::h13574430500869506708
17: 0x7feb2fbe9a48 - ext::expand::expand_item_underscore::h04b059e96977a16fBpb
18: 0x7feb2fc484f2 - fold::noop_fold_item_simple::h11525352532286500933
19: 0x7feb2fc4799e - ptr::P<T>::map::h14542742277292937439
20: 0x7feb2fbe5f47 - ext::expand::expand_annotatable::h378d1c124c198a916Ub
21: 0x7feb2fbe05e1 - ext::expand::expand_item::h8a962e5f8fafea81Wlb
22: 0x7feb2fbee09f - ext::expand::MacroExpander<'a, 'b>.Folder::fold_item::h556c21a26b784fb1hcc
23: 0x7feb2fc53954 - ext::expand::expand_crate::hbbabb26fe27c96b6Xhc
24: 0x7feb32cec980 - driver::phase_2_configure_and_expand::closure.18893
25: 0x7feb32ca3ca3 - driver::phase_2_configure_and_expand::h1b105a3027b471ffDsa
26: 0x7feb32c94888 - driver::compile_input::h3913ff7013f0c056Iba
27: 0x7feb32d5dcb7 - run_compiler::h28a4446bae1034e7H5b
28: 0x7feb32d5b829 - thunk::F.Invoke<A, R>::invoke::h6503055919709693733
29: 0x7feb32d5a4a0 - rt::unwind::try::try_fn::h1384674024000742916
30: 0x7feb3271bde8 - rust_try_inner
31: 0x7feb3271bdd5 - rust_try
32: 0x7feb32d5ac3f - thunk::F.Invoke<A, R>::invoke::h5780663349966142752
33: 0x7feb32696965 - sys::thread::thread_start::h4ab695857833a5dar8E
34: 0x7feb2c52bb4f - start_thread
35: 0x7feb3226ce6c - <unknown>"><pre class="notranslate"><code class="notranslate">$ RUST_BACKTRACE=1 rustc hello.rs
hello.rs:1:1: 3:2 error: internal compiler error: wrong-structured lhs for follow check (didn't find a TtDelimited or TtSequence)
hello.rs:1 macro_rules! mack_row {
hello.rs:2 hello => ()
hello.rs:3 }
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: 0x7feb32680f1f - sys::backtrace::write::hf79a3da4fdecb8a0OBA
2: 0x7feb326abc32 - panicking::on_panic::h9f64f4c69e19f194hHJ
3: 0x7feb325e0eda - rt::unwind::begin_unwind_inner::h37f4496c980fe936knJ
4: 0x7feb2fa4babd - rt::unwind::begin_unwind::h8320268356453106285
5: 0x7feb2fa4ba63 - diagnostic::SpanHandler::span_bug::h83c8af232eaba6a9h0D
6: 0x7feb2fb8b4cf - ext::base::ExtCtxt<'a>::span_bug::h57adb13cf16fc804GA5
7: 0x7feb2fb8afa2 - ext::tt::macro_rules::compile::h873b32c3d4368ef635f
8: 0x7feb2fb8a373 - ext::base::ExtCtxt<'a>::insert_macro::haaccd9e27f928901yy5
9: 0x7feb2fbf64ce - ext::expand::expand_item_mac::hd3b165c5aff186110rb
10: 0x7feb2fbe444a - ext::expand::expand_annotatable::h378d1c124c198a916Ub
11: 0x7feb2fbe05e1 - ext::expand::expand_item::h8a962e5f8fafea81Wlb
12: 0x7feb2fbee09f - ext::expand::MacroExpander<'a, 'b>.Folder::fold_item::h556c21a26b784fb1hcc
13: 0x7feb2fbede2f - iter::FlatMap<I, U, F>.Iterator::next::closure.60138
14: 0x7feb2fbedbac - iter::FlatMap<I, U, F>.Iterator::next::h6910105070373715398
15: 0x7feb2fbed817 - vec::Vec<T>.FromIterator<T>::from_iter::h8529730263212573627
16: 0x7feb2fbed43e - fold::noop_fold_mod::h13574430500869506708
17: 0x7feb2fbe9a48 - ext::expand::expand_item_underscore::h04b059e96977a16fBpb
18: 0x7feb2fc484f2 - fold::noop_fold_item_simple::h11525352532286500933
19: 0x7feb2fc4799e - ptr::P<T>::map::h14542742277292937439
20: 0x7feb2fbe5f47 - ext::expand::expand_annotatable::h378d1c124c198a916Ub
21: 0x7feb2fbe05e1 - ext::expand::expand_item::h8a962e5f8fafea81Wlb
22: 0x7feb2fbee09f - ext::expand::MacroExpander<'a, 'b>.Folder::fold_item::h556c21a26b784fb1hcc
23: 0x7feb2fc53954 - ext::expand::expand_crate::hbbabb26fe27c96b6Xhc
24: 0x7feb32cec980 - driver::phase_2_configure_and_expand::closure.18893
25: 0x7feb32ca3ca3 - driver::phase_2_configure_and_expand::h1b105a3027b471ffDsa
26: 0x7feb32c94888 - driver::compile_input::h3913ff7013f0c056Iba
27: 0x7feb32d5dcb7 - run_compiler::h28a4446bae1034e7H5b
28: 0x7feb32d5b829 - thunk::F.Invoke<A, R>::invoke::h6503055919709693733
29: 0x7feb32d5a4a0 - rt::unwind::try::try_fn::h1384674024000742916
30: 0x7feb3271bde8 - rust_try_inner
31: 0x7feb3271bdd5 - rust_try
32: 0x7feb32d5ac3f - thunk::F.Invoke<A, R>::invoke::h5780663349966142752
33: 0x7feb32696965 - sys::thread::thread_start::h4ab695857833a5dar8E
34: 0x7feb2c52bb4f - start_thread
35: 0x7feb3226ce6c - <unknown>
</code></pre></div> | <p dir="auto">A simple malformed macro makes the compiler crash.</p>
<p dir="auto">Code:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="macro_rules! code_block {
$c:block => $c
}"><pre class="notranslate"><span class="pl-k">macro_rules!</span> code_block <span class="pl-kos">{</span>
$c<span class="pl-kos">:</span>block => $c
<span class="pl-kos">}</span></pre></div>
<p dir="auto">Playpen error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<anon>:1:1: 3:2 error: internal compiler error: wrong-structured lhs for follow check (didn't find a TtDelimited or TtSequence)
<anon>:1 macro_rules! code_block {
<anon>:2 $c:block => $c
<anon>:3 }
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:130"><pre class="notranslate"><code class="notranslate"><anon>:1:1: 3:2 error: internal compiler error: wrong-structured lhs for follow check (didn't find a TtDelimited or TtSequence)
<anon>:1 macro_rules! code_block {
<anon>:2 $c:block => $c
<anon>:3 }
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:130
</code></pre></div>
<p dir="auto">Playpen: <a href="http://is.gd/COoZe7" rel="nofollow">http://is.gd/COoZe7</a></p> | 1 |
<h2 dir="auto">Checklist</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>
</ul>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Django==1.10.3
boto==2.43.0
boto3==1.4.1
botocore==1.4.78
software -> celery:4.0.0 (latentcall) kombu:4.0.0 py:2.7.6
billiard:3.5.0.2 sqs:N/A
platform -> system:Linux arch:64bit, ELF imp:CPython
loader -> celery.loaders.app.AppLoader
settings -> transport:sqs results:disabled"><pre class="notranslate">Django==1.10.3
boto==2.43.0
boto3==1.4.1
botocore==1.4.78
software -<span class="pl-k">></span> celery:4.0.0 (latentcall) kombu:4.0.0 py:2.7.6
billiard:3.5.0.2 sqs:N/A
platform -<span class="pl-k">></span> system:Linux arch:64bit, ELF imp:CPython
loader -<span class="pl-k">></span> celery.loaders.app.AppLoader
settings -<span class="pl-k">></span> transport:sqs results:disabled</pre></div>
<h2 dir="auto">Steps to reproduce</h2>
<p dir="auto">Just a project upgrade dependency.</p>
<h2 dir="auto">Actual behavior</h2>
<p dir="auto">Celery work stops when start, only with <code class="notranslate">sqs</code> broker. My test environment run with <code class="notranslate">redis</code> broker and works fine.</p>
<p dir="auto">With <code class="notranslate">... worker -l debug</code>, I can see my <code class="notranslate">sqs</code> queues and the worker stop with this message:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[2016-11-28 20:31:58,487: DEBUG/MainProcess] Canceling task consumer...
[2016-11-28 20:31:59,493: DEBUG/MainProcess] Canceling task consumer...
[2016-11-28 20:31:59,493: DEBUG/MainProcess] Closing consumer channel...
[2016-11-28 20:31:59,493: DEBUG/MainProcess] closing all HTTP connections
[2016-11-28 20:31:59,493: DEBUG/MainProcess] closing all HTTP connections
[2016-11-28 20:31:59,494: DEBUG/MainProcess] removing tasks from inqueue until task handler finished"><pre class="notranslate"><code class="notranslate">[2016-11-28 20:31:58,487: DEBUG/MainProcess] Canceling task consumer...
[2016-11-28 20:31:59,493: DEBUG/MainProcess] Canceling task consumer...
[2016-11-28 20:31:59,493: DEBUG/MainProcess] Closing consumer channel...
[2016-11-28 20:31:59,493: DEBUG/MainProcess] closing all HTTP connections
[2016-11-28 20:31:59,493: DEBUG/MainProcess] closing all HTTP connections
[2016-11-28 20:31:59,494: DEBUG/MainProcess] removing tasks from inqueue until task handler finished
</code></pre></div>
<p dir="auto">PS: The messages are delayed to queue normally.</p> | <p dir="auto">Because of this kombu issue <a href="https://github.com/celery/kombu/pull/581" data-hovercard-type="pull_request" data-hovercard-url="/celery/kombu/pull/581/hovercard">#581</a>, I'm trying to run the latest celery from master along with the github versions of amqp, vine, billiard and kombu. When I run a worker to retrieve messages from an AWS SQS queue, I get the following error:</p>
<p dir="auto"><code class="notranslate"><?xml version="1.0"?><ErrorResponse xmlns="http://queue.amazonaws.com/doc/2012-11-05/"><Error><Type>Sender</Type><Code>SignatureDoesNotMatch</Code><Message>Credential should be scoped to a valid region, not 'queue'. </Message><Detail/></Error><RequestId>ef2af856-f4f4-5244-a6f8-b7e87de7ea7e</RequestId></ErrorResponse> </code></p>
<p dir="auto">Here are the celery config options:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="BROKER_URL = 'sqs://{0}:{1}@'.format(
urllib.quote("the aws key id", safe=''),
urllib.quote("the aws secret key", safe='')
)
BROKER_TRANSPORT_OPTIONS = {
'polling_interval': 3,
'region': 'us-east-1',
'visibility_timeout': 3600
}
CELERY_IGNORE_RESULT = True
CELERY_IMPORTS = ('tasks',)
CELERY_RESULT_BACKEND = False
CELERY_SEND_TASK_ERROR_EMAILS = False"><pre class="notranslate"><code class="notranslate">BROKER_URL = 'sqs://{0}:{1}@'.format(
urllib.quote("the aws key id", safe=''),
urllib.quote("the aws secret key", safe='')
)
BROKER_TRANSPORT_OPTIONS = {
'polling_interval': 3,
'region': 'us-east-1',
'visibility_timeout': 3600
}
CELERY_IGNORE_RESULT = True
CELERY_IMPORTS = ('tasks',)
CELERY_RESULT_BACKEND = False
CELERY_SEND_TASK_ERROR_EMAILS = False
</code></pre></div>
<p dir="auto">Here are the dependencies:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="amqp==2.0.0rc2
billiard==3.5.0.0rc1
celery==4.0.0rc2
kombu==4.0.0a1
pycurl==7.43.0
vine==1.1.0"><pre class="notranslate"><code class="notranslate">amqp==2.0.0rc2
billiard==3.5.0.0rc1
celery==4.0.0rc2
kombu==4.0.0a1
pycurl==7.43.0
vine==1.1.0
</code></pre></div>
<p dir="auto">Any ideas?</p>
<p dir="auto">Thanks</p> | 1 |
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/use-a-css-class-to-style-an-element#?solution=%0A%3Cstyle%3E%0A%20%20.red-text%20%7B%0A%20%20%20%20color%3A%20red%3B%0A%20%20%7D%0A%3C%2Fstyle%3E%0A%0A%3Ch2%20class%3D%22red-text%22%3ECatPhotoApp%3C%2Fh2%3E%0A%0A%3Cp%3EKitty%20ipsum%20dolor%20sit%20amet%2C%20shed%20everywhere%20shed%20everywhere%20stretching%20attack%20your%20ankles%20chase%20the%20red%20dot%2C%20hairball%20run%20catnip%20eat%20the%20grass%20sniff.%3C%2Fp%3E%0A" rel="nofollow">Use a CSS Class to Style an Element</a> has an issue.<br>
User Agent is: <code class="notranslate">Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36</code>.<br>
Please describe how to reproduce this issue, and include links to screenshots if possible.</p>
<p dir="auto">My code:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="
<style>
.red-text {
color: red;
}
</style>
<h2 class="red-text">CatPhotoApp</h2>
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
"><pre class="notranslate"><code class="notranslate">
<style>
.red-text {
color: red;
}
</style>
<h2 class="red-text">CatPhotoApp</h2>
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
</code></pre></div> | <h4 dir="auto">Challenge Name</h4>
<p dir="auto">All</p>
<h4 dir="auto">Issue Description</h4>
<p dir="auto">After passing a few exercises, the display on the phone on the right hand side of the code doesn't work (phone remains blank). Also, the text under run text where it normally shows which criteria have to be met for the code to be accepted is also missing. These issues are fixed after multiple refreshes of the page.</p>
<h4 dir="auto">Browser Information</h4>
<p dir="auto">Same error appears on both Google Chrome (Version 52.0.2743.116 m), and Microsoft Edge (25.10586.0.0). Haven't tried any other browsers.</p>
<ul dir="auto">
<li>Browser Name, Version: Google Chrome (Version 52.0.2743.116 m) and Microsoft Edge (25.10586.0.0)</li>
<li>Operating System: Windows 10 Version 1511</li>
<li>Mobile, Desktop, or Tablet: Desktop</li>
</ul>
<h4 dir="auto">Screenshot</h4>
<p dir="auto"><a href="http://imgur.com/yV3BNJ1" rel="nofollow">http://imgur.com/yV3BNJ1</a></p> | 1 |
<h3 dir="auto">What problem does this feature solve?</h3>
<p dir="auto">Because large applications may have MANY custom directives in addition to custom components, it makes sense to treat loading of external definitions similarly.</p>
<p dir="auto">Because the Vue.directive(name, bindOrUpdate) signature exists, we would have to have another call signature, perhaps a 3rd argument?</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="Vue.directive("my-attribute", null, function(resolve, reject){
$.getScript("/vue/directives/my-attribute.directive.js").then(resolve, reject);
});"><pre class="notranslate"><code class="notranslate">Vue.directive("my-attribute", null, function(resolve, reject){
$.getScript("/vue/directives/my-attribute.directive.js").then(resolve, reject);
});
</code></pre></div> | <h3 dir="auto">Version</h3>
<p dir="auto">2.5.2</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://codepen.io/spenspazmer/pen/boZeyz?editors=1011" rel="nofollow">https://codepen.io/spenspazmer/pen/boZeyz?editors=1011</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">Focus one of the letters, press key down/up. Observe the difference in behaviour.</p>
<h3 dir="auto">What is expected?</h3>
<p dir="auto">Focus should be retained when adding/removing components in the list both when pressing up and down.</p>
<h3 dir="auto">What is actually happening?</h3>
<p dir="auto">Pressing key down forces a re-rendering and focus is lost. Pressing key up still works as expected.</p>
<hr>
<p dir="auto">This is related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="266839809" data-permission-text="Title is private" data-url="https://github.com/vuejs/vue/issues/6857" data-hovercard-type="issue" data-hovercard-url="/vuejs/vue/issues/6857/hovercard" href="https://github.com/vuejs/vue/issues/6857">#6857</a> and preventing me from making <a href="https://github.com/Akryum/vue-virtual-scroller/">https://github.com/Akryum/vue-virtual-scroller/</a> work with keyboard navigation.</p> | 0 |
<p dir="auto">I have the following code:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function logNumber(v: number) { console.log("number:", v); }
function logString(v: string) { console.log("string:", v); }
function foo1(v: number|string) {
switch (typeof v) {
case 'number':
logNumber(v);
break;
case 'string':
logString(v);
break;
default:
throw new Error("unsupported type");
}
}"><pre class="notranslate"><span class="pl-k">function</span> <span class="pl-en">logNumber</span><span class="pl-kos">(</span><span class="pl-s1">v</span>: <span class="pl-smi">number</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">"number:"</span><span class="pl-kos">,</span> <span class="pl-s1">v</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-kos">}</span>
<span class="pl-k">function</span> <span class="pl-en">logString</span><span class="pl-kos">(</span><span class="pl-s1">v</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">"string:"</span><span class="pl-kos">,</span> <span class="pl-s1">v</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-kos">}</span>
<span class="pl-k">function</span> <span class="pl-en">foo1</span><span class="pl-kos">(</span><span class="pl-s1">v</span>: <span class="pl-smi">number</span><span class="pl-c1">|</span><span class="pl-smi">string</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">switch</span> <span class="pl-kos">(</span><span class="pl-k">typeof</span> <span class="pl-s1">v</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">case</span> <span class="pl-s">'number'</span>:
<span class="pl-en">logNumber</span><span class="pl-kos">(</span><span class="pl-s1">v</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">break</span><span class="pl-kos">;</span>
<span class="pl-k">case</span> <span class="pl-s">'string'</span>:
<span class="pl-en">logString</span><span class="pl-kos">(</span><span class="pl-s1">v</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">break</span><span class="pl-kos">;</span>
<span class="pl-k">default</span>:
<span class="pl-k">throw</span> <span class="pl-k">new</span> <span class="pl-smi">Error</span><span class="pl-kos">(</span><span class="pl-s">"unsupported type"</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">Error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Argument of type 'string | number' is not assignable to parameter of type 'number'.
Type 'string' is not assignable to type 'number'."><pre class="notranslate"><code class="notranslate">Argument of type 'string | number' is not assignable to parameter of type 'number'.
Type 'string' is not assignable to type 'number'.
</code></pre></div>
<p dir="auto">I was forced to rewrite this using <code class="notranslate">if</code> statements.</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function foo2(v: number|string) {
if (typeof v === 'number') {
logNumber(v);
} else if (typeof v === 'string') {
logString(v);
} else {
throw new Error("unsupported type");
}
}"><pre class="notranslate"><span class="pl-k">function</span> <span class="pl-en">foo2</span><span class="pl-kos">(</span><span class="pl-s1">v</span>: <span class="pl-smi">number</span><span class="pl-c1">|</span><span class="pl-smi">string</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-k">typeof</span> <span class="pl-s1">v</span> <span class="pl-c1">===</span> <span class="pl-s">'number'</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-en">logNumber</span><span class="pl-kos">(</span><span class="pl-s1">v</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span> <span class="pl-k">else</span> <span class="pl-k">if</span> <span class="pl-kos">(</span><span class="pl-k">typeof</span> <span class="pl-s1">v</span> <span class="pl-c1">===</span> <span class="pl-s">'string'</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-en">logString</span><span class="pl-kos">(</span><span class="pl-s1">v</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span> <span class="pl-k">else</span> <span class="pl-kos">{</span>
<span class="pl-k">throw</span> <span class="pl-k">new</span> <span class="pl-smi">Error</span><span class="pl-kos">(</span><span class="pl-s">"unsupported type"</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">Please allow using switch statements as type guards.</p> | <p dir="auto">I'm using a tsconfig file in our project: <a href="https://github.com/exceptionless/Exceptionless.Javascript">https://github.com/exceptionless/Exceptionless.Javascript</a> and I'm seeing the following behavior (Everything is in the same module, but multiple files..).</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1020579/7353128/e3f0da9c-ecd6-11e4-8efb-ad52791af2b2.png"><img src="https://cloud.githubusercontent.com/assets/1020579/7353128/e3f0da9c-ecd6-11e4-8efb-ad52791af2b2.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1020579/7353130/e7d4585a-ecd6-11e4-9414-7207118fb70b.png"><img src="https://cloud.githubusercontent.com/assets/1020579/7353130/e7d4585a-ecd6-11e4-9414-7207118fb70b.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">I feel that all code should be placed into the same module region when it's generated.</p> | 0 |
<ul dir="auto">
<li>VSCode Version: 1.1.1</li>
<li>OS Version: OSX 10.11.5</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="task.json
{
"version": "0.1.0",
"command": "go",
"isShellCommand": true,
"args": ["run", "main.go", "index.go", "-name=test"],
"showOutput": "always",
"program": "${workspaceRoot}"
}"><pre class="notranslate"><code class="notranslate">task.json
{
"version": "0.1.0",
"command": "go",
"isShellCommand": true,
"args": ["run", "main.go", "index.go", "-name=test"],
"showOutput": "always",
"program": "${workspaceRoot}"
}
</code></pre></div>
<ol dir="auto">
<li>Press shift + command + B to start a build task</li>
<li>Press shift + command + B to start a new build task</li>
</ol>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/863731/15429597/e782df7c-1ea1-11e6-9b9f-a5f730f688fd.png"><img src="https://cloud.githubusercontent.com/assets/863731/15429597/e782df7c-1ea1-11e6-9b9f-a5f730f688fd.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">When you are debugging a web service it would be very handy if there was a json flag that kills the build process without warning.</p>
<p dir="auto">Now I need to use the mouse to click on terminate every time I am changing a line of code and need to restart my build process that is a web server that never terminates on its own.</p> | <p dir="auto">In launch.json you are able to define multiple launch configuration but you can only select one to run with F5. Is there a way to launch two configuration with single Debug command? I want to start and debug server side node app and also use chrome debug extension for client side, all from same VSC instance.</p>
<p dir="auto">thx</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/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">Generated sizes include the type of unit, so it's not up to the interpreter to add missing information.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="padding: {
paddingTop: {theme.spacing.unit}px,
paddingBottom: {theme.spacing.unit}px,
},
"><pre class="notranslate"><code class="notranslate">padding: {
paddingTop: {theme.spacing.unit}px,
paddingBottom: {theme.spacing.unit}px,
},
</code></pre></div>
<h2 dir="auto">Current Behavior</h2>
<p dir="auto">Currently, a few calculated sizes in the code base are missing the type of unit. For example in <a href="https://github.com/mui-org/material-ui/blob/v1-beta/src/List/List.js">https://github.com/mui-org/material-ui/blob/v1-beta/src/List/List.js</a></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="padding: {
paddingTop: theme.spacing.unit,
paddingBottom: theme.spacing.unit,
},
"><pre class="notranslate"><code class="notranslate">padding: {
paddingTop: theme.spacing.unit,
paddingBottom: theme.spacing.unit,
},
</code></pre></div>
<p dir="auto">It might be our setup, but at production Firefox and Chrome are complaining about the missing unit type. This is correct as the inspector shows:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=".c56 {
padding-top: 8;
padding-bottom: 8;
}"><pre class="notranslate"><code class="notranslate">.c56 {
padding-top: 8;
padding-bottom: 8;
}
</code></pre></div>
<h2 dir="auto">Steps to Reproduce (for bugs)</h2>
<p dir="auto">The issue is hard to track down as I am not a developer; however it does not occur at our development environments. This leads me to believe it's going wrong during <code class="notranslate">npm build</code> somewhere in our webpack stack.</p>
<p dir="auto">Adding the unit types would however bypass the issue all together imho.</p>
<p dir="auto">Might be related:<br>
<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="231092710" data-permission-text="Title is private" data-url="https://github.com/styled-components/styled-components/issues/825" data-hovercard-type="issue" data-hovercard-url="/styled-components/styled-components/issues/825/hovercard" href="https://github.com/styled-components/styled-components/issues/825">styled-components/styled-components#825</a><br>
<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="230690588" data-permission-text="Title is private" data-url="https://github.com/cssinjs/istf-spec/issues/3" data-hovercard-type="issue" data-hovercard-url="/cssinjs/istf-spec/issues/3/hovercard" href="https://github.com/cssinjs/istf-spec/issues/3">cssinjs/istf-spec#3</a></p>
<h2 dir="auto">Context</h2>
<p dir="auto">Currently we encounter the issue (and found the culprit code) in a List, but there are <a href="https://github.com/mui-org/material-ui/search?utf8=%E2%9C%93&q=theme.spacing.unit&type=">more</a></p>
<p dir="auto"><strong>Multiple development environments</strong><br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/32360456/34214954-37b6784e-e5a4-11e7-910f-a9949a0511ae.png"><img src="https://user-images.githubusercontent.com/32360456/34214954-37b6784e-e5a4-11e7-910f-a9949a0511ae.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto"><strong>Multiple prod environments</strong><br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/32360456/34214912-1dcd4a66-e5a4-11e7-8510-83c9f8135676.png"><img src="https://user-images.githubusercontent.com/32360456/34214912-1dcd4a66-e5a4-11e7-8510-83c9f8135676.png" alt="image" style="max-width: 100%;"></a></p>
<h2 dir="auto">Your Environment</h2>
<p dir="auto">Latest Chrome and Firefox, zillion npm packages</p>
<p dir="auto">├─┬ material-ui@1.0.0-beta.24<br>
├─┬ material-ui-icons@1.0.0-beta.17<br>
│ ├─┬ jss@9.4.0<br>
│ ├─┬ jss-preset-default@4.0.1<br>
│ │ ├── jss-camel-case@6.0.0<br>
│ │ ├─┬ jss-compose@5.0.0<br>
│ │ ├── jss-default-unit@8.0.2<br>
│ │ ├── jss-expand@5.1.0<br>
│ │ ├─┬ jss-extend@6.1.0<br>
│ │ ├── jss-global@3.0.0<br>
│ │ ├─┬ jss-nested@6.0.1<br>
│ │ ├── jss-props-sort@6.0.0<br>
│ │ ├─┬ jss-template@1.0.0<br>
│ │ └─┬ jss-vendor-prefixer@7.0.0<br>
│ ├─┬ react-jss@8.2.0<br>
│ │ ├── jss@9.4.0 deduped<br>
│ │ ├── jss-preset-default@4.0.1 deduped</p> | <p dir="auto">I noticed some text fields and components implemented using 'FormControl' were no longer in horizontal alignment after a recent package update to beta33.</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">Some of these controls are aligned using and on other pages they are aligned with a vanilla flex box row. All have margin set to 'none' and were previously in perfect horizontal alignment.</p>
<h2 dir="auto">Current Behavior</h2>
<p dir="auto">Now, text fields are slightly higher whose type was set to 'tel'. Removing the <code class="notranslate">type="tel"</code> property fixes the alignment issue. There seems to be a '1.1875em' modification to the height that is calculated when type="tel". This appears to be linked to a change made in input.js involving class '.inputType'.</p>
<p dir="auto">It may be linked to this commit: <a class="commit-link" href="https://github.com/mui/material-ui/commit/b706b42b70c606ef1ac3170198e7038c6ce67416#diff-deaeb5c7e253bfa4f497fa8ace0b3607"><tt>b706b42</tt>#diff-deaeb5c7e253bfa4f497fa8ace0b3607</a></p>
<p dir="auto">This occurred on Chrome 64.0.3282.140 and the latest version of Safari ios.</p> | 0 |
<p dir="auto">hello</p>
<p dir="auto">I often use my keyboard to access menus of the editor,<br>
I installed atom yesterday and like it, thank you!</p>
<p dir="auto">But I doscovered this morning that I can't open menus on Windows 8.1 using the shortcuts Alt+H and Alt +F.<br>
stangely the other menus work fine (find, edit, packages and selection)</p> | <p dir="auto">By default, alt-f is bound to <code class="notranslate">editor:move-to-end-of-word</code> and alt-h to <code class="notranslate">editor:delete-to-beginning-of-word</code>. These conflict with activating <code class="notranslate">File</code> and <code class="notranslate">Help</code> menus in Windows.</p>
<p dir="auto">Suggestions:</p>
<ul dir="auto">
<li>Reserve alt-f and alt-h for menu bar access and change editor shortcuts.</li>
<li>Focus and activate menu bar via a single alt press so user can navigate through the menus using arrow keys (customary behavior in Windows).</li>
</ul> | 1 |
<p dir="auto">It is a common practice in scientific plottings that a barplot (or violinplot/swarmplot) has statistical annotations such as p-values marked with horizontal lines connecting the bars. There is already an implementation of this as a separate project:<br>
<a href="https://github.com/webermarcolivier/statannot">https://github.com/webermarcolivier/statannot</a></p>
<p dir="auto">but having such a feature incorporated into seaborn would be very handy. Is there any interest to pursue this? -Thanks</p> | <p dir="auto">It'd be nice to be able to run some sort of statistic (e.g. Mann-Whithney) to determine group differences in bar plots when hue is provided. When significant (p<0.05) an asterisks can be added above those groups.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/8518288/12456390/302d0834-bf65-11e5-84fd-6e32e120d1d5.png"><img src="https://cloud.githubusercontent.com/assets/8518288/12456390/302d0834-bf65-11e5-84fd-6e32e120d1d5.png" alt="download" style="max-width: 100%;"></a></p> | 1 |
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/985" rel="nofollow">http://projects.scipy.org/scipy/ticket/985</a> on 2009-08-06 by trac user rubert, assigned to unknown.</em></p>
<p dir="auto">I assume the 1-D hilbert transform function in the signal module was intended to work like its Matlab equivalent. That is, if I hilbert transform an N-D array it will only do it along the zeroth dimension.</p>
<p dir="auto">The hilbert transform was returning zeros for me when I attempted to use it on two-D arrays. This patch fixes that. The problem was with the arguments passed to ifft.</p> | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1642" rel="nofollow">http://projects.scipy.org/scipy/ticket/1642</a> on 2012-04-14 by <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>, assigned to unknown.</em></p>
<p dir="auto">This warning was showing up by default for a long time. The cause seems to be that the optional nxest/nyest parameters to surfit, which are determined in fitpack.pyf, are too small if kx=ky=1.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" >>> x = [1,1,1,2,2,2,4,4,4]
>>> y = [1,2,3,1,2,3,1,2,3]
>>> z = array([0,7,8,3,4,7,1,3,4])
>>> lut = SmoothBivariateSpline(x, y, z, kx=1, ky=1, s=0)
/Users/rgommers/Code/scipy/scipy/interpolate/fitpack2.py:613: UserWarning:
The required storage space exceeds the available storage space: nxest
or nyest too small, or s too small.
The weighted least-squares spline corresponds to the current set of
knots.
warnings.warn(message)"><pre class="notranslate"><code class="notranslate"> >>> x = [1,1,1,2,2,2,4,4,4]
>>> y = [1,2,3,1,2,3,1,2,3]
>>> z = array([0,7,8,3,4,7,1,3,4])
>>> lut = SmoothBivariateSpline(x, y, z, kx=1, ky=1, s=0)
/Users/rgommers/Code/scipy/scipy/interpolate/fitpack2.py:613: UserWarning:
The required storage space exceeds the available storage space: nxest
or nyest too small, or s too small.
The weighted least-squares spline corresponds to the current set of
knots.
warnings.warn(message)
</code></pre></div>
<p dir="auto">This needs some investigation. I'll filter out the warning for now.</p>
<p dir="auto">A likely related problem:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [3]: %paste
x = [1,1,1,2,2,2,3,3,3]
y = [1,2,3,1,2,3,1,2,3]
z = [0,7,8,3,4,7,1,3,4]
s = 0.1
tx = [1+s,3-s]
ty = [1+s,3-s]
lut = LSQBivariateSpline(x,y,z,tx,ty,kx=1,ky=1)
## -- End pasted text --
/Users/rgommers/Code/scipy/scipy/interpolate/fitpack2.py:684: UserWarning:
The coefficients of the spline returned have been computed as the
minimal norm least-squares solution of a (numerically) rank deficient
system (deficiency=7). If deficiency is large, the results may be
inaccurate. Deficiency may strongly depend on the value of eps.
warnings.warn(message)"><pre class="notranslate"><code class="notranslate">In [3]: %paste
x = [1,1,1,2,2,2,3,3,3]
y = [1,2,3,1,2,3,1,2,3]
z = [0,7,8,3,4,7,1,3,4]
s = 0.1
tx = [1+s,3-s]
ty = [1+s,3-s]
lut = LSQBivariateSpline(x,y,z,tx,ty,kx=1,ky=1)
## -- End pasted text --
/Users/rgommers/Code/scipy/scipy/interpolate/fitpack2.py:684: UserWarning:
The coefficients of the spline returned have been computed as the
minimal norm least-squares solution of a (numerically) rank deficient
system (deficiency=7). If deficiency is large, the results may be
inaccurate. Deficiency may strongly depend on the value of eps.
warnings.warn(message)
</code></pre></div> | 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 checked the <a href="https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+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%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 in this issue<br>
(If there are none, check this box anyway).</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>
<h1 dir="auto">Description</h1>
<p dir="auto">Tried to make documentation. <code class="notranslate">make docs</code> in <code class="notranslate">/</code> and <code class="notranslate">make html</code> in <code class="notranslate">/docs</code>. Got error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Exception occurred:
File "/usr/lib/python3.8/site-packages/docutils/nodes.py", line 567, in __getitem__
return self.attributes[key]
KeyError: 'refdoc'
The full traceback has been saved in /tmp/sphinx-err-qa973efh.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
make[1]: *** [Makefile:55: html] Error 2
make[1]: Leaving directory '/home/lash/src/ext/python/celery/docs'
make: *** [Makefile:76: Documentation] Error 2"><pre class="notranslate"><code class="notranslate">Exception occurred:
File "/usr/lib/python3.8/site-packages/docutils/nodes.py", line 567, in __getitem__
return self.attributes[key]
KeyError: 'refdoc'
The full traceback has been saved in /tmp/sphinx-err-qa973efh.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
make[1]: *** [Makefile:55: html] Error 2
make[1]: Leaving directory '/home/lash/src/ext/python/celery/docs'
make: *** [Makefile:76: Documentation] Error 2
</code></pre></div>
<p dir="auto">Tried with <code class="notranslate">master@f2ddd894c32f642a20f03b805b97e460f4fb3b4f</code> and <code class="notranslate">v4.3.0</code></p>
<p dir="auto">Using <code class="notranslate">python@3.8.1</code>, <code class="notranslate">sphinx@2.2.1</code> and <code class="notranslate">sphinx-celery@2.0.0</code></p>
<h1 dir="auto">Suggestions</h1> | <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" 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" 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"> 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"> 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.0rc1</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.0rc1 (dawn-chorus) kombu:5.2.0rc1 py:3.8.12
billiard:3.6.4.0 redis:3.5.3
platform -> system:Linux arch:64bit
kernel version:5.4.129+ imp:CPython
loader -> celery.loaders.app.AppLoader
settings -> transport:redis results:django-db
ABSOLUTE_URL_OVERRIDES: {
}
ADMINS: []
ALLOWED_HOSTS: ['*']
APPEND_SLASH: True
AUTHENTICATION_BACKENDS: ['django.contrib.auth.backends.ModelBackend']
AUTH_PASSWORD_VALIDATORS: '********'
AUTH_USER_MODEL: 'app.user'
BASE_DIR: '/usr/src/app'
BROKER_URL: 'redis://localhost:6379/0'
CACHES: {
'default': { 'BACKEND': 'django_redis.cache.RedisCache',
'KEY_PREFIX': '********',
'LOCATION': 'redis://localhost:6379/1',
'OPTIONS': { 'CLIENT_CLASS': 'django_redis.client.DefaultClient'},
'TIMEOUT': None}}
CACHE_LOCATION: 'redis://localhost:6379/1'
CACHE_MIDDLEWARE_ALIAS: 'default'
CACHE_MIDDLEWARE_KEY_PREFIX: '********'
CACHE_MIDDLEWARE_SECONDS: 600
CELERY_ACCEPT_CONTENT: ['application/json']
CELERY_ALWAYS_EAGER: False
CELERY_BROKER_URL: 'redis://localhost:6379/0'
CELERY_RESULT_BACKEND: 'django-db'
CELERY_RESULT_SERIALIZER: 'json'
CELERY_TASK_SERIALIZER: 'json'
CELERY_TIMEZONE: 'UTC'
CORE_APPS: ['app.apps.AppConfig']
CORS_ALLOW_CREDENTIALS: True
CORS_ORIGIN_WHITELIST: ['*']
CSRF_COOKIE_AGE: 31449600
CSRF_COOKIE_DOMAIN: None
CSRF_COOKIE_HTTPONLY: False
CSRF_COOKIE_NAME: 'csrftoken'
CSRF_COOKIE_PATH: '/'
CSRF_COOKIE_SAMESITE: 'Lax'
CSRF_COOKIE_SECURE: False
CSRF_FAILURE_VIEW: 'django.views.csrf.csrf_failure'
CSRF_HEADER_NAME: 'HTTP_X_CSRFTOKEN'
CSRF_TRUSTED_ORIGINS: []
CSRF_USE_SESSIONS: False
DATABASE_ROUTERS: '********'
DATA_UPLOAD_MAX_MEMORY_SIZE: 2621440
DATA_UPLOAD_MAX_NUMBER_FIELDS: 1000
DATETIME_FORMAT: 'N j, Y, P'
DATETIME_INPUT_FORMATS: ['%Y-%m-%d %H:%M:%S',
'%Y-%m-%d %H:%M:%S.%f',
'%Y-%m-%d %H:%M',
'%m/%d/%Y %H:%M:%S',
'%m/%d/%Y %H:%M:%S.%f',
'%m/%d/%Y %H:%M',
'%m/%d/%y %H:%M:%S',
'%m/%d/%y %H:%M:%S.%f',
'%m/%d/%y %H:%M']
DATE_FORMAT: 'N j, Y'
DATE_INPUT_FORMATS: ['%Y-%m-%d',
'%m/%d/%Y',
'%m/%d/%y',
'%b %d %Y',
'%b %d, %Y',
'%d %b %Y',
'%d %b, %Y',
'%B %d %Y',
'%B %d, %Y',
'%d %B %Y',
'%d %B, %Y']
DEBUG: 0
DEBUG_PROPAGATE_EXCEPTIONS: False
DECIMAL_SEPARATOR: '.'
DEFAULT_AUTO_FIELD: 'django.db.models.AutoField'
DEFAULT_CHARSET: 'utf-8'
DEFAULT_EXCEPTION_REPORTER: 'django.views.debug.ExceptionReporter'
DEFAULT_EXCEPTION_REPORTER_FILTER: 'django.views.debug.SafeExceptionReporterFilter'
DEFAULT_FILE_STORAGE: 'storages.backends.gcloud.GoogleCloudStorage'
DEFAULT_FROM_EMAIL: 'webmaster@localhost'
DEFAULT_HASHING_ALGORITHM: 'sha256'
DEFAULT_INDEX_TABLESPACE: ''
DEFAULT_TABLESPACE: ''
DISALLOWED_USER_AGENTS: []
FILE_UPLOAD_DIRECTORY_PERMISSIONS: None
FILE_UPLOAD_HANDLERS: ['django.core.files.uploadhandler.MemoryFileUploadHandler',
'django.core.files.uploadhandler.TemporaryFileUploadHandler']
FILE_UPLOAD_MAX_MEMORY_SIZE: 2621440
FILE_UPLOAD_PERMISSIONS: 420
FILE_UPLOAD_TEMP_DIR: None
FIRST_DAY_OF_WEEK: 0
FIXTURE_DIRS: []
FORCE_SCRIPT_NAME: None
FORMAT_MODULE_PATH: None
FORM_RENDERER: 'django.forms.renderers.DjangoTemplates'
GS_CREDENTIALS: <google.oauth2.service_account.Credentials object at 0x7fd7358aba00>
HOST: '******'
IGNORABLE_404_URLS: []
INSTALLED_APPS: ['django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.humanize',
'app.apps.AppConfig',
'rest_framework',
'rest_framework_api_key',
'django_extensions',
'django_celery_beat',
'django_celery_results',
'django_json_widget',
'django_object_actions',
'drf_yasg']
INTERNAL_IPS: ['127.0.0.1']
MONTH_DAY_FORMAT: 'F j'
NUMBER_GROUPING: 0
ROOT_URLCONF: 'app.urls'
SECRET_KEY: '********'
SECURE_BROWSER_XSS_FILTER: False
SECURE_CONTENT_TYPE_NOSNIFF: True
SECURE_HSTS_INCLUDE_SUBDOMAINS: False
SECURE_HSTS_PRELOAD: False
SECURE_HSTS_SECONDS: 0
SECURE_PROXY_SSL_HEADER:
('HTTP_X_FORWARDED_PROTO', 'https')
SECURE_REDIRECT_EXEMPT: []
SECURE_REFERRER_POLICY: 'same-origin'
SECURE_SSL_HOST: None
SECURE_SSL_REDIRECT: False
SERVER_EMAIL: 'root@localhost'
SESSION_CACHE_ALIAS: 'default'
SESSION_COOKIE_AGE: 1209600
SESSION_COOKIE_DOMAIN: None
SESSION_COOKIE_HTTPONLY: True
SESSION_COOKIE_NAME: 'sessionid'
SESSION_COOKIE_PATH: '/'
SESSION_COOKIE_SAMESITE: None
SESSION_COOKIE_SECURE: False
SESSION_ENGINE: 'django.contrib.sessions.backends.db'
SESSION_EXPIRE_AT_BROWSER_CLOSE: False
SESSION_FILE_PATH: None
SESSION_SAVE_EVERY_REQUEST: False
SESSION_SERIALIZER: 'django.contrib.sessions.serializers.JSONSerializer'
SETTINGS_MODULE: 'app.settings'
SHORT_DATETIME_FORMAT: 'm/d/Y P'
SHORT_DATE_FORMAT: 'm/d/Y'
SIGNING_BACKEND: 'django.core.signing.TimestampSigner'
USE_I18N: True
USE_L10N: True
USE_THOUSAND_SEPARATOR: False
USE_TZ: True
USE_X_FORWARDED_HOST: False
USE_X_FORWARDED_PORT: False
WSGI_APPLICATION: 'app.wsgi.application'
X_FRAME_OPTIONS: 'DENY'
YEAR_MONTH_FORMAT: 'F Y'
deprecated_settings: None
broker_transport_options: {
'global_keyprefix': '********'
}"><pre class="notranslate"><code class="notranslate">software -> celery:5.2.0rc1 (dawn-chorus) kombu:5.2.0rc1 py:3.8.12
billiard:3.6.4.0 redis:3.5.3
platform -> system:Linux arch:64bit
kernel version:5.4.129+ imp:CPython
loader -> celery.loaders.app.AppLoader
settings -> transport:redis results:django-db
ABSOLUTE_URL_OVERRIDES: {
}
ADMINS: []
ALLOWED_HOSTS: ['*']
APPEND_SLASH: True
AUTHENTICATION_BACKENDS: ['django.contrib.auth.backends.ModelBackend']
AUTH_PASSWORD_VALIDATORS: '********'
AUTH_USER_MODEL: 'app.user'
BASE_DIR: '/usr/src/app'
BROKER_URL: 'redis://localhost:6379/0'
CACHES: {
'default': { 'BACKEND': 'django_redis.cache.RedisCache',
'KEY_PREFIX': '********',
'LOCATION': 'redis://localhost:6379/1',
'OPTIONS': { 'CLIENT_CLASS': 'django_redis.client.DefaultClient'},
'TIMEOUT': None}}
CACHE_LOCATION: 'redis://localhost:6379/1'
CACHE_MIDDLEWARE_ALIAS: 'default'
CACHE_MIDDLEWARE_KEY_PREFIX: '********'
CACHE_MIDDLEWARE_SECONDS: 600
CELERY_ACCEPT_CONTENT: ['application/json']
CELERY_ALWAYS_EAGER: False
CELERY_BROKER_URL: 'redis://localhost:6379/0'
CELERY_RESULT_BACKEND: 'django-db'
CELERY_RESULT_SERIALIZER: 'json'
CELERY_TASK_SERIALIZER: 'json'
CELERY_TIMEZONE: 'UTC'
CORE_APPS: ['app.apps.AppConfig']
CORS_ALLOW_CREDENTIALS: True
CORS_ORIGIN_WHITELIST: ['*']
CSRF_COOKIE_AGE: 31449600
CSRF_COOKIE_DOMAIN: None
CSRF_COOKIE_HTTPONLY: False
CSRF_COOKIE_NAME: 'csrftoken'
CSRF_COOKIE_PATH: '/'
CSRF_COOKIE_SAMESITE: 'Lax'
CSRF_COOKIE_SECURE: False
CSRF_FAILURE_VIEW: 'django.views.csrf.csrf_failure'
CSRF_HEADER_NAME: 'HTTP_X_CSRFTOKEN'
CSRF_TRUSTED_ORIGINS: []
CSRF_USE_SESSIONS: False
DATABASE_ROUTERS: '********'
DATA_UPLOAD_MAX_MEMORY_SIZE: 2621440
DATA_UPLOAD_MAX_NUMBER_FIELDS: 1000
DATETIME_FORMAT: 'N j, Y, P'
DATETIME_INPUT_FORMATS: ['%Y-%m-%d %H:%M:%S',
'%Y-%m-%d %H:%M:%S.%f',
'%Y-%m-%d %H:%M',
'%m/%d/%Y %H:%M:%S',
'%m/%d/%Y %H:%M:%S.%f',
'%m/%d/%Y %H:%M',
'%m/%d/%y %H:%M:%S',
'%m/%d/%y %H:%M:%S.%f',
'%m/%d/%y %H:%M']
DATE_FORMAT: 'N j, Y'
DATE_INPUT_FORMATS: ['%Y-%m-%d',
'%m/%d/%Y',
'%m/%d/%y',
'%b %d %Y',
'%b %d, %Y',
'%d %b %Y',
'%d %b, %Y',
'%B %d %Y',
'%B %d, %Y',
'%d %B %Y',
'%d %B, %Y']
DEBUG: 0
DEBUG_PROPAGATE_EXCEPTIONS: False
DECIMAL_SEPARATOR: '.'
DEFAULT_AUTO_FIELD: 'django.db.models.AutoField'
DEFAULT_CHARSET: 'utf-8'
DEFAULT_EXCEPTION_REPORTER: 'django.views.debug.ExceptionReporter'
DEFAULT_EXCEPTION_REPORTER_FILTER: 'django.views.debug.SafeExceptionReporterFilter'
DEFAULT_FILE_STORAGE: 'storages.backends.gcloud.GoogleCloudStorage'
DEFAULT_FROM_EMAIL: 'webmaster@localhost'
DEFAULT_HASHING_ALGORITHM: 'sha256'
DEFAULT_INDEX_TABLESPACE: ''
DEFAULT_TABLESPACE: ''
DISALLOWED_USER_AGENTS: []
FILE_UPLOAD_DIRECTORY_PERMISSIONS: None
FILE_UPLOAD_HANDLERS: ['django.core.files.uploadhandler.MemoryFileUploadHandler',
'django.core.files.uploadhandler.TemporaryFileUploadHandler']
FILE_UPLOAD_MAX_MEMORY_SIZE: 2621440
FILE_UPLOAD_PERMISSIONS: 420
FILE_UPLOAD_TEMP_DIR: None
FIRST_DAY_OF_WEEK: 0
FIXTURE_DIRS: []
FORCE_SCRIPT_NAME: None
FORMAT_MODULE_PATH: None
FORM_RENDERER: 'django.forms.renderers.DjangoTemplates'
GS_CREDENTIALS: <google.oauth2.service_account.Credentials object at 0x7fd7358aba00>
HOST: '******'
IGNORABLE_404_URLS: []
INSTALLED_APPS: ['django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.humanize',
'app.apps.AppConfig',
'rest_framework',
'rest_framework_api_key',
'django_extensions',
'django_celery_beat',
'django_celery_results',
'django_json_widget',
'django_object_actions',
'drf_yasg']
INTERNAL_IPS: ['127.0.0.1']
MONTH_DAY_FORMAT: 'F j'
NUMBER_GROUPING: 0
ROOT_URLCONF: 'app.urls'
SECRET_KEY: '********'
SECURE_BROWSER_XSS_FILTER: False
SECURE_CONTENT_TYPE_NOSNIFF: True
SECURE_HSTS_INCLUDE_SUBDOMAINS: False
SECURE_HSTS_PRELOAD: False
SECURE_HSTS_SECONDS: 0
SECURE_PROXY_SSL_HEADER:
('HTTP_X_FORWARDED_PROTO', 'https')
SECURE_REDIRECT_EXEMPT: []
SECURE_REFERRER_POLICY: 'same-origin'
SECURE_SSL_HOST: None
SECURE_SSL_REDIRECT: False
SERVER_EMAIL: 'root@localhost'
SESSION_CACHE_ALIAS: 'default'
SESSION_COOKIE_AGE: 1209600
SESSION_COOKIE_DOMAIN: None
SESSION_COOKIE_HTTPONLY: True
SESSION_COOKIE_NAME: 'sessionid'
SESSION_COOKIE_PATH: '/'
SESSION_COOKIE_SAMESITE: None
SESSION_COOKIE_SECURE: False
SESSION_ENGINE: 'django.contrib.sessions.backends.db'
SESSION_EXPIRE_AT_BROWSER_CLOSE: False
SESSION_FILE_PATH: None
SESSION_SAVE_EVERY_REQUEST: False
SESSION_SERIALIZER: 'django.contrib.sessions.serializers.JSONSerializer'
SETTINGS_MODULE: 'app.settings'
SHORT_DATETIME_FORMAT: 'm/d/Y P'
SHORT_DATE_FORMAT: 'm/d/Y'
SIGNING_BACKEND: 'django.core.signing.TimestampSigner'
USE_I18N: True
USE_L10N: True
USE_THOUSAND_SEPARATOR: False
USE_TZ: True
USE_X_FORWARDED_HOST: False
USE_X_FORWARDED_PORT: False
WSGI_APPLICATION: 'app.wsgi.application'
X_FRAME_OPTIONS: 'DENY'
YEAR_MONTH_FORMAT: 'F Y'
deprecated_settings: None
broker_transport_options: {
'global_keyprefix': '********'
}
</code></pre></div>
<p dir="auto"></p>
</details>
<h1 dir="auto">Steps to Reproduce</h1>
<h2 dir="auto">Required Dependencies</h2>
<ul dir="auto">
<li><strong>Minimal Python Version</strong>: 3.8</li>
<li><strong>Minimal Celery Version</strong>: 5.2.0rc1</li>
<li><strong>Minimal Kombu Version</strong>: 5.2.0rc1</li>
<li><strong>Minimal Broker Version</strong>: redis:3.5.3</li>
<li><strong>Minimal Result Backend Version</strong>:</li>
<li><strong>Minimal OS and/or Kernel Version</strong>: system:Linux arch:64bit kernel version:5.4.129+ imp:CPython</li>
<li><strong>Minimal Broker Client Version</strong>: redis:3.5.3</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="$ pip list
Package Version
--------------------------------- -----------
aiohttp 3.7.4.post0
aiohttp-retry 2.4.0
amqp 5.0.6
appdirs 1.4.4
argh 0.26.2
asgiref 3.3.4
async-timeout 3.0.1
attrs 21.2.0
backcall 0.2.0
backports.entry-points-selectable 1.1.0
beautifulsoup4 4.9.3
billiard 3.6.4.0
blis 0.7.4
cached-property 1.5.2
cachetools 4.2.4
catalogue 1.0.0
celery 5.2.0rc1
certifi 2020.12.5
cfgv 3.3.1
chardet 3.0.4
click 8.0.3
click-didyoumean 0.3.0
click-plugins 1.1.1
click-repl 0.2.0
coreapi 2.3.3
coreschema 0.0.4
courlan 0.5.0
cssselect 1.1.0
cycler 0.10.0
cymem 2.0.5
dateparser 1.1.0
decorator 4.4.2
distlib 0.3.3
Django 3.2
django-bulk-update 2.2.0
django-celery-beat 2.2.0
django-celery-results 2.0.0
django-cors-headers 3.4.0
django-debug-toolbar 3.2
django-extensions 3.1.3
django-json-widget 1.0.1
django-object-actions 3.0.2
django-redis 4.12.1
django-sslserver 0.22
django-storages 1.12.1
django-timezone-field 4.1.1
djangorestframework 3.12.4
djangorestframework-api-key 2.0.0
djangorestframework-csv 2.1.1
djangorestframework-simplejwt 4.5.0
drf-writable-nested 0.6.3
drf-yasg 1.20.0
en-core-web-sm 2.3.1
filelock 3.3.0
flake8 3.8.3
flower 1.0.0
fsspec 0.8.7
future 0.18.2
fuzzysearch 0.7.3
fuzzywuzzy 0.18.0
gcsfs 0.7.2
google-api-core 1.23.0
google-api-python-client 1.12.7
google-auth 1.23.0
google-auth-httplib2 0.0.4
google-auth-oauthlib 0.4.2
google-cloud-automl 2.2.0
google-cloud-core 1.5.0
google-cloud-language 2.0.0
google-cloud-storage 1.40.0
google-crc32c 1.3.0
google-resumable-media 1.3.3
googleapis-common-protos 1.52.0
grpcio 1.41.0
gunicorn 20.0.4
h11 0.8.1
h2 3.2.0
hpack 3.0.0
html2text 2020.1.16
htmldate 0.8.1
httmock 1.4.0
http3 0.6.7
httplib2 0.20.1
humanize 3.12.0
hyperframe 5.2.0
identify 2.3.0
idna 2.10
inflection 0.5.1
influxdb-client 1.17.0
ipython 7.19.0
itypes 1.2.0
jedi 0.18.0
Jinja2 3.0.2
jusText 2.2.0
kiwisolver 1.3.2
kombu 5.2.0rc1
langcodes 3.2.1
libcst 0.3.21
lxml 4.6.3
MarkupSafe 2.0.1
matplotlib 3.3.3
mccabe 0.6.1
mock 4.0.2
more-itertools 8.10.0
multidict 5.2.0
murmurhash 1.0.5
mypy-extensions 0.4.3
nodeenv 1.6.0
numpy 1.19.1
oauthlib 3.1.0
ordered-set 3.1.1
ordered-set-stubs 0.1.3
packaging 21.0
pandas 1.3.1
parso 0.8.2
pexpect 4.8.0
pickleshare 0.7.5
Pillow 8.3.2
pip 21.3
plac 1.1.3
platformdirs 2.4.0
poetry-version 0.1.5
pre-commit 2.15.0
preshed 3.0.5
profanity-filter 1.3.3
prometheus-client 0.11.0
prompt-toolkit 3.0.20
proto-plus 1.19.5
protobuf 3.18.1
psycopg2 2.8.6
ptyprocess 0.7.0
pyasn1 0.4.8
pyasn1-modules 0.2.8
pycodestyle 2.6.0
pydantic 1.8.2
pyee 7.0.3
pyflakes 2.2.0
Pygments 2.10.0
PyJWT 1.7.1
pyparsing 2.4.7
pyppeteer 0.0.25
python-crontab 2.5.1
python-dateutil 2.8.2
python-dotenv 0.14.0
pytz 2021.3
PyYAML 5.4.1
readability-lxml 0.8.1
redis 3.5.3
regex 2021.10.8
requests 2.25.0
requests-file 1.5.1
requests-oauthlib 1.3.0
rfc3986 1.5.0
rsa 4.7.2
ruamel.yaml 0.15.100
Rx 3.2.0
scipy 1.7.1
seaborn 0.10.1
searchconsole 0.0.4
sentry-sdk 0.14.4
setuptools 57.5.0
simplejson 3.17.2
six 1.16.0
slacker 0.14.0
soupsieve 2.2.1
spacy 2.3.7
sqlparse 0.4.2
srsly 1.0.5
tabulate 0.8.9
tblib 1.7.0
text-unidecode 1.3
thinc 7.4.5
tld 0.12.6
tldextract 3.0.2
toml 0.10.2
tomlkit 0.5.11
tornado 6.1
tqdm 4.62.3
trafilatura 0.8.1
traitlets 5.1.0
typing 3.7.4.3
typing-extensions 3.10.0.2
typing-inspect 0.7.1
tzlocal 2.1
unicodecsv 0.14.1
Unidecode 1.2.0
uritemplate 3.0.1
urllib3 1.26.7
vine 5.0.0
virtualenv 20.8.1
wasabi 0.8.2
watchdog 2.0.2
wcwidth 0.2.5
websockets 6.0
wheel 0.37.0
xlwt 1.3.0
yarl 1.7.0"><pre class="notranslate"><code class="notranslate">$ pip list
Package Version
--------------------------------- -----------
aiohttp 3.7.4.post0
aiohttp-retry 2.4.0
amqp 5.0.6
appdirs 1.4.4
argh 0.26.2
asgiref 3.3.4
async-timeout 3.0.1
attrs 21.2.0
backcall 0.2.0
backports.entry-points-selectable 1.1.0
beautifulsoup4 4.9.3
billiard 3.6.4.0
blis 0.7.4
cached-property 1.5.2
cachetools 4.2.4
catalogue 1.0.0
celery 5.2.0rc1
certifi 2020.12.5
cfgv 3.3.1
chardet 3.0.4
click 8.0.3
click-didyoumean 0.3.0
click-plugins 1.1.1
click-repl 0.2.0
coreapi 2.3.3
coreschema 0.0.4
courlan 0.5.0
cssselect 1.1.0
cycler 0.10.0
cymem 2.0.5
dateparser 1.1.0
decorator 4.4.2
distlib 0.3.3
Django 3.2
django-bulk-update 2.2.0
django-celery-beat 2.2.0
django-celery-results 2.0.0
django-cors-headers 3.4.0
django-debug-toolbar 3.2
django-extensions 3.1.3
django-json-widget 1.0.1
django-object-actions 3.0.2
django-redis 4.12.1
django-sslserver 0.22
django-storages 1.12.1
django-timezone-field 4.1.1
djangorestframework 3.12.4
djangorestframework-api-key 2.0.0
djangorestframework-csv 2.1.1
djangorestframework-simplejwt 4.5.0
drf-writable-nested 0.6.3
drf-yasg 1.20.0
en-core-web-sm 2.3.1
filelock 3.3.0
flake8 3.8.3
flower 1.0.0
fsspec 0.8.7
future 0.18.2
fuzzysearch 0.7.3
fuzzywuzzy 0.18.0
gcsfs 0.7.2
google-api-core 1.23.0
google-api-python-client 1.12.7
google-auth 1.23.0
google-auth-httplib2 0.0.4
google-auth-oauthlib 0.4.2
google-cloud-automl 2.2.0
google-cloud-core 1.5.0
google-cloud-language 2.0.0
google-cloud-storage 1.40.0
google-crc32c 1.3.0
google-resumable-media 1.3.3
googleapis-common-protos 1.52.0
grpcio 1.41.0
gunicorn 20.0.4
h11 0.8.1
h2 3.2.0
hpack 3.0.0
html2text 2020.1.16
htmldate 0.8.1
httmock 1.4.0
http3 0.6.7
httplib2 0.20.1
humanize 3.12.0
hyperframe 5.2.0
identify 2.3.0
idna 2.10
inflection 0.5.1
influxdb-client 1.17.0
ipython 7.19.0
itypes 1.2.0
jedi 0.18.0
Jinja2 3.0.2
jusText 2.2.0
kiwisolver 1.3.2
kombu 5.2.0rc1
langcodes 3.2.1
libcst 0.3.21
lxml 4.6.3
MarkupSafe 2.0.1
matplotlib 3.3.3
mccabe 0.6.1
mock 4.0.2
more-itertools 8.10.0
multidict 5.2.0
murmurhash 1.0.5
mypy-extensions 0.4.3
nodeenv 1.6.0
numpy 1.19.1
oauthlib 3.1.0
ordered-set 3.1.1
ordered-set-stubs 0.1.3
packaging 21.0
pandas 1.3.1
parso 0.8.2
pexpect 4.8.0
pickleshare 0.7.5
Pillow 8.3.2
pip 21.3
plac 1.1.3
platformdirs 2.4.0
poetry-version 0.1.5
pre-commit 2.15.0
preshed 3.0.5
profanity-filter 1.3.3
prometheus-client 0.11.0
prompt-toolkit 3.0.20
proto-plus 1.19.5
protobuf 3.18.1
psycopg2 2.8.6
ptyprocess 0.7.0
pyasn1 0.4.8
pyasn1-modules 0.2.8
pycodestyle 2.6.0
pydantic 1.8.2
pyee 7.0.3
pyflakes 2.2.0
Pygments 2.10.0
PyJWT 1.7.1
pyparsing 2.4.7
pyppeteer 0.0.25
python-crontab 2.5.1
python-dateutil 2.8.2
python-dotenv 0.14.0
pytz 2021.3
PyYAML 5.4.1
readability-lxml 0.8.1
redis 3.5.3
regex 2021.10.8
requests 2.25.0
requests-file 1.5.1
requests-oauthlib 1.3.0
rfc3986 1.5.0
rsa 4.7.2
ruamel.yaml 0.15.100
Rx 3.2.0
scipy 1.7.1
seaborn 0.10.1
searchconsole 0.0.4
sentry-sdk 0.14.4
setuptools 57.5.0
simplejson 3.17.2
six 1.16.0
slacker 0.14.0
soupsieve 2.2.1
spacy 2.3.7
sqlparse 0.4.2
srsly 1.0.5
tabulate 0.8.9
tblib 1.7.0
text-unidecode 1.3
thinc 7.4.5
tld 0.12.6
tldextract 3.0.2
toml 0.10.2
tomlkit 0.5.11
tornado 6.1
tqdm 4.62.3
trafilatura 0.8.1
traitlets 5.1.0
typing 3.7.4.3
typing-extensions 3.10.0.2
typing-inspect 0.7.1
tzlocal 2.1
unicodecsv 0.14.1
Unidecode 1.2.0
uritemplate 3.0.1
urllib3 1.26.7
vine 5.0.0
virtualenv 20.8.1
wasabi 0.8.2
watchdog 2.0.2
wcwidth 0.2.5
websockets 6.0
wheel 0.37.0
xlwt 1.3.0
yarl 1.7.0
</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">
Celery instantiation is being done as follow:
</p><div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="# app/app/celery.py
import os
import logging
from celery import Celery
logger = logging.getLogger(__name__)
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "app.settings")
app = Celery("app")
app.config_from_object("django.conf:settings", namespace="CELERY")
# Prefix celery messages in broker configured.
app.conf.broker_transport_options = {
'global_keyprefix': '_prefixed_' # <====
}
app.autodiscover_tasks()
@app.task(bind=True)
def debug_task(self):
logger.info('Request: {0!r}'.format(self.request))"><pre class="notranslate"><span class="pl-c"># app/app/celery.py</span>
<span class="pl-k">import</span> <span class="pl-s1">os</span>
<span class="pl-k">import</span> <span class="pl-s1">logging</span>
<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">logger</span> <span class="pl-c1">=</span> <span class="pl-s1">logging</span>.<span class="pl-en">getLogger</span>(<span class="pl-s1">__name__</span>)
<span class="pl-s1">os</span>.<span class="pl-s1">environ</span>.<span class="pl-en">setdefault</span>(<span class="pl-s">"DJANGO_SETTINGS_MODULE"</span>, <span class="pl-s">"app.settings"</span>)
<span class="pl-s1">app</span> <span class="pl-c1">=</span> <span class="pl-v">Celery</span>(<span class="pl-s">"app"</span>)
<span class="pl-s1">app</span>.<span class="pl-en">config_from_object</span>(<span class="pl-s">"django.conf:settings"</span>, <span class="pl-s1">namespace</span><span class="pl-c1">=</span><span class="pl-s">"CELERY"</span>)
<span class="pl-c"># Prefix celery messages in broker configured.</span>
<span class="pl-s1">app</span>.<span class="pl-s1">conf</span>.<span class="pl-s1">broker_transport_options</span> <span class="pl-c1">=</span> {
<span class="pl-s">'global_keyprefix'</span>: <span class="pl-s">'_prefixed_'</span> <span class="pl-c"># <==== </span>
}
<span class="pl-s1">app</span>.<span class="pl-en">autodiscover_tasks</span>()
<span class="pl-en">@<span class="pl-s1">app</span>.<span class="pl-en">task</span>(<span class="pl-s1">bind</span><span class="pl-c1">=</span><span class="pl-c1">True</span>)</span>
<span class="pl-k">def</span> <span class="pl-en">debug_task</span>(<span class="pl-s1">self</span>):
<span class="pl-s1">logger</span>.<span class="pl-en">info</span>(<span class="pl-s">'Request: {0!r}'</span>.<span class="pl-en">format</span>(<span class="pl-s1">self</span>.<span class="pl-s1">request</span>))</pre></div>
<p dir="auto">Please note that I have used transport setting: <code class="notranslate">'global_keyprefix': '_prefixed_'</code> (i.e. a recent feature) which works fine as far as tasks processing is concerned but monitoring does not work (celery inspect + flower that uses the same celery inspect under the hood).</p>
<p dir="auto">Redis state is as expected:</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ localhost:6379> keys *prefixed*
1) "_prefixed__kombu.binding.admin"
2) "_prefixed__kombu.binding.celeryev"
3) "_prefixed__kombu.binding.low_priority"
4) "_prefixed__kombu.binding.celery"
5) "_prefixed__kombu.binding.celery.pidbox""><pre class="notranslate">$ localhost:<span class="pl-k">6379></span> keys <span class="pl-k">*</span>prefixed<span class="pl-k">*</span>
1) <span class="pl-s"><span class="pl-pds">"</span>_prefixed__kombu.binding.admin<span class="pl-pds">"</span></span>
2) <span class="pl-s"><span class="pl-pds">"</span>_prefixed__kombu.binding.celeryev<span class="pl-pds">"</span></span>
3) <span class="pl-s"><span class="pl-pds">"</span>_prefixed__kombu.binding.low_priority<span class="pl-pds">"</span></span>
4) <span class="pl-s"><span class="pl-pds">"</span>_prefixed__kombu.binding.celery<span class="pl-pds">"</span></span>
5) <span class="pl-s"><span class="pl-pds">"</span>_prefixed__kombu.binding.celery.pidbox<span class="pl-pds">"</span></span></pre></div>
<hr>
<h2 dir="auto">Tests:</h2>
<p dir="auto">Python Django Shell Version:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="2021-10-17 11:18:04,196 DEBUG selector_events Using selector: EpollSelector
Python 3.8.12 (default, Oct 12 2021, 03:05:25)
Type 'copyright', 'credits' or 'license' for more information
IPython 7.19.0 -- An enhanced Interactive Python. Type '?' for help.
In [1]: from app.celery import app as celery_app
In [2]: i = celery_app.control.inspect()
In [3]: i.clock()
In [4]: i.active()
In [5]: i.scheduled()
In [6]: i.reserved()
In [7]: i.stats()
In [8]: i.ping()
In [9]: i.active_queues()
In [10]: i.conf()
In [11]: i.memdump()
In [12]: i.objgraph()"><pre class="notranslate"><span class="pl-c1">2021</span><span class="pl-c1">-</span><span class="pl-c1">10</span><span class="pl-c1">-</span><span class="pl-c1">17</span> <span class="pl-c1">11</span>:<span class="pl-c1">18</span>:<span class="pl-c1">04</span>,<span class="pl-c1">196</span> <span class="pl-v">DEBUG</span> <span class="pl-s1">selector_events</span> <span class="pl-v">Using</span> <span class="pl-s1">selector</span>: <span class="pl-v">EpollSelector</span>
<span class="pl-v">Python</span> <span class="pl-c1">3.8</span><span class="pl-c1">.12</span> (<span class="pl-s1">default</span>, <span class="pl-v">Oct</span> <span class="pl-c1">12</span> <span class="pl-c1">2021</span>, <span class="pl-c1">03</span>:<span class="pl-c1">05</span>:<span class="pl-c1">25</span>)
<span class="pl-v">Type</span> <span class="pl-s">'copyright'</span>, <span class="pl-s">'credits'</span> <span class="pl-c1">or</span> <span class="pl-s">'license'</span> <span class="pl-k">for</span> <span class="pl-s1">more</span> <span class="pl-s1">information</span>
<span class="pl-v">IPython</span> <span class="pl-c1">7.19</span><span class="pl-c1">.0</span> <span class="pl-c1">-</span><span class="pl-c1">-</span> <span class="pl-v">An</span> <span class="pl-s1">enhanced</span> <span class="pl-v">Interactive</span> <span class="pl-v">Python</span>. <span class="pl-v">Type</span> <span class="pl-s">'?'</span> <span class="pl-k">for</span> <span class="pl-s1">help</span>.
<span class="pl-v">In</span> [<span class="pl-c1">1</span>]: <span class="pl-k">from</span> <span class="pl-s1">app</span>.<span class="pl-s1">celery</span> <span class="pl-s1">import</span> <span class="pl-s1">app</span> <span class="pl-k">as</span> <span class="pl-s1">celery_app</span>
<span class="pl-v">In</span> [<span class="pl-c1">2</span>]: <span class="pl-s1">i</span> <span class="pl-c1">=</span> <span class="pl-s1">celery_app</span>.<span class="pl-s1">control</span>.<span class="pl-en">inspect</span>()
<span class="pl-v">In</span> [<span class="pl-c1">3</span>]: <span class="pl-s1">i</span>.<span class="pl-en">clock</span>()
<span class="pl-v">In</span> [<span class="pl-c1">4</span>]: <span class="pl-s1">i</span>.<span class="pl-en">active</span>()
<span class="pl-v">In</span> [<span class="pl-c1">5</span>]: <span class="pl-s1">i</span>.<span class="pl-en">scheduled</span>()
<span class="pl-v">In</span> [<span class="pl-c1">6</span>]: <span class="pl-s1">i</span>.<span class="pl-en">reserved</span>()
<span class="pl-v">In</span> [<span class="pl-c1">7</span>]: <span class="pl-s1">i</span>.<span class="pl-en">stats</span>()
<span class="pl-v">In</span> [<span class="pl-c1">8</span>]: <span class="pl-s1">i</span>.<span class="pl-en">ping</span>()
<span class="pl-v">In</span> [<span class="pl-c1">9</span>]: <span class="pl-s1">i</span>.<span class="pl-en">active_queues</span>()
<span class="pl-v">In</span> [<span class="pl-c1">10</span>]: <span class="pl-s1">i</span>.<span class="pl-en">conf</span>()
<span class="pl-v">In</span> [<span class="pl-c1">11</span>]: <span class="pl-s1">i</span>.<span class="pl-en">memdump</span>()
<span class="pl-v">In</span> [<span class="pl-c1">12</span>]: <span class="pl-s1">i</span>.<span class="pl-en">objgraph</span>()</pre></div>
<p dir="auto">CLI Version:</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ celery -A app.celery inspect registered
TEST MODE: False
Loading env file /dev/null
Error: No nodes replied within time constraint."><pre class="notranslate">$ celery -A app.celery inspect registered
TEST MODE: False
Loading env file /dev/null
Error: No nodes replied within <span class="pl-k">time</span> constraint.</pre></div>
<p dir="auto">Notice inspect calls through django shell does not work <em>AND</em> CLI output ☝️ which clarifies to me that the nodes being listened might not be correct OR not being detected.</p>
<p dir="auto"></p>
</details>
<h1 dir="auto">Expected Behavior</h1>
<p dir="auto">celery inspect works as expected and is able to see transport option <code class="notranslate">global_keyprefix</code></p>
<h1 dir="auto">Actual Behavior</h1>
<p dir="auto">celery inspect has stopped working and from my limited debugging it looks like we didn't account for transport option <code class="notranslate">global_keyprefix</code> while inspecting and not able to read from the keys that exist in Redis.. Please look at "Minimally Reproducible Test Case" section for more details..</p>
<p dir="auto">Let me know if anything else's needed from my end in order to move forward. Thanks!!</p> | 0 |
<p dir="auto"><code class="notranslate">removedFromOurArray = ourArray.shift(); // removedFromOurArray now equals "Stimpson" and ourArray now</code><br>
Is missing the var keyword.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/7018580/11508661/d16f4f6e-980e-11e5-89a7-c7f70dfe4c38.PNG"><img width="928" alt="bug" src="https://cloud.githubusercontent.com/assets/7018580/11508661/d16f4f6e-980e-11e5-89a7-c7f70dfe4c38.PNG" style="max-width: 100%;"></a></p> | <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-manipulate-arrays-with-shift?solution=var%20ourArray%20%3D%20%5B%22Stimpson%22%2C%20%22J%22%2C%20%5B%22cat%22%5D%5D%3B%0A%0AremovedFromOurArray%20%3D%20ourArray.shift%28%29%3B%20%2F%2F%20removedFromOurArray%20now%20equals%20%22Stimpson%22%20and%20ourArray%20now%20equals%20%5B%22J%22%2C%20%5B%22cat%22%5D%5D.%0A%0Avar%20myArray%20%3D%20%5B%22John%22%2C%2023%2C%20%5B%22dog%22%2C%203%5D%5D%3B%0A%0A%2F%2F%20Only%20change%20code%20below%20this%20line.%0A%0Avar%20removedFromMyArray%20%3D%20myArray.shift%28%29%3B%0A%0A%2F%2F%20Only%20change%20code%20above%20this%20line.%0A%0A%0A%28function%28y%2C%20z%29%7Breturn%20%27myArray%20%3D%20%27%20%2B%20JSON.stringify%28y%29%20%2B%20%27%20%26%20removedFromMyArray%20%3D%20%27%20%2B%20JSON.stringify%28z%29%3B%7D%29%28myArray%2C%20removedFromMyArray%29%3B%0A" rel="nofollow">Waypoint: Manipulate Arrays With shift</a> has an issue.<br>
User Agent is: <code class="notranslate">Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36</code>.<br>
Please describe how to reproduce this issue, and include links to screenshots if possible.</p>
<p dir="auto">My code:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="var ourArray = ["Stimpson", "J", ["cat"]];
removedFromOurArray = ourArray.shift(); // removedFromOurArray now equals "Stimpson" and ourArray now equals ["J", ["cat"]].
var myArray = ["John", 23, ["dog", 3]];
// Only change code below this line.
var removedFromMyArray = myArray.shift();
// Only change code above this line.
(function(y, z){return 'myArray = ' + JSON.stringify(y) + ' & removedFromMyArray = ' + JSON.stringify(z);})(myArray, removedFromMyArray);
"><pre class="notranslate"><span class="pl-k">var</span> <span class="pl-s1">ourArray</span> <span class="pl-c1">=</span> <span class="pl-kos">[</span><span class="pl-s">"Stimpson"</span><span class="pl-kos">,</span> <span class="pl-s">"J"</span><span class="pl-kos">,</span> <span class="pl-kos">[</span><span class="pl-s">"cat"</span><span class="pl-kos">]</span><span class="pl-kos">]</span><span class="pl-kos">;</span>
<span class="pl-s1">removedFromOurArray</span> <span class="pl-c1">=</span> <span class="pl-s1">ourArray</span><span class="pl-kos">.</span><span class="pl-en">shift</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span> <span class="pl-c">// removedFromOurArray now equals "Stimpson" and ourArray now equals ["J", ["cat"]].</span>
<span class="pl-k">var</span> <span class="pl-s1">myArray</span> <span class="pl-c1">=</span> <span class="pl-kos">[</span><span class="pl-s">"John"</span><span class="pl-kos">,</span> <span class="pl-c1">23</span><span class="pl-kos">,</span> <span class="pl-kos">[</span><span class="pl-s">"dog"</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-c">// Only change code below this line.</span>
<span class="pl-k">var</span> <span class="pl-s1">removedFromMyArray</span> <span class="pl-c1">=</span> <span class="pl-s1">myArray</span><span class="pl-kos">.</span><span class="pl-en">shift</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-c">// Only change code above this line.</span>
<span class="pl-kos">(</span><span class="pl-k">function</span><span class="pl-kos">(</span><span class="pl-s1">y</span><span class="pl-kos">,</span> <span class="pl-s1">z</span><span class="pl-kos">)</span><span class="pl-kos">{</span><span class="pl-k">return</span> <span class="pl-s">'myArray = '</span> <span class="pl-c1">+</span> <span class="pl-c1">JSON</span><span class="pl-kos">.</span><span class="pl-en">stringify</span><span class="pl-kos">(</span><span class="pl-s1">y</span><span class="pl-kos">)</span> <span class="pl-c1">+</span> <span class="pl-s">' & removedFromMyArray = '</span> <span class="pl-c1">+</span> <span class="pl-c1">JSON</span><span class="pl-kos">.</span><span class="pl-en">stringify</span><span class="pl-kos">(</span><span class="pl-s1">z</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-s1">myArray</span><span class="pl-kos">,</span> <span class="pl-s1">removedFromMyArray</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div> | 1 |
<p dir="auto">The current implementation of GLTFExporter is caching textures as it processes the scene but other parts of three js (e.g. TextureLoader and ImageLoader) cache the image.</p>
<p dir="auto">This creates problems when, for instance, you load various model files (via FBXLoader etc) that have references to the same image files and you try to export the resulting scene via GLTFExporter with embedImages = true and binary = true. Essentially, it packs duplicate image data into the glb, which bloats it considerably.</p>
<p dir="auto">The problem seems to centre around the fact that TextureLoader creates a new texture (with a potentially cached Image) every time you call load() but GLTFExporter is basing it's image caching on the texture when you try to process the scene. You end up with a list of textures all referring to the same image but GLTFExporter will go through each texture and write out the corresponding cached image.</p>
<p dir="auto">NOTE: I could solve this by hacking in something to patch/reformat all the textures in my scene to work with GLTFExporter but I think handling this in the exporter would be better and more user-friendly.</p>
<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>[x ] r92</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">I'm attempting to debug a shading issue that occurs on my meshes when animated via skeletal animation.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/f8c85fce2dae71bc80ddad4f0b3ed23decc47891aae6ef67d62ed35ff4bcb781/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313532393338372f323331353832352f32633435306338612d613332392d313165332d386165652d6638663932643033346664352e706e67"><img src="https://camo.githubusercontent.com/f8c85fce2dae71bc80ddad4f0b3ed23decc47891aae6ef67d62ed35ff4bcb781/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313532393338372f323331353832352f32633435306338612d613332392d313165332d386165652d6638663932643033346664352e706e67" alt="screen shot 2014-03-03 at 11 40 53 am" data-canonical-src="https://f.cloud.github.com/assets/1529387/2315825/2c450c8a-a329-11e3-8aee-f8f92d034fd5.png" style="max-width: 100%;"></a></p>
<p dir="auto">As far as I can tell, the mesh is being applied correctly, as are the skins. The only thing left that I could think of that would be influencing it is the normals. The mesh appears to be shading correctly in the bind pose, though it's difficult to tell for sure. Upon applying and updating the vertex normals helper, this was the result:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/92623a3327e6b7127fa4ca42c03b0124df022f3523cd414bb208dea1fcb6dd6a/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313532393338372f323331353834342f36643565343438652d613332392d313165332d383639342d3764656133643165656164342e706e67"><img src="https://camo.githubusercontent.com/92623a3327e6b7127fa4ca42c03b0124df022f3523cd414bb208dea1fcb6dd6a/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313532393338372f323331353834342f36643565343438652d613332392d313165332d383639342d3764656133643165656164342e706e67" alt="screen shot 2014-03-03 at 3 53 38 pm" data-canonical-src="https://f.cloud.github.com/assets/1529387/2315844/6d5e448e-a329-11e3-8694-7dea3d1eead4.png" style="max-width: 100%;"></a><br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/3ba6dda654ff714ac1bd28fdf9814203bbd8bb474508a79b1de597122c44e0de/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313532393338372f323331353834362f37303031396262652d613332392d313165332d383331632d6363623739313766613936322e706e67"><img src="https://camo.githubusercontent.com/3ba6dda654ff714ac1bd28fdf9814203bbd8bb474508a79b1de597122c44e0de/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313532393338372f323331353834362f37303031396262652d613332392d313165332d383331632d6363623739313766613936322e706e67" alt="screen shot 2014-03-03 at 3 54 09 pm" data-canonical-src="https://f.cloud.github.com/assets/1529387/2315846/70019bbe-a329-11e3-831c-ccb7917fa962.png" style="max-width: 100%;"></a></p>
<p dir="auto">Is this the intended behavior? Should they be moving with the mesh during skeletal animations? If so, what could be causing them to remain static?</p>
<p dir="auto">Thanks for your time.</p> | 0 |
<p dir="auto">I have a project at the moment that uses nextjs embedded in an express server. I have a page called <code class="notranslate">event.js</code> and I route <code class="notranslate">/event/:eventId</code> to <code class="notranslate">/event?eventId={id}</code>.</p>
<p dir="auto">My issue now is that if the user goes to <code class="notranslate">/event</code> without specifying an ID my page component is rendered anyway.</p>
<p dir="auto">My suggestion is: Allow <code class="notranslate">getInitialProps</code> function to return <code class="notranslate">null</code> (or <code class="notranslate">false</code> or <code class="notranslate">404</code> or <code class="notranslate">new Error("")</code>), which will result in next intercepting this and rendering the 404 page.</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">Current Setup</h2>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="expressApp.get('/event/:eventId', (req, res) => {
const mapToUrl = '/event'
const query = {
...req.query,
eventId: req.params.eventId
}
nextApp.render(req, res, mapToUrl, query)
})
expressApp.get('*', nextHandler)"><pre class="notranslate"><span class="pl-s1">expressApp</span><span class="pl-kos">.</span><span class="pl-en">get</span><span class="pl-kos">(</span><span class="pl-s">'/event/:eventId'</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">mapToUrl</span> <span class="pl-c1">=</span> <span class="pl-s">'/event'</span>
<span class="pl-k">const</span> <span class="pl-s1">query</span> <span class="pl-c1">=</span> <span class="pl-kos">{</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">eventId</span>: <span class="pl-s1">req</span><span class="pl-kos">.</span><span class="pl-c1">params</span><span class="pl-kos">.</span><span class="pl-c1">eventId</span>
<span class="pl-kos">}</span>
<span class="pl-s1">nextApp</span><span class="pl-kos">.</span><span class="pl-en">render</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-s1">mapToUrl</span><span class="pl-kos">,</span> <span class="pl-s1">query</span><span class="pl-kos">)</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span>
<span class="pl-s1">expressApp</span><span class="pl-kos">.</span><span class="pl-en">get</span><span class="pl-kos">(</span><span class="pl-s">'*'</span><span class="pl-kos">,</span> <span class="pl-s1">nextHandler</span><span class="pl-kos">)</span></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/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">Need to be able to update url without any navigation ie a <code class="notranslate">history.replaceState</code></p>
<p dir="auto">The docs say in <a href="https://github.com/zeit/next.js#imperatively">https://github.com/zeit/next.js#imperatively</a>:</p>
<blockquote>
<p dir="auto">Note: in order to programmatically change the route without triggering navigation and component-fetching, use props.url.push and props.url.replace within a component</p>
</blockquote>
<h2 dir="auto">Current Behavior</h2>
<p dir="auto">The call gives a deprecation warning and still triggers navigation</p>
<h2 dir="auto">Steps to Reproduce (for bugs)</h2>
<ol dir="auto">
<li>use props.url.replace within a component</li>
<li>notice that a navigation is triggered.</li>
<li></li>
<li></li>
</ol>
<h2 dir="auto">Context</h2>
<p dir="auto">I am trying to update the url without anything else changing. A way to do a history.replaceState in the next.js world. Calling history.replaceState steps outside the next.js router and then messes up<br>
back navigation. Using {shallow:true} with Router.replace still calls componentWillReceiveProps.</p> | 0 |
<p dir="auto">Hello,</p>
<p dir="auto">Moving from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="295433307" data-permission-text="Title is private" data-url="https://github.com/flutter/flutter/issues/14551" data-hovercard-type="issue" data-hovercard-url="/flutter/flutter/issues/14551/hovercard" href="https://github.com/flutter/flutter/issues/14551">#14551</a>.</p>
<p dir="auto">We have a Flutter app which we're trying to include Firebase Analytics in it. But whenever we include Firebase Analytics, it started crashing in distribution builds.</p>
<p dir="auto">After updating all plugins and Flutter, it's building and running but whenever I distribute app via Fabric, all builds are crashing whenever app opens.</p>
<h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">It's not crashing whenever I remove <code class="notranslate">firebase_analytics: 0.2.3</code> from <code class="notranslate">pubspec.yml</code> (just fyi: there is no implementation of Firebase Analytics in the code). This one line in <code class="notranslate">pubspec.yml</code> crashes in the distribution builds. Does anyone have an idea?</p>
<h2 dir="auto">Logs</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Mar 9 12:22:07 Candost-iPhone-7 ReportCrash(CrashReporterSupport)[16144] <Notice>: Process: Runner [16143]
Path: /private/var/containers/Bundle/Application/7A3B386A-50A0-472B-ADAC-B4B98C35D585/Runner.app/Runner
OS Version: iPhone OS 11.2.5 (15D60)
Mar 9 12:22:07 Candost-iPhone-7 ReportCrash(CrashReporterSupport)[16144] <Notice>: Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Description: DYLD, Symbol not found: _OBJC_CLASS_$_FIRAnalytics | Referenced from: /private/var/containers/Bundle/Application/7A3B386A-50A0-472B-ADAC-B4B98C35D585/Runner.app/Frameworks/firebase_analytics.framework/firebase_analytics | Expected in: flat namespace | in /private/var/containers/Bundle/Application/7A3B386A-50A0-472B-ADAC-B4B98C35D585/Runner.app/Frameworks/firebase_analytics.framework/firebase_analytics
Triggered by Thread: 0
Mar 9 12:22:07 Candost-iPhone-7 ReportCrash(CrashReporterSupport)[16144] <Notice>: Thread 0 Crashed:
0 dyld 0x0000000104dcaf48 0x104d9c000 + 192328
1 dyld 0x0000000104dca71c 0x104d9c000 + 190236
2 dyld 0x0000000104dca748 0x104d9c000 + 190280
3 dyld 0x0000000104da0498 0x104d9c000 + 17560
4 dyld 0x0000000104da3714 0x104d9c000 + 30484
5 dyld 0x0000000104d9d21c 0x104d9c000 + 4636
Mar 9 12:22:07 Candost-iPhone-7 ReportCrash(CrashReporterSupport)[16144] <Notice>: Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000006 x1: 0x0000000000000004 x2: 0x000000016b4d6520 x3: 0x00000000000000d4
x4: 0x000000016b4d6120 x5: 0x0000000000000000 x6: 0x0000000000000000 x7: 0x0000000000000000
x8: 0x0000000000000020 x9: 0x0000000000000009 x10: 0x6f77656d6172662e x11: 0x62657269662f6b72
x12: 0x656d6172662e7363 x13: 0x7269662f6b726f77 x14: 0x6e615f6573616265 x15: 0x0073636974796c61
x16: 0x0000000000000209 x17: 0x0000000000000000 x18: 0xfffffff0172dd260 x19: 0x0000000000000000
x20: 0x000000016b4d6120 x21: 0x00000000000000d4 x22: 0x000000016b4d6520 x23: 0x0000000000000004
x24: 0x0000000000000006 x25: 0x0000000104928000 x26: 0x0000000104dde000 x27: 0x0000000104dddf88
x28: 0x000000016b4d7b20 fp: 0x000000016b4d60f0 lr: 0x0000000104dca71c
sp: 0x000000016b4d60b0 pc: 0x0000000104dcaf48 cpsr: 0x00000000"><pre class="notranslate"><code class="notranslate">Mar 9 12:22:07 Candost-iPhone-7 ReportCrash(CrashReporterSupport)[16144] <Notice>: Process: Runner [16143]
Path: /private/var/containers/Bundle/Application/7A3B386A-50A0-472B-ADAC-B4B98C35D585/Runner.app/Runner
OS Version: iPhone OS 11.2.5 (15D60)
Mar 9 12:22:07 Candost-iPhone-7 ReportCrash(CrashReporterSupport)[16144] <Notice>: Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Description: DYLD, Symbol not found: _OBJC_CLASS_$_FIRAnalytics | Referenced from: /private/var/containers/Bundle/Application/7A3B386A-50A0-472B-ADAC-B4B98C35D585/Runner.app/Frameworks/firebase_analytics.framework/firebase_analytics | Expected in: flat namespace | in /private/var/containers/Bundle/Application/7A3B386A-50A0-472B-ADAC-B4B98C35D585/Runner.app/Frameworks/firebase_analytics.framework/firebase_analytics
Triggered by Thread: 0
Mar 9 12:22:07 Candost-iPhone-7 ReportCrash(CrashReporterSupport)[16144] <Notice>: Thread 0 Crashed:
0 dyld 0x0000000104dcaf48 0x104d9c000 + 192328
1 dyld 0x0000000104dca71c 0x104d9c000 + 190236
2 dyld 0x0000000104dca748 0x104d9c000 + 190280
3 dyld 0x0000000104da0498 0x104d9c000 + 17560
4 dyld 0x0000000104da3714 0x104d9c000 + 30484
5 dyld 0x0000000104d9d21c 0x104d9c000 + 4636
Mar 9 12:22:07 Candost-iPhone-7 ReportCrash(CrashReporterSupport)[16144] <Notice>: Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000006 x1: 0x0000000000000004 x2: 0x000000016b4d6520 x3: 0x00000000000000d4
x4: 0x000000016b4d6120 x5: 0x0000000000000000 x6: 0x0000000000000000 x7: 0x0000000000000000
x8: 0x0000000000000020 x9: 0x0000000000000009 x10: 0x6f77656d6172662e x11: 0x62657269662f6b72
x12: 0x656d6172662e7363 x13: 0x7269662f6b726f77 x14: 0x6e615f6573616265 x15: 0x0073636974796c61
x16: 0x0000000000000209 x17: 0x0000000000000000 x18: 0xfffffff0172dd260 x19: 0x0000000000000000
x20: 0x000000016b4d6120 x21: 0x00000000000000d4 x22: 0x000000016b4d6520 x23: 0x0000000000000004
x24: 0x0000000000000006 x25: 0x0000000104928000 x26: 0x0000000104dde000 x27: 0x0000000104dddf88
x28: 0x000000016b4d7b20 fp: 0x000000016b4d60f0 lr: 0x0000000104dca71c
sp: 0x000000016b4d60b0 pc: 0x0000000104dcaf48 cpsr: 0x00000000
</code></pre></div>
<h2 dir="auto">Flutter Doctor</h2>
<p dir="auto">I'm using <code class="notranslate">firebase_analytics: 0.2.3</code> in <code class="notranslate">pubspec.yml</code> and here is the <code class="notranslate">flutter doctor</code> results:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel dev, v0.2.0, on Mac OS X 10.13.3 17D102, locale en-DE)
[✓] Android toolchain - develop for Android devices (Android SDK 25.0.3)
[✓] iOS toolchain - develop for iOS devices (Xcode 9.2)
[✓] Android Studio (version 3.0)
[✓] IntelliJ IDEA Ultimate Edition (version 2017.3.4)
[✓] Connected devices (1 available)"><pre class="notranslate"><code class="notranslate">Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel dev, v0.2.0, on Mac OS X 10.13.3 17D102, locale en-DE)
[✓] Android toolchain - develop for Android devices (Android SDK 25.0.3)
[✓] iOS toolchain - develop for iOS devices (Xcode 9.2)
[✓] Android Studio (version 3.0)
[✓] IntelliJ IDEA Ultimate Edition (version 2017.3.4)
[✓] Connected devices (1 available)
</code></pre></div> | <p dir="auto">Using the example card in the framework yields the above error.</p>
<div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="new Card( // 1 required argument(s) expected, but 0 found.
child: new Column(
mainAxisSize: MainAxisSize.min,
children: <Widget>[
const ListTile(
leading: const Icon(Icons.album),
title: const Text('The Enchanted Nightingale'),
subtitle: const Text('Music by Julie Gable. Lyrics by Sidney Stein.'),
),
new ButtonTheme.bar( // make buttons use the appropriate styles for cards
child: new ButtonBar(
children: <Widget>[
new FlatButton(
child: const Text('BUY TICKETS'),
onPressed: () { /* ... */ },
),
new FlatButton(
child: const Text('LISTEN'),
onPressed: () { /* ... */ },
),
],
),
),
],
),
)"><pre class="notranslate"><span class="pl-k">new</span> <span class="pl-c1">Card</span>( <span class="pl-c">// 1 required argument(s) expected, but 0 found.</span>
child<span class="pl-k">:</span> <span class="pl-k">new</span> <span class="pl-c1">Column</span>(
mainAxisSize<span class="pl-k">:</span> <span class="pl-c1">MainAxisSize</span>.min,
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-k">const</span> <span class="pl-c1">ListTile</span>(
leading<span class="pl-k">:</span> <span class="pl-k">const</span> <span class="pl-c1">Icon</span>(<span class="pl-c1">Icons</span>.album),
title<span class="pl-k">:</span> <span class="pl-k">const</span> <span class="pl-c1">Text</span>(<span class="pl-s">'The Enchanted Nightingale'</span>),
subtitle<span class="pl-k">:</span> <span class="pl-k">const</span> <span class="pl-c1">Text</span>(<span class="pl-s">'Music by Julie Gable. Lyrics by Sidney Stein.'</span>),
),
<span class="pl-k">new</span> <span class="pl-c1">ButtonTheme</span>.<span class="pl-en">bar</span>( <span class="pl-c">// make buttons use the appropriate styles for cards</span>
child<span class="pl-k">:</span> <span class="pl-k">new</span> <span class="pl-c1">ButtonBar</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-k">new</span> <span class="pl-c1">FlatButton</span>(
child<span class="pl-k">:</span> <span class="pl-k">const</span> <span class="pl-c1">Text</span>(<span class="pl-s">'BUY TICKETS'</span>),
onPressed<span class="pl-k">:</span> () { <span class="pl-c">/* ... */</span> },
),
<span class="pl-k">new</span> <span class="pl-c1">FlatButton</span>(
child<span class="pl-k">:</span> <span class="pl-k">const</span> <span class="pl-c1">Text</span>(<span class="pl-s">'LISTEN'</span>),
onPressed<span class="pl-k">:</span> () { <span class="pl-c">/* ... */</span> },
),
],
),
),
],
),
)</pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel beta, v0.6.0, on Microsoft Windows [Version 10.0.17134.228], locale en-US)
[√] Android toolchain - develop for Android devices (Android SDK 27.0.3)
[√] Android Studio (version 3.1)
[√] IntelliJ IDEA Community Edition (version 2018.1)
[√] VS Code, 64-bit edition (version 1.26.1)
[√] Connected devices (1 available)"><pre class="notranslate"><code class="notranslate">Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel beta, v0.6.0, on Microsoft Windows [Version 10.0.17134.228], locale en-US)
[√] Android toolchain - develop for Android devices (Android SDK 27.0.3)
[√] Android Studio (version 3.1)
[√] IntelliJ IDEA Community Edition (version 2018.1)
[√] VS Code, 64-bit edition (version 1.26.1)
[√] Connected devices (1 available)
</code></pre></div> | 0 |
<h1 dir="auto"><g-emoji class="g-emoji" alias="rocket" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f680.png">🚀</g-emoji> Feature request</h1>
<p dir="auto"><strong><em>"Disjunctive Positive Constraint Decoding"</em></strong> Algorithm proposed by a recent paper: <a href="https://www.ijcai.org/proceedings/2020/0502.pdf" rel="nofollow"><em>Guided Generation of Cause and Effect</em></a></p>
<p dir="auto">Currently the model.generation() method limits the user to just the highest probability outputs. Here the user is able to force diverse outputs by forcing the model to include diverse tokens across multiple generations.</p>
<p dir="auto">This method is called "Disjunctive Positive Constraint Decoding", and it forces the <code class="notranslate">model.generate()</code> process to generate sequences with the highest probabilities under the constraint of needing to include a set of provided tokens.</p>
<p dir="auto">This <strong>"disjunctive"</strong> method is powerful in that it can handle <strong>lemmatizing these forced tokens.</strong> For instance, when asking the model to autoregressively generate the completion tokens from "Babies cry because" and want to force the generation to include the word "lonely", it can induce the model to generate sequences like "Babies cry because they are lonely", as well as "Babies cry because of their loneliness".</p>
<p dir="auto">I think that this could be implemented as:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="model.generate(force_tokens=[["lonely", "loneliness", ...], ["happy", "happiness", ...]])"><pre class="notranslate"><code class="notranslate">model.generate(force_tokens=[["lonely", "loneliness", ...], ["happy", "happiness", ...]])
</code></pre></div>
<p dir="auto">where the input to <code class="notranslate">force_tokens</code> is a 2D array, where each 1D array is a list of different forms of the desired token.</p>
<p dir="auto">Otherwise it could be:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="model.generate(force_tokens=["lonely", "happy"])"><pre class="notranslate"><code class="notranslate">model.generate(force_tokens=["lonely", "happy"])
</code></pre></div>
<p dir="auto">but in this case the transformers library would need to have a built-in lemmatization engine, which I think might be something better left for the practictioner to figure out (i.e. go with the first method instead).</p>
<h2 dir="auto">Motivation</h2>
<p dir="auto">Diversity in outputs from sequence generation of LMs have always been an active problem. Though usually diversity inducing methods involved some dual implementation with a VAE or modifying the training scheme, this feature would allow the practioner to induce diversity in a very <em>controllable</em> way.</p>
<p dir="auto">A large pretrained language model probably has the capacity to generate all kinds of different expressions given an input, but usually the generation gets limited to the highest probable outputs. Clearly one solution is to use sampling instead, but this goes back to the problem of controllability. This level of control is extremely useful in model implementations that aim to learn a syntactic transformations that need to preserve certain entities, or QA verbalizers where we have pre-existing knowledge of what the answer should be.</p>
<p dir="auto">Instead of making it generate a lot of sequences and filtering out for desired ones, this would allow to force it to generate an output that we want, which a large LM probably can do well; even if it can't figure out a way, then we can just filter out the low probabability outputs based on a threshold.</p>
<h2 dir="auto">Your contribution</h2>
<p dir="auto">I'm happy to submit a PR for the full implementation if there aren't any reasons to object this feature.</p>
<p dir="auto">But I do believe I should get some feedback on this idea before proceeding with an implementation, since it's not exactly clear what's the best way to introduce this functionality to the library.</p> | <h2 dir="auto">Environment info</h2>
<ul dir="auto">
<li>any env</li>
</ul>
<h3 dir="auto">Who can help</h3>
<ul dir="auto">
<li>discussed with <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/julien-c/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/julien-c">@julien-c</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/sgugger/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/sgugger">@sgugger</a> and <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/LysandreJik/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/LysandreJik">@LysandreJik</a></li>
</ul>
<h2 dir="auto">Information</h2>
<ul dir="auto">
<li>The hub will soon reject push with invalid model card metadata,</li>
<li><strong>only when <code class="notranslate">datasets</code>, <code class="notranslate">model-index</code> or <code class="notranslate">license</code> are present</strong>, their content need to follow the specification cf. <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="993215931" data-permission-text="Title is private" data-url="https://github.com/huggingface/huggingface_hub/issues/342" data-hovercard-type="pull_request" data-hovercard-url="/huggingface/huggingface_hub/pull/342/hovercard" href="https://github.com/huggingface/huggingface_hub/pull/342">huggingface/huggingface_hub#342</a></li>
</ul>
<h2 dir="auto">To reproduce</h2>
<p dir="auto">Steps to reproduce the behavior:</p>
<ol dir="auto">
<li>Train a model</li>
<li>Do not association any datasets</li>
<li>The trained model and the model card are rejected by the server</li>
</ol>
<h2 dir="auto">Expected behavior</h2>
<p dir="auto">trainer.py git push should be successfull, even with the coming patch <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="993259320" data-permission-text="Title is private" data-url="https://github.com/huggingface/transformers/issues/13514" data-hovercard-type="pull_request" data-hovercard-url="/huggingface/transformers/pull/13514/hovercard" href="https://github.com/huggingface/transformers/pull/13514">#13514</a></p> | 0 |
<h2 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Bug</h2>
<p dir="auto">When using PyTorch1.3 C++ distribution in Visual Studio 2017 and follow the tutorial of loading a TorchScript model from C++ described here <a href="https://pytorch.org/tutorials/advanced/cpp_export.html" rel="nofollow">https://pytorch.org/tutorials/advanced/cpp_export.html</a></p>
<p dir="auto">It all works fine as long as the model and the tensor data stays on the CPU, but as soon as I try to move the model to GPU (CUDA) via</p>
<p dir="auto">.to(at::kCUDA) I'll get a crash when using the debug version of the libraries. and I'll get a crash later in the release version in the .forward method</p>
<h2 dir="auto">To Reproduce</h2>
<p dir="auto">Steps to reproduce the behavior:</p>
<ol dir="auto">
<li>Use the code from the tutorial page above</li>
<li>Download latest Windows10 debug version from website</li>
<li>Create a new VS2017 project and use the code snippets above</li>
<li>Use the include/libraries from the debug version</li>
<li>Try to run the code inside VS2017</li>
</ol>
<p dir="auto">Stacktrace:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="torch.dll!at::native::DispatchStub<void (__cdecl*)(at::TensorIterator & __ptr64,bool),at::native::copy_stub>::operator()<at::TensorIterator & __ptr64,bool & __ptr64>(c10::DeviceType device_type, at::TensorIterator & <args_0>, bool & <args_1>) Line 74 C++
torch.dll!at::native::copy_impl(at::Tensor & self, const at::Tensor & src, bool non_blocking) Line 148 C++
torch.dll!at::native::copy_(at::Tensor & self, const at::Tensor & src, bool non_blocking) Line 157 C++
torch.dll!at::TypeDefault::copy_(at::Tensor & self, const at::Tensor & src, bool non_blocking) Line 1246 C++
torch.dll!c10::detail::WrapRuntimeKernelFunctor_<at::Tensor & __ptr64 (__cdecl*)(at::Tensor & __ptr64,at::Tensor const & __ptr64,bool),at::Tensor & __ptr64,c10::guts::typelist::typelist<at::Tensor & __ptr64,at::Tensor const & __ptr64,bool> >::operator()(at::Tensor & <args_0>, const at::Tensor & <args_1>, bool <args_2>) Line 24 C++
torch.dll!c10::detail::wrap_kernel_functor_unboxed_<c10::detail::WrapRuntimeKernelFunctor_<at::Tensor & __ptr64 (__cdecl*)(at::Tensor & __ptr64,at::Tensor const & __ptr64,bool),at::Tensor & __ptr64,c10::guts::typelist::typelist<at::Tensor & __ptr64,at::Tensor const & __ptr64,bool> >,at::Tensor & __ptr64 __cdecl(at::Tensor & __ptr64,at::Tensor const & __ptr64,bool)>::call(c10::OperatorKernel * functor, at::Tensor & <args_0>, const at::Tensor & <args_1>, bool <args_2>) Line 261 C++
torch.dll!c10::KernelFunction::callUnboxedOnly<at::Tensor & __ptr64,at::Tensor & __ptr64,at::Tensor const & __ptr64,bool>(at::Tensor & <args_0>, const at::Tensor & <args_1>, bool <args_2>) Line 95 C++
torch.dll!c10::impl::OperatorEntry::callUnboxedOnly::__l2::<lambda>(const c10::DispatchTable & dispatchTable) Line 68 C++
torch.dll!c10::LeftRight<c10::DispatchTable>::read<at::Tensor & <lambda>(const c10::DispatchTable &) >(c10::impl::OperatorEntry::callUnboxedOnly::__l2::at::Tensor & <lambda>(const c10::DispatchTable &) && readFunc) Line 74 C++
torch.dll!c10::impl::OperatorEntry::callUnboxedOnly<at::Tensor & __ptr64,at::Tensor & __ptr64,at::Tensor const & __ptr64,bool>(c10::TensorTypeId dispatchKey, at::Tensor & <args_0>, const at::Tensor & <args_1>, bool <args_2>) Line 70 C++
torch.dll!c10::Dispatcher::callUnboxedOnly<at::Tensor & __ptr64,at::Tensor & __ptr64,at::Tensor const & __ptr64,bool>(const c10::OperatorHandle & op, c10::TensorTypeId dispatchKey, at::Tensor & <args_0>, const at::Tensor & <args_1>, bool <args_2>) Line 177 C++
torch.dll!at::Tensor::copy_(const at::Tensor & src, bool non_blocking) Line 746 C++
torch.dll!torch::autograd::VariableType::copy_(at::Tensor & self, const at::Tensor & src, bool non_blocking) Line 151 C++
torch.dll!c10::detail::WrapRuntimeKernelFunctor_<at::Tensor & __ptr64 (__cdecl*)(at::Tensor & __ptr64,at::Tensor const & __ptr64,bool),at::Tensor & __ptr64,c10::guts::typelist::typelist<at::Tensor & __ptr64,at::Tensor const & __ptr64,bool> >::operator()(at::Tensor & <args_0>, const at::Tensor & <args_1>, bool <args_2>) Line 24 C++
torch.dll!c10::detail::wrap_kernel_functor_unboxed_<c10::detail::WrapRuntimeKernelFunctor_<at::Tensor & __ptr64 (__cdecl*)(at::Tensor & __ptr64,at::Tensor const & __ptr64,bool),at::Tensor & __ptr64,c10::guts::typelist::typelist<at::Tensor & __ptr64,at::Tensor const & __ptr64,bool> >,at::Tensor & __ptr64 __cdecl(at::Tensor & __ptr64,at::Tensor const & __ptr64,bool)>::call(c10::OperatorKernel * functor, at::Tensor & <args_0>, const at::Tensor & <args_1>, bool <args_2>) Line 261 C++
torch.dll!c10::KernelFunction::callUnboxedOnly<at::Tensor & __ptr64,at::Tensor & __ptr64,at::Tensor const & __ptr64,bool>(at::Tensor & <args_0>, const at::Tensor & <args_1>, bool <args_2>) Line 95 C++
torch.dll!c10::impl::OperatorEntry::callUnboxedOnly::__l2::<lambda>(const c10::DispatchTable & dispatchTable) Line 68 C++
torch.dll!c10::LeftRight<c10::DispatchTable>::read<at::Tensor & <lambda>(const c10::DispatchTable &) >(c10::impl::OperatorEntry::callUnboxedOnly::__l2::at::Tensor & <lambda>(const c10::DispatchTable &) && readFunc) Line 74 C++
torch.dll!c10::impl::OperatorEntry::callUnboxedOnly<at::Tensor & __ptr64,at::Tensor & __ptr64,at::Tensor const & __ptr64,bool>(c10::TensorTypeId dispatchKey, at::Tensor & <args_0>, const at::Tensor & <args_1>, bool <args_2>) Line 70 C++
torch.dll!c10::Dispatcher::callUnboxedOnly<at::Tensor & __ptr64,at::Tensor & __ptr64,at::Tensor const & __ptr64,bool>(const c10::OperatorHandle & op, c10::TensorTypeId dispatchKey, at::Tensor & <args_0>, const at::Tensor & <args_1>, bool <args_2>) Line 177 C++
torch.dll!at::Tensor::copy_(const at::Tensor & src, bool non_blocking) Line 746 C++
torch.dll!at::native::to_impl(const at::Tensor & self, const c10::TensorOptions & options, bool non_blocking) Line 25 C++
torch.dll!at::native::to(const at::Tensor & self, c10::Device device, c10::ScalarType dtype, bool non_blocking, bool copy) Line 63 C++
torch.dll!at::TypeDefault::to(const at::Tensor & self, c10::Device device, c10::ScalarType dtype, bool non_blocking, bool copy) Line 4830 C++
torch.dll!torch::autograd::VariableType::`anonymous namespace'::to(const at::Tensor & self, c10::Device device, c10::ScalarType dtype, bool non_blocking, bool copy) Line 11390 C++
torch.dll!at::ATenOpTable::callUnboxed<at::Tensor,at::Tensor const & __ptr64,c10::Device,enum c10::ScalarType,bool,bool>(const at::Tensor & <args_0>, c10::Device <args_1>, c10::ScalarType <args_2>, bool <args_3>, bool <args_4>) Line 94 C++
torch.dll!at::Tensor::to(c10::Device device, c10::ScalarType dtype, bool non_blocking, bool copy) Line 3387 C++
torch.dll!torch::jit::script::module_state_to(const torch::jit::script::Slot & s, const c10::optional<c10::Device> & device, const c10::optional<enum c10::ScalarType> & dtype, bool non_blocking) Line 123 C++
torch.dll!torch::jit::script::Module::to_impl(const c10::optional<c10::Device> & device, const c10::optional<enum c10::ScalarType> & dtype, bool non_blocking) Line 140 C++
torch.dll!torch::jit::script::Module::to_impl(const c10::optional<c10::Device> & device, const c10::optional<enum c10::ScalarType> & dtype, bool non_blocking) Line 136 C++
torch.dll!torch::jit::script::Module::to_impl(const c10::optional<c10::Device> & device, const c10::optional<enum c10::ScalarType> & dtype, bool non_blocking) Line 136 C++
torch.dll!torch::jit::script::Module::to(c10::Device device, bool non_blocking) Line 79 C++"><pre class="notranslate"><code class="notranslate">torch.dll!at::native::DispatchStub<void (__cdecl*)(at::TensorIterator & __ptr64,bool),at::native::copy_stub>::operator()<at::TensorIterator & __ptr64,bool & __ptr64>(c10::DeviceType device_type, at::TensorIterator & <args_0>, bool & <args_1>) Line 74 C++
torch.dll!at::native::copy_impl(at::Tensor & self, const at::Tensor & src, bool non_blocking) Line 148 C++
torch.dll!at::native::copy_(at::Tensor & self, const at::Tensor & src, bool non_blocking) Line 157 C++
torch.dll!at::TypeDefault::copy_(at::Tensor & self, const at::Tensor & src, bool non_blocking) Line 1246 C++
torch.dll!c10::detail::WrapRuntimeKernelFunctor_<at::Tensor & __ptr64 (__cdecl*)(at::Tensor & __ptr64,at::Tensor const & __ptr64,bool),at::Tensor & __ptr64,c10::guts::typelist::typelist<at::Tensor & __ptr64,at::Tensor const & __ptr64,bool> >::operator()(at::Tensor & <args_0>, const at::Tensor & <args_1>, bool <args_2>) Line 24 C++
torch.dll!c10::detail::wrap_kernel_functor_unboxed_<c10::detail::WrapRuntimeKernelFunctor_<at::Tensor & __ptr64 (__cdecl*)(at::Tensor & __ptr64,at::Tensor const & __ptr64,bool),at::Tensor & __ptr64,c10::guts::typelist::typelist<at::Tensor & __ptr64,at::Tensor const & __ptr64,bool> >,at::Tensor & __ptr64 __cdecl(at::Tensor & __ptr64,at::Tensor const & __ptr64,bool)>::call(c10::OperatorKernel * functor, at::Tensor & <args_0>, const at::Tensor & <args_1>, bool <args_2>) Line 261 C++
torch.dll!c10::KernelFunction::callUnboxedOnly<at::Tensor & __ptr64,at::Tensor & __ptr64,at::Tensor const & __ptr64,bool>(at::Tensor & <args_0>, const at::Tensor & <args_1>, bool <args_2>) Line 95 C++
torch.dll!c10::impl::OperatorEntry::callUnboxedOnly::__l2::<lambda>(const c10::DispatchTable & dispatchTable) Line 68 C++
torch.dll!c10::LeftRight<c10::DispatchTable>::read<at::Tensor & <lambda>(const c10::DispatchTable &) >(c10::impl::OperatorEntry::callUnboxedOnly::__l2::at::Tensor & <lambda>(const c10::DispatchTable &) && readFunc) Line 74 C++
torch.dll!c10::impl::OperatorEntry::callUnboxedOnly<at::Tensor & __ptr64,at::Tensor & __ptr64,at::Tensor const & __ptr64,bool>(c10::TensorTypeId dispatchKey, at::Tensor & <args_0>, const at::Tensor & <args_1>, bool <args_2>) Line 70 C++
torch.dll!c10::Dispatcher::callUnboxedOnly<at::Tensor & __ptr64,at::Tensor & __ptr64,at::Tensor const & __ptr64,bool>(const c10::OperatorHandle & op, c10::TensorTypeId dispatchKey, at::Tensor & <args_0>, const at::Tensor & <args_1>, bool <args_2>) Line 177 C++
torch.dll!at::Tensor::copy_(const at::Tensor & src, bool non_blocking) Line 746 C++
torch.dll!torch::autograd::VariableType::copy_(at::Tensor & self, const at::Tensor & src, bool non_blocking) Line 151 C++
torch.dll!c10::detail::WrapRuntimeKernelFunctor_<at::Tensor & __ptr64 (__cdecl*)(at::Tensor & __ptr64,at::Tensor const & __ptr64,bool),at::Tensor & __ptr64,c10::guts::typelist::typelist<at::Tensor & __ptr64,at::Tensor const & __ptr64,bool> >::operator()(at::Tensor & <args_0>, const at::Tensor & <args_1>, bool <args_2>) Line 24 C++
torch.dll!c10::detail::wrap_kernel_functor_unboxed_<c10::detail::WrapRuntimeKernelFunctor_<at::Tensor & __ptr64 (__cdecl*)(at::Tensor & __ptr64,at::Tensor const & __ptr64,bool),at::Tensor & __ptr64,c10::guts::typelist::typelist<at::Tensor & __ptr64,at::Tensor const & __ptr64,bool> >,at::Tensor & __ptr64 __cdecl(at::Tensor & __ptr64,at::Tensor const & __ptr64,bool)>::call(c10::OperatorKernel * functor, at::Tensor & <args_0>, const at::Tensor & <args_1>, bool <args_2>) Line 261 C++
torch.dll!c10::KernelFunction::callUnboxedOnly<at::Tensor & __ptr64,at::Tensor & __ptr64,at::Tensor const & __ptr64,bool>(at::Tensor & <args_0>, const at::Tensor & <args_1>, bool <args_2>) Line 95 C++
torch.dll!c10::impl::OperatorEntry::callUnboxedOnly::__l2::<lambda>(const c10::DispatchTable & dispatchTable) Line 68 C++
torch.dll!c10::LeftRight<c10::DispatchTable>::read<at::Tensor & <lambda>(const c10::DispatchTable &) >(c10::impl::OperatorEntry::callUnboxedOnly::__l2::at::Tensor & <lambda>(const c10::DispatchTable &) && readFunc) Line 74 C++
torch.dll!c10::impl::OperatorEntry::callUnboxedOnly<at::Tensor & __ptr64,at::Tensor & __ptr64,at::Tensor const & __ptr64,bool>(c10::TensorTypeId dispatchKey, at::Tensor & <args_0>, const at::Tensor & <args_1>, bool <args_2>) Line 70 C++
torch.dll!c10::Dispatcher::callUnboxedOnly<at::Tensor & __ptr64,at::Tensor & __ptr64,at::Tensor const & __ptr64,bool>(const c10::OperatorHandle & op, c10::TensorTypeId dispatchKey, at::Tensor & <args_0>, const at::Tensor & <args_1>, bool <args_2>) Line 177 C++
torch.dll!at::Tensor::copy_(const at::Tensor & src, bool non_blocking) Line 746 C++
torch.dll!at::native::to_impl(const at::Tensor & self, const c10::TensorOptions & options, bool non_blocking) Line 25 C++
torch.dll!at::native::to(const at::Tensor & self, c10::Device device, c10::ScalarType dtype, bool non_blocking, bool copy) Line 63 C++
torch.dll!at::TypeDefault::to(const at::Tensor & self, c10::Device device, c10::ScalarType dtype, bool non_blocking, bool copy) Line 4830 C++
torch.dll!torch::autograd::VariableType::`anonymous namespace'::to(const at::Tensor & self, c10::Device device, c10::ScalarType dtype, bool non_blocking, bool copy) Line 11390 C++
torch.dll!at::ATenOpTable::callUnboxed<at::Tensor,at::Tensor const & __ptr64,c10::Device,enum c10::ScalarType,bool,bool>(const at::Tensor & <args_0>, c10::Device <args_1>, c10::ScalarType <args_2>, bool <args_3>, bool <args_4>) Line 94 C++
torch.dll!at::Tensor::to(c10::Device device, c10::ScalarType dtype, bool non_blocking, bool copy) Line 3387 C++
torch.dll!torch::jit::script::module_state_to(const torch::jit::script::Slot & s, const c10::optional<c10::Device> & device, const c10::optional<enum c10::ScalarType> & dtype, bool non_blocking) Line 123 C++
torch.dll!torch::jit::script::Module::to_impl(const c10::optional<c10::Device> & device, const c10::optional<enum c10::ScalarType> & dtype, bool non_blocking) Line 140 C++
torch.dll!torch::jit::script::Module::to_impl(const c10::optional<c10::Device> & device, const c10::optional<enum c10::ScalarType> & dtype, bool non_blocking) Line 136 C++
torch.dll!torch::jit::script::Module::to_impl(const c10::optional<c10::Device> & device, const c10::optional<enum c10::ScalarType> & dtype, bool non_blocking) Line 136 C++
torch.dll!torch::jit::script::Module::to(c10::Device device, bool non_blocking) Line 79 C++
</code></pre></div>
<h2 dir="auto">Expected behavior</h2>
<p dir="auto">Not to crash</p>
<h2 dir="auto">Environment</h2>
<ul dir="auto">
<li>PyTorch Version 1.3</li>
<li>Windows Version 10.0.18362 Build 18362</li>
<li>How you installed : Used the provided windows llibraries</li>
<li>CUDA/cuDNN 10.1/7</li>
<li>GPU 1060ti<br>
Visual Studio 2017 Version 15.9.8</li>
</ul> | <h2 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Bug</h2>
<p dir="auto">When doing inference using LibTorch in C++ for semantic segmentation on the GPU, i get the following error in debug compilation mode:</p>
<p dir="auto">cuda_dispatch_ptr INTERNAL ASSERT FAILED at C:\w\1\s\windows\pytorch\aten\src\ATen/native/DispatchStub.h:70, please report a bug to PyTorch. DispatchStub: missing CUDA kernel (operator () at C:\w\1\s\windows\pytorch\aten\src\ATen/native/DispatchStub.h:70)<br>
(no backtrace available)</p>
<p dir="auto">When I run it in release mode it does not crash and delivers the expected result. Also on the CPU, this assert is not shown.</p>
<h2 dir="auto">Environment</h2>
<ul dir="auto">
<li>PyTorch Version (e.g., 1.0): latest nightly</li>
<li>OS (e.g., Linux): WIndows 10, Visual Studio 19</li>
<li>How you installed PyTorch (<code class="notranslate">conda</code>, <code class="notranslate">pip</code>, source): downloaded prebuild libtorch</li>
<li>Build command you used (if compiling from source):</li>
<li>Python version:</li>
<li>CUDA/cuDNN version: the one included in the prebuild (cuda 10)</li>
<li>GPU models and configuration: Titan X</li>
<li>Any other relevant information:</li>
</ul> | 1 |
<p dir="auto"><code class="notranslate">fit_generator()</code> seems to keep consuming memory throughout an epoch if objects defined inside the generator class are not converted into a numpy array. RAM keeps on getting filled until an epoch ends. For large enough datasets, this leads to RAM completely filling up before a single epoch is completed.</p>
<p dir="auto">Is it possible that the objects keep getting duplicated?</p>
<p dir="auto">Python = 3.6.6<br>
Keras = 2.2.4<br>
Tensorflow = 1.12.0</p>
<p dir="auto"><a href="https://gist.github.com/Punyaslok/5a3dd01bd004ba84ae37329799d47430">Here is a sample script to reproduce the issue.</a></p> | <p dir="auto">A major use-case for the scikit-learn API is automating hyperparameter opt. With the current API we need to either:</p>
<ol dir="auto">
<li>Search through <code class="notranslate">nb_epochs</code>, duplicating most of the computation (essentially every <code class="notranslate">nb_epoch</code> except the largest is redundant).</li>
<li>Implement getting the best epoch ourselves, possibly using <code class="notranslate">EarlyStopping</code> or the like.</li>
</ol>
<p dir="auto">Would it be possible to just have <code class="notranslate">KerasClassifier.fit()</code> return the best epoch?</p> | 0 |
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> begin
module A
1
end
end
ERROR: syntax: module expression not at top level"><pre class="notranslate">julia<span class="pl-k">></span> <span class="pl-k">begin</span>
<span class="pl-k">module</span> A
<span class="pl-c1">1</span>
<span class="pl-k">end</span>
<span class="pl-k">end</span>
ERROR<span class="pl-k">:</span> syntax<span class="pl-k">:</span> <span class="pl-k">module</span> expression not at top level</pre></div>
<p dir="auto">Theoretically this should work, because module A is indeed in global scope? Would be helpful to get working for macros which operate on large blocks of global code</p> | <p dir="auto">Looks like a bug in <code class="notranslate">eval</code>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" _ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" to list help topics
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.2.0-514.r3d43
_/ |\__'_|_|_|\__'_| | Commit 3d43df9032 2013-03-16 06:59:07
|__/ |
julia> @eval begin
type T
x
end
T(sum([1,2]))
end
T(3)
julia> @eval begin
type T2
x
end
s = 0
for i in [1,2]
s += i
end
T2(s)
end
ERROR: error compiling anonymous: unsupported or misplaced expression composite_type in function anonymous"><pre class="notranslate"><code class="notranslate"> _ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" to list help topics
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.2.0-514.r3d43
_/ |\__'_|_|_|\__'_| | Commit 3d43df9032 2013-03-16 06:59:07
|__/ |
julia> @eval begin
type T
x
end
T(sum([1,2]))
end
T(3)
julia> @eval begin
type T2
x
end
s = 0
for i in [1,2]
s += i
end
T2(s)
end
ERROR: error compiling anonymous: unsupported or misplaced expression composite_type in function anonymous
</code></pre></div> | 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>4-beta2</td>
</tr>
</tbody>
</table>
<p dir="auto">When using .env in config, the casting is not work.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Invalid type for path "easy_admin.list.max_results". Expected int, but got string."><pre class="notranslate"><code class="notranslate">Invalid type for path "easy_admin.list.max_results". Expected int, but got string.
</code></pre></div>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/7464920/32268190-97b6ae3a-bf20-11e7-8990-79732b14bee3.png"><img src="https://user-images.githubusercontent.com/7464920/32268190-97b6ae3a-bf20-11e7-8990-79732b14bee3.png" alt="screenshot from 2017-11-01 16-19-53" style="max-width: 100%;"></a></p> | <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>yes</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</td>
</tr>
</tbody>
</table>
<p dir="auto">Related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="187725091" data-permission-text="Title is private" data-url="https://github.com/symfony/symfony/issues/20434" data-hovercard-type="issue" data-hovercard-url="/symfony/symfony/issues/20434/hovercard" href="https://github.com/symfony/symfony/issues/20434">#20434</a>, if you try to pull data such as CACHE from an environment variable and pass it to Twig, Twig's Bundle reads the type literally, as "false" or "true" - as it is passed from <code class="notranslate">getenv</code>.</p>
<h2 dir="auto">How to Replicate</h2>
<p dir="auto">Add this environment variable:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="CACHE false"><pre class="notranslate"><code class="notranslate">CACHE false
</code></pre></div>
<p dir="auto">In config.yml:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="twig:
cache: %env(CACHE)%"><pre class="notranslate"><code class="notranslate">twig:
cache: %env(CACHE)%
</code></pre></div>
<p dir="auto">This results in a cache being created under <code class="notranslate">web/false/</code>, which is certainly not the intended result.</p>
<p dir="auto">Note that this has other unintended consequences throughout Symfony, where a boolean is expected but not validated.</p>
<h2 dir="auto">Solutions?</h2>
<p dir="auto">A simple solution could be to use the <code class="notranslate">env()</code> library created by Laravel as it provides for type coercion out of the box.</p> | 1 |
<p dir="auto"><strong>System information</strong></p>
<ul dir="auto">
<li>OS Platform and Distribution: Linux 18.04</li>
<li>TensorFlow version 2.0-alpha</li>
<li>Python 3.6.8</li>
</ul>
<p dir="auto"><strong>Describe the current behavior</strong></p>
<p dir="auto">Trying to write any tensor as histogram summary:</p>
<blockquote>
<p dir="auto">/tmp/cpu-env/lib/python3.6/site-packages/tensorboard/plugins/histogram/summary_v2.py in _buckets(data, bucket_count)<br>
89 if bucket_count is None:<br>
90 bucket_count = DEFAULT_BUCKET_COUNT<br>
---> 91 with tf.name_scope('buckets', values=[data, bucket_count]):<br>
92 tf.debugging.assert_scalar(bucket_count)<br>
93 tf.debugging.assert_type(bucket_count, tf.int32)<br>
TypeError: <strong>init</strong>() got an unexpected keyword argument 'values'</p>
</blockquote>
<p dir="auto"><strong>Code to reproduce the issue</strong><br>
<code class="notranslate">tf.summary.histogram('SampleKernel', tf.random.normal(shape=[3,3,3,32], dtype=tf.float32))</code></p> | <ul dir="auto">
<li>TensorBoard version (from pip package, also printed out when running <code class="notranslate">tensorboard</code>)<br>
-- TensorBoard 1.14.0a20190301</li>
<li>TensorFlow version if different from TensorBoard<br>
-- TensorFlow-gpu 2.0-alpha</li>
<li>OS Platform and version (e.g., Linux Ubuntu 16.04)<br>
-- Linux, Arch, Kernel 4.19</li>
<li>Python version (e.g. 2.7, 3.5)<br>
-- Python 3.6.7</li>
</ul>
<p dir="auto">I have built a GAN with TF 2.0-alpha using <code class="notranslate">tf.keras</code>. I am using TensorBoard via <code class="notranslate">train_writer = tf.summary.create_file_writer("log-train")</code>. Adding scalars with <code class="notranslate">tf.summary.scalar("loss g", loss_g, step=batch_id)</code> and storing predicted images with <code class="notranslate">tf.summary.image("g pred", prediction[0:3], step=batch_id)</code> works without any problems.</p>
<p dir="auto">However, when I try to add the generator's weights to TensorBoard with <code class="notranslate">tf.summary.histogram</code> it fails.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="for layer in G_model.layers:
for weight in layer.weights:
tf.summary.histogram(weight.name, weight, step=batch_id)"><pre class="notranslate"><code class="notranslate">for layer in G_model.layers:
for weight in layer.weights:
tf.summary.histogram(weight.name, weight, step=batch_id)
</code></pre></div>
<p dir="auto"><code class="notranslate">G_model</code> is a <code class="notranslate">tf.keras</code> model created with the functional API.</p>
<p dir="auto">The exception seems to be TensorBoard-specific:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Traceback (most recent call last):
File "train.py", line 84, in <module>
tf.summary.histogram(weight.name, weight, step=batch_id)
File "(...)/python3.6/site-packages/tensorboard/plugins/histogram/summary_v2.py", line 73, in histogram
tensor = _buckets(data, bucket_count=buckets)
File "(...)/python3.6/site-packages/tensorboard/plugins/histogram/summary_v2.py", line 91, in _buckets
with tf.name_scope('buckets', values=[data, bucket_count]):
TypeError: __init__() got an unexpected keyword argument 'values'"><pre class="notranslate"><code class="notranslate">Traceback (most recent call last):
File "train.py", line 84, in <module>
tf.summary.histogram(weight.name, weight, step=batch_id)
File "(...)/python3.6/site-packages/tensorboard/plugins/histogram/summary_v2.py", line 73, in histogram
tensor = _buckets(data, bucket_count=buckets)
File "(...)/python3.6/site-packages/tensorboard/plugins/histogram/summary_v2.py", line 91, in _buckets
with tf.name_scope('buckets', values=[data, bucket_count]):
TypeError: __init__() got an unexpected keyword argument 'values'
</code></pre></div>
<p dir="auto">If I simply <strong>delete</strong> <code class="notranslate">, values=[data, bucket_count]</code> in <code class="notranslate">summary_v2.py</code> (line 91) it works, <strong>weights are showing up correctly in TensorBoard then</strong>.</p>
<p dir="auto">Thus, original code of <code class="notranslate">summary_v2.py</code> in line 91:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="with tf.name_scope('buckets', values=[data, bucket_count]):"><pre class="notranslate"><code class="notranslate">with tf.name_scope('buckets', values=[data, bucket_count]):
</code></pre></div>
<p dir="auto">throws the exception posted above, while this code:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="with tf.name_scope('buckets'):"><pre class="notranslate"><code class="notranslate">with tf.name_scope('buckets'):
</code></pre></div>
<p dir="auto">is working properly.</p> | 1 |
<p dir="auto">With r111, WebGlRenderer begins checking for a position buffer attribute and uses its count in deciding whether to invoke the program. This introduced an arbitrary new requirement that BufferGeometry have a 'position' attribute. I suggest that the old behavior be followed, in which BufferGeometry.setDrawRange() is respected.</p>
<p dir="auto"><a href="https://github.com/mrdoob/three.js/blob/r111/src/renderers/WebGLRenderer.js">WebGLRenderer.js</a>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="var position = geometry.attributes.position;
if ( index !== null && index.count === 0 ) return;
if ( position === undefined || position.count === 0 ) return;"><pre class="notranslate"><code class="notranslate">var position = geometry.attributes.position;
if ( index !== null && index.count === 0 ) return;
if ( position === undefined || position.count === 0 ) return;
</code></pre></div> | <h5 dir="auto">Description of the problem</h5>
<p dir="auto">Rendering an InstancedBufferGeometry with no (used) attributes does not render.</p>
<p dir="auto">This happens when a shader uses only (implicit) gl_InstanceID and/or gl_VertexID,<br>
and user program establishes count with 'geom.maxInstancedCount = ...'<br>
(It only applies to WebGL2 as earlier shaders do not support this.)</p>
<p dir="auto">The internal value geometry._maxInstanceCount is never established, so<br>
var instanceCount = Math.min( geometry.instanceCount, geometry._maxInstanceCount );<br>
does not set a sensible value.</p>
<p dir="auto">A workaround is to set geometry._maxInstanceCount in the user's program (eg to Infinity),<br>
but this is obviously not the correct solution.</p>
<h2 dir="auto"></h2>
<p dir="auto">With earlier versions of three.js (eg 109) a program could provide a 'dummy' attribute not actually used in the shader to establish count; but 117 is clever enough to realize this dummy is not used, and therefore does not take account of it in the count calculation.</p>
<h2 dir="auto"></h2>
<p dir="auto">example to follow</p>
<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"> Rel</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> r117</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> | 1 |
<p dir="auto">Shardingsphere 4.1.1 has the problem of duplicate and missing data in paging query?</p> | <p dir="auto">I'm using sharding-jdbc 3.0.0.<br>
There's a complicated sql statements, and some big tables have several indexes, mysql will chose a better index according to its evalutation. But it'll not a best index, so we add use index statement to force mysql to use the index.<br>
[bug details]<br>
exception will be thrown if sql contains use index(index_name) in mysql.</p>
<p dir="auto">2019-01-18 19:06:45 ERROR errorLogger:40 - Cannot find logic table name with logic index name: 'uk_e9fmb4uxwkpopbbfdbdleuj82'</p> | 0 |
<h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">Other Airflow 2 version (please specify below)</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">On Airflow 2.4.3</p>
<p dir="auto">When using a deferrable operator the log disappears from the webpage while the operator is deferred and appears when it is running/finished. This doesn't happen consistently over all DAG runs.</p>
<p dir="auto">The error has been reproduced in the new log panel on the grid page & the "standalone" log page.</p>
<p dir="auto">As an example, I've tried running a simple DAG (just executes <code class="notranslate">sleep 10</code>). The logs are for the 3rd retry and I am using the "Auto-refresh" button on the grid page.</p>
<p dir="auto">There are no visible errors on the web console when this happens, but the web server logs look like Airflow doesn't know it is the 3rd try while the operator is deferred and gets the 2nd try.</p>
<h3 dir="auto">What you think should happen instead</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">How to reproduce</h3>
<p dir="auto">Use a deferrable operator. We use this custom one: <a href="https://gist.github.com/ecodina/157b5dc44b79b13fe296b1275b4f0967">https://gist.github.com/ecodina/157b5dc44b79b13fe296b1275b4f0967</a></p>
<p dir="auto">Trigger it from the webpage and see how the log appears intermittently.</p>
<h3 dir="auto">Operating System</h3>
<p dir="auto">CentOS Linux 8</p>
<h3 dir="auto">Versions of Apache Airflow Providers</h3>
<p dir="auto">apache-airflow-providers-cncf-kubernetes | 4.4.0 | Kubernetes<br>
apache-airflow-providers-common-sql | 1.2.0 | Common SQL Provider<br>
apache-airflow-providers-ftp | 3.1.0 | File Transfer Protocol (FTP)<br>
apache-airflow-providers-http | 4.0.0 | Hypertext Transfer Protocol (HTTP)<br>
apache-airflow-providers-imap | 3.0.0 | Internet Message Access Protocol (IMAP)<br>
apache-airflow-providers-postgres | 5.2.2 | PostgreSQL<br>
apache-airflow-providers-sqlite | 3.2.1 | SQLite<br>
apache-airflow-providers-ssh | 3.2.0 | Secure Shell (SSH)</p>
<h3 dir="auto">Deployment</h3>
<p dir="auto">Other</p>
<h3 dir="auto">Deployment details</h3>
<p dir="auto">Installed using PIP in a conda environment (as if it was a virtualenv).</p>
<p dir="auto">Using postgresql .</p>
<h3 dir="auto">Anything else</h3>
<p dir="auto">Relevant lines of the webserver's log:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="--> the log doesn't appear
Dec 30 08:53:52 bright01 webserver.sh[1915713]: 192.168.253.76 - - [30/Dec/2022:08:53:52 +0000] "GET /object/grid_data?dag_id=dag.testing&num_runs=25 HTTP/1.1" 200 1800 "http://airflow.local/dags/dag.testing/grid?root=&dag_run_id=scheduled__2022-12-30T07%3A00%3A00%2B00%3A00&task_id=prova" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0"
Dec 30 08:53:52 bright01 webserver.sh[1915713]: 192.168.253.76 - - [30/Dec/2022:08:53:52 +0000] "GET /api/v1/dags/dag.testing/dagRuns/scheduled__2022-12-30T07:00:00+00:00/taskInstances/prova/logs/2?full_content=false HTTP/1.1" 200 14349 "http://airflow.local/dags/dag.testing/grid?root=&dag_run_id=scheduled__2022-12-30T07%3A00%3A00%2B00%3A00&task_id=prova" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0"
Dec 30 08:53:55 bright01 webserver.sh[1915713]: 192.168.253.76 - - [30/Dec/2022:08:53:55 +0000] "GET /object/grid_data?dag_id=dag.testing&num_runs=25 HTTP/1.1" 200 1800 "http://airflow.local/dags/dag.testing/grid?root=&dag_run_id=scheduled__2022-12-30T07%3A00%3A00%2B00%3A00&task_id=prova" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0"
Dec 30 08:53:55 bright01 webserver.sh[1915713]: 192.168.253.76 - - [30/Dec/2022:08:53:55 +0000] "GET /api/v1/dags/dag.testing/dagRuns/scheduled__2022-12-30T07:00:00+00:00/taskInstances/prova/logs/2?full_content=false HTTP/1.1" 200 14349 "http://airflow.local/dags/dag.testing/grid?root=&dag_run_id=scheduled__2022-12-30T07%3A00%3A00%2B00%3A00&task_id=prova" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0"
Dec 30 08:53:58 bright01 webserver.sh[1915713]: 192.168.253.76 - - [30/Dec/2022:08:53:58 +0000] "GET /object/grid_data?dag_id=dag.testing&num_runs=25 HTTP/1.1" 200 1801 "http://airflow.local/dags/dag.testing/grid?root=&dag_run_id=scheduled__2022-12-30T07%3A00%3A00%2B00%3A00&task_id=prova" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0"
Dec 30 08:53:58 bright01 webserver.sh[1915713]: 192.168.253.76 - - [30/Dec/2022:08:53:58 +0000] "GET /api/v1/dags/dag.testing/dagRuns/scheduled__2022-12-30T07:00:00+00:00/taskInstances/prova/logs/2?full_content=false HTTP/1.1" 200 14349 "http://airflow.local/dags/dag.testing/grid?root=&dag_run_id=scheduled__2022-12-30T07%3A00%3A00%2B00%3A00&task_id=prova" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0"
Dec 30 08:53:58 bright01 webserver.sh[1915713]: 192.168.253.76 - - [30/Dec/2022:08:53:58 +0000] "GET /api/v1/dags/dag.testing/dagRuns/scheduled__2022-12-30T07:00:00+00:00/taskInstances/prova/logs/3?full_content=false HTTP/1.1" 200 7804 "http://airflow.local/dags/dag.testing/grid?root=&dag_run_id=scheduled__2022-12-30T07%3A00%3A00%2B00%3A00&task_id=prova" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0"
-> the log starts appearing
Dec 30 08:54:01 bright01 webserver.sh[1915713]: 192.168.253.76 - - [30/Dec/2022:08:54:01 +0000] "GET /object/grid_data?dag_id=dag.testing&num_runs=25 HTTP/1.1" 200 1802 "http://airflow.local/dags/dag.testing/grid?root=&dag_run_id=scheduled__2022-12-30T07%3A00%3A00%2B00%3A00&task_id=prova" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0"
Dec 30 08:54:02 bright01 webserver.sh[1915713]: 192.168.253.76 - - [30/Dec/2022:08:54:02 +0000] "GET /api/v1/dags/dag.testing/dagRuns/scheduled__2022-12-30T07:00:00+00:00/taskInstances/prova/logs/3?full_content=false HTTP/1.1" 200 8198 "http://airflow.local/dags/dag.testing/grid?root=&dag_run_id=scheduled__2022-12-30T07%3A00%3A00%2B00%3A00&task_id=prova" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0""><pre class="notranslate"><code class="notranslate">--> the log doesn't appear
Dec 30 08:53:52 bright01 webserver.sh[1915713]: 192.168.253.76 - - [30/Dec/2022:08:53:52 +0000] "GET /object/grid_data?dag_id=dag.testing&num_runs=25 HTTP/1.1" 200 1800 "http://airflow.local/dags/dag.testing/grid?root=&dag_run_id=scheduled__2022-12-30T07%3A00%3A00%2B00%3A00&task_id=prova" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0"
Dec 30 08:53:52 bright01 webserver.sh[1915713]: 192.168.253.76 - - [30/Dec/2022:08:53:52 +0000] "GET /api/v1/dags/dag.testing/dagRuns/scheduled__2022-12-30T07:00:00+00:00/taskInstances/prova/logs/2?full_content=false HTTP/1.1" 200 14349 "http://airflow.local/dags/dag.testing/grid?root=&dag_run_id=scheduled__2022-12-30T07%3A00%3A00%2B00%3A00&task_id=prova" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0"
Dec 30 08:53:55 bright01 webserver.sh[1915713]: 192.168.253.76 - - [30/Dec/2022:08:53:55 +0000] "GET /object/grid_data?dag_id=dag.testing&num_runs=25 HTTP/1.1" 200 1800 "http://airflow.local/dags/dag.testing/grid?root=&dag_run_id=scheduled__2022-12-30T07%3A00%3A00%2B00%3A00&task_id=prova" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0"
Dec 30 08:53:55 bright01 webserver.sh[1915713]: 192.168.253.76 - - [30/Dec/2022:08:53:55 +0000] "GET /api/v1/dags/dag.testing/dagRuns/scheduled__2022-12-30T07:00:00+00:00/taskInstances/prova/logs/2?full_content=false HTTP/1.1" 200 14349 "http://airflow.local/dags/dag.testing/grid?root=&dag_run_id=scheduled__2022-12-30T07%3A00%3A00%2B00%3A00&task_id=prova" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0"
Dec 30 08:53:58 bright01 webserver.sh[1915713]: 192.168.253.76 - - [30/Dec/2022:08:53:58 +0000] "GET /object/grid_data?dag_id=dag.testing&num_runs=25 HTTP/1.1" 200 1801 "http://airflow.local/dags/dag.testing/grid?root=&dag_run_id=scheduled__2022-12-30T07%3A00%3A00%2B00%3A00&task_id=prova" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0"
Dec 30 08:53:58 bright01 webserver.sh[1915713]: 192.168.253.76 - - [30/Dec/2022:08:53:58 +0000] "GET /api/v1/dags/dag.testing/dagRuns/scheduled__2022-12-30T07:00:00+00:00/taskInstances/prova/logs/2?full_content=false HTTP/1.1" 200 14349 "http://airflow.local/dags/dag.testing/grid?root=&dag_run_id=scheduled__2022-12-30T07%3A00%3A00%2B00%3A00&task_id=prova" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0"
Dec 30 08:53:58 bright01 webserver.sh[1915713]: 192.168.253.76 - - [30/Dec/2022:08:53:58 +0000] "GET /api/v1/dags/dag.testing/dagRuns/scheduled__2022-12-30T07:00:00+00:00/taskInstances/prova/logs/3?full_content=false HTTP/1.1" 200 7804 "http://airflow.local/dags/dag.testing/grid?root=&dag_run_id=scheduled__2022-12-30T07%3A00%3A00%2B00%3A00&task_id=prova" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0"
-> the log starts appearing
Dec 30 08:54:01 bright01 webserver.sh[1915713]: 192.168.253.76 - - [30/Dec/2022:08:54:01 +0000] "GET /object/grid_data?dag_id=dag.testing&num_runs=25 HTTP/1.1" 200 1802 "http://airflow.local/dags/dag.testing/grid?root=&dag_run_id=scheduled__2022-12-30T07%3A00%3A00%2B00%3A00&task_id=prova" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0"
Dec 30 08:54:02 bright01 webserver.sh[1915713]: 192.168.253.76 - - [30/Dec/2022:08:54:02 +0000] "GET /api/v1/dags/dag.testing/dagRuns/scheduled__2022-12-30T07:00:00+00:00/taskInstances/prova/logs/3?full_content=false HTTP/1.1" 200 8198 "http://airflow.local/dags/dag.testing/grid?root=&dag_run_id=scheduled__2022-12-30T07%3A00%3A00%2B00%3A00&task_id=prova" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0"
</code></pre></div>
<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"> 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> | <h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.4.3</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">In the grid view I do not see the logs for the latest try number if the task is in deferred state. I do see it in the "old" log view.</p>
<p dir="auto">Grid view:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/3342974/204215464-989e70e3-9dfc-490b-908c-f47f491316d5.png"><img src="https://user-images.githubusercontent.com/3342974/204215464-989e70e3-9dfc-490b-908c-f47f491316d5.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">"Old" view:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/3342974/204215513-05a6b0ac-f3da-44fa-b8c2-e31013e2467c.png"><img src="https://user-images.githubusercontent.com/3342974/204215513-05a6b0ac-f3da-44fa-b8c2-e31013e2467c.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">It could have something to do with the deferred task getting its try_number reduced by 1 - in my example try_number=1 and next_try_number=2.</p>
<p dir="auto"></p><div class="Box Box--condensed my-2">
<div class="Box-header f6">
<p class="mb-0 text-bold">
<a href="https://github.com/apache/airflow/blob/3e288abd0bc3e5788dcd7f6d9f6bef26ec4c7281/airflow/models/taskinstance.py#L1617-L1618">airflow/airflow/models/taskinstance.py</a>
</p>
<p class="mb-0 color-fg-muted">
Lines 1617 to 1618
in
<a data-pjax="true" class="commit-tease-sha" href="/apache/airflow/commit/3e288abd0bc3e5788dcd7f6d9f6bef26ec4c7281">3e288ab</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="L1617" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="1617"></td>
<td id="LC1617" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> <span class="pl-c"># Decrement try number so the next one is the same try</span> </td>
</tr>
<tr class="border-0">
<td id="L1618" class="blob-num border-0 px-3 py-0 color-bg-default" data-line-number="1618"></td>
<td id="LC1618" class="blob-code border-0 px-3 py-0 color-bg-default blob-code-inner js-file-line"> <span class="pl-s1">self</span>.<span class="pl-s1">_try_number</span> <span class="pl-c1">-=</span> <span class="pl-c1">1</span> </td>
</tr>
</tbody></table>
</div>
</div>
<p></p>
<h3 dir="auto">What you think should happen instead</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">How to reproduce</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Operating System</h3>
<p dir="auto">Red Hat</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">Virtualenv installation</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"> 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> | 1 |
<p dir="auto">Hi,</p>
<p dir="auto">I'm face a interesting problem while executing alot of a simple query via head plugin in a little time (about ~ 20 clicks successive)</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{
"size" : 90000000,
"query" : {
"term" : { "username" : "kimchy" }
},
"fields" : []
}"><pre class="notranslate"><code class="notranslate">{
"size" : 90000000,
"query" : {
"term" : { "username" : "kimchy" }
},
"fields" : []
}
</code></pre></div>
<p dir="auto">The result is the following (while Elasticsearch take time to anwser)</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{
error: ReduceSearchPhaseException[Failed to execute phase [query], [reduce] ]; nested: OutOfMemoryError[Java heap space];
status: 503
}"><pre class="notranslate"><code class="notranslate">{
error: ReduceSearchPhaseException[Failed to execute phase [query], [reduce] ]; nested: OutOfMemoryError[Java heap space];
status: 503
}
</code></pre></div>
<p dir="auto">But I have only 11 docs in my index.</p>
<p dir="auto">Log debug trace</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Failed to execute [org.elasticsearch.action.search.SearchRequest@3a44ebcb] while moving to second phase
java.lang.OutOfMemoryError: Java heap space
at org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:64)
at org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:37)
at org.elasticsearch.search.controller.ScoreDocQueue.<init>(ScoreDocQueue.java:31)
at org.elasticsearch.search.controller.SearchPhaseController.sortDocs(SearchPhaseController.java:257)
at org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.moveToSecondPhase(TransportSearchQueryThenFetchAction.java:85)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.innerMoveToSecondPhase(TransportSearchTypeAction.java:417)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.onFirstPhaseResult(TransportSearchTypeAction.java:241)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction$3.onResult(TransportSearchTypeAction.java:219)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction$3.onResult(TransportSearchTypeAction.java:216)
at org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteQuery(SearchServiceTransportAction.java:203)
at org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.sendExecuteFirstPhase(TransportSearchQueryThenFetchAction.java:80)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.performFirstPhase(TransportSearchTypeAction.java:216)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.performFirstPhase(TransportSearchTypeAction.java:203)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction$2.run(TransportSearchTypeAction.java:186)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)"><pre class="notranslate"><code class="notranslate">Failed to execute [org.elasticsearch.action.search.SearchRequest@3a44ebcb] while moving to second phase
java.lang.OutOfMemoryError: Java heap space
at org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:64)
at org.apache.lucene.util.PriorityQueue.<init>(PriorityQueue.java:37)
at org.elasticsearch.search.controller.ScoreDocQueue.<init>(ScoreDocQueue.java:31)
at org.elasticsearch.search.controller.SearchPhaseController.sortDocs(SearchPhaseController.java:257)
at org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.moveToSecondPhase(TransportSearchQueryThenFetchAction.java:85)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.innerMoveToSecondPhase(TransportSearchTypeAction.java:417)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.onFirstPhaseResult(TransportSearchTypeAction.java:241)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction$3.onResult(TransportSearchTypeAction.java:219)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction$3.onResult(TransportSearchTypeAction.java:216)
at org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteQuery(SearchServiceTransportAction.java:203)
at org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.sendExecuteFirstPhase(TransportSearchQueryThenFetchAction.java:80)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.performFirstPhase(TransportSearchTypeAction.java:216)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.performFirstPhase(TransportSearchTypeAction.java:203)
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction$2.run(TransportSearchTypeAction.java:186)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
</code></pre></div>
<p dir="auto">a priori, in Apache Lucene PriorityQueue.class, this following line causing problem</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="heap = (T[]) new Object[heapSize];"><pre class="notranslate"><code class="notranslate">heap = (T[]) new Object[heapSize];
</code></pre></div>
<p dir="auto">Questions :</p>
<ol dir="auto">
<li>Could you look up for fixing this issue? heapSize should be equal<br>
<strong>heapSize = Math.min(nDocsTotalInIndex, size);</strong> like it's did in IndexSearch class of Lucene (line 445)</li>
<li>Do you know why PriorityQueue pre-allocate a full array of length (will causing HeapSize or GC problem if we do a lot of query with high 'size' value)? Why don't simply use List < Object > ? Please clarify me, just for curiosity :)</li>
</ol>
<p dir="auto">Thanks</p>
<p dir="auto">Setup:</p>
<ul dir="auto">
<li>Elasticsearch 1.0.1 release</li>
<li>java version "1.7.0_25"<br>
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)<br>
Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)</li>
</ul>
<p dir="auto">PS: maybe the same problem with this one <a href="https://github.com/elasticsearch/elasticsearch/issues/4177" data-hovercard-type="issue" data-hovercard-url="/elastic/elasticsearch/issues/4177/hovercard">4177</a></p> | <p dir="auto">Hi,</p>
<p dir="auto">I am executing a simple query (using the Chrome Postman App) on an index with around 80000 records, with a 'from' value which is way higher than the number of available pages.</p>
<p dir="auto">{<br>
"from" : 200000000,<br>
"size" : 1,<br>
"query" : {<br>
"query_string" : {<br>
"query" : "test"<br>
}<br>
}<br>
}</p>
<p dir="auto">This results in the following response:</p>
<p dir="auto">{<br>
"error" : "ReduceSearchPhaseException[Failed to execute phase [query], [reduce] ]; nested: OutOfMemoryError[Java heap space]; ",<br>
"status" : 503<br>
}</p>
<p dir="auto">Interestingly, when I execute the same query from a Java client using the Java API, the same error occurs but the value can be much lower, around 2000000. Elasticsearch and Client running in separate JVMs,</p>
<p dir="auto">Our web application fronting ElasticSearch restricts the page size but not the page number as I assumed this would always return 0 results if the client request exceeds the available number of pages. However, if the client provides a very high number, this OOM occurs.</p>
<p dir="auto">Setup:<br>
$ java -version<br>
java version "1.7.0_17"<br>
Java(TM) SE Runtime Environment (build 1.7.0_17-b02)<br>
Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)<br>
Windows 7<br>
Elasticsearch 0.90.5 (standard setup, no settings changed after install)</p>
<h1 dir="auto">ES LOG after query direct from postman:</h1>
<p dir="auto">[2013-11-15 14:05:04,323][INFO ][node ] [Guthrie, Jebediah] version[0.90.5], pid[14304], build[<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/elastic/elasticsearch/commit/c8714e8e0620b62638f660f6144831792b9dedee/hovercard" href="https://github.com/elastic/elasticsearch/commit/c8714e8e0620b62638f660f6144831792b9dedee"><tt>c8714e8</tt></a>/2013-09-17T12:50:20Z]<br>
[2013-11-15 14:05:04,324][INFO ][node ] [Guthrie, Jebediah] initializing ...<br>
[2013-11-15 14:05:04,330][INFO ][plugins ] [Guthrie, Jebediah] loaded [], sites []<br>
[2013-11-15 14:05:07,601][INFO ][node ] [Guthrie, Jebediah] initialized<br>
[2013-11-15 14:05:07,602][INFO ][node ] [Guthrie, Jebediah] starting ...<br>
[2013-11-15 14:05:07,790][INFO ][transport ] [Guthrie, Jebediah] bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address {inet[/10.201.87.208:9300]}<br>
[2013-11-15 14:05:11,006][INFO ][cluster.service ] [Guthrie, Jebediah] new_master [Guthrie, Jebediah][rwzTTiUKQXG7mX0YuYc3SQ][inet[/10.201.87.208:9300]], reason: zen-disco-join (elected_as_master)<br>
[2013-11-15 14:05:11,079][INFO ][discovery ] [Guthrie, Jebediah] elasticsearch/rwzTTiUKQXG7mX0YuYc3SQ<br>
[2013-11-15 14:05:11,228][INFO ][http ] [Guthrie, Jebediah] bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address {inet[/10.201.87.208:9200]}<br>
[2013-11-15 14:05:11,229][INFO ][node ] [Guthrie, Jebediah] started<br>
[2013-11-15 14:05:11,942][INFO ][gateway ] [Guthrie, Jebediah] recovered [2] indices into cluster_state<br>
[2013-11-15 14:05:44,744][DEBUG][action.search.type ] [Guthrie, Jebediah] [gtr][0]: Failed to execute [org.elasticsearch.action.search.SearchRequest@2bc44fb7] while moving to second phase<br>
java.lang.OutOfMemoryError: Java heap space<br>
at org.apache.lucene.util.PriorityQueue.(PriorityQueue.java:64)<br>
at org.apache.lucene.util.PriorityQueue.(PriorityQueue.java:37)<br>
at org.elasticsearch.search.controller.ScoreDocQueue.(ScoreDocQueue.java:31)<br>
at org.elasticsearch.search.controller.SearchPhaseController.sortDocs(SearchPhaseController.java:248)<br>
at org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.moveToSecondPhase(TransportSearchQueryThenFetchAction.java:85)<br>
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.innerMoveToSecondPhase(TransportSearchTypeAction.java:409)<br>
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.onFirstPhaseResult(TransportSearchTypeAction.java:241)<br>
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction$3.onResult(TransportSearchTypeAction.java:219)<br>
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction$3.onResult(TransportSearchTypeAction.java:216)<br>
at org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteQuery(SearchServiceTransportAction.java:203)<br>
at org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.sendExecuteFirstPhase(TransportSearchQueryThenFetchAction.java:80)<br>
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.performFirstPhase(TransportSearchTypeAction.java:216)<br>
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction.performFirstPhase(TransportSearchTypeAction.java:203)<br>
at org.elasticsearch.action.search.type.TransportSearchTypeAction$BaseAsyncAction$2.run(TransportSearchTypeAction.java:186)<br>
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)<br>
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)<br>
at java.lang.Thread.run(Thread.java:722)<br>
[2013-11-15 14:05:46,165][INFO ][cluster.service ] [Guthrie, Jebediah] added {[Man-Spider][4F01Q8RwQHOhDW_LB2u1YQ][inet[/10.201.87.208:9301]]{data=false, local=false, master=false},}, reason: zen-disco-receive(join from node[[Man-Spider][4F01Q8RwQHOhDW_LB2u1YQ][inet[/10.201.87.208:9301]]{data=false, local=false, master=false}])</p>
<h1 dir="auto">CLIENT Log using Java API:</h1>
<p dir="auto">org.elasticsearch.action.search.ReduceSearchPhaseException: Failed to execute phase [query], [reduce]<br>
at org.elasticsearch.action.search.type.TransportSearchDfsQueryThenFetchAction$AsyncAction.executeFetchPhase(TransportSearchDfsQueryThenFetchAction.java:180) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.action.search.type.TransportSearchDfsQueryThenFetchAction$AsyncAction$3.onResult(TransportSearchDfsQueryThenFetchAction.java:154) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.action.search.type.TransportSearchDfsQueryThenFetchAction$AsyncAction$3.onResult(TransportSearchDfsQueryThenFetchAction.java:148) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.search.action.SearchServiceTransportAction$5.handleResponse(SearchServiceTransportAction.java:251) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.search.action.SearchServiceTransportAction$5.handleResponse(SearchServiceTransportAction.java:242) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.transport.netty.MessageChannelHandler.handleResponse(MessageChannelHandler.java:153) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.transport.netty.MessageChannelHandler.messageReceived(MessageChannelHandler.java:124) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:791) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:296) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.unfoldAndFireMessageReceived(FrameDecoder.java:462) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDecoder.java:443) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.messageReceived(FrameDecoder.java:303) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:559) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:268) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:255) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.socket.nio.NioWorker.read(NioWorker.java:88) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.process(AbstractNioWorker.java:109) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:312) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:90) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42) ~[elasticsearch-0.90.5.jar:na]<br>
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) ~[na:1.7.0_17]<br>
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) ~[na:1.7.0_17]<br>
at java.lang.Thread.run(Thread.java:722) ~[na:1.7.0_17]<br>
java.lang.OutOfMemoryError: Java heap space<br>
at org.apache.lucene.util.PriorityQueue.(PriorityQueue.java:64) ~[lucene-core-4.4.0.jar:4.4.0 1504776 - sarowe - 2013-07-19 02:53:42]<br>
at org.apache.lucene.util.PriorityQueue.(PriorityQueue.java:37) ~[lucene-core-4.4.0.jar:4.4.0 1504776 - sarowe - 2013-07-19 02:53:42]<br>
at org.elasticsearch.search.controller.ScoreDocQueue.(ScoreDocQueue.java:31) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.search.controller.SearchPhaseController.sortDocs(SearchPhaseController.java:248) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.action.search.type.TransportSearchDfsQueryThenFetchAction$AsyncAction.innerExecuteFetchPhase(TransportSearchDfsQueryThenFetchAction.java:185) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.action.search.type.TransportSearchDfsQueryThenFetchAction$AsyncAction.executeFetchPhase(TransportSearchDfsQueryThenFetchAction.java:178) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.action.search.type.TransportSearchDfsQueryThenFetchAction$AsyncAction$3.onResult(TransportSearchDfsQueryThenFetchAction.java:154) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.action.search.type.TransportSearchDfsQueryThenFetchAction$AsyncAction$3.onResult(TransportSearchDfsQueryThenFetchAction.java:148) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.search.action.SearchServiceTransportAction$5.handleResponse(SearchServiceTransportAction.java:251) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.search.action.SearchServiceTransportAction$5.handleResponse(SearchServiceTransportAction.java:242) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.transport.netty.MessageChannelHandler.handleResponse(MessageChannelHandler.java:153) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.transport.netty.MessageChannelHandler.messageReceived(MessageChannelHandler.java:124) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:791) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:296) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.unfoldAndFireMessageReceived(FrameDecoder.java:462) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDecoder.java:443) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.messageReceived(FrameDecoder.java:303) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:559) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:268) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:255) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.socket.nio.NioWorker.read(NioWorker.java:88) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.process(AbstractNioWorker.java:109) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:312) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:90) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108) ~[elasticsearch-0.90.5.jar:na]<br>
at org.elasticsearch.common.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42) ~[elasticsearch-0.90.5.jar:na]<br>
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) ~[na:1.7.0_17]</p> | 1 |
<p dir="auto"><strong>Glide Version</strong>: 4.3.1</p>
<p dir="auto"><strong>Integration libraries</strong>: None</p>
<p dir="auto"><strong>Device/Android Version</strong>: LG G4, 6.1</p>
<p dir="auto"><strong>Issue details / Repro steps / Use case background</strong>:<br>
Previously in Glide v3.7.0 the signature of the <code class="notranslate">encode</code> method in <code class="notranslate">Encoder</code> interface was:</p>
<div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="boolean encode(T data, OutputStream os)"><pre class="notranslate"><span class="pl-smi">boolean</span> <span class="pl-s1">encode</span>(<span class="pl-smi">T</span> <span class="pl-s1">data</span>, <span class="pl-smi">OutputStream</span> <span class="pl-s1">os</span>)</pre></div>
<p dir="auto">And in Glide v4.X it became:</p>
<div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="public boolean encode(InputStream data, File file, Options options)"><pre class="notranslate"><span class="pl-k">public</span> <span class="pl-smi">boolean</span> <span class="pl-s1">encode</span>(<span class="pl-smi">InputStream</span> <span class="pl-s1">data</span>, <span class="pl-smi">File</span> <span class="pl-s1">file</span>, <span class="pl-smi">Options</span> <span class="pl-s1">options</span>)</pre></div>
<p dir="auto">I understand that mostly, encoders will use <code class="notranslate">File</code> as a parameter that will be used for the encoding, but there's an exception when it comes to encryption encoding:<br>
For instance, Conceal library uses cipher <code class="notranslate">OutputStream</code>s to write encrypted data.<br>
In Glide v3.X My custom Encoder has created a ciphered <code class="notranslate">OutputStream</code> and then use the built-in <code class="notranslate">BitmapEncoder</code> to do the encoding work with the ciphered <code class="notranslate">OutputStream</code> it generated,<br>
In Glide v4.X, <code class="notranslate">BitmapEncoder</code> accepts a <code class="notranslate">File</code> and not <code class="notranslate">OutputStream</code> as before, so my encoder cannot make use of the <code class="notranslate">BitmapEncoder</code> class to do the encoding work unfortunately, which means that my custom <code class="notranslate">Encoder</code> has to be responsible for the encryption + encoding process by itself, instead of just the encryption like in Glide v3.X.</p>
<p dir="auto">I think that <code class="notranslate">Encoder</code> interface should accept also <code class="notranslate">OutputStream</code> and not just <code class="notranslate">File</code> objects to handle these kind of situations.</p>
<p dir="auto">Here's an example usage in Glide 3.X:</p>
<div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="OutputStream outputStream = crypto.getCipherOutputStream(new BufferedOutputStream(os), Entity.create("cache_entity"));
encoded = new BitmapEncoder().encode(data, outputStream);"><pre class="notranslate"><span class="pl-smi">OutputStream</span> <span class="pl-s1">outputStream</span> = <span class="pl-s1">crypto</span>.<span class="pl-en">getCipherOutputStream</span>(<span class="pl-k">new</span> <span class="pl-smi">BufferedOutputStream</span>(<span class="pl-s1">os</span>), <span class="pl-smi">Entity</span>.<span class="pl-en">create</span>(<span class="pl-s">"cache_entity"</span>));
<span class="pl-s1">encoded</span> = <span class="pl-k">new</span> <span class="pl-smi">BitmapEncoder</span>().<span class="pl-en">encode</span>(<span class="pl-s1">data</span>, <span class="pl-s1">outputStream</span>);</pre></div>
<p dir="auto"><strong>Glide load line / <code class="notranslate">GlideModule</code> (if any) / list Adapter code (if any)</strong>:</p>
<div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Glide.with..."><pre class="notranslate"><span class="pl-smi">Glide</span>.<span class="pl-smi">with</span>...</pre></div>
<p dir="auto"><strong>Layout XML</strong>:</p>
<div class="highlight highlight-text-xml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<FrameLayout xmlns:android="..."><pre class="notranslate"><<span class="pl-ent">FrameLayout</span> <span class="pl-e">xmlns</span><span class="pl-e">:</span><span class="pl-e">android</span>=<span class="pl-s"><span class="pl-pds">"</span>...</span></pre></div>
<p dir="auto"><strong>Stack trace / LogCat</strong>:</p>
<div class="highlight highlight-source-ruby notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="paste stack trace and/or log here"><pre class="notranslate"><span class="pl-en">paste</span> <span class="pl-en">stack</span> <span class="pl-en">trace</span> <span class="pl-k">and</span>/<span class="pl-en">or</span> <span class="pl-en">log</span> <span class="pl-en">here</span></pre></div> | <p dir="auto">My Project has encrypted files to get from diskcache, so use "DiskCache.get(Key key)", I can't read data from file.And I suggest we can change the return "File" with "InputStream".</p> | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=david_syer" rel="nofollow">Dave Syer</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4855?redirect=false" rel="nofollow">SPR-4855</a></strong> and commented</p>
<p dir="auto">Migrate Repeat and Retry from Spring Batch. They are almost completely self-contained now (on trunk), so it shouldn't be a tough job - just need to decide where to put them. Maybe the tests might have some batch dependencies, but they would be easily factored out. There is also a dependency on some utility stuff in org.springframework.batch.support which would need to be moved over or equivalents provided in core.</p>
<p dir="auto">The only real work will be migrating the StatefulRetryOperationsInterceptor (very useful). It currently depends on ItemKeyGenerator and NewItemIdentifier, for good reasons, so equivalents will have to be provided. When this is refactored it might also be a good idea to revisit the whole stateful retry concept - it could be implemented as an extension of the RetryOperations interface instead of through a callback / policy pairing as it is now.</p>
<hr>
<p dir="auto"><strong>Affects:</strong> 2.5.4</p>
<p dir="auto"><strong>Issue Links:</strong></p>
<ul dir="auto">
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398117592" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/13808" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/13808/hovercard" href="https://github.com/spring-projects/spring-framework/issues/13808">#13808</a> Consider moving Spring Batch Retry package into Spring Core (<em><strong>"is duplicated by"</strong></em>)</li>
</ul>
<p dir="auto">1 votes, 3 watchers</p> | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=samokk" rel="nofollow">Sami Dalouche</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-2578?redirect=false" rel="nofollow">SPR-2578</a></strong> and commented</p>
<p dir="auto">According to the documentation (<a href="http://static.springframework.org/spring/docs/2.0.x/reference/transaction.html#transaction-declarative-annotations" rel="nofollow">http://static.springframework.org/spring/docs/2.0.x/reference/transaction.html#transaction-declarative-annotations</a>), Annotating interface "IFoo" using <code class="notranslate">@Transactional</code> is supposed to affect the implementations of implementations of "IFoo".</p>
<p dir="auto">This is the case when using Interface-based proxying, but does not work when using CGLIB proxies.</p>
<p dir="auto">This issue is easy to reproduce.. Just take any IFoo, set it <code class="notranslate">@Transactional</code>, create a class that implements IFoo, and use the following in the spring appContext.xml :</p>
<hr>
<p dir="auto"><strong>Affects:</strong> 2.0 RC3</p>
<p dir="auto"><strong>Issue Links:</strong></p>
<ul dir="auto">
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398070183" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/7211" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/7211/hovercard" href="https://github.com/spring-projects/spring-framework/issues/7211">#7211</a> Semantics affected - tx:annotation-driven, proxy-target-class and <code class="notranslate">@Transactional</code> on interface (<em><strong>"duplicates"</strong></em>)</li>
</ul> | 0 |
<p dir="auto">According to the documentation here: <a href="http://celery.readthedocs.org/en/latest/userguide/workers.html#process-signals" rel="nofollow">http://celery.readthedocs.org/en/latest/userguide/workers.html#process-signals</a></p>
<p dir="auto">I should be able to send a SIGTERM to my running worker process and have it finish the task it is currently working on before it shuts down. However when I call sigterm the process exits immediately with the following traceback.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Traceback (most recent call last):
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/billiard/pool.py", line 1171, in mark_as_worker_lost
human_status(exitcode)),
WorkerLostError: Worker exited prematurely: signal 15 (SIGTERM)."><pre class="notranslate"><code class="notranslate">Traceback (most recent call last):
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/billiard/pool.py", line 1171, in mark_as_worker_lost
human_status(exitcode)),
WorkerLostError: Worker exited prematurely: signal 15 (SIGTERM).
</code></pre></div>
<p dir="auto">I'm using Celery 3.1.18 with django 1.4, is there something special that has to be done to integrate the signal handlers with django?</p>
<p dir="auto">Also posted here on the mailing list: <a href="https://groups.google.com/forum/#!topic/celery-users/t8g5KvIvQZ8" rel="nofollow">https://groups.google.com/forum/#!topic/celery-users/t8g5KvIvQZ8</a></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 checked the <a href="https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Enhancement%22+-label%3A%22Category%3A+Documentation%22">issues list</a><br>
for similar or identical enhancement to an existing feature.</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%22Issue+Type%3A+Enhancement%22+-label%3A%22Category%3A+Documentation%22">pull requests list</a><br>
for existing proposed enhancements.</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 if the same enhancement was already implemented in the<br>
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 in this issue<br>
(If there are none, check this box anyway).</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>
<h1 dir="auto">Brief Summary</h1>
<p dir="auto">The docs for celery.schedules.solar state that long and lat are ints. This triggers a warning for some linters and also the example on the page uses the function with floats:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="lat (int): The latitude of the observer.
lon (int): The longitude of the observer."><pre class="notranslate"><code class="notranslate">lat (int): The latitude of the observer.
lon (int): The longitude of the observer.
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from celery.schedules import solar
app.conf.beat_schedule = {
# Executes at sunset in Melbourne
'add-at-melbourne-sunset': {
'task': 'tasks.add',
'schedule': solar('sunset', -37.81753, 144.96715),
'args': (16, 16),
},
}"><pre class="notranslate"><code class="notranslate">from celery.schedules import solar
app.conf.beat_schedule = {
# Executes at sunset in Melbourne
'add-at-melbourne-sunset': {
'task': 'tasks.add',
'schedule': solar('sunset', -37.81753, 144.96715),
'args': (16, 16),
},
}
</code></pre></div>
<h1 dir="auto">Design</h1>
<h2 dir="auto">Architectural Considerations</h2>
<p dir="auto">None</p>
<h2 dir="auto">Proposed Behavior</h2>
<p dir="auto">Change the docstring to float</p>
<h2 dir="auto">Proposed UI/UX</h2>
<h2 dir="auto">Diagrams</h2>
<p dir="auto">N/A</p>
<h2 dir="auto">Alternatives</h2>
<p dir="auto">None</p> | 0 |
<h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">The new Cairo backend flips the <code class="notranslate">imshow</code> image compared to the Agg.</p>
<p dir="auto"><strong>Code</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import matplotlib
matplotlib.use("TkCairo") # or matplotlib.use("TkAgg")
import matplotlib.pyplot as plt
fig, ax = plt.subplots(figsize=(4,2.5))
im = plt.imread("house.png")
ax.imshow(im, origin="upper")
fig.suptitle(matplotlib.get_backend())
fig.savefig(matplotlib.get_backend()+".png")
plt.show()
"><pre class="notranslate"><code class="notranslate">import matplotlib
matplotlib.use("TkCairo") # or matplotlib.use("TkAgg")
import matplotlib.pyplot as plt
fig, ax = plt.subplots(figsize=(4,2.5))
im = plt.imread("house.png")
ax.imshow(im, origin="upper")
fig.suptitle(matplotlib.get_backend())
fig.savefig(matplotlib.get_backend()+".png")
plt.show()
</code></pre></div>
<p dir="auto"><strong>Actual outcome: TkAgg (similar with Qt4Agg)</strong></p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/23121882/37560576-6d5930b4-2a3b-11e8-884d-0d59f78d997b.png"><img src="https://user-images.githubusercontent.com/23121882/37560576-6d5930b4-2a3b-11e8-884d-0d59f78d997b.png" alt="tkagg" style="max-width: 100%;"></a></p>
<p dir="auto"><strong>Actual outcome: TkCairo (similar with Qt4Cairo)</strong></p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/23121882/37560579-71fa8cd0-2a3b-11e8-8472-1b52d6c11a49.png"><img src="https://user-images.githubusercontent.com/23121882/37560579-71fa8cd0-2a3b-11e8-8472-1b52d6c11a49.png" alt="tkcairo" style="max-width: 100%;"></a></p>
<p dir="auto"><strong>Expected outcome</strong></p>
<p dir="auto">I would guess the Agg behaviour is the intended one.</p>
<p dir="auto"><strong>Matplotlib version</strong></p>
<ul dir="auto">
<li>Operating system: Windows 8.1</li>
<li>Matplotlib version: 2.2</li>
<li>Matplotlib backend: TkCairo, Qt4Cairo (flipped image); TkAgg, Qt4Agg (upright image)</li>
<li>Python version: 2.7.10</li>
</ul> | <p dir="auto">As of master (and probably since a long time)</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from pylab import *
rcdefaults()
fig, axs = plt.subplots(1, 2)
axs[0].imshow(np.arange(4).reshape((2, 2)))
axs[1].imshow(np.arange(4).reshape((2, 2)), alpha=.5)
show()"><pre class="notranslate"><code class="notranslate">from pylab import *
rcdefaults()
fig, axs = plt.subplots(1, 2)
axs[0].imshow(np.arange(4).reshape((2, 2)))
axs[1].imshow(np.arange(4).reshape((2, 2)), alpha=.5)
show()
</code></pre></div>
<p dir="auto">produces, on gtk3agg<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1322974/27520067-b15eda8a-59b6-11e7-9eb0-7c98645bb850.png"><img src="https://user-images.githubusercontent.com/1322974/27520067-b15eda8a-59b6-11e7-9eb0-7c98645bb850.png" alt="gtk3agg" style="max-width: 100%;"></a><br>
and on gtk3cairo<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1322974/27520068-b7c9934c-59b6-11e7-9e15-462c0ad173a7.png"><img src="https://user-images.githubusercontent.com/1322974/27520068-b7c9934c-59b6-11e7-9e15-462c0ad173a7.png" alt="gtk3cairo" style="max-width: 100%;"></a></p>
<p dir="auto">Looks like image.origin is not respected, and alpha is not applied correctly (this is not surprising, as cairo uses <em>premultiplied</em> ARGB (<a href="https://www.cairographics.org/manual/cairo-Image-Surfaces.html#cairo-format-t" rel="nofollow">https://www.cairographics.org/manual/cairo-Image-Surfaces.html#cairo-format-t</a> CAIRO_FORMAT_ARGB32).</p> | 1 |
<p dir="auto"><a href="https://github.com/golang/go/wiki/CodeReviewComments#imports">https://github.com/golang/go/wiki/CodeReviewComments#imports</a> says that <code class="notranslate">"Imports are organized in groups, with blank lines between them. The standard library packages are in the first group."</code>.</p>
<p dir="auto">However godoc simply sorts imports in lexicographical order.<br>
This makes it very hard to find the documentation of a standard package.</p>
<p dir="auto">The order should be:</p>
<ol dir="auto">
<li>standard library packages</li>
<li>golang.org/x/ packages</li>
<li>other packages</li>
</ol> | <pre class="notranslate">Brad: "I'd really like to see the standard library by itself, or at least broken up
by itself at the top of the page, with third-party GOPATH stuff at the bottom."
Russ: "If you really wanted to, you could do something like
<a href="http://golang.org/cl/5797067" rel="nofollow">http://golang.org/cl/5797067</a> But I am not sure it's such a good idea"
Brad: "Sounds like a great idea. Much prettier. What's the downside?"
Russ: "I have used systems with 'mostly sorted' lists before, and the convenience
always seems to give way to confusion, because people think they _are_ sorted and then
can't find things."
Robert: "Can we have different modes for looking at it?"
Brad: "The default is all that matters. There's already a flat mode (which I
prefer), but I can never remember how to get to it without looking up the source, which
I'm always too lazy to do. You could argue for mode-switching links, but therein lies
craziness."</pre> | 1 |
<p dir="auto">Currently there is no resize event for BrowserWindows, therefore it's impossible to know when it's resized.<br>
A possible workaround would be to listen to the DOM resize event and send it over the IPC.</p> | <p dir="auto">It would be great if electron supported 2 more BrowserWindow events:</p>
<ul dir="auto">
<li>resize</li>
<li>move</li>
</ul>
<p dir="auto">They could work similar to events in <a href="https://github.com/nwjs/nw.js/wiki/Window">nw.js Window</a>. Both of them would be emitted after window is moved or resized. Callback could be called with 2 arguments:</p>
<ul dir="auto">
<li>x and y for move</li>
<li>width and height for resize</li>
</ul> | 1 |
<p dir="auto">The multitude of shortcuts for "Editor : Select To End Of Line" break the layout of the command panel.</p>
<p dir="auto">User: <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jbarnette/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jbarnette">@jbarnette</a><br>
Atom Version: 0.43.0<br>
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Atom/0.43.0 Safari/537.36</p> | <p dir="auto">in the command panel the word wrapping is a little off</p>
<p dir="auto">User: <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jonrohan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jonrohan">@jonrohan</a><br>
Atom Version: 0.41.0<br>
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Atom/0.41.0 Safari/537.36<br>
Screenshot: <a href="https://github.com/atom/feedback-storage/blob/master/image-7e3fc5c5-e402-93c6-bf9e-ab00390cfd89.png">screenshot</a></p> | 1 |
<p dir="auto">Attempting to misuse a trait can cause a compiler panic. The offending code is a simplified version of what I was working on.</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 rem_is_zero<T: Eq + Rem + Zero>(n: T, m: T) -> bool
where <T as Rem>::Output: Zero + Eq
{
let z = <T as Rem>::Output::zero(); // Compiler panic
//let z = <<T as Rem>::Output as Zero>::zero(); // Compiles correctly
(n % m) == z
}"><pre class="notranslate"><code class="notranslate">fn rem_is_zero<T: Eq + Rem + Zero>(n: T, m: T) -> bool
where <T as Rem>::Output: Zero + Eq
{
let z = <T as Rem>::Output::zero(); // Compiler panic
//let z = <<T as Rem>::Output as Zero>::zero(); // Compiles correctly
(n % m) == z
}
</code></pre></div>
<p dir="auto">After reviewing the documentation, I expect this to throw a syntax error. Specifically, because the let RHS should be written as: <code class="notranslate"><<T as Rem>::Output as Zero>::zero</code>. This code <em>does</em> compile and work as expected.</p>
<p dir="auto">I don't know if this is specific to the Zero trait as I was able to use it like this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="fn eq_zero<T:Eq + Zero>(n: T) -> bool
{
let z = T::zero();
n == z
}"><pre class="notranslate"><code class="notranslate">fn eq_zero<T:Eq + Zero>(n: T) -> bool
{
let z = T::zero();
n == z
}
</code></pre></div>
<h2 dir="auto">Meta</h2>
<p dir="auto"><code class="notranslate">rustc --version --verbose</code>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="rustc 1.4.0-nightly (4f33e43cb 2015-08-05)
binary: rustc
commit-hash: 4f33e43cbceb60ec85bb5140bd5470965ea92d16
commit-date: 2015-08-05
host: x86_64-pc-windows-gnu
release: 1.4.0-nightly"><pre class="notranslate"><code class="notranslate">rustc 1.4.0-nightly (4f33e43cb 2015-08-05)
binary: rustc
commit-hash: 4f33e43cbceb60ec85bb5140bd5470965ea92d16
commit-date: 2015-08-05
host: x86_64-pc-windows-gnu
release: 1.4.0-nightly
</code></pre></div>
<p dir="auto">Backtrace:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="C:\Stuff\Programming\rust-tut\rust-nightly-bug\src>rustc main.rs
main.rs:18:11: 18:35 error: internal compiler error: Type parameter `Self/SelfSpace.0` (Self/SelfSpace/0) out of range when substituting (root type=Some(Self)) substs=Substs[types=[[];[];[]], regions=[[];[];[]]]
main.rs:18 let z = <T as Rem>::Output::zero();
^~~~~~~~~~~~~~~~~~~~~~~~
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
thread 'rustc' panicked at 'Box<Any>', ../src/libsyntax\diagnostic.rs:176
stack backtrace:
1: 0x699b9ce8 - sys::backtrace::write::h681b474c6c2394f4tNs
2: 0x699c37ff - rt::unwind::register::hb538ab914c4328d5b2w
3: 0x699854df - rt::unwind::begin_unwind_inner::hb80fd8ef51b4060akZw
4: 0x7105ee5b - diagnostic::SpanHandler::span_bug::hc633dbf01b525dc5X6A
5: 0x7105ee13 - diagnostic::SpanHandler::span_bug::hc633dbf01b525dc5X6A
6: 0x692b88d8 - middle::subst::SubstFolder<'a, 'tcx>.TypeFolder<'tcx>::fold_ty::hca42f6dc71385de0GnQ
7: 0x670f83d1 - check::FnCtxt<'a, 'tcx>.AstConv<'tcx>::ty_infer::hb1193da908738887xBo
8: 0x6716d690 - rscope::ShiftedRscope<'r>.RegionScope::anon_regions::h419ad07efdb37e6bUlu
9: 0x671752b2 - astconv::PathParamMode...std..cmp..PartialEq::ne::h94fa3bff02dd36c9OIu
10: 0x67174689 - astconv::PathParamMode...std..cmp..PartialEq::ne::h94fa3bff02dd36c9OIu
11: 0x6717a6cc - astconv::PathParamMode...std..cmp..PartialEq::ne::h94fa3bff02dd36c9OIu
12: 0x671630d8 - check::TupleArgumentsFlag...std..clone..Clone::clone::hedb38ea352ace7f6cBq
13: 0x67091969 - check::resolve_ty_and_def_ufcs::h0db529947a54cd24X2r
14: 0x6715813b - check::may_break::he5881651fb8999a1eut
15: 0x670f995e - check::FnCtxt<'a, 'tcx>.AstConv<'tcx>::projected_ty::h759a827f017a8a8atDo
16: 0x67141285 - check::may_break::he5881651fb8999a1eut
17: 0x67166240 - check::check_decl_initializer::hf0aa92b366271b1awas
18: 0x671662da - check::check_decl_local::h37a43869df125d9bKbs
19: 0x671664bf - check::check_stmt::h5078de71b85f2dc0Dds
20: 0x671182fb - check::GatherLocalsVisitor<'a, 'tcx>.Visitor<'tcx>::visit_item::h6ba246b1c9f3850dKIn
21: 0x670f920a - check::FnCtxt<'a, 'tcx>.AstConv<'tcx>::projected_ty::h759a827f017a8a8atDo
22: 0x6710fa3c - check::check_item_types::h3739f0f18758ac32ewn
23: 0x6710dcf0 - check::check_item_body::hc85a464b96f40859HYn
24: 0x6710f684 - check::check_item_types::h3739f0f18758ac32ewn
25: 0x671c8634 - check_crate::ha45cf61934d4de29laD
26: 0x67be60dc - driver::assign_node_ids_and_map::h4dcd00430a00f2727Da
27: 0x67be47f4 - driver::assign_node_ids_and_map::h4dcd00430a00f2727Da
28: 0x67bdef86 - driver::assign_node_ids_and_map::h4dcd00430a00f2727Da
29: 0x67bc2472 - driver::compile_input::h456239a0987e1d55Tba
30: 0x67caa553 - run_compiler::ha97eef431fa5768cC7b
31: 0x67ca8407 - run::h1e382076a350f7f7i7b
32: 0x67ca7da9 - run::h1e382076a350f7f7i7b
33: 0x699c318c - rt::unwind::imp::rust_eh_personality_catch::h8647fb0995b90ac0TMw
34: 0x699ad7e2 - rt::unwind::try::inner_try::haade0eef5e14ff2ddVw
35: 0x67ca7f77 - run::h1e382076a350f7f7i7b
36: 0x699c157e - sys::process::Command::cwd::h322b10c2248cc4393Ev
37: 0x7fffae6d2d92 - BaseThreadInitThunk"><pre class="notranslate"><code class="notranslate">C:\Stuff\Programming\rust-tut\rust-nightly-bug\src>rustc main.rs
main.rs:18:11: 18:35 error: internal compiler error: Type parameter `Self/SelfSpace.0` (Self/SelfSpace/0) out of range when substituting (root type=Some(Self)) substs=Substs[types=[[];[];[]], regions=[[];[];[]]]
main.rs:18 let z = <T as Rem>::Output::zero();
^~~~~~~~~~~~~~~~~~~~~~~~
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
thread 'rustc' panicked at 'Box<Any>', ../src/libsyntax\diagnostic.rs:176
stack backtrace:
1: 0x699b9ce8 - sys::backtrace::write::h681b474c6c2394f4tNs
2: 0x699c37ff - rt::unwind::register::hb538ab914c4328d5b2w
3: 0x699854df - rt::unwind::begin_unwind_inner::hb80fd8ef51b4060akZw
4: 0x7105ee5b - diagnostic::SpanHandler::span_bug::hc633dbf01b525dc5X6A
5: 0x7105ee13 - diagnostic::SpanHandler::span_bug::hc633dbf01b525dc5X6A
6: 0x692b88d8 - middle::subst::SubstFolder<'a, 'tcx>.TypeFolder<'tcx>::fold_ty::hca42f6dc71385de0GnQ
7: 0x670f83d1 - check::FnCtxt<'a, 'tcx>.AstConv<'tcx>::ty_infer::hb1193da908738887xBo
8: 0x6716d690 - rscope::ShiftedRscope<'r>.RegionScope::anon_regions::h419ad07efdb37e6bUlu
9: 0x671752b2 - astconv::PathParamMode...std..cmp..PartialEq::ne::h94fa3bff02dd36c9OIu
10: 0x67174689 - astconv::PathParamMode...std..cmp..PartialEq::ne::h94fa3bff02dd36c9OIu
11: 0x6717a6cc - astconv::PathParamMode...std..cmp..PartialEq::ne::h94fa3bff02dd36c9OIu
12: 0x671630d8 - check::TupleArgumentsFlag...std..clone..Clone::clone::hedb38ea352ace7f6cBq
13: 0x67091969 - check::resolve_ty_and_def_ufcs::h0db529947a54cd24X2r
14: 0x6715813b - check::may_break::he5881651fb8999a1eut
15: 0x670f995e - check::FnCtxt<'a, 'tcx>.AstConv<'tcx>::projected_ty::h759a827f017a8a8atDo
16: 0x67141285 - check::may_break::he5881651fb8999a1eut
17: 0x67166240 - check::check_decl_initializer::hf0aa92b366271b1awas
18: 0x671662da - check::check_decl_local::h37a43869df125d9bKbs
19: 0x671664bf - check::check_stmt::h5078de71b85f2dc0Dds
20: 0x671182fb - check::GatherLocalsVisitor<'a, 'tcx>.Visitor<'tcx>::visit_item::h6ba246b1c9f3850dKIn
21: 0x670f920a - check::FnCtxt<'a, 'tcx>.AstConv<'tcx>::projected_ty::h759a827f017a8a8atDo
22: 0x6710fa3c - check::check_item_types::h3739f0f18758ac32ewn
23: 0x6710dcf0 - check::check_item_body::hc85a464b96f40859HYn
24: 0x6710f684 - check::check_item_types::h3739f0f18758ac32ewn
25: 0x671c8634 - check_crate::ha45cf61934d4de29laD
26: 0x67be60dc - driver::assign_node_ids_and_map::h4dcd00430a00f2727Da
27: 0x67be47f4 - driver::assign_node_ids_and_map::h4dcd00430a00f2727Da
28: 0x67bdef86 - driver::assign_node_ids_and_map::h4dcd00430a00f2727Da
29: 0x67bc2472 - driver::compile_input::h456239a0987e1d55Tba
30: 0x67caa553 - run_compiler::ha97eef431fa5768cC7b
31: 0x67ca8407 - run::h1e382076a350f7f7i7b
32: 0x67ca7da9 - run::h1e382076a350f7f7i7b
33: 0x699c318c - rt::unwind::imp::rust_eh_personality_catch::h8647fb0995b90ac0TMw
34: 0x699ad7e2 - rt::unwind::try::inner_try::haade0eef5e14ff2ddVw
35: 0x67ca7f77 - run::h1e382076a350f7f7i7b
36: 0x699c157e - sys::process::Command::cwd::h322b10c2248cc4393Ev
37: 0x7fffae6d2d92 - BaseThreadInitThunk
</code></pre></div> | <p dir="auto">Hello! I'm reporting an apparent compiler error stemming from a typo.</p>
<p dir="auto"><strong>Version</strong></p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ rustc --version --verbose
rustc 1.4.0-nightly (7bf626a68 2015-09-07)
binary: rustc
commit-hash: 7bf626a68045be1d1a4fac9a635113bb7775b6bb
commit-date: 2015-09-07
host: x86_64-apple-darwin
release: 1.4.0-nightly"><pre class="notranslate">$ rustc --version --verbose
rustc 1.4.0-nightly (7bf626a68 2015-09-07)
binary: rustc
commit-hash: 7bf626a68045be1d1a4fac9a635113bb7775b6bb
commit-date: 2015-09-07
host: x86_64-apple-darwin
release: 1.4.0-nightly</pre></div>
<p dir="auto"><strong>Repro</strong><br>
It suffices to attempt compilation of the following:</p>
<p dir="auto"><em>Ex. 1</em></p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="use std::ops::BitXor;
fn f() {
let x: u8 = BitXor::bitor(0 as u8, 0 as u8);
}"><pre class="notranslate"><span class="pl-k">use</span> std<span class="pl-kos">::</span>ops<span class="pl-kos">::</span><span class="pl-v">BitXor</span><span class="pl-kos">;</span>
<span class="pl-k">fn</span> <span class="pl-en">f</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">let</span> x<span class="pl-kos">:</span> <span class="pl-smi">u8</span> = <span class="pl-smi">BitXor</span><span class="pl-kos">::</span><span class="pl-en">bitor</span><span class="pl-kos">(</span><span class="pl-c1">0</span> <span class="pl-k">as</span> <span class="pl-smi">u8</span><span class="pl-kos">,</span> <span class="pl-c1">0</span> <span class="pl-k">as</span> <span class="pl-smi">u8</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-kos">}</span></pre></div>
<p dir="auto">The above <em>does</em> compile if the obvious typo is fixed. I tried to find an even smaller example which failed similarly. A smaller example which does <em>not</em> compile if the typo is fixed, but as is, also fails with an error similar to Ex. 1:</p>
<p dir="auto"><em>Ex. 2</em></p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="use std::ops::BitXor;
fn f() {
let g = BitXor::bitor;
}"><pre class="notranslate"><span class="pl-k">use</span> std<span class="pl-kos">::</span>ops<span class="pl-kos">::</span><span class="pl-v">BitXor</span><span class="pl-kos">;</span>
<span class="pl-k">fn</span> <span class="pl-en">f</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-k">let</span> g = <span class="pl-smi">BitXor</span><span class="pl-kos">::</span>bitor<span class="pl-kos">;</span>
<span class="pl-kos">}</span></pre></div>
<p dir="auto">My build invocation was <code class="notranslate">cargo build</code>.</p>
<p dir="auto"><strong>Expected behavior</strong><br>
For Ex 1., I would expect to see some sort of name resolution error. That example compiles if <code class="notranslate">bitor</code> is replaced with <code class="notranslate">bitxor</code>. For Ex. 2, I have a less certain expectation, but would still expect some sort of name resolution error.</p>
<p dir="auto"><strong>Observed behavior</strong><br>
Both snippets fail to compile with the following error message:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="error: internal compiler error: Type parameter `Self/SelfSpace.0` (Self/SelfSpace/0) out of range when substituting (root type=Some(Self)) substs=Substs[types=[[];[];[]], regions=[[];[];[]]]"><pre class="notranslate"><code class="notranslate">error: internal compiler error: Type parameter `Self/SelfSpace.0` (Self/SelfSpace/0) out of range when substituting (root type=Some(Self)) substs=Substs[types=[[];[];[]], regions=[[];[];[]]]
</code></pre></div>
<p dir="auto">Backtraces follow below.</p>
<p dir="auto"><em>Ex. 1</em></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ RUST_BACKTRACE=1 cargo build
Compiling bugreport v0.1.0 (file:///Users/joe/devel/bugreport)
src/lib.rs:4:17: 4:30 error: internal compiler error: Type parameter `Self/SelfSpace.0` (Self/SelfSpace/0) out of range when substituting (root type=Some(Self)) substs=Substs[types=[[];[];[]], regions=[[];[];[]]]
src/lib.rs:4 let x: u8 = BitXor::bitor(0 as u8, 0 as u8);
^~~~~~~~~~~~~
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
thread 'rustc' panicked at 'Box<Any>', ../src/libsyntax/diagnostic.rs:176
stack backtrace:
1: 0x111eab820 - sys::backtrace::tracing::imp::write::h8eb606f0676b1c68Sqs
2: 0x111eb263b - panicking::on_panic::h439344cab6a0722eKXw
3: 0x111e74362 - rt::unwind::begin_unwind_inner::h208ecd91d43787c9Msw
4: 0x10f71977a - rt::unwind::begin_unwind::h544928616495927122
5: 0x10f719742 - diagnostic::SpanHandler::span_bug::hd65799bd4f0c505a6NA
6: 0x10eb9bcfe - middle::subst::SubstFolder<'a, 'tcx>.TypeFolder<'tcx>::fold_ty::h93ff7eb3e9afebb7TYQ
7: 0x10e5c1df0 - check::FnCtxt<'a, 'tcx>.AstConv<'tcx>::ty_infer::hb0bb190e00a198c90Cq
8: 0x10e63f435 - iter::Map<I, F>.Iterator::next::h1142259025829094402
9: 0x10e63e41e - astconv::create_substs_for_ast_path::hd4dfccf714bc74f4q2v
10: 0x10e6466e9 - astconv::create_substs_for_ast_trait_ref::h4368114ff2eab34dfrw
11: 0x10e64431c - astconv::ast_path_to_poly_trait_ref::h29bb903d881cbabdAow
12: 0x10e63455c - astconv::finish_resolving_def_to_ty::habd24143c000f312Phx
13: 0x10e532532 - check::resolve_ty_and_def_ufcs::h94d5f667283b3292wVt
14: 0x10e62e174 - check::check_expr_with_unifier::h17434517167852192102
15: 0x10e5c3877 - check::callee::check_call::heb2226e51ebba80aGUm
16: 0x10e618052 - check::check_expr_with_unifier::h7638636721109620462
17: 0x10e636fd5 - check::check_decl_initializer::h60197528b46dd3ddB2t
18: 0x10e637083 - check::check_decl_local::hada2f84316d1a260P3t
19: 0x10e6374a7 - check::check_stmt::ha7821baa526c3cf6I5t
20: 0x10e5edd77 - check::check_block_with_expected::h008ebf27f3d681a9F9t
21: 0x10e5c3010 - check::check_fn::h73e2f75c353c138drJp
22: 0x10e5e4bac - check::check_bare_fn::h9d4937e09659b1ff0yp
23: 0x10e5e2903 - check::check_item_body::hbee3397a0255ef56k0p
24: 0x10e69d3e1 - check_crate::hfc612f2e81e3f3ec1BE
25: 0x10de1d74a - driver::phase_3_run_analysis_passes::closure.21870
26: 0x10ddff38a - middle::ty::ctxt<'tcx>::create_and_enter::h10730255013514676807
27: 0x10ddfab95 - driver::phase_3_run_analysis_passes::h3370851894325132430
28: 0x10dddb585 - driver::compile_input::h88f9e5d56c3193e90ba
29: 0x10df40250 - run_compiler::h0bd793d9ea569018qqc
30: 0x10df3db49 - boxed::F.FnBox<A>::call_box::h4277668881798780915
31: 0x10df3d542 - rt::unwind::try::try_fn::h17584184833201088243
32: 0x111eb21f8 - __rust_try
33: 0x111e9e400 - rt::unwind::try::inner_try::h1851ddf9ecd93c2fFow
34: 0x10df3d6f2 - boxed::F.FnBox<A>::call_box::h5084478766513466170
35: 0x111eb156d - sys::thread::Thread::new::thread_start::hc131c4deb753ff20oNv
36: 0x7fff8de30267 - _pthread_body
37: 0x7fff8de301e4 - _pthread_start
Could not compile `bugreport`."><pre class="notranslate"><code class="notranslate">$ RUST_BACKTRACE=1 cargo build
Compiling bugreport v0.1.0 (file:///Users/joe/devel/bugreport)
src/lib.rs:4:17: 4:30 error: internal compiler error: Type parameter `Self/SelfSpace.0` (Self/SelfSpace/0) out of range when substituting (root type=Some(Self)) substs=Substs[types=[[];[];[]], regions=[[];[];[]]]
src/lib.rs:4 let x: u8 = BitXor::bitor(0 as u8, 0 as u8);
^~~~~~~~~~~~~
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
thread 'rustc' panicked at 'Box<Any>', ../src/libsyntax/diagnostic.rs:176
stack backtrace:
1: 0x111eab820 - sys::backtrace::tracing::imp::write::h8eb606f0676b1c68Sqs
2: 0x111eb263b - panicking::on_panic::h439344cab6a0722eKXw
3: 0x111e74362 - rt::unwind::begin_unwind_inner::h208ecd91d43787c9Msw
4: 0x10f71977a - rt::unwind::begin_unwind::h544928616495927122
5: 0x10f719742 - diagnostic::SpanHandler::span_bug::hd65799bd4f0c505a6NA
6: 0x10eb9bcfe - middle::subst::SubstFolder<'a, 'tcx>.TypeFolder<'tcx>::fold_ty::h93ff7eb3e9afebb7TYQ
7: 0x10e5c1df0 - check::FnCtxt<'a, 'tcx>.AstConv<'tcx>::ty_infer::hb0bb190e00a198c90Cq
8: 0x10e63f435 - iter::Map<I, F>.Iterator::next::h1142259025829094402
9: 0x10e63e41e - astconv::create_substs_for_ast_path::hd4dfccf714bc74f4q2v
10: 0x10e6466e9 - astconv::create_substs_for_ast_trait_ref::h4368114ff2eab34dfrw
11: 0x10e64431c - astconv::ast_path_to_poly_trait_ref::h29bb903d881cbabdAow
12: 0x10e63455c - astconv::finish_resolving_def_to_ty::habd24143c000f312Phx
13: 0x10e532532 - check::resolve_ty_and_def_ufcs::h94d5f667283b3292wVt
14: 0x10e62e174 - check::check_expr_with_unifier::h17434517167852192102
15: 0x10e5c3877 - check::callee::check_call::heb2226e51ebba80aGUm
16: 0x10e618052 - check::check_expr_with_unifier::h7638636721109620462
17: 0x10e636fd5 - check::check_decl_initializer::h60197528b46dd3ddB2t
18: 0x10e637083 - check::check_decl_local::hada2f84316d1a260P3t
19: 0x10e6374a7 - check::check_stmt::ha7821baa526c3cf6I5t
20: 0x10e5edd77 - check::check_block_with_expected::h008ebf27f3d681a9F9t
21: 0x10e5c3010 - check::check_fn::h73e2f75c353c138drJp
22: 0x10e5e4bac - check::check_bare_fn::h9d4937e09659b1ff0yp
23: 0x10e5e2903 - check::check_item_body::hbee3397a0255ef56k0p
24: 0x10e69d3e1 - check_crate::hfc612f2e81e3f3ec1BE
25: 0x10de1d74a - driver::phase_3_run_analysis_passes::closure.21870
26: 0x10ddff38a - middle::ty::ctxt<'tcx>::create_and_enter::h10730255013514676807
27: 0x10ddfab95 - driver::phase_3_run_analysis_passes::h3370851894325132430
28: 0x10dddb585 - driver::compile_input::h88f9e5d56c3193e90ba
29: 0x10df40250 - run_compiler::h0bd793d9ea569018qqc
30: 0x10df3db49 - boxed::F.FnBox<A>::call_box::h4277668881798780915
31: 0x10df3d542 - rt::unwind::try::try_fn::h17584184833201088243
32: 0x111eb21f8 - __rust_try
33: 0x111e9e400 - rt::unwind::try::inner_try::h1851ddf9ecd93c2fFow
34: 0x10df3d6f2 - boxed::F.FnBox<A>::call_box::h5084478766513466170
35: 0x111eb156d - sys::thread::Thread::new::thread_start::hc131c4deb753ff20oNv
36: 0x7fff8de30267 - _pthread_body
37: 0x7fff8de301e4 - _pthread_start
Could not compile `bugreport`.
</code></pre></div>
<p dir="auto"><em>Ex. 2</em></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ RUST_BACKTRACE=1 cargo build
Compiling bugreport v0.1.0 (file:///Users/joe/devel/bugreport)
src/lib.rs:9:13: 9:26 error: internal compiler error: Type parameter `Self/SelfSpace.0` (Self/SelfSpace/0) out of range when substituting (root type=Some(Self)) substs=Substs[types=[[];[];[]], regions=[[];[];[]]]
src/lib.rs:9 let g = BitXor::bitor;
^~~~~~~~~~~~~
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
thread 'rustc' panicked at 'Box<Any>', ../src/libsyntax/diagnostic.rs:176
stack backtrace:
1: 0x1081f2820 - sys::backtrace::tracing::imp::write::h8eb606f0676b1c68Sqs
2: 0x1081f963b - panicking::on_panic::h439344cab6a0722eKXw
3: 0x1081bb362 - rt::unwind::begin_unwind_inner::h208ecd91d43787c9Msw
4: 0x105a7177a - rt::unwind::begin_unwind::h544928616495927122
5: 0x105a71742 - diagnostic::SpanHandler::span_bug::hd65799bd4f0c505a6NA
6: 0x104efbcfe - middle::subst::SubstFolder<'a, 'tcx>.TypeFolder<'tcx>::fold_ty::h93ff7eb3e9afebb7TYQ
7: 0x104922df0 - check::FnCtxt<'a, 'tcx>.AstConv<'tcx>::ty_infer::hb0bb190e00a198c90Cq
8: 0x1049a0435 - iter::Map<I, F>.Iterator::next::h1142259025829094402
9: 0x10499f41e - astconv::create_substs_for_ast_path::hd4dfccf714bc74f4q2v
10: 0x1049a76e9 - astconv::create_substs_for_ast_trait_ref::h4368114ff2eab34dfrw
11: 0x1049a531c - astconv::ast_path_to_poly_trait_ref::h29bb903d881cbabdAow
12: 0x10499555c - astconv::finish_resolving_def_to_ty::habd24143c000f312Phx
13: 0x104893532 - check::resolve_ty_and_def_ufcs::h94d5f667283b3292wVt
14: 0x10497c667 - check::check_expr_with_unifier::h7638636721109620462
15: 0x104997fd5 - check::check_decl_initializer::h60197528b46dd3ddB2t
16: 0x104998083 - check::check_decl_local::hada2f84316d1a260P3t
17: 0x1049984a7 - check::check_stmt::ha7821baa526c3cf6I5t
18: 0x10494ed77 - check::check_block_with_expected::h008ebf27f3d681a9F9t
19: 0x104924010 - check::check_fn::h73e2f75c353c138drJp
20: 0x104945bac - check::check_bare_fn::h9d4937e09659b1ff0yp
21: 0x104943903 - check::check_item_body::hbee3397a0255ef56k0p
22: 0x1049fe3e1 - check_crate::hfc612f2e81e3f3ec1BE
23: 0x10417974a - driver::phase_3_run_analysis_passes::closure.21870
24: 0x10415b38a - middle::ty::ctxt<'tcx>::create_and_enter::h10730255013514676807
25: 0x104156b95 - driver::phase_3_run_analysis_passes::h3370851894325132430
26: 0x104137585 - driver::compile_input::h88f9e5d56c3193e90ba
27: 0x10429c250 - run_compiler::h0bd793d9ea569018qqc
28: 0x104299b49 - boxed::F.FnBox<A>::call_box::h4277668881798780915
29: 0x104299542 - rt::unwind::try::try_fn::h17584184833201088243
30: 0x1081f91f8 - __rust_try
31: 0x1081e5400 - rt::unwind::try::inner_try::h1851ddf9ecd93c2fFow
32: 0x1042996f2 - boxed::F.FnBox<A>::call_box::h5084478766513466170
33: 0x1081f856d - sys::thread::Thread::new::thread_start::hc131c4deb753ff20oNv
34: 0x7fff8de30267 - _pthread_body
35: 0x7fff8de301e4 - _pthread_start
Could not compile `bugreport`."><pre class="notranslate"><code class="notranslate">$ RUST_BACKTRACE=1 cargo build
Compiling bugreport v0.1.0 (file:///Users/joe/devel/bugreport)
src/lib.rs:9:13: 9:26 error: internal compiler error: Type parameter `Self/SelfSpace.0` (Self/SelfSpace/0) out of range when substituting (root type=Some(Self)) substs=Substs[types=[[];[];[]], regions=[[];[];[]]]
src/lib.rs:9 let g = BitXor::bitor;
^~~~~~~~~~~~~
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
thread 'rustc' panicked at 'Box<Any>', ../src/libsyntax/diagnostic.rs:176
stack backtrace:
1: 0x1081f2820 - sys::backtrace::tracing::imp::write::h8eb606f0676b1c68Sqs
2: 0x1081f963b - panicking::on_panic::h439344cab6a0722eKXw
3: 0x1081bb362 - rt::unwind::begin_unwind_inner::h208ecd91d43787c9Msw
4: 0x105a7177a - rt::unwind::begin_unwind::h544928616495927122
5: 0x105a71742 - diagnostic::SpanHandler::span_bug::hd65799bd4f0c505a6NA
6: 0x104efbcfe - middle::subst::SubstFolder<'a, 'tcx>.TypeFolder<'tcx>::fold_ty::h93ff7eb3e9afebb7TYQ
7: 0x104922df0 - check::FnCtxt<'a, 'tcx>.AstConv<'tcx>::ty_infer::hb0bb190e00a198c90Cq
8: 0x1049a0435 - iter::Map<I, F>.Iterator::next::h1142259025829094402
9: 0x10499f41e - astconv::create_substs_for_ast_path::hd4dfccf714bc74f4q2v
10: 0x1049a76e9 - astconv::create_substs_for_ast_trait_ref::h4368114ff2eab34dfrw
11: 0x1049a531c - astconv::ast_path_to_poly_trait_ref::h29bb903d881cbabdAow
12: 0x10499555c - astconv::finish_resolving_def_to_ty::habd24143c000f312Phx
13: 0x104893532 - check::resolve_ty_and_def_ufcs::h94d5f667283b3292wVt
14: 0x10497c667 - check::check_expr_with_unifier::h7638636721109620462
15: 0x104997fd5 - check::check_decl_initializer::h60197528b46dd3ddB2t
16: 0x104998083 - check::check_decl_local::hada2f84316d1a260P3t
17: 0x1049984a7 - check::check_stmt::ha7821baa526c3cf6I5t
18: 0x10494ed77 - check::check_block_with_expected::h008ebf27f3d681a9F9t
19: 0x104924010 - check::check_fn::h73e2f75c353c138drJp
20: 0x104945bac - check::check_bare_fn::h9d4937e09659b1ff0yp
21: 0x104943903 - check::check_item_body::hbee3397a0255ef56k0p
22: 0x1049fe3e1 - check_crate::hfc612f2e81e3f3ec1BE
23: 0x10417974a - driver::phase_3_run_analysis_passes::closure.21870
24: 0x10415b38a - middle::ty::ctxt<'tcx>::create_and_enter::h10730255013514676807
25: 0x104156b95 - driver::phase_3_run_analysis_passes::h3370851894325132430
26: 0x104137585 - driver::compile_input::h88f9e5d56c3193e90ba
27: 0x10429c250 - run_compiler::h0bd793d9ea569018qqc
28: 0x104299b49 - boxed::F.FnBox<A>::call_box::h4277668881798780915
29: 0x104299542 - rt::unwind::try::try_fn::h17584184833201088243
30: 0x1081f91f8 - __rust_try
31: 0x1081e5400 - rt::unwind::try::inner_try::h1851ddf9ecd93c2fFow
32: 0x1042996f2 - boxed::F.FnBox<A>::call_box::h5084478766513466170
33: 0x1081f856d - sys::thread::Thread::new::thread_start::hc131c4deb753ff20oNv
34: 0x7fff8de30267 - _pthread_body
35: 0x7fff8de301e4 - _pthread_start
Could not compile `bugreport`.
</code></pre></div>
<p dir="auto"><strong>Notes</strong><br>
Similar errors can be elicited with other imports (e.g. using <code class="notranslate">BitOr</code> instead of <code class="notranslate">BitXor</code>) or when the qualified identifier will <em>definitely</em> not be found elsewhere (e.g. referring to <code class="notranslate">BitXor::nonexistent_name</code> instead of <code class="notranslate">BitXor::bitor</code>).</p> | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=cbeams" rel="nofollow">Chris Beams</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8275?redirect=false" rel="nofollow">SPR-8275</a></strong> and commented</p>
<hr>
<p dir="auto"><strong>Issue Links:</strong></p>
<ul dir="auto">
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398112884" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/13081" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/13081/hovercard" href="https://github.com/spring-projects/spring-framework/issues/13081">#13081</a> java.lang.IncompatibleClassChangeError --> with new Version Of Quartz (2.0.0) !!! (<em><strong>"is duplicated by"</strong></em>)</li>
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398119035" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/14030" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/14030/hovercard" href="https://github.com/spring-projects/spring-framework/issues/14030">#14030</a> Documentation concerning Quartz support is out of date</li>
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398110352" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/12642" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/12642/hovercard" href="https://github.com/spring-projects/spring-framework/issues/12642">#12642</a> Support Quartz 1.8.x or better</li>
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398114751" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/13369" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/13369/hovercard" href="https://github.com/spring-projects/spring-framework/issues/13369">#13369</a> Implement new method from ClassLoadHelper to make Spring work with Quartz 2.1</li>
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398113692" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/13200" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/13200/hovercard" href="https://github.com/spring-projects/spring-framework/issues/13200">#13200</a> setCronExpression method not exposed in CronTriggerBean</li>
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398114834" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/13383" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/13383/hovercard" href="https://github.com/spring-projects/spring-framework/issues/13383">#13383</a> Make MethodInvokingJobDetailFactoryBean compatible with Quartz 2.x</li>
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398112432" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/13006" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/13006/hovercard" href="https://github.com/spring-projects/spring-framework/issues/13006">#13006</a> Need support for Quartz 2.0</li>
</ul>
<p dir="auto"><strong>Referenced from:</strong> commits <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/spring-projects/spring-framework/commit/f26534700a6646a6a6cf8debcffe8f108a7c9d9e/hovercard" href="https://github.com/spring-projects/spring-framework/commit/f26534700a6646a6a6cf8debcffe8f108a7c9d9e"><tt>f265347</tt></a>, <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/spring-projects/spring-framework/commit/16933a511d81d6b24bd19022efdde06eeb5c3fb6/hovercard" href="https://github.com/spring-projects/spring-framework/commit/16933a511d81d6b24bd19022efdde06eeb5c3fb6"><tt>16933a5</tt></a>, <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/spring-projects/spring-framework/commit/69c9abf2b8588d0668e1511da664f4e93d23612e/hovercard" href="https://github.com/spring-projects/spring-framework/commit/69c9abf2b8588d0668e1511da664f4e93d23612e"><tt>69c9abf</tt></a></p>
<p dir="auto">4 votes, 7 watchers</p> | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=harish" rel="nofollow">harish</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9406?redirect=false" rel="nofollow">SPR-9406</a></strong> and commented</p>
<p dir="auto">RestTemplates HTTP status codes to only the ones that have associated messages. All 1xx,2xx,3xx,4xx,5xx are legal and valid response codes. RestTempllate should treat them as legal and not throw IllegalArgumentException or ignore message body when any of them are passed. Both code and body should be preserved and passed to caller as such. That would help services and clients make use of flexibility provided by HTTP specifications in using existing status codes and adding their own if no suitable status exists for their needs. This is preventing us from using RestTemplate.</p>
<hr>
<p dir="auto"><strong>Affects:</strong> 3.1.1</p>
<p dir="auto"><strong>Sub-tasks:</strong></p>
<ul dir="auto">
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398151157" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/14136" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/14136/hovercard" href="https://github.com/spring-projects/spring-framework/issues/14136">#14136</a> Backport "Unknown status codes (i.e. not in HttpStatus enum) prevent HttpClientErrorException and HttpServerErrorExceptions from being raised"</li>
</ul>
<p dir="auto"><strong>Issue Links:</strong></p>
<ul dir="auto">
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398102304" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/11418" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/11418/hovercard" href="https://github.com/spring-projects/spring-framework/issues/11418">#11418</a> RestTemplate throws IllegalArgumentException when HTTP status is not in the HttpStatus enum</li>
<li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398215663" data-permission-text="Title is private" data-url="https://github.com/spring-projects/spring-framework/issues/20529" data-hovercard-type="issue" data-hovercard-url="/spring-projects/spring-framework/issues/20529/hovercard" href="https://github.com/spring-projects/spring-framework/issues/20529">#20529</a> RestTemplate doesn't consistently tolerate unknown HTTP status codes</li>
</ul> | 0 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="yarn run v1.3.2
$ rimraf node_modules/.cache/babel-loader && next
/project/next.config.js:9
config.entry = async () => {
^
SyntaxError: Unexpected token (
at Object.exports.runInThisContext (vm.js:76:16)
at Module._compile (module.js:542:28)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at loadConfig (/project/node_modules/next/dist/server/config.js:57:28)
at getConfig (/project/node_modules/next/dist/server/config.js:40:20)
at new HotReloader (/project/node_modules/next/dist/server/hot-reloader.js:119:40)
at Server.getHotReloader (/project/node_modules/next/dist/server/index.js:157:14)
at new Server (/project/node_modules/next/dist/server/index.js:124:35)
at Object.<anonymous> (/project/node_modules/next/dist/bin/next-dev:63:11)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
error Command failed with exit code 1."><pre class="notranslate"><code class="notranslate">yarn run v1.3.2
$ rimraf node_modules/.cache/babel-loader && next
/project/next.config.js:9
config.entry = async () => {
^
SyntaxError: Unexpected token (
at Object.exports.runInThisContext (vm.js:76:16)
at Module._compile (module.js:542:28)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at loadConfig (/project/node_modules/next/dist/server/config.js:57:28)
at getConfig (/project/node_modules/next/dist/server/config.js:40:20)
at new HotReloader (/project/node_modules/next/dist/server/hot-reloader.js:119:40)
at Server.getHotReloader (/project/node_modules/next/dist/server/index.js:157:14)
at new Server (/project/node_modules/next/dist/server/index.js:124:35)
at Object.<anonymous> (/project/node_modules/next/dist/bin/next-dev:63:11)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
error Command failed with exit code 1.
</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/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>Was on next 4</li>
<li>Upgrade to next 5</li>
<li>Error</li>
<li></li>
</ol>
<h2 dir="auto">Context</h2>
<p dir="auto">Followed this guide: <a href="https://github.com/zeit/next.js/blob/canary/examples/with-polyfills/next.config.js">https://github.com/zeit/next.js/blob/canary/examples/with-polyfills/next.config.js</a></p>
<p dir="auto">My next.config.js:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="// https://github.com/zeit/next.js/blob/master/examples/with-global-stylesheet
const path = require('path');
const glob = require('glob');
module.exports = {
webpack: (config, { dev }) => {
const originalEntry = config.entry
config.entry = async () => {
const entries = await originalEntry()
if (entries['main.js']) {
entries['main.js'].unshift('./client/polyfills.js')
}
return entries
}
// Set project root path as part of the resoler
config.resolve = {
modules: [
...config.resolve.modules,
path.resolve('./')
]
}
// Original Issue:
// https://github.com/zeit/next.js/issues/1877#issuecomment-299396974
if (config.resolve.alias) {
delete config.resolve.alias['react'];
delete config.resolve.alias['react-dom'];
}
// TODO: Remove this once nextjs issue has been resolved: https://github.com/zeit/next.js/issues/1582
config.plugins = config.plugins.filter(plugin => {
if (plugin.constructor.name === 'UglifyJsPlugin') {
return false;
} else {
return true;
}
});
config.module.rules.push(
// es6 transpilation in node_modules for object.assign
{
test: /\.(js|jsx)/,
loader: 'babel-loader',
exclude(file) {
return file.startsWith(__dirname + '/node_modules/subscriptions-transport-ws') ? false : true;
}
},
// yaml
{
test: /\.yaml$/,
use: [
{
loader: 'emit-file-loader',
options: {
name: 'dist/[path][name].[ext]'
}
},
'json-loader',
'yaml-loader'
]
},
// css|scss
{
test: /\.(css|scss)/,
loader: 'emit-file-loader',
options: {
name: 'dist/[path][name].[ext]'
}
},
{
test: /\.css$/,
use: ['babel-loader', 'raw-loader', 'postcss-loader']
},
{
test: /\.s(a|c)ss$/,
use: ['babel-loader', 'raw-loader', 'postcss-loader',
{ loader: 'sass-loader',
options: {
includePaths: ['styles', 'node_modules']
.map(d => path.join(__dirname, d))
.map(g => glob.sync(g))
.reduce((a, c) => a.concat(c), [])
}
}
]
},
{
test: /\.(graphql|gql)$/,
exclude: /node_modules/,
use: [
{
loader: 'emit-file-loader',
options: {
name: 'dist/[path][name].[ext]'
}
},
'babel-loader',
'graphql-tag/loader'
]
}
);
return config;
}
};
"><pre class="notranslate"><code class="notranslate">// https://github.com/zeit/next.js/blob/master/examples/with-global-stylesheet
const path = require('path');
const glob = require('glob');
module.exports = {
webpack: (config, { dev }) => {
const originalEntry = config.entry
config.entry = async () => {
const entries = await originalEntry()
if (entries['main.js']) {
entries['main.js'].unshift('./client/polyfills.js')
}
return entries
}
// Set project root path as part of the resoler
config.resolve = {
modules: [
...config.resolve.modules,
path.resolve('./')
]
}
// Original Issue:
// https://github.com/zeit/next.js/issues/1877#issuecomment-299396974
if (config.resolve.alias) {
delete config.resolve.alias['react'];
delete config.resolve.alias['react-dom'];
}
// TODO: Remove this once nextjs issue has been resolved: https://github.com/zeit/next.js/issues/1582
config.plugins = config.plugins.filter(plugin => {
if (plugin.constructor.name === 'UglifyJsPlugin') {
return false;
} else {
return true;
}
});
config.module.rules.push(
// es6 transpilation in node_modules for object.assign
{
test: /\.(js|jsx)/,
loader: 'babel-loader',
exclude(file) {
return file.startsWith(__dirname + '/node_modules/subscriptions-transport-ws') ? false : true;
}
},
// yaml
{
test: /\.yaml$/,
use: [
{
loader: 'emit-file-loader',
options: {
name: 'dist/[path][name].[ext]'
}
},
'json-loader',
'yaml-loader'
]
},
// css|scss
{
test: /\.(css|scss)/,
loader: 'emit-file-loader',
options: {
name: 'dist/[path][name].[ext]'
}
},
{
test: /\.css$/,
use: ['babel-loader', 'raw-loader', 'postcss-loader']
},
{
test: /\.s(a|c)ss$/,
use: ['babel-loader', 'raw-loader', 'postcss-loader',
{ loader: 'sass-loader',
options: {
includePaths: ['styles', 'node_modules']
.map(d => path.join(__dirname, d))
.map(g => glob.sync(g))
.reduce((a, c) => a.concat(c), [])
}
}
]
},
{
test: /\.(graphql|gql)$/,
exclude: /node_modules/,
use: [
{
loader: 'emit-file-loader',
options: {
name: 'dist/[path][name].[ext]'
}
},
'babel-loader',
'graphql-tag/loader'
]
}
);
return config;
}
};
</code></pre></div>
<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>5.0.0</td>
</tr>
<tr>
<td>node</td>
<td>6.9.1</td>
</tr>
<tr>
<td>OS</td>
<td>OSX 10.13.2</td>
</tr>
<tr>
<td>browser</td>
<td>chrome beta 65.0.3325.51</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/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">The on-demand-entries-ping should include the current cookies in the request.</p>
<h2 dir="auto">Current Behavior</h2>
<p dir="auto">The on-demand-entries-ping does not include the current cookies in the request.</p>
<h2 dir="auto">Steps to Reproduce (for bugs)</h2>
<p dir="auto">If required, I can build an reproduction sample, but I think its obvious.</p>
<h2 dir="auto">Context</h2>
<p dir="auto">I am running a nginx as proxy splitting the request between a website served with next, and multiple microservices. All running in docker. For development I am running the website with next in dev mode within the same docker context so that the api request are handled the same way as in prod, but on localhost. The nginx is also validating the session cookies against an authentication services and exchange them for an access_token if the request is forwarded to one of the backend services. The proxy is also blocking the access to the next app if there is no token.<br>
Since the on-demand-entries-ping does not include the cookies, the request is blocked. As a workaround I could allow all <code class="notranslate">_next/...</code> requests with out cookies, but I think that there is no reason why the on-demand-entries-ping should not include the credentials.</p>
<h2 dir="auto">Solution</h2>
<p dir="auto">Add <code class="notranslate">{ credentials: 'same-origin' }</code> as parameter to the fetch requests, here: <a href="https://github.com/zeit/next.js/blob/v3-beta/client/on-demand-entries-client.js#L14">https://github.com/zeit/next.js/blob/v3-beta/client/on-demand-entries-client.js#L14</a> and here: <a href="https://github.com/zeit/next.js/blob/v3-beta/client/on-demand-entries-client.js#L19">https://github.com/zeit/next.js/blob/v3-beta/client/on-demand-entries-client.js#L19</a>.</p>
<p dir="auto">If this is an appropriate solution and you have no concerns I can send an PR, asap.</p>
<h2 dir="auto">Your Environment</h2>
<ul dir="auto">
<li>Next.js version: 3.0.1-beta.8</li>
<li>Environment name and version (e.g. Chrome 39, Node.js 5.4): node:8-alpine</li>
<li>Operating System (Linux, maxOS, Windows): docker on Linux</li>
</ul> | 0 |
<p dir="auto">As per my <a href="http://stackoverflow.com/questions/26497656/numpy-bug-how-do-i-align-a-numpy-record-array-recarray/26514944" rel="nofollow">stackoverflow question</a>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import numpy as np
a = np.zeros(4, dtype=np.dtype([('t', '<f8'), ('d', [('a', '<i4'), ('b', '<f8')], (100,))], align=True))
b = np.require(a, requirements=['ALIGNED'])
print([x.flags['ALIGNED'] for x in [a, b]])"><pre class="notranslate"><code class="notranslate">import numpy as np
a = np.zeros(4, dtype=np.dtype([('t', '<f8'), ('d', [('a', '<i4'), ('b', '<f8')], (100,))], align=True))
b = np.require(a, requirements=['ALIGNED'])
print([x.flags['ALIGNED'] for x in [a, b]])
</code></pre></div>
<p dir="auto">prints <code class="notranslate">[False, False]</code> !</p>
<p dir="auto"><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> writes that "The <code class="notranslate">recarray</code> class accepts an aligned parameter, but looks to lose it in <code class="notranslate">format_parser</code>".</p>
<p dir="auto">This bug breaks usage of PyOpenGL as per my <a href="http://stackoverflow.com/questions/26484665/opengl-says-from-param-received-a-non-contiguous-array" rel="nofollow">other stackoverflow question</a>.</p>
<p dir="auto">As an aside why does "c-contiguous" imply "aligned" for recarray?</p> | <p dir="auto">xlc_r -I/opt/include -O2 -qmaxmem=-1 -qarch=pwr5 -q64 -I/opt/buildaix/includes -DNDEBUG -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Ibuild/src.aix-5.3-2.7/numpy/core/src/private -Inumpy/core/include -Ibuild/src.aix-5.3-2.7/numpy/core/include/numpy -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/opt/include/python2.7 -Ibuild/src.aix-5.3-2.7/numpy/core/src/private -Ibuild/src.aix-5.3-2.7/numpy/core/src/private -Ibuild/src.aix-5.3-2.7/numpy/core/src/private -c numpy/core/src/private/mem_overlap.c -o build/temp.aix-5.3-2.7/numpy/core/src/private/mem_overlap.o" failed with exit status 1<br>
root@x064:[/data/prj/python/numpy/numpy-1.11.2]aix-5.3-2.7/numpy/core/src/private/mem_overlap.o <<br>
"/usr/include/unistd.h", line 171.17: 1506-343 (S) Redeclaration of lseek64 differs from previous declaration on line 169 of "/usr/include/unistd.h".<br>
"/usr/include/unistd.h", line 171.17: 1506-050 (I) Return type "long long" in redeclaration is not compatible with the previous return type "long".<br>
"/usr/include/unistd.h", line 171.17: 1506-377 (I) The type "long long" of parameter 2 differs from the previous type "long".<br>
"/usr/include/sys/lockf.h", line 64.20: 1506-343 (S) Redeclaration of lockf64 differs from previous declaration on line 62 of "/usr/include/sys/lockf.h".<br>
"/usr/include/sys/lockf.h", line 64.20: 1506-377 (I) The type "long long" of parameter 3 differs from the previous type "long".<br>
"/usr/include/unistd.h", line 800.33: 1506-343 (S) Redeclaration of ftruncate64 differs from previous declaration on line 798 of "/usr/include/unistd.h".<br>
"/usr/include/unistd.h", line 800.33: 1506-377 (I) The type "long long" of parameter 2 differs from the previous type "long".<br>
"/usr/include/unistd.h", line 836.33: 1506-343 (S) Redeclaration of truncate64 differs from previous declaration on line 834 of "/usr/include/unistd.h".<br>
"/usr/include/unistd.h", line 836.33: 1506-377 (I) The type "long long" of parameter 2 differs from the previous type "long".<br>
"/usr/include/unistd.h", line 853.33: 1506-343 (S) Redeclaration of pread64 differs from previous declaration on line 850 of "/usr/include/unistd.h".<br>
"/usr/include/unistd.h", line 853.33: 1506-377 (I) The type "long long" of parameter 4 differs from the previous type "long".<br>
"/usr/include/unistd.h", line 854.33: 1506-343 (S) Redeclaration of pwrite64 differs from previous declaration on line 851 of "/usr/include/unistd.h".<br>
"/usr/include/unistd.h", line 854.33: 1506-377 (I) The type "long long" of parameter 4 differs from the previous type "long".<br>
"/usr/include/unistd.h", line 921.25: 1506-343 (S) Redeclaration of fclear64 differs from previous declaration on line 918 of "/usr/include/unistd.h".<br>
"/usr/include/unistd.h", line 921.25: 1506-050 (I) Return type "long long" in redeclaration is not compatible with the previous return type "long".<br>
"/usr/include/unistd.h", line 921.25: 1506-377 (I) The type "long long" of parameter 2 differs from the previous type "long".<br>
"/usr/include/unistd.h", line 922.25: 1506-343 (S) Redeclaration of fsync_range64 differs from previous declaration on line 919 of "/usr/include/unistd.h".<br>
"/usr/include/unistd.h", line 922.25: 1506-377 (I) The type "long long" of parameter 3 differs from the previous type "long".</p> | 0 |
<h3 dir="auto">Input Code</h3>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const { x, ...y } = foo();"><pre class="notranslate"><span class="pl-k">const</span> <span class="pl-kos">{</span> x<span class="pl-kos">,</span> ...<span class="pl-s1">y</span> <span class="pl-kos">}</span> <span class="pl-c1">=</span> <span class="pl-en">foo</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<h3 dir="auto">Babel Configuration (.babelrc, package.json, cli command)</h3>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="{
"dependencies": {
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-cli": "^6.18.0"
},
"scripts": {
"build": "babel --plugins transform-object-rest-spread src.js > out.js"
}
}"><pre class="notranslate"><span class="pl-kos">{</span>
<span class="pl-s">"dependencies"</span>: <span class="pl-kos">{</span>
<span class="pl-s">"babel-plugin-transform-object-rest-spread"</span>: <span class="pl-s">"^6.19.0"</span><span class="pl-kos">,</span>
<span class="pl-s">"babel-cli"</span>: <span class="pl-s">"^6.18.0"</span>
<span class="pl-kos">}</span><span class="pl-kos">,</span>
<span class="pl-s">"scripts"</span>: <span class="pl-kos">{</span>
<span class="pl-s">"build"</span>: <span class="pl-s">"babel --plugins transform-object-rest-spread src.js > out.js"</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span></pre></div>
<h3 dir="auto">Expected Behavior</h3>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const _ref = foo();
const { x } = _ref;
const y = _objectWithoutProperties(_ref, ["x"]);"><pre class="notranslate"><span class="pl-k">const</span> <span class="pl-s1">_ref</span> <span class="pl-c1">=</span> <span class="pl-en">foo</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">const</span> <span class="pl-kos">{</span> x <span class="pl-kos">}</span> <span class="pl-c1">=</span> <span class="pl-s1">_ref</span><span class="pl-kos">;</span>
<span class="pl-k">const</span> <span class="pl-s1">y</span> <span class="pl-c1">=</span> <span class="pl-en">_objectWithoutProperties</span><span class="pl-kos">(</span><span class="pl-s1">_ref</span><span class="pl-kos">,</span> <span class="pl-kos">[</span><span class="pl-s">"x"</span><span class="pl-kos">]</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<h3 dir="auto">Current Behavior</h3>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const { x } = foo();
const y = _objectWithoutProperties(foo(), ["x"]);"><pre class="notranslate"><span class="pl-k">const</span> <span class="pl-kos">{</span> x <span class="pl-kos">}</span> <span class="pl-c1">=</span> <span class="pl-en">foo</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">;</span>
<span class="pl-k">const</span> <span class="pl-s1">y</span> <span class="pl-c1">=</span> <span class="pl-en">_objectWithoutProperties</span><span class="pl-kos">(</span><span class="pl-en">foo</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">,</span> <span class="pl-kos">[</span><span class="pl-s">"x"</span><span class="pl-kos">]</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<h3 dir="auto">Context</h3>
<h3 dir="auto">Your Environment</h3>
<table role="table">
<thead>
<tr>
<th>software</th>
<th>version</th>
</tr>
</thead>
<tbody>
<tr>
<td>Babel</td>
<td>babel-core@6.18.2, babel-cli@6.18.0, babel-plugin-transform-object-rest-spread@6.19.0</td>
</tr>
<tr>
<td>node</td>
<td>4.1.2, 6.5.0, 7.1.0</td>
</tr>
<tr>
<td>npm</td>
<td>2.14.4, 3.10.3, 3.10.9</td>
</tr>
<tr>
<td>Operating System</td>
<td>Windows, Linux</td>
</tr>
</tbody>
</table>
<p dir="auto">It also does something <em>crazy</em> for this code <g-emoji class="g-emoji" alias="stuck_out_tongue_winking_eye" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f61c.png">😜</g-emoji> ... <code class="notranslate">c</code> gets hoisted out of the arrow function and then the above bug duplicates the entire thing:</p>
<p dir="auto">in:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const { a } = foo(({ b, ...c }) => {
console.log(b, c);
});"><pre class="notranslate"><span class="pl-k">const</span> <span class="pl-kos">{</span> a <span class="pl-kos">}</span> <span class="pl-c1">=</span> <span class="pl-en">foo</span><span class="pl-kos">(</span><span class="pl-kos">(</span><span class="pl-kos">{</span> b<span class="pl-kos">,</span> ...<span class="pl-s1">c</span> <span class="pl-kos">}</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">log</span><span class="pl-kos">(</span><span class="pl-s1">b</span><span class="pl-kos">,</span> <span class="pl-s1">c</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">out:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const { a } = foo(({ b }) => {
console.log(b, c);
});
const c = _objectWithoutProperties(foo(({ b }) => {
console.log(b, c);
}), ["b"]);"><pre class="notranslate"><span class="pl-k">const</span> <span class="pl-kos">{</span> a <span class="pl-kos">}</span> <span class="pl-c1">=</span> <span class="pl-en">foo</span><span class="pl-kos">(</span><span class="pl-kos">(</span><span class="pl-kos">{</span> b <span class="pl-kos">}</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">log</span><span class="pl-kos">(</span><span class="pl-s1">b</span><span class="pl-kos">,</span> <span class="pl-s1">c</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">const</span> <span class="pl-s1">c</span> <span class="pl-c1">=</span> <span class="pl-en">_objectWithoutProperties</span><span class="pl-kos">(</span><span class="pl-en">foo</span><span class="pl-kos">(</span><span class="pl-kos">(</span><span class="pl-kos">{</span> b <span class="pl-kos">}</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">log</span><span class="pl-kos">(</span><span class="pl-s1">b</span><span class="pl-kos">,</span> <span class="pl-s1">c</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-s">"b"</span><span class="pl-kos">]</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div> | <p dir="auto">Currently:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="[1, 2].push(...arguments);"><pre class="notranslate"><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-kos">.</span><span class="pl-en">push</span><span class="pl-kos">(</span>...<span class="pl-smi">arguments</span><span class="pl-kos">)</span><span class="pl-kos">;</span></pre></div>
<p dir="auto">Outputs:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="[1, 2].push.apply([1, 2], _slice.call(arguments));"><pre class="notranslate"><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-kos">.</span><span class="pl-c1">push</span><span class="pl-kos">.</span><span class="pl-en">apply</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-kos">,</span> <span class="pl-s1">_slice</span><span class="pl-kos">.</span><span class="pl-en">call</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-kos">;</span></pre></div>
<p dir="auto">But it should be (something like):</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="var _ref;
(_ref = [1, 2]).push.apply(_ref, _slice.call(arguments));"><pre class="notranslate"><span class="pl-k">var</span> <span class="pl-s1">_ref</span><span class="pl-kos">;</span>
<span class="pl-kos">(</span><span class="pl-s1">_ref</span> <span class="pl-c1">=</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-kos">)</span><span class="pl-kos">.</span><span class="pl-c1">push</span><span class="pl-kos">.</span><span class="pl-en">apply</span><span class="pl-kos">(</span><span class="pl-s1">_ref</span><span class="pl-kos">,</span> <span class="pl-s1">_slice</span><span class="pl-kos">.</span><span class="pl-en">call</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-kos">;</span></pre></div> | 0 |
<h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">Often times, I just want to quickly view images in a full size (or zoom in) in my currently opened folder in the file explorer. To do that, you have to open it in Photos or any other external app which takes some time to start up and you will only see one image at a time.</p>
<p dir="auto">Having a simple gallery "integrated" into file explorer - activated by a shortcut or some button in a ribbon would make browsing through images smoother and faster.</p>
<p dir="auto">I have implemented such a functionality in my project. More details and demos here - <a href="https://github.com/martinchrzan/FileExplorerGallery">https://github.com/martinchrzan/FileExplorerGallery</a></p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/11967522/88170942-cab27680-cc1e-11ea-9d24-a08be3e19f08.gif"><img src="https://user-images.githubusercontent.com/11967522/88170942-cab27680-cc1e-11ea-9d24-a08be3e19f08.gif" alt="FileExplorerGalleryTeaserSmall" data-animated-image="" style="max-width: 100%;"></a></p>
<h1 dir="auto">Proposed technical implementation details (optional)</h1>
<p dir="auto">I am happy to integrate my project into PowerToys - <a href="https://github.com/martinchrzan/FileExplorerGallery">https://github.com/martinchrzan/FileExplorerGallery</a></p> | <p dir="auto">Is it possible to specify the keyboard where the key remapping will happen?</p>
<p dir="auto">This is quite useful for notebook users who also have a full keyboard in office, the keyboard mapping is only needed for the build-in keyboard of his/her notebook computer, not the normal full keyboard.</p>
<p dir="auto">Thank you!</p> | 0 |
<p dir="auto">babel-node repl works differently from compiled code + node regarding<br>
import. The ES6-way of importing works fine when I compile code with<br>
babel and run it with with the node binary. In babel-node I can't<br>
seem to import a node-module. The import doesn't throw any error, but<br>
when I try to use the module, I get ReferenceError. Details below.</p>
<p dir="auto">First, run npm install. Then start the repl:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="node_modules/.bin/babel-node"><pre class="notranslate"><code class="notranslate">node_modules/.bin/babel-node
</code></pre></div>
<p dir="auto">Now, try to make an ES6-import of our example lib (ramda):</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import R from 'ramda'
R.identity(1)"><pre class="notranslate"><code class="notranslate">import R from 'ramda'
R.identity(1)
</code></pre></div>
<p dir="auto">This error occurs:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="R.identity(1);
^
ReferenceError: R is not defined"><pre class="notranslate"><code class="notranslate">R.identity(1);
^
ReferenceError: R is not defined
</code></pre></div>
<p dir="auto">However, direct call to CommonJS/Node require works:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const R = require('ramda')
R.identity(1)
-> 1"><pre class="notranslate"><code class="notranslate">const R = require('ramda')
R.identity(1)
-> 1
</code></pre></div>
<p dir="auto">But when I do the same thing import by compiling my ES6 code first,<br>
and then run it with node, everything works fine. The test code (test-module.js):</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import R from 'ramda'
const retval = R.identity(1)
console.log(retval)"><pre class="notranslate"><code class="notranslate">import R from 'ramda'
const retval = R.identity(1)
console.log(retval)
</code></pre></div>
<p dir="auto">Compile and run:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="node_modules/.bin/babel test-module.js --out-file test-module-compiled.js
node test-module-compiled.js
-> 1"><pre class="notranslate"><code class="notranslate">node_modules/.bin/babel test-module.js --out-file test-module-compiled.js
node test-module-compiled.js
-> 1
</code></pre></div>
<p dir="auto">I used node version v0.12.7 and babel 5.8.23 (the newest which I was able to npm install). Example code/project is here: <a href="https://github.com/auramo/babel-node-repl-issue">https://github.com/auramo/babel-node-repl-issue</a></p> | <blockquote>
<p dir="auto">Issue originally made by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/tony-kerz/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/tony-kerz">@tony-kerz</a></p>
</blockquote>
<h3 dir="auto">Bug information</h3>
<ul dir="auto">
<li><strong>Babel version:</strong> 6.10.1</li>
<li><strong>Node version:</strong> 6.2.2</li>
<li><strong>npm version:</strong> 3.9.5</li>
</ul>
<h3 dir="auto">Options</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="babel-node ./src/leak-test-async-simple.js"><pre class="notranslate"><code class="notranslate">babel-node ./src/leak-test-async-simple.js
</code></pre></div>
<h3 dir="auto">Input code</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import debug from 'debug'
import assert from 'assert'
const dbg = debug('app:leak-test-async')
async function run() {
try {
let idx = 0
const thresh = 1e5
const limit = 1e6
while (idx < limit) {
idx++
const record = await get()
assert(record)
if (idx % thresh == 0) {
dbg('records-read=%o, heap-used=%o mb', idx, process.memoryUsage().heapUsed/1e6)
}
}
dbg('successfully processed [%o] records', idx)
}
catch (caught) {
dbg('connect: caught=%o', caught)
}
}
async function get() {
return {
foo: 'foo',
bar: 'bar'
}
}
run()"><pre class="notranslate"><code class="notranslate">import debug from 'debug'
import assert from 'assert'
const dbg = debug('app:leak-test-async')
async function run() {
try {
let idx = 0
const thresh = 1e5
const limit = 1e6
while (idx < limit) {
idx++
const record = await get()
assert(record)
if (idx % thresh == 0) {
dbg('records-read=%o, heap-used=%o mb', idx, process.memoryUsage().heapUsed/1e6)
}
}
dbg('successfully processed [%o] records', idx)
}
catch (caught) {
dbg('connect: caught=%o', caught)
}
}
async function get() {
return {
foo: 'foo',
bar: 'bar'
}
}
run()
</code></pre></div>
<h3 dir="auto">Description</h3>
<p dir="auto">memory leak (possibly duplicate of: <a href="https://phabricator.babeljs.io/T7240" rel="nofollow">https://phabricator.babeljs.io/T7240</a>)</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" app:leak-test-async records-read=100000, heap-used=146.651808 mb +0ms
app:leak-test-async records-read=200000, heap-used=278.423792 mb +942ms
app:leak-test-async records-read=300000, heap-used=383.71728 mb +1s
app:leak-test-async records-read=400000, heap-used=506.817272 mb +945ms
app:leak-test-async records-read=500000, heap-used=634.425064 mb +935ms
app:leak-test-async records-read=600000, heap-used=759.827616 mb +959ms
app:leak-test-async records-read=700000, heap-used=902.615704 mb +973ms
app:leak-test-async records-read=800000, heap-used=942.299272 mb +1s
app:leak-test-async records-read=900000, heap-used=1071.199184 mb +1s
app:leak-test-async records-read=1000000, heap-used=1121.771856 mb +2s
app:leak-test-async successfully processed [1000000] records +1ms"><pre class="notranslate"><code class="notranslate"> app:leak-test-async records-read=100000, heap-used=146.651808 mb +0ms
app:leak-test-async records-read=200000, heap-used=278.423792 mb +942ms
app:leak-test-async records-read=300000, heap-used=383.71728 mb +1s
app:leak-test-async records-read=400000, heap-used=506.817272 mb +945ms
app:leak-test-async records-read=500000, heap-used=634.425064 mb +935ms
app:leak-test-async records-read=600000, heap-used=759.827616 mb +959ms
app:leak-test-async records-read=700000, heap-used=902.615704 mb +973ms
app:leak-test-async records-read=800000, heap-used=942.299272 mb +1s
app:leak-test-async records-read=900000, heap-used=1071.199184 mb +1s
app:leak-test-async records-read=1000000, heap-used=1121.771856 mb +2s
app:leak-test-async successfully processed [1000000] records +1ms
</code></pre></div> | 0 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18363.0
Windows Terminal version (if applicable): 0.6.2911.0
Any other software?
I use PowerToys FancyZones to size my window."><pre lang="none" class="notranslate"><code class="notranslate">Windows build number: 10.0.18363.0
Windows Terminal version (if applicable): 0.6.2911.0
Any other software?
I use PowerToys FancyZones to size my window.
</code></pre></div>
<h1 dir="auto">Steps to reproduce</h1>
<ol dir="auto">
<li>Launch Windows Terminal with PowerShell Core as the current tab's shell</li>
<li>Resize the window to slightly small width to trigger line wraps</li>
<li>Run something that prints long lines of output. In my case, I was running <code class="notranslate">scoop update</code>.</li>
</ol>
<h1 dir="auto">Expected behavior</h1>
<p dir="auto">Lines are wrapped correctly.</p>
<h1 dir="auto">Actual behavior</h1>
<p dir="auto">Lines are not wrapping but rather writing over themselves.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/6561887/67335638-e5618e80-f4d8-11e9-9cd8-28a3350b4990.png"><img src="https://user-images.githubusercontent.com/6561887/67335638-e5618e80-f4d8-11e9-9cd8-28a3350b4990.png" alt="image" style="max-width: 100%;"></a></p> | <h1 dir="auto">Description of the new feature/enhancement</h1>
<p dir="auto">Currently when I pin the windows terminal to my taskbar and open it, it will open in windowed mode. I would like to have a setting, where the windows terminal opens in fullscreen mode per default.</p>
<h1 dir="auto">Proposed technical implementation details (optional)</h1>
<ul dir="auto">
<li>Add setting <code class="notranslate">openFullscreen</code></li>
</ul> | 0 |
<p dir="auto">We agreed today that the metadata we produce for a single project should contain only relative paths, because we do not need to reference symbols that originated in a different node package.</p>
<p dir="auto">This is a smell because we are about to change our package names, and the string 'angular2' does not appear anymore, however the metadata ought to remain unchanged (because the .d.ts files will not be affected)</p>
<p dir="auto"><a href="https://raw.githubusercontent.com/angular/angular/builds-js/src/common/forms/directives/ng_control_name.metadata.json" rel="nofollow">https://raw.githubusercontent.com/angular/angular/builds-js/src/common/forms/directives/ng_control_name.metadata.json</a></p>
<p dir="auto">Is an example of two problems:</p>
<ul dir="auto">
<li>there is a <code class="notranslate">module</code> in the top-level <code class="notranslate">__symbolic</code> definition, this duplicates information available in the file's path, and differs from <code class="notranslate">.d.ts</code> files, which do not declare their own module name. PROPOSAL: remove module from the schema (<a href="https://github.com/angular/angular/blob/master/tools/metadata/src/schema.ts#L5">https://github.com/angular/angular/blob/master/tools/metadata/src/schema.ts#L5</a> )</li>
<li>references to other angular code should be relative, not absolute names starting with 'angular2'. PROPOSAL: simply use the path.relative function in nodejs to relativize the path of a module from the containing file, whole metadata we are gathering.</li>
</ul>
<p dir="auto">cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/tbosch/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/tbosch">@tbosch</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/chuckjaz/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/chuckjaz">@chuckjaz</a></p> | <p dir="auto">Hello,</p>
<p dir="auto">I'm submitting a FEATURE REQUEST / QUESTION.</p>
<p dir="auto">I am aware that Angular2 default DI Context strategy is to enrich an application-wide Dependency Injection Context. But I would like some Injectables to not be globally available.</p>
<p dir="auto">Here is a concrete example of what I am trying to achieve.<br>
There is probably a doc explaining how to do so but I have not been able to find it.</p>
<p dir="auto">I would like to create a ServiceModule that would differentiate Public/Exported services from Private services.</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="@Injectable() export class PrivateService{} // Not available in AppModule
@Injectable() export class PubliclyExportedService{ // Available in AppModule
constructor(private privateService: PrivateService) { }
}
// The imported module
@NgModule({
exports: [PubliclyExportedService],
declarations: [PubliclyExportedService],
providers: [
PubliclyExportedService,
PrivateService
]
})
export class ServiceModule {}
// The main module
@NgModule({
imports: [ServiceModule]
})
export class AppModule { }"><pre class="notranslate">@<span class="pl-smi">Injectable</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-k">export</span> <span class="pl-k">class</span> <span class="pl-smi">PrivateService</span><span class="pl-kos">{</span><span class="pl-kos">}</span> <span class="pl-c">// Not available in AppModule</span>
@<span class="pl-smi">Injectable</span><span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-k">export</span> <span class="pl-k">class</span> <span class="pl-smi">PubliclyExportedService</span><span class="pl-kos">{</span> <span class="pl-c">// Available in AppModule</span>
<span class="pl-en">constructor</span><span class="pl-kos">(</span><span class="pl-k">private</span> <span class="pl-s1">privateService</span>: <span class="pl-smi">PrivateService</span><span class="pl-kos">)</span> <span class="pl-kos">{</span> <span class="pl-kos">}</span>
<span class="pl-kos">}</span>
<span class="pl-c">// The imported module</span>
@<span class="pl-smi">NgModule</span><span class="pl-kos">(</span><span class="pl-kos">{</span>
<span class="pl-c1">exports</span>: <span class="pl-kos">[</span><span class="pl-smi">PubliclyExportedService</span><span class="pl-kos">]</span><span class="pl-kos">,</span>
<span class="pl-c1">declarations</span>: <span class="pl-kos">[</span><span class="pl-smi">PubliclyExportedService</span><span class="pl-kos">]</span><span class="pl-kos">,</span>
<span class="pl-c1">providers</span>: <span class="pl-kos">[</span>
<span class="pl-smi">PubliclyExportedService</span><span class="pl-kos">,</span>
<span class="pl-smi">PrivateService</span>
<span class="pl-kos">]</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span>
<span class="pl-k">export</span> <span class="pl-k">class</span> <span class="pl-smi">ServiceModule</span> <span class="pl-kos">{</span><span class="pl-kos">}</span>
<span class="pl-c">// The main module</span>
@<span class="pl-smi">NgModule</span><span class="pl-kos">(</span><span class="pl-kos">{</span>
<span class="pl-c1">imports</span>: <span class="pl-kos">[</span><span class="pl-smi">ServiceModule</span><span class="pl-kos">]</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span>
<span class="pl-k">export</span> <span class="pl-k">class</span> <span class="pl-smi">AppModule</span> <span class="pl-kos">{</span> <span class="pl-kos">}</span></pre></div>
<p dir="auto">The goal is to use the dependency injection so that <code class="notranslate">PubliclyExportedService</code> can use <code class="notranslate">PrivateService</code> but any class outside of the <code class="notranslate">ServiceModule</code> would not be capable of injecting the <code class="notranslate">PrivateService</code>.</p>
<p dir="auto">Any help is greatly appreciated</p>
<p dir="auto">PS: This is a duplicate of a <a href="http://stackoverflow.com/questions/41935142/angular2-module-with-private-nested-di-context" rel="nofollow">stackoverflow question</a> where nobody seemed to have an answer to this problem.</p> | 0 |
<p dir="auto"><code class="notranslate">broadcast_arrays</code> does not indicate the unbroadcastable shapes on failure, unlike implicit broadcasting and broadcast_to. It would be nice if it did.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [1]: np.arange(2) + np.arange(3)
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-1-6b2dd1b1eacd> in <module>()
----> 1 np.arange(2) + np.arange(3)
ValueError: operands could not be broadcast together with shapes (2,) (3,)
In [3]: np.broadcast_to(range(2), 3)
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-3-6521087bac95> in <module>()
----> 1 np.broadcast_to(range(2), 3)
/usr/lib/python3.6/site-packages/numpy/lib/stride_tricks.py in broadcast_to(array, shape, subok)
113 [1, 2, 3]])
114 """
--> 115 return _broadcast_to(array, shape, subok=subok, readonly=True)
116
117
/usr/lib/python3.6/site-packages/numpy/lib/stride_tricks.py in _broadcast_to(array, shape, subok, readonly)
68 broadcast = np.nditer(
69 (array,), flags=['multi_index', 'refs_ok', 'zerosize_ok'] + extras,
---> 70 op_flags=[op_flag], itershape=shape, order='C').itviews[0]
71 result = _maybe_view_as_subclass(array, broadcast)
72 if needs_writeable and not result.flags.writeable:
ValueError: operands could not be broadcast together with remapped shapes [original->remapped]: (2,) and requested shape (3,)
In [4]: np.broadcast_arrays(range(2), range(3))
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-4-267514b78435> in <module>()
----> 1 np.broadcast_arrays(range(2), range(3))
/usr/lib/python3.6/site-packages/numpy/lib/stride_tricks.py in broadcast_arrays(*args, **kwargs)
189 args = [np.array(_m, copy=False, subok=subok) for _m in args]
190
--> 191 shape = _broadcast_shape(*args)
192
193 if all(array.shape == shape for array in args):
/usr/lib/python3.6/site-packages/numpy/lib/stride_tricks.py in _broadcast_shape(*args)
124 # use the old-iterator because np.nditer does not handle size 0 arrays
125 # consistently
--> 126 b = np.broadcast(*args[:32])
127 # unfortunately, it cannot handle 32 or more arguments directly
128 for pos in range(32, len(args), 31):
ValueError: shape mismatch: objects cannot be broadcast to a single shape"><pre class="notranslate"><code class="notranslate">In [1]: np.arange(2) + np.arange(3)
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-1-6b2dd1b1eacd> in <module>()
----> 1 np.arange(2) + np.arange(3)
ValueError: operands could not be broadcast together with shapes (2,) (3,)
In [3]: np.broadcast_to(range(2), 3)
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-3-6521087bac95> in <module>()
----> 1 np.broadcast_to(range(2), 3)
/usr/lib/python3.6/site-packages/numpy/lib/stride_tricks.py in broadcast_to(array, shape, subok)
113 [1, 2, 3]])
114 """
--> 115 return _broadcast_to(array, shape, subok=subok, readonly=True)
116
117
/usr/lib/python3.6/site-packages/numpy/lib/stride_tricks.py in _broadcast_to(array, shape, subok, readonly)
68 broadcast = np.nditer(
69 (array,), flags=['multi_index', 'refs_ok', 'zerosize_ok'] + extras,
---> 70 op_flags=[op_flag], itershape=shape, order='C').itviews[0]
71 result = _maybe_view_as_subclass(array, broadcast)
72 if needs_writeable and not result.flags.writeable:
ValueError: operands could not be broadcast together with remapped shapes [original->remapped]: (2,) and requested shape (3,)
In [4]: np.broadcast_arrays(range(2), range(3))
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-4-267514b78435> in <module>()
----> 1 np.broadcast_arrays(range(2), range(3))
/usr/lib/python3.6/site-packages/numpy/lib/stride_tricks.py in broadcast_arrays(*args, **kwargs)
189 args = [np.array(_m, copy=False, subok=subok) for _m in args]
190
--> 191 shape = _broadcast_shape(*args)
192
193 if all(array.shape == shape for array in args):
/usr/lib/python3.6/site-packages/numpy/lib/stride_tricks.py in _broadcast_shape(*args)
124 # use the old-iterator because np.nditer does not handle size 0 arrays
125 # consistently
--> 126 b = np.broadcast(*args[:32])
127 # unfortunately, it cannot handle 32 or more arguments directly
128 for pos in range(32, len(args), 31):
ValueError: shape mismatch: objects cannot be broadcast to a single shape
</code></pre></div> | <p dir="auto">Currently, <code class="notranslate">np.broadcast_to</code> prints the nonbroadcastable shapes in its error message, but not <code class="notranslate">np.broadcast_arrays</code>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [1]: np.broadcast_to([1, 2], 3)
<elided>
ValueError: operands could not be broadcast together with remapped shapes [original->remapped]: (2,) and requested shape (3,)
In [2]: np.broadcast_arrays([1, 2], [3, 4, 5])
<elided>
ValueError: shape mismatch: objects cannot be broadcast to a single shape"><pre class="notranslate"><code class="notranslate">In [1]: np.broadcast_to([1, 2], 3)
<elided>
ValueError: operands could not be broadcast together with remapped shapes [original->remapped]: (2,) and requested shape (3,)
In [2]: np.broadcast_arrays([1, 2], [3, 4, 5])
<elided>
ValueError: shape mismatch: objects cannot be broadcast to a single shape
</code></pre></div>
<p dir="auto">It would be mildly helpful if the second error message also reported the incorrect shapes.</p> | 1 |
<p dir="auto">Requests does not accept headers that are subclasses of string or byte.<br>
They are required i.e. to obfuscate secrets in certain environments, so this is also a security related issue.</p>
<p dir="auto">The issue was introduced by <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/psf/requests/commit/e36f34597ca96c40dbb81d63a8fe9ac0860b8dc3/hovercard" href="https://github.com/psf/requests/commit/e36f34597ca96c40dbb81d63a8fe9ac0860b8dc3"><tt>e36f345</tt></a> at June this year by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nateprewitt/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nateprewitt">@nateprewitt</a></p>
<p dir="auto">A possible fix is given in this PR <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1361925370" data-permission-text="Title is private" data-url="https://github.com/psf/requests/issues/6230" data-hovercard-type="pull_request" data-hovercard-url="/psf/requests/pull/6230/hovercard" href="https://github.com/psf/requests/pull/6230">#6230</a></p>
<h2 dir="auto">Expected Result</h2>
<p dir="auto">Headers are used as they are string/byte.</p>
<h2 dir="auto">Actual Result</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/tmp/venv/lib64/python3.10/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
File "/tmp/venv/lib64/python3.10/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
File "/tmp/venv/lib64/python3.10/site-packages/requests/sessions.py", line 573, in request
prep = self.prepare_request(req)
File "/tmp/venv/lib64/python3.10/site-packages/requests/sessions.py", line 484, in prepare_request
p.prepare(
File "/tmp/venv/lib64/python3.10/site-packages/requests/models.py", line 369, in prepare
self.prepare_headers(headers)
File "/tmp/venv/lib64/python3.10/site-packages/requests/models.py", line 491, in prepare_headers
check_header_validity(header)
File "/tmp/venv/lib64/python3.10/site-packages/requests/utils.py", line 1037, in check_header_validity
raise InvalidHeader(
requests.exceptions.InvalidHeader: Header part (Hidden) from {'token': Hidden} must be of type str or bytes, not <class '__main__.Secret'>
"><pre class="notranslate"><code class="notranslate">Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/tmp/venv/lib64/python3.10/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
File "/tmp/venv/lib64/python3.10/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
File "/tmp/venv/lib64/python3.10/site-packages/requests/sessions.py", line 573, in request
prep = self.prepare_request(req)
File "/tmp/venv/lib64/python3.10/site-packages/requests/sessions.py", line 484, in prepare_request
p.prepare(
File "/tmp/venv/lib64/python3.10/site-packages/requests/models.py", line 369, in prepare
self.prepare_headers(headers)
File "/tmp/venv/lib64/python3.10/site-packages/requests/models.py", line 491, in prepare_headers
check_header_validity(header)
File "/tmp/venv/lib64/python3.10/site-packages/requests/utils.py", line 1037, in check_header_validity
raise InvalidHeader(
requests.exceptions.InvalidHeader: Header part (Hidden) from {'token': Hidden} must be of type str or bytes, not <class '__main__.Secret'>
</code></pre></div>
<h2 dir="auto">Reproduction Steps</h2>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import requests
class Secret(str):
def __repr__(self):
return "Hidden"
requests.get("https://google.com", headers={"token": Secret("Confidential")})"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">requests</span>
<span class="pl-k">class</span> <span class="pl-v">Secret</span>(<span class="pl-s1">str</span>):
<span class="pl-k">def</span> <span class="pl-en">__repr__</span>(<span class="pl-s1">self</span>):
<span class="pl-k">return</span> <span class="pl-s">"Hidden"</span>
<span class="pl-s1">requests</span>.<span class="pl-en">get</span>(<span class="pl-s">"https://google.com"</span>, <span class="pl-s1">headers</span><span class="pl-c1">=</span>{<span class="pl-s">"token"</span>: <span class="pl-v">Secret</span>(<span class="pl-s">"Confidential"</span>)})</pre></div>
<h2 dir="auto">System Information</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ python -m requests.help"><pre class="notranslate"><code class="notranslate">$ python -m requests.help
</code></pre></div>
<div class="highlight highlight-source-json notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="{
"chardet": {
"version": null
},
"charset_normalizer": {
"version": "2.1.1"
},
"cryptography": {
"version": ""
},
"idna": {
"version": "3.3"
},
"implementation": {
"name": "CPython",
"version": "3.10.6"
},
"platform": {
"release": "5.19.6-100.fc35.x86_64",
"system": "Linux"
},
"pyOpenSSL": {
"openssl_version": "",
"version": null
},
"requests": {
"version": "2.28.1"
},
"system_ssl": {
"version": "1010111f"
},
"urllib3": {
"version": "1.26.12"
},
"using_charset_normalizer": true,
"using_pyopenssl": false
}"><pre class="notranslate">{
<span class="pl-ent">"chardet"</span>: {
<span class="pl-ent">"version"</span>: <span class="pl-c1">null</span>
},
<span class="pl-ent">"charset_normalizer"</span>: {
<span class="pl-ent">"version"</span>: <span class="pl-s"><span class="pl-pds">"</span>2.1.1<span class="pl-pds">"</span></span>
},
<span class="pl-ent">"cryptography"</span>: {
<span class="pl-ent">"version"</span>: <span class="pl-s"><span class="pl-pds">"</span><span class="pl-pds">"</span></span>
},
<span class="pl-ent">"idna"</span>: {
<span class="pl-ent">"version"</span>: <span class="pl-s"><span class="pl-pds">"</span>3.3<span class="pl-pds">"</span></span>
},
<span class="pl-ent">"implementation"</span>: {
<span class="pl-ent">"name"</span>: <span class="pl-s"><span class="pl-pds">"</span>CPython<span class="pl-pds">"</span></span>,
<span class="pl-ent">"version"</span>: <span class="pl-s"><span class="pl-pds">"</span>3.10.6<span class="pl-pds">"</span></span>
},
<span class="pl-ent">"platform"</span>: {
<span class="pl-ent">"release"</span>: <span class="pl-s"><span class="pl-pds">"</span>5.19.6-100.fc35.x86_64<span class="pl-pds">"</span></span>,
<span class="pl-ent">"system"</span>: <span class="pl-s"><span class="pl-pds">"</span>Linux<span class="pl-pds">"</span></span>
},
<span class="pl-ent">"pyOpenSSL"</span>: {
<span class="pl-ent">"openssl_version"</span>: <span class="pl-s"><span class="pl-pds">"</span><span class="pl-pds">"</span></span>,
<span class="pl-ent">"version"</span>: <span class="pl-c1">null</span>
},
<span class="pl-ent">"requests"</span>: {
<span class="pl-ent">"version"</span>: <span class="pl-s"><span class="pl-pds">"</span>2.28.1<span class="pl-pds">"</span></span>
},
<span class="pl-ent">"system_ssl"</span>: {
<span class="pl-ent">"version"</span>: <span class="pl-s"><span class="pl-pds">"</span>1010111f<span class="pl-pds">"</span></span>
},
<span class="pl-ent">"urllib3"</span>: {
<span class="pl-ent">"version"</span>: <span class="pl-s"><span class="pl-pds">"</span>1.26.12<span class="pl-pds">"</span></span>
},
<span class="pl-ent">"using_charset_normalizer"</span>: <span class="pl-c1">true</span>,
<span class="pl-ent">"using_pyopenssl"</span>: <span class="pl-c1">false</span>
}</pre></div> | <p dir="auto">When using string enums as key values for the <code class="notranslate">headers</code> dict parameter with <code class="notranslate">requests.get()</code> function in <code class="notranslate">v2.28.0</code> it raises an <code class="notranslate">InvalidHeader</code> error but using previous version <code class="notranslate">v2.27.1</code> works well without any error. It seems there was an unexpected breaking change with that release.</p>
<h2 dir="auto">Expected Result</h2>
<p dir="auto">Dict keys for the headers parameter when using <code class="notranslate">requests.get()</code> are still valid if a string enum is used.</p>
<h2 dir="auto">Actual Result</h2>
<p dir="auto">Instead it raises an <code class="notranslate">InvalidHeader</code> error stating that:</p>
<blockquote>
<p dir="auto">Header must be of type <code class="notranslate">str</code> or <code class="notranslate">bytes</code>, not <code class="notranslate">enum</code>.</p>
</blockquote>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Traceback (most recent call last):
File "/home/yair/PycharmProjects/tests/requests_error.py", line 9, in <module>
requests.get("http://URL", headers={CustomEnum.TRACE_ID: "90e85293-afd1-4b48-adf0-fa6daf02359e"})
File "/home/yair/.local/lib/python3.8/site-packages/requests/api.py", line 73, in get
return request("get", url, params=params, **kwargs)
File "/home/yair/.local/lib/python3.8/site-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
File "/home/yair/.local/lib/python3.8/site-packages/requests/sessions.py", line 573, in request
prep = self.prepare_request(req)
File "/home/yair/.local/lib/python3.8/site-packages/requests/sessions.py", line 484, in prepare_request
p.prepare(
File "/home/yair/.local/lib/python3.8/site-packages/requests/models.py", line 369, in prepare
self.prepare_headers(headers)
File "/home/yair/.local/lib/python3.8/site-packages/requests/models.py", line 491, in prepare_headers
check_header_validity(header)
File "/home/yair/.local/lib/python3.8/site-packages/requests/utils.py", line 1037, in check_header_validity
raise InvalidHeader(
requests.exceptions.InvalidHeader: Header part (<CustomEnum.TRACE_ID: 'X-B3-TraceId'>) from {<CustomEnum.TRACE_ID: 'X-B3-TraceId'>: '90e85293-afd1-4b48-adf0-fa6daf02359e'} must be of type str or bytes, not <enum 'CustomEnum'>"><pre class="notranslate"><span class="pl-v">Traceback</span> (<span class="pl-s1">most</span> <span class="pl-s1">recent</span> <span class="pl-s1">call</span> <span class="pl-s1">last</span>):
<span class="pl-v">File</span> <span class="pl-s">"/home/yair/PycharmProjects/tests/requests_error.py"</span>, <span class="pl-s1">line</span> <span class="pl-c1">9</span>, <span class="pl-s1">in</span> <span class="pl-c1"><</span><span class="pl-s1">module</span><span class="pl-c1">></span>
<span class="pl-s1">requests</span>.<span class="pl-en">get</span>(<span class="pl-s">"http://URL"</span>, <span class="pl-s1">headers</span><span class="pl-c1">=</span>{<span class="pl-v">CustomEnum</span>.<span class="pl-v">TRACE_ID</span>: <span class="pl-s">"90e85293-afd1-4b48-adf0-fa6daf02359e"</span>})
<span class="pl-v">File</span> <span class="pl-s">"/home/yair/.local/lib/python3.8/site-packages/requests/api.py"</span>, <span class="pl-s1">line</span> <span class="pl-c1">73</span>, <span class="pl-s1">in</span> <span class="pl-s1">get</span>
<span class="pl-k">return</span> <span class="pl-en">request</span>(<span class="pl-s">"get"</span>, <span class="pl-s1">url</span>, <span class="pl-s1">params</span><span class="pl-c1">=</span><span class="pl-s1">params</span>, <span class="pl-c1">**</span><span class="pl-s1">kwargs</span>)
<span class="pl-v">File</span> <span class="pl-s">"/home/yair/.local/lib/python3.8/site-packages/requests/api.py"</span>, <span class="pl-s1">line</span> <span class="pl-c1">59</span>, <span class="pl-s1">in</span> <span class="pl-s1">request</span>
<span class="pl-k">return</span> <span class="pl-s1">session</span>.<span class="pl-en">request</span>(<span class="pl-s1">method</span><span class="pl-c1">=</span><span class="pl-s1">method</span>, <span class="pl-s1">url</span><span class="pl-c1">=</span><span class="pl-s1">url</span>, <span class="pl-c1">**</span><span class="pl-s1">kwargs</span>)
<span class="pl-v">File</span> <span class="pl-s">"/home/yair/.local/lib/python3.8/site-packages/requests/sessions.py"</span>, <span class="pl-s1">line</span> <span class="pl-c1">573</span>, <span class="pl-s1">in</span> <span class="pl-s1">request</span>
<span class="pl-s1">prep</span> <span class="pl-c1">=</span> <span class="pl-s1">self</span>.<span class="pl-en">prepare_request</span>(<span class="pl-s1">req</span>)
<span class="pl-v">File</span> <span class="pl-s">"/home/yair/.local/lib/python3.8/site-packages/requests/sessions.py"</span>, <span class="pl-s1">line</span> <span class="pl-c1">484</span>, <span class="pl-s1">in</span> <span class="pl-s1">prepare_request</span>
<span class="pl-s1">p</span>.<span class="pl-s1">prepare</span>(
<span class="pl-v">File</span> <span class="pl-s">"/home/yair/.local/lib/python3.8/site-packages/requests/models.py"</span>, <span class="pl-s1">line</span> <span class="pl-c1">369</span>, <span class="pl-s1">in</span> <span class="pl-s1">prepare</span>
<span class="pl-s1">self</span>.<span class="pl-en">prepare_headers</span>(<span class="pl-s1">headers</span>)
<span class="pl-v">File</span> <span class="pl-s">"/home/yair/.local/lib/python3.8/site-packages/requests/models.py"</span>, <span class="pl-s1">line</span> <span class="pl-c1">491</span>, <span class="pl-s1">in</span> <span class="pl-s1">prepare_headers</span>
<span class="pl-en">check_header_validity</span>(<span class="pl-s1">header</span>)
<span class="pl-v">File</span> <span class="pl-s">"/home/yair/.local/lib/python3.8/site-packages/requests/utils.py"</span>, <span class="pl-s1">line</span> <span class="pl-c1">1037</span>, <span class="pl-s1">in</span> <span class="pl-s1">check_header_validity</span>
<span class="pl-s1">raise</span> <span class="pl-v">InvalidHeader</span>(
<span class="pl-s1">requests</span>.<span class="pl-s1">exceptions</span>.<span class="pl-v">InvalidHeader</span>: <span class="pl-v">Header</span> <span class="pl-s1">part</span> (<span class="pl-c1"><</span><span class="pl-v">CustomEnum</span>.<span class="pl-v">TRACE_ID</span>: <span class="pl-s">'X-B3-TraceId'</span><span class="pl-c1">></span>) <span class="pl-k">from</span> {<span class="pl-c1"><</span><span class="pl-v">CustomEnum</span>.<span class="pl-v">TRACE_ID</span>: <span class="pl-s">'X-B3-TraceId'</span><span class="pl-c1">></span>: <span class="pl-s">'90e85293-afd1-4b48-adf0-fa6daf02359e'</span>} <span class="pl-s1">must</span> <span class="pl-s1">be</span> <span class="pl-s1">of</span> <span class="pl-s1">type</span> <span class="pl-s1">str</span> <span class="pl-c1">or</span> <span class="pl-s1">bytes</span>, <span class="pl-c1">not</span> <span class="pl-c1"><</span><span class="pl-s1">enum</span> <span class="pl-s">'CustomEnum'</span><span class="pl-c1">></span></pre></div>
<h2 dir="auto">Reproduction Steps</h2>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from enum import Enum
import requests
class CustomEnum(str, Enum):
TRACE_ID = "X-B3-TraceId"
requests.get("http://URL", headers={CustomEnum.TRACE_ID: "90e85293-afd1-4b48-adf0-fa6daf02359e"})"><pre class="notranslate"><span class="pl-k">from</span> <span class="pl-s1">enum</span> <span class="pl-k">import</span> <span class="pl-v">Enum</span>
<span class="pl-k">import</span> <span class="pl-s1">requests</span>
<span class="pl-k">class</span> <span class="pl-v">CustomEnum</span>(<span class="pl-s1">str</span>, <span class="pl-v">Enum</span>):
<span class="pl-v">TRACE_ID</span> <span class="pl-c1">=</span> <span class="pl-s">"X-B3-TraceId"</span>
<span class="pl-s1">requests</span>.<span class="pl-en">get</span>(<span class="pl-s">"http://URL"</span>, <span class="pl-s1">headers</span><span class="pl-c1">=</span>{<span class="pl-v">CustomEnum</span>.<span class="pl-v">TRACE_ID</span>: <span class="pl-s">"90e85293-afd1-4b48-adf0-fa6daf02359e"</span>})</pre></div>
<h2 dir="auto">System Information</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ python -m requests.help"><pre class="notranslate"><code class="notranslate">$ python -m requests.help
</code></pre></div>
<div class="highlight highlight-source-json notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="{
"chardet": {
"version": "3.0.4"
},
"charset_normalizer": {
"version": "2.0.4"
},
"cryptography": {
"version": "2.8"
},
"idna": {
"version": "3.2"
},
"implementation": {
"name": "CPython",
"version": "3.8.10"
},
"platform": {
"release": "5.13.0-48-generic",
"system": "Linux"
},
"pyOpenSSL": {
"openssl_version": "1010106f",
"version": "19.0.0"
},
"requests": {
"version": "2.28.0"
},
"system_ssl": {
"version": "1010106f"
},
"urllib3": {
"version": "1.26.6"
},
"using_charset_normalizer": false,
"using_pyopenssl": true
}"><pre class="notranslate">{
<span class="pl-ent">"chardet"</span>: {
<span class="pl-ent">"version"</span>: <span class="pl-s"><span class="pl-pds">"</span>3.0.4<span class="pl-pds">"</span></span>
},
<span class="pl-ent">"charset_normalizer"</span>: {
<span class="pl-ent">"version"</span>: <span class="pl-s"><span class="pl-pds">"</span>2.0.4<span class="pl-pds">"</span></span>
},
<span class="pl-ent">"cryptography"</span>: {
<span class="pl-ent">"version"</span>: <span class="pl-s"><span class="pl-pds">"</span>2.8<span class="pl-pds">"</span></span>
},
<span class="pl-ent">"idna"</span>: {
<span class="pl-ent">"version"</span>: <span class="pl-s"><span class="pl-pds">"</span>3.2<span class="pl-pds">"</span></span>
},
<span class="pl-ent">"implementation"</span>: {
<span class="pl-ent">"name"</span>: <span class="pl-s"><span class="pl-pds">"</span>CPython<span class="pl-pds">"</span></span>,
<span class="pl-ent">"version"</span>: <span class="pl-s"><span class="pl-pds">"</span>3.8.10<span class="pl-pds">"</span></span>
},
<span class="pl-ent">"platform"</span>: {
<span class="pl-ent">"release"</span>: <span class="pl-s"><span class="pl-pds">"</span>5.13.0-48-generic<span class="pl-pds">"</span></span>,
<span class="pl-ent">"system"</span>: <span class="pl-s"><span class="pl-pds">"</span>Linux<span class="pl-pds">"</span></span>
},
<span class="pl-ent">"pyOpenSSL"</span>: {
<span class="pl-ent">"openssl_version"</span>: <span class="pl-s"><span class="pl-pds">"</span>1010106f<span class="pl-pds">"</span></span>,
<span class="pl-ent">"version"</span>: <span class="pl-s"><span class="pl-pds">"</span>19.0.0<span class="pl-pds">"</span></span>
},
<span class="pl-ent">"requests"</span>: {
<span class="pl-ent">"version"</span>: <span class="pl-s"><span class="pl-pds">"</span>2.28.0<span class="pl-pds">"</span></span>
},
<span class="pl-ent">"system_ssl"</span>: {
<span class="pl-ent">"version"</span>: <span class="pl-s"><span class="pl-pds">"</span>1010106f<span class="pl-pds">"</span></span>
},
<span class="pl-ent">"urllib3"</span>: {
<span class="pl-ent">"version"</span>: <span class="pl-s"><span class="pl-pds">"</span>1.26.6<span class="pl-pds">"</span></span>
},
<span class="pl-ent">"using_charset_normalizer"</span>: <span class="pl-c1">false</span>,
<span class="pl-ent">"using_pyopenssl"</span>: <span class="pl-c1">true</span>
}</pre></div> | 1 |
<p dir="auto">This may be a duplicate, but I haven't seen this resolved anywhere in the similar-looking issues. With the current nightly, the following borrow is not allowed:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="let mut a = 2u;
let mut p = &mut a;
p = &mut a; // Error here: "a already borrowed""><pre class="notranslate"><code class="notranslate">let mut a = 2u;
let mut p = &mut a;
p = &mut a; // Error here: "a already borrowed"
</code></pre></div>
<p dir="auto">In terms of lifetimes, the first borrow should end by the time <code class="notranslate">p</code> is being reassigned to. However, in the current version of Rust, the borrow is considered to be taken out as long as <code class="notranslate">p</code> is alive.</p>
<p dir="auto">What is the current state of this, and are there plans to change the semantics of assignment to be able to end borrows?</p> | <p dir="auto">If you borrow immutably in an <code class="notranslate">if</code> test, the borrow lasts for the whole <code class="notranslate">if</code> expression. This means that mutable borrows in the clauses will cause the borrow checker to fail.</p>
<p dir="auto">This can also happen when borrowing in the match expression, and needing a mutable borrow in one of the arms.</p>
<p dir="auto">See here for an example where the if borrows boxes, which causes the nearest upwards <code class="notranslate">@mut</code> to freeze. Then <code class="notranslate">remove_child()</code> which needs to borrow mutably conflicts.</p>
<p dir="auto"><a href="https://github.com/mozilla/servo/blob/master/src/servo/layout/box_builder.rs#L387-L411">https://github.com/mozilla/servo/blob/master/src/servo/layout/box_builder.rs#L387-L411</a></p>
<p dir="auto"><em>Updated example from <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Wyverald/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Wyverald">@Wyverald</a></em></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="fn main() {
let mut vec = vec!();
match vec.first() {
None => vec.push(5),
Some(v) => unreachable!(),
}
}"><pre class="notranslate"><code class="notranslate">fn main() {
let mut vec = vec!();
match vec.first() {
None => vec.push(5),
Some(v) => unreachable!(),
}
}
</code></pre></div> | 1 |
<ul dir="auto">
<li>[*] 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>[*] 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.2</li>
<li>Operating System version: windows10(18362.175)</li>
<li>Java version: jdk12.0.1</li>
</ul>
<h3 dir="auto">Steps to reproduce this issue</h3>
<ol dir="auto">
<li>create interface</li>
</ol>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="@SPI
public interface Robot {
void sayHello();
}"><pre class="notranslate"><code class="notranslate">@SPI
public interface Robot {
void sayHello();
}
</code></pre></div>
<ol start="2" dir="auto">
<li>implements Roobot</li>
</ol>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="public class Bumblebee implements Robot {
@Override
public void sayHello() {
System.out.println("Hello, I am Bumblebee.");
}
}
public class OptimusPrime implements Robot {
@Override
public void sayHello() {
System.out.println("Hello, I am Optimus Prime.");
}
}"><pre class="notranslate"><code class="notranslate">public class Bumblebee implements Robot {
@Override
public void sayHello() {
System.out.println("Hello, I am Bumblebee.");
}
}
public class OptimusPrime implements Robot {
@Override
public void sayHello() {
System.out.println("Hello, I am Optimus Prime.");
}
}
</code></pre></div>
<ol start="3" dir="auto">
<li>create a folder<br>
<code class="notranslate">/MEAT-INF/dubbo/</code></li>
</ol>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="optimusPrime=com.huifer.dubbo.client.spi.OptimusPrime
bumblebee=com.huifer.dubbo.client.spi.Bumblebee
"><pre class="notranslate"><code class="notranslate">optimusPrime=com.huifer.dubbo.client.spi.OptimusPrime
bumblebee=com.huifer.dubbo.client.spi.Bumblebee
</code></pre></div>
<ol start="4" dir="auto">
<li>run demo</li>
</ol>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="public class SpiDemo {
public static void main(String[] args) {
ExtensionLoader<Robot> extensionLoader =
ExtensionLoader.getExtensionLoader(Robot.class);
Robot optimusPrime = extensionLoader.getExtension("optimusPrime");
optimusPrime.sayHello();
Robot bumblebee = extensionLoader.getExtension("bumblebee");
bumblebee.sayHello();
}
}"><pre class="notranslate"><code class="notranslate">public class SpiDemo {
public static void main(String[] args) {
ExtensionLoader<Robot> extensionLoader =
ExtensionLoader.getExtensionLoader(Robot.class);
Robot optimusPrime = extensionLoader.getExtension("optimusPrime");
optimusPrime.sayHello();
Robot bumblebee = extensionLoader.getExtension("bumblebee");
bumblebee.sayHello();
}
}
</code></pre></div>
<p dir="auto">Pls. provide <a href="https://github.com/huifer/javaBook-src/tree/master/distributed/dubbo/dubbo-client/src/main/java/com/huifer/dubbo/client/spi">GitHub address</a> to reproduce this issue.</p>
<h3 dir="auto">Expected Result</h3>
<p dir="auto">Console output</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Hello, I am Optimus Prime.
Hello, I am Bumblebee."><pre class="notranslate"><code class="notranslate">Hello, I am Optimus Prime.
Hello, I am Bumblebee.
</code></pre></div>
<h3 dir="auto">Actual Result</h3>
<ul dir="auto">
<li>It has an exception and does not find optimusPrime</li>
</ul>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Exception in thread "main" java.lang.IllegalStateException: No such extension com.huifer.dubbo.client.spi.Robot by name optimusPrime
at org.apache.dubbo.common.extension.ExtensionLoader.findException(ExtensionLoader.java:520)
at org.apache.dubbo.common.extension.ExtensionLoader.createExtension(ExtensionLoader.java:527)
at org.apache.dubbo.common.extension.ExtensionLoader.getExtension(ExtensionLoader.java:351)
at com.huifer.dubbo.client.spi.SpiDemo.main(SpiDemo.java:18)
"><pre class="notranslate"><code class="notranslate">Exception in thread "main" java.lang.IllegalStateException: No such extension com.huifer.dubbo.client.spi.Robot by name optimusPrime
at org.apache.dubbo.common.extension.ExtensionLoader.findException(ExtensionLoader.java:520)
at org.apache.dubbo.common.extension.ExtensionLoader.createExtension(ExtensionLoader.java:527)
at org.apache.dubbo.common.extension.ExtensionLoader.getExtension(ExtensionLoader.java:351)
at com.huifer.dubbo.client.spi.SpiDemo.main(SpiDemo.java:18)
</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.1</li>
<li>Operating System version: Windows</li>
<li>Java version: 1.8</li>
</ul>
<h3 dir="auto">Steps to reproduce this issue</h3>
<p dir="auto">When I config <code class="notranslate">TagRouter</code> like this (in Dubbo admin):</p>
<div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="enabled: true
force: false
runtime: false
tags:
- name: tag1
addresses: null
- name: tag2
addresses: null"><pre class="notranslate"><span class="pl-ent">enabled</span>: <span class="pl-c1">true</span>
<span class="pl-ent">force</span>: <span class="pl-c1">false</span>
<span class="pl-ent">runtime</span>: <span class="pl-c1">false</span>
<span class="pl-ent">tags</span>:
- <span class="pl-ent">name</span>: <span class="pl-s">tag1</span>
<span class="pl-ent">addresses</span>: <span class="pl-c1">null</span>
- <span class="pl-ent">name</span>: <span class="pl-s">tag2</span>
<span class="pl-ent">addresses</span>: <span class="pl-c1">null</span></pre></div>
<h3 dir="auto">Actual Result</h3>
<p dir="auto">Then the <code class="notranslate">java.lang.NullPointerException</code> was caused</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="java.lang.NullPointerException
at org.apache.dubbo.rpc.cluster.router.tag.model.TagRouterRule.lambda$init$2(TagRouterRule.java:55)
at java.util.ArrayList.forEach(ArrayList.java:1257)
at org.apache.dubbo.rpc.cluster.router.tag.model.TagRouterRule.init(TagRouterRule.java:53)
at org.apache.dubbo.rpc.cluster.router.tag.model.TagRuleParser.parse(TagRuleParser.java:42)"><pre class="notranslate"><code class="notranslate">java.lang.NullPointerException
at org.apache.dubbo.rpc.cluster.router.tag.model.TagRouterRule.lambda$init$2(TagRouterRule.java:55)
at java.util.ArrayList.forEach(ArrayList.java:1257)
at org.apache.dubbo.rpc.cluster.router.tag.model.TagRouterRule.init(TagRouterRule.java:53)
at org.apache.dubbo.rpc.cluster.router.tag.model.TagRuleParser.parse(TagRuleParser.java:42)
</code></pre></div>
<p dir="auto">I think we should add NPE check in <code class="notranslate">TagRouterRule</code> or check <code class="notranslate">addresses </code> in Dubbo admin</p>
<div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="tags.forEach(tag -> {
tagnameToAddresses.put(tag.getName(), tag.getAddresses());
// check tag.getAddresses() not null
tag.getAddresses().forEach(addr -> {
List<String> tagNames = addressToTagnames.computeIfAbsent(addr, k -> new ArrayList<>());
tagNames.add(tag.getName());
});
});"><pre class="notranslate"><span class="pl-s1">tags</span>.<span class="pl-en">forEach</span>(<span class="pl-s1">tag</span> -> {
<span class="pl-s1">tagnameToAddresses</span>.<span class="pl-en">put</span>(<span class="pl-s1">tag</span>.<span class="pl-en">getName</span>(), <span class="pl-s1">tag</span>.<span class="pl-en">getAddresses</span>());
<span class="pl-c">// check tag.getAddresses() not null</span>
<span class="pl-s1">tag</span>.<span class="pl-en">getAddresses</span>().<span class="pl-en">forEach</span>(<span class="pl-s1">addr</span> -> {
<span class="pl-smi">List</span><<span class="pl-smi">String</span>> <span class="pl-s1">tagNames</span> = <span class="pl-s1">addressToTagnames</span>.<span class="pl-en">computeIfAbsent</span>(<span class="pl-s1">addr</span>, <span class="pl-s1">k</span> -> <span class="pl-k">new</span> <span class="pl-smi">ArrayList</span><>());
<span class="pl-s1">tagNames</span>.<span class="pl-en">add</span>(<span class="pl-s1">tag</span>.<span class="pl-en">getName</span>());
});
});</pre></div> | 0 |
<p dir="auto">The code:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="graph_def = tf.GraphDef()
graph_def.ParseFromString(open(PB_PATH).read())"><pre class="notranslate"><code class="notranslate">graph_def = tf.GraphDef()
graph_def.ParseFromString(open(PB_PATH).read())
</code></pre></div>
<p dir="auto">The error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="google.protobuf.message.DecodeError: Error parsing message"><pre class="notranslate"><code class="notranslate">google.protobuf.message.DecodeError: Error parsing message
</code></pre></div>
<p dir="auto">The SHA: <code class="notranslate">f2a42d48a885ce8956c3ea69ef900cf484a6e873</code></p>
<p dir="auto">Thanks.</p> | <p dir="auto">I just upgraded TF to <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/tensorflow/tensorflow/commit/469b3ddb4bb914a02f496748dd4ee5dbcbd7fce0/hovercard" href="https://github.com/tensorflow/tensorflow/commit/469b3ddb4bb914a02f496748dd4ee5dbcbd7fce0"><tt>469b3dd</tt></a> and I'm now getting an error importing the inception v3 model provided at <a href="https://storage.googleapis.com/download.tensorflow.org/models/inception_dec_2015.zip" rel="nofollow">https://storage.googleapis.com/download.tensorflow.org/models/inception_dec_2015.zip</a></p>
<p dir="auto">I didn't have this problem before the upgrade. Here is the error</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Traceback (most recent call last):
File "test.py", line 7, in <module>
graph_def.ParseFromString(fileContent)
google.protobuf.message.DecodeError: Error parsing message"><pre class="notranslate"><code class="notranslate">Traceback (most recent call last):
File "test.py", line 7, in <module>
graph_def.ParseFromString(fileContent)
google.protobuf.message.DecodeError: Error parsing message
</code></pre></div>
<p dir="auto">And this is the code I'm using</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import tensorflow as tf
with open("tensorflow_inception_graph.pb", mode='rb') as f:
fileContent = f.read()
graph_def = tf.GraphDef()
graph_def.ParseFromString(fileContent)
input_layer = tf.placeholder("float", [1, 299, 299, 3])
tf.import_graph_def(graph_def, input_map={ "Mul": input_layer })"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">tensorflow</span> <span class="pl-k">as</span> <span class="pl-s1">tf</span>
<span class="pl-k">with</span> <span class="pl-en">open</span>(<span class="pl-s">"tensorflow_inception_graph.pb"</span>, <span class="pl-s1">mode</span><span class="pl-c1">=</span><span class="pl-s">'rb'</span>) <span class="pl-k">as</span> <span class="pl-s1">f</span>:
<span class="pl-s1">fileContent</span> <span class="pl-c1">=</span> <span class="pl-s1">f</span>.<span class="pl-en">read</span>()
<span class="pl-s1">graph_def</span> <span class="pl-c1">=</span> <span class="pl-s1">tf</span>.<span class="pl-v">GraphDef</span>()
<span class="pl-s1">graph_def</span>.<span class="pl-v">ParseFromString</span>(<span class="pl-s1">fileContent</span>)
<span class="pl-s1">input_layer</span> <span class="pl-c1">=</span> <span class="pl-s1">tf</span>.<span class="pl-en">placeholder</span>(<span class="pl-s">"float"</span>, [<span class="pl-c1">1</span>, <span class="pl-c1">299</span>, <span class="pl-c1">299</span>, <span class="pl-c1">3</span>])
<span class="pl-s1">tf</span>.<span class="pl-en">import_graph_def</span>(<span class="pl-s1">graph_def</span>, <span class="pl-s1">input_map</span><span class="pl-c1">=</span>{ <span class="pl-s">"Mul"</span>: <span class="pl-s1">input_layer</span> })</pre></div> | 1 |
<p dir="auto">Some tests are not compatible with Android-L's security model.<br>
Some tests (involving processing stderr/stdout of child processes) are confused.</p>
<p dir="auto">Here is error messages after patching cl/12559 (for pie)</p>
<pre class="notranslate">WARNING: linker: /data/local/tmp/syslog.test-50176/syslog.test-50176 has text relocations. This is wasting memory and prevents security hardening. Please fix.
2015/08/21 13:44:14 startServer failed: listen unix /data/local/tmp/syslog.test-50176/syslogtest840502310: bind: permission denied
exitcode=1go_android_exec: adb shell rm -rf /data/local/tmp/syslog.test-50176
FAIL log/syslog 1.981s
--- FAIL: TestConnAndListener (0.00s)
conn_test.go:29: listen unix /data/local/tmp/net.test-50439/go-nettest156564319: bind: permission denied
--- FAIL: TestCloseRead (0.00s)
net_test.go:28: listen unix /data/local/tmp/net.test-50439/go-nettest558273769: bind: permission denied
--- FAIL: TestCloseWrite (0.00s)
net_test.go:114: listen unix /data/local/tmp/net.test-50439/go-nettest743620916: bind: permission denied
--- FAIL: TestConnClose (0.00s)
net_test.go:164: listen unix /data/local/tmp/net.test-50439/go-nettest612674819: bind: permission denied
--- FAIL: TestListenerClose (0.00s)
net_test.go:205: listen unix /data/local/tmp/net.test-50439/go-nettest021369990: bind: permission denied
--- FAIL: TestPacketConnClose (0.00s)
net_test.go:236: listen unixgram /data/local/tmp/net.test-50439/go-nettest185898029: bind: permission denied
--- FAIL: TestPacketConn (0.00s)
packetconn_test.go:57: listen unixgram /data/local/tmp/net.test-50439/go-nettest041550039: bind: permission denied
--- FAIL: TestConnAndPacketConn (0.00s)
packetconn_test.go:112: listen unixgram /data/local/tmp/net.test-50439/go-nettest041550039: bind: permission denied
--- FAIL: TestUnixListenerSpecificMethods (0.00s)
protoconn_test.go:215: listen unix /data/local/tmp/net.test-50439/go-nettest385819048: bind: permission denied
--- FAIL: TestUnixConnSpecificMethods (0.00s)
protoconn_test.go:257: dial unixgram /data/local/tmp/net.test-50439/go-nettest314342631: bind: permission denied
--- FAIL: TestUnixAndUnixpacketServer (0.00s)
server_test.go:151: listen unix /data/local/tmp/net.test-50439/go-nettest512301857: bind: permission denied
--- FAIL: TestUnixgramServer (0.00s)
server_test.go:341: listen unixgram /data/local/tmp/net.test-50439/go-nettest015628795: bind: permission denied
--- FAIL: TestReadUnixgramWithUnnamedSocket (0.00s)
unix_test.go:31: listen unixgram /data/local/tmp/net.test-50439/go-nettest721342812: bind: permission denied
--- FAIL: TestUnixgramZeroBytePayload (0.00s)
unix_test.go:77: listen unixgram /data/local/tmp/net.test-50439/go-nettest064747275: bind: permission denied
--- FAIL: TestUnixgramZeroByteBuffer (0.00s)
unix_test.go:127: listen unixgram /data/local/tmp/net.test-50439/go-nettest691965678: bind: permission denied
--- FAIL: TestUnixgramWrite (0.00s)
unix_test.go:225: listen unixgram /data/local/tmp/net.test-50439/go-nettest293440885: bind: permission denied
--- FAIL: TestUnixConnLocalAndRemoteNames (0.00s)
unix_test.go:301: listen unix /data/local/tmp/net.test-50439/go-nettest721800559: bind: permission denied
--- FAIL: TestUnixgramConnLocalAndRemoteNames (0.00s)
unix_test.go:363: listen unixgram /data/local/tmp/net.test-50439/go-nettest607627129: bind: permission denied
FAIL
exitcode=1go_android_exec: adb shell rm -rf /data/local/tmp/net.test-50439
FAIL net 5.456s
--- FAIL: TestLongSymlink (0.00s)
os_test.go:690: symlink "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef", "longsymlinktestfrom" failed: symlink 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef longsymlinktestfrom: permission denied
--- FAIL: TestGetppid (0.02s)
os_test.go:1615: Child process reports parent process id 'WARNING: linker: /data/local/tmp/os.test-50530/os.test-50530 has text relocations. This is wasting memory and prevents security hardening. Please fix.
13739', expected '13739'
--- FAIL: TestMkdirAllWithSymlink (0.00s)
path_test.go:196: Symlink /data/local/tmp/os.test-50530/TestMkdirAllWithSymlink-447302546/link: symlink dir /data/local/tmp/os.test-50530/TestMkdirAllWithSymlink-447302546/link: permission denied
FAIL
exitcode=1go_android_exec: adb shell rm -rf /data/local/tmp/os.test-50530
FAIL os 2.132s
....
exec_test.go:543: iteration 9, process B got:
WARNING: linker: /data/local/tmp/exec.test-50565/exec.test-50565 has text relocations. This is wasting memory and prevents security hardening. Please fix.
fd3: listener 127.0.0.1:33373
want:
fd3: listener 127.0.0.1:33373
FAIL
exitcode=1go_android_exec: adb shell rm -rf /data/local/tmp/exec.test-50565
FAIL os/exec 2.826s
--- FAIL: TestGlobSymlink (0.00s)
match_test.go:197: symlink /data/local/tmp/filepath.test-50618/globsymlink620110739/test1 /data/local/tmp/filepath.test-50618/globsymlink620110739/link1: permission denied
--- FAIL: TestEvalSymlinks (0.00s)
path_test.go:796: symlink ../../ /data/local/tmp/filepath.test-50618/evalsymlink112903032/test/dir/link3: permission denied
FAIL
exitcode=1go_android_exec: adb shell rm -rf /data/local/tmp/filepath.test-50618
FAIL path/filepath 0.911s
--- FAIL: TestFcntlFlock (0.08s)
syscall_unix_test.go:98: child process: "WARNING: linker: /data/local/tmp/syscall.test-50825/syscall.test-50825 has text relocations. This is wasting memory and prevents security hardening. Please fix.\n",
--- FAIL: TestPassFD (0.10s)
syscall_unix_test.go:166: child process: "WARNING: linker: /data/local/tmp/syscall.test-50825/syscall.test-50825 has text relocations. This is wasting memory and prevents security hardening. Please fix.\n",
FAIL
exitcode=1go_android_exec: adb shell rm -rf /data/local/tmp/syscall.test-50825
FAIL syscall 1.802s
</pre>
<p dir="auto">/cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/crawshaw/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/crawshaw">@crawshaw</a></p> | <p dir="auto">The current builder cross-compiles the test binaries, runs the compiled binaries on the device, and parses the output of them. This does not work for android-L that requires PIE and refuses to run the test binaries with the following error message.</p>
<p dir="auto">"only position independent executables (PIE) are supported."</p>
<p dir="auto">Probably related to : <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="51285960" data-permission-text="Title is private" data-url="https://github.com/golang/go/issues/6940" data-hovercard-type="issue" data-hovercard-url="/golang/go/issues/6940/hovercard" href="https://github.com/golang/go/issues/6940">#6940</a></p> | 1 |
<p dir="auto">I have a simple setup with 1 master and 2 nodes running a couple of pods on Kubernetes v0.16.0.<br>
When I simulate a crash on one of them, pods keep being scheduled on it indefinitely.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ kubectl get nodes
NAME LABELS STATUS
ip-10-0-21-131.eu-west-1.compute.internal <none> Ready
ip-10-0-21-132.eu-west-1.compute.internal <none> NotReady"><pre class="notranslate"><code class="notranslate">$ kubectl get nodes
NAME LABELS STATUS
ip-10-0-21-131.eu-west-1.compute.internal <none> Ready
ip-10-0-21-132.eu-west-1.compute.internal <none> NotReady
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ kubectl get pods
web-4a3cq 10.144.71.11 ip-10-0-21-131.eu-west-1.compute.internal/10.0.21.131 app=web Running 23 hours
web-st0du ip-10-0-21-132.eu-west-1.compute.internal/ app=web Pending 2 seconds"><pre class="notranslate"><code class="notranslate">$ kubectl get pods
web-4a3cq 10.144.71.11 ip-10-0-21-131.eu-west-1.compute.internal/10.0.21.131 app=web Running 23 hours
web-st0du ip-10-0-21-132.eu-west-1.compute.internal/ app=web Pending 2 seconds
</code></pre></div>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ journalctl -u kube-controller-manager
nodecontroller.go:431] node ip-10-0-21-132.eu-west-1.compute.internal hasn't been updated for 15m30.391884952s. Last ready condition is: {Type:Ready Status:Unknown LastHeartbeatTime:2015-05-01 15:30:47 +0000 UTC LastTransitionTime:2015-05-01 15:31:29 +0000 UTC Reason:Kubelet stopped posting node status. Message:}
nodecontroller.go:504] Evicting pods2: 2015-05-01 15:46:19.911780538 +0000 UTC is later than 2015-05-01 15:46:19.911779449 +0000 UTC + -10s
nodecontroller.go:175] Error syncing cloud: Request has expired. (RequestExpired)nodecontroller.go:431] node ip-10-0-21-132.eu-west-1.compute.internal hasn't been updated for 15m35.402783207s. Last ready condition is: {Type:Ready Status:Unkn
own LastHeartbeatTime:2015-05-01 15:30:47 +0000 UTC LastTransitionTime:2015-05-01 15:31:29 +0000 UTC Reason:Kubelet stopped posting node status. Message:}
nodecontroller.go:504] Evicting pods2: 2015-05-01 15:46:24.924422488 +0000 UTC is later than 2015-05-01 15:46:24.924421484 +0000 UTC + -10snodecontroller.go:584] Delete all pods from ip-10-0-21-132.eu-west-1.compute.internal
nodecontroller.go:595] Delete pod api-seu4e
nodecontroller.go:595] Delete pod web-mbpos
replication_controller.go:253] Too few "api" replicas, creating 1
replication_controller.go:253] Too few "web" replicas, creating 1
endpoints_controller.go:314] Failed to find an IP for pod default/web-hcxtd
endpoints_controller.go:314] Failed to find an IP for pod default/api-rb12s
endpoints_controller.go:314] Failed to find an IP for pod default/web-hcxtd
endpoints_controller.go:314] Failed to find an IP for pod default/api-rb12s"><pre class="notranslate"><code class="notranslate">$ journalctl -u kube-controller-manager
nodecontroller.go:431] node ip-10-0-21-132.eu-west-1.compute.internal hasn't been updated for 15m30.391884952s. Last ready condition is: {Type:Ready Status:Unknown LastHeartbeatTime:2015-05-01 15:30:47 +0000 UTC LastTransitionTime:2015-05-01 15:31:29 +0000 UTC Reason:Kubelet stopped posting node status. Message:}
nodecontroller.go:504] Evicting pods2: 2015-05-01 15:46:19.911780538 +0000 UTC is later than 2015-05-01 15:46:19.911779449 +0000 UTC + -10s
nodecontroller.go:175] Error syncing cloud: Request has expired. (RequestExpired)nodecontroller.go:431] node ip-10-0-21-132.eu-west-1.compute.internal hasn't been updated for 15m35.402783207s. Last ready condition is: {Type:Ready Status:Unkn
own LastHeartbeatTime:2015-05-01 15:30:47 +0000 UTC LastTransitionTime:2015-05-01 15:31:29 +0000 UTC Reason:Kubelet stopped posting node status. Message:}
nodecontroller.go:504] Evicting pods2: 2015-05-01 15:46:24.924422488 +0000 UTC is later than 2015-05-01 15:46:24.924421484 +0000 UTC + -10snodecontroller.go:584] Delete all pods from ip-10-0-21-132.eu-west-1.compute.internal
nodecontroller.go:595] Delete pod api-seu4e
nodecontroller.go:595] Delete pod web-mbpos
replication_controller.go:253] Too few "api" replicas, creating 1
replication_controller.go:253] Too few "web" replicas, creating 1
endpoints_controller.go:314] Failed to find an IP for pod default/web-hcxtd
endpoints_controller.go:314] Failed to find an IP for pod default/api-rb12s
endpoints_controller.go:314] Failed to find an IP for pod default/web-hcxtd
endpoints_controller.go:314] Failed to find an IP for pod default/api-rb12s
</code></pre></div> | <p dir="auto">I am running my cluster on aws. The setups has a etcd cluster with 3 etcd nodes, 1 master and 4 minions.<br>
I am running a simple hello-world nodejs script using docker to test my application. For skydns i am using the steps mentioned <a href="https://github.com/GoogleCloudPlatform/kubernetes/blob/ebcc45b11c64d17b589c0592426646c7e977f3c6/cluster/addons/dns/README.md#how-do-i-configure-it%5D">here</a></p>
<p dir="auto">I shutdown all minions, while my master and etcd were running.<br>
A kubectl get nodes on the master showed that two nodes were not ready and the other two as ready</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="core@ip-172-31-24-64 ~ $ ./kubectl get nodes
NAME LABELS STATUS
172.31.25.11 Schedulable name=dns NotReady
172.31.25.12 Schedulable name=dns NotReady
172.31.26.95 Schedulable name=minion Ready
172.31.27.92 Schedulable name=minion Ready"><pre class="notranslate"><code class="notranslate">core@ip-172-31-24-64 ~ $ ./kubectl get nodes
NAME LABELS STATUS
172.31.25.11 Schedulable name=dns NotReady
172.31.25.12 Schedulable name=dns NotReady
172.31.26.95 Schedulable name=minion Ready
172.31.27.92 Schedulable name=minion Ready
</code></pre></div>
<p dir="auto"><strong>Is it expected that the LABEL for a shut-down node is Schedulable?</strong><br>
I now scheduled my pods using replicationControllers and created the associated services. One of the pods was scheduled on a "NotReady" node.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" core@ip-172-31-24-64 ~ $ ./kubectl get pods
POD IP CONTAINER(S) IMAGE(S) HOST LABELS STATUS CREATED
replicont-0cj5l 172.17.0.4 basicnodejs basicnodejs 172.31.26.95/ name=replicont Running 19 minutes
replicont-gl3wm 172.17.0.4 basicnodejs basicnodejs 172.31.27.92/ name=replicont Running 19 minutes
skydns-1ad74 172.17.0.5 etcd quay.io/coreos/etcd:latest 172.31.27.92/ name=skydns Running 18 minutes
kube2sky kubernetes/kube2sky:1.0
skydns kubernetes/skydns:2014-12-23-001
skydns-oib7w etcd quay.io/coreos/etcd:latest 172.31.25.12/ name=skydns Pending 7 minutes
kube2sky kubernetes/kube2sky:1.0
skydns kubernetes/skydns:2014-12-23-001 "><pre class="notranslate"><code class="notranslate"> core@ip-172-31-24-64 ~ $ ./kubectl get pods
POD IP CONTAINER(S) IMAGE(S) HOST LABELS STATUS CREATED
replicont-0cj5l 172.17.0.4 basicnodejs basicnodejs 172.31.26.95/ name=replicont Running 19 minutes
replicont-gl3wm 172.17.0.4 basicnodejs basicnodejs 172.31.27.92/ name=replicont Running 19 minutes
skydns-1ad74 172.17.0.5 etcd quay.io/coreos/etcd:latest 172.31.27.92/ name=skydns Running 18 minutes
kube2sky kubernetes/kube2sky:1.0
skydns kubernetes/skydns:2014-12-23-001
skydns-oib7w etcd quay.io/coreos/etcd:latest 172.31.25.12/ name=skydns Pending 7 minutes
kube2sky kubernetes/kube2sky:1.0
skydns kubernetes/skydns:2014-12-23-001
</code></pre></div>
<p dir="auto">I ran a kubectl delete pod on the problematic pod and the new pod was scheduled on another node which is not up.<br>
I waited for some time(may have been 5-10 minutes) and the pod was rescheduled on a live node. So I killed it and a new one was scheduled on a shutdown node.</p> | 1 |
<h3 dir="auto">Version</h3>
<p dir="auto">2.5.13</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://codepen.io/chenfeng163/pen/VyMrQy" rel="nofollow">https://codepen.io/chenfeng163/pen/VyMrQy</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">父组件中部分组件发生状态改变,会引发子slot组件render两次</p>
<h3 dir="auto">What is expected?</h3>
<p dir="auto">父组件其他组件状态更新的时候不要影响slot组件的render</p>
<h3 dir="auto">What is actually happening?</h3>
<p dir="auto">子组件渲染两次</p> | <h3 dir="auto">Version</h3>
<p dir="auto">2.3.3</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://jsfiddle.net/06q3ctsp/" rel="nofollow">https://jsfiddle.net/06q3ctsp/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">Child component's updated event is unexpected triggered when it has content, not when it's content is changed.</p>
<h3 dir="auto">What is expected?</h3>
<p dir="auto">Child component's updated event is triggered only when it's content is changed.</p>
<h3 dir="auto">What is actually happening?</h3>
<p dir="auto">When parent component is changed, the child component with content will always be updated whether it's content is changed.</p> | 1 |
<h3 dir="auto">Describe the bug</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import axios, { AxiosInstance, AxiosResponse } from 'axios'
...
this.instance = axios.create( {
^"><pre class="notranslate"><code class="notranslate">import axios, { AxiosInstance, AxiosResponse } from 'axios'
...
this.instance = axios.create( {
^
</code></pre></div>
<p dir="auto"><code class="notranslate">TypeError: Cannot read properties of undefined (reading 'create')</code></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.1.3</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">19</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> | <h3 dir="auto">Describe the bug</h3>
<p dir="auto">I recently updated from <code class="notranslate">0.27.2</code> to <code class="notranslate">1.1.3</code> and now my tests are failing. When there's a test mounting a component which contains an axios import, the test fails.</p>
<p dir="auto">The output is the following:</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ federicontr@laptop axios-test % CI=true yarn test
yarn run v1.22.19
$ react-scripts test
FAIL src/App.test.js
● Test suite failed to run
Jest encountered an unexpected token
Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.
Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.
By default "node_modules" folder is ignored by transformers.
Here's what you can do:
• If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.
• If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript
• To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.
• If you need a custom transformation specify a "transform" option in your config.
• If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.
You'll find more details and examples of these config options in the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation
Details:
/Users/federicontr/Documents/redacted/axios-test/node_modules/axios/index.js:1
({"Object.<anonymous>":function(module,exports,require,__dirname,__filename,jest){import axios from './lib/axios.js';
^^^^^^
SyntaxError: Cannot use import statement outside a module
1 | import logo from './logo.svg';
2 | import './App.css';
> 3 | import axios from 'axios';
| ^
4 |
5 | function App() {
6 | return (
at Runtime.createScriptFromCode (node_modules/jest-runtime/build/index.js:1728:14)
at Object.<anonymous> (src/App.js:3:1)
Test Suites: 1 failed, 1 total
Tests: 0 total
Snapshots: 0 total
Time: 0.471 s
Ran all test suites.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. "><pre class="notranslate">$ federicontr@laptop axios-test % CI=true yarn <span class="pl-c1">test</span>
yarn run v1.22.19
$ react-scripts <span class="pl-c1">test</span>
FAIL src/App.test.js
● Test suite failed to run
Jest encountered an unexpected token
Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax.
Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration.
By default <span class="pl-s"><span class="pl-pds">"</span>node_modules<span class="pl-pds">"</span></span> folder is ignored by transformers.
Here<span class="pl-s"><span class="pl-pds">'</span>s what you can do:</span>
<span class="pl-s"> • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it.</span>
<span class="pl-s"> • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript</span>
<span class="pl-s"> • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config.</span>
<span class="pl-s"> • If you need a custom transformation specify a "transform" option in your config.</span>
<span class="pl-s"> • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option.</span>
<span class="pl-s"></span>
<span class="pl-s"> You<span class="pl-pds">'</span></span>ll find more details and examples of these config options <span class="pl-k">in</span> the docs:
https://jestjs.io/docs/configuration
For information about custom transformations, see:
https://jestjs.io/docs/code-transformation
Details:
/Users/federicontr/Documents/redacted/axios-test/node_modules/axios/index.js:1
({<span class="pl-s"><span class="pl-pds">"</span>Object.<anonymous><span class="pl-pds">"</span></span>:function(module,exports,require,__dirname,__filename,jest){import axios from <span class="pl-s"><span class="pl-pds">'</span>./lib/axios.js<span class="pl-pds">'</span></span><span class="pl-k">;</span>
^^^^^^
SyntaxError: Cannot use import statement outside a module
1 <span class="pl-k">|</span> import logo from <span class="pl-s"><span class="pl-pds">'</span>./logo.svg<span class="pl-pds">'</span></span><span class="pl-k">;</span>
2 <span class="pl-k">|</span> import <span class="pl-s"><span class="pl-pds">'</span>./App.css<span class="pl-pds">'</span></span><span class="pl-k">;</span>
<span class="pl-k">></span> 3 <span class="pl-k">|</span> import axios from <span class="pl-s"><span class="pl-pds">'</span>axios<span class="pl-pds">'</span></span><span class="pl-k">;</span>
<span class="pl-k">|</span> ^
4 <span class="pl-k">|</span>
5 <span class="pl-k">|</span> <span class="pl-k">function</span> <span class="pl-en">App()</span> {
6 <span class="pl-k">|</span> <span class="pl-k">return</span> (
at Runtime.createScriptFromCode (node_modules/jest-runtime/build/index.js:1728:14)
at Object.<span class="pl-k"><</span>anonymous<span class="pl-k">></span> (src/App.js:3:1)
Test Suites: 1 failed, 1 total
Tests: 0 total
Snapshots: 0 total
Time: 0.471 s
Ran all <span class="pl-c1">test</span> suites.
error Command failed with <span class="pl-c1">exit</span> code 1.
info Visit https://yarnpkg.com/en/docs/cli/run <span class="pl-k">for</span> documentation about this command. </pre></div>
<h3 dir="auto">To Reproduce</h3>
<p dir="auto">Just create a new <code class="notranslate">create-react-app</code> project, add axios to it, import axios in <code class="notranslate">App.js</code> and then execute the test.</p>
<h3 dir="auto">Code snippet</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">Tests running fine. If there's some change to be made it should be stated in the release notes or in the upgrade guide, which is very outdated.</p>
<h3 dir="auto">Axios Version</h3>
<p dir="auto">1.1.3</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">16.18.0</p>
<h3 dir="auto">OS</h3>
<p dir="auto">macOS 12.6.1 and Ubuntu 20.04</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="React 18.2.0"><pre class="notranslate">React 18.2.0</pre></div>
<h3 dir="auto">Additional context/Screenshots</h3>
<p dir="auto"><em>No response</em></p> | 0 |
<p dir="auto">Taking the absolute value of the smallest negative machine size integer returns a negative value.</p>
<p dir="auto">On ARM (Raspian OS) machines (e.g. Raspberry Pi 3). If you run</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="numpy.absolute(np.array([-2**31]))"><pre class="notranslate"><code class="notranslate">numpy.absolute(np.array([-2**31]))
</code></pre></div>
<p dir="auto">you get</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="array([-2147483648])"><pre class="notranslate"><code class="notranslate">array([-2147483648])
</code></pre></div>
<p dir="auto">On Intel (Apple OS X), on the other hand,</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="numpy.absolute(np.array([-2**63]))"><pre class="notranslate"><code class="notranslate">numpy.absolute(np.array([-2**63]))
</code></pre></div>
<p dir="auto">you get</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="array([-9223372036854775808])"><pre class="notranslate"><code class="notranslate">array([-9223372036854775808])
</code></pre></div>
<p dir="auto">The <code class="notranslate">dtype</code> for the array is <code class="notranslate">int32</code> on ARM and <code class="notranslate">int64</code> on Intel.</p> | <p dir="auto">Python:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [117]: abs(-2147483646)
Out[117]: 2147483646
In [118]: abs(-2147483647)
Out[118]: 2147483647
In [119]: abs(-2147483648)
Out[119]: 2147483648L
In [120]: abs(-2147483649)
Out[120]: 2147483649L
In [121]: abs(-2147483650)
Out[121]: 2147483650L"><pre class="notranslate"><code class="notranslate">In [117]: abs(-2147483646)
Out[117]: 2147483646
In [118]: abs(-2147483647)
Out[118]: 2147483647
In [119]: abs(-2147483648)
Out[119]: 2147483648L
In [120]: abs(-2147483649)
Out[120]: 2147483649L
In [121]: abs(-2147483650)
Out[121]: 2147483650L
</code></pre></div>
<p dir="auto">NumPy:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [93]: absolute(array([-2147483646]))
Out[93]: array([2147483646])
In [94]: absolute(array([-2147483647]))
Out[94]: array([2147483647])
In [95]: absolute(array([-2147483648]))
Out[95]: array([-2147483648])
In [96]: absolute(array([-2147483649]))
Out[96]: array([2147483649], dtype=int64)
In [97]: absolute(array([-2147483650]))
Out[97]: array([2147483650], dtype=int64)"><pre class="notranslate"><code class="notranslate">In [93]: absolute(array([-2147483646]))
Out[93]: array([2147483646])
In [94]: absolute(array([-2147483647]))
Out[94]: array([2147483647])
In [95]: absolute(array([-2147483648]))
Out[95]: array([-2147483648])
In [96]: absolute(array([-2147483649]))
Out[96]: array([2147483649], dtype=int64)
In [97]: absolute(array([-2147483650]))
Out[97]: array([2147483650], dtype=int64)
</code></pre></div>
<p dir="auto"><a href="http://stackoverflow.com/q/11243014/125507" rel="nofollow">In C this is undefined</a> because abs() returns an int and there's no +2147483648, but NumPy should convert to int64? and then <code class="notranslate">absolute(array(-2**63))</code> should convert to object array with longs instead of returning -9223372036854775808?</p>
<p dir="auto">Related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="7718582" data-permission-text="Title is private" data-url="https://github.com/numpy/numpy/issues/593" data-hovercard-type="issue" data-hovercard-url="/numpy/numpy/issues/593/hovercard" href="https://github.com/numpy/numpy/issues/593">#593</a>?</p> | 1 |
<p dir="auto">Does anyone know whether AdaBoostClassifier and DecisionTreeClassifier have been improved to work with sparse matrix input X? If not, are there any suggestions on current free AdaBoost package that works with sparse matrix? If I need to implement my own version of AdaBoost that can takes sparse matrix, what kind of change should I make?</p>
<p dir="auto">Thanks!</p> | <p dir="auto">AdaBoostClassifier does does not directly use the feature values of the input array, so it should not need to require the input to be dense. This limits its applicability to large scale high dimentional problems</p> | 1 |
<ul dir="auto">
<li>VSCode Version: 1.2</li>
<li>OS Version: osx 10.11.5</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<ol dir="auto">
<li>just open up vs code</li>
<li>it will eventually show a crash message and ask you if you would like to send it to apple</li>
<li>vs code appears to still be usable, but the crash pop up keeps coming back every minute or so</li>
</ol> | <ul dir="auto">
<li>VSCode Version: 1.2.0 (1.2.0)</li>
<li>OS Version: OS X 10.11.4 (15E65)</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<ol dir="auto">
<li>Three click the line number</li>
<li>Select a paragraph</li>
</ol> | 0 |
<p dir="auto">At first I thought this was a problem with the theme Solarized Dark, but it appears to be the same problem with most themes (not "Dark" or "Light").</p>
<p dir="auto">The problem (albeit a small problem) is that when I for example paste several lines in a row, the background color at the line-numbers changes after some lines, as seen on line 1239 on the screenshot. The amount of lines needed to create show this fault differs.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/7148640/11628150/05bf70d8-9cf0-11e5-8b59-9e8e9b83ddf3.png"><img width="612" alt="screen shot 2015-12-07 at 14 36 44" src="https://cloud.githubusercontent.com/assets/7148640/11628150/05bf70d8-9cf0-11e5-8b59-9e8e9b83ddf3.png" style="max-width: 100%;"></a></p>
<p dir="auto">OS X 10.11 (15A284)<br>
VsCode: v0.10.3</p>
<p dir="auto">Reproduce:</p>
<ol dir="auto">
<li>Open any file with code</li>
<li>Select all</li>
<li>Copy</li>
<li>Spam paste until it occurs (anywhere from 50-1500 lines in my experience)</li>
</ol>
<p dir="auto">Is it possible that the problem has to do with transparent colors?</p> | <p dir="auto">Although this is somewhat small, this really gets me; whenever I create a new file (that is the key here, this doesn't happen with ones previously created and opened using the "open with code" context menu) after passing line 25 there is a bar that is a different color overlayed on the line numbers, which as far as I can tell extends infinitely.</p> | 1 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.6.0</li>
<li>Operating System / Platform => Windows 64 Bit 21H2</li>
<li>Compiler => Visual Studio Code 1.69.2</li>
<li>opencv_videoio_ffmpeg460_64.dll</li>
<li>Python => 3.10</li>
<li>opencv-contrib-python 4.6.0.66</li>
<li>opencv-python 4.5.5.64</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">I download a '.mkv' video from YOUTUBE. When i used <strong>cv2.VideoCapture(path)</strong> with python in VSCode, it throwed a warning as follow and can't decode it. I post it in <a href="https://forum.opencv.org/t/error-your-platform-doesnt-suppport-hardware-accelerated-av1-decoding-when-i-use-cv2-videocapture/9605" rel="nofollow">opencv forum</a> and figure out that maybe an issue with 'opencv_videoio_ffmpegxxx_64.dll' which does not include AV1 support. Maybe update opencv_videoio_ffmpegxxx_64.dll will work.</p>
<h5 dir="auto">Warning message:</h5>
<p dir="auto">[av1 @ 0000028a88053c40] Your platform doesn’t suppport hardware accelerated AV1 decoding.<br>
[av1 @ 0000028a88053c40] Failed to get pixel format.<br>
[av1 @ 0000028a88053c40] Missing Sequence Header.<br>
[av1 @ 0000028a88053c40] video_get_buffer: image parameters invalid<br>
[av1 @ 0000028a88053c40] get_buffer() failed<br>
[av1 @ 0000028a88053c40] thread_get_buffer() failed<br>
[av1 @ 0000028a88053c40] Failed to allocate space for current frame.<br>
[av1 @ 0000028a88053c40] Get current frame error</p> | <p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/alalek/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/alalek">@alalek</a> FFMPEG 4 now supports libaom enabling encoding of AV1 videos. I'm thinking of adding support for it in opencv_thirdparty. If the final binary <code class="notranslate">opencv_ffmpeg.dll</code> does not increase that much in size would this be something that could considered to be included in the official build?</p> | 1 |
<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>
<p dir="auto">Now dubbo requires java 8 or above, I notice there are still some configuration or profile for java6 (and hudson?)</p>
<p dir="auto">Those content is not nessary any more, we need clean up it.</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: 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 am getting following errors:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="node_modules/angular2/src/common/directives/ng_class.d.ts(72,35): error TS2304: Cannot find name 'Set'.
node_modules/angular2/src/core/change_detection/differs/default_keyvalue_differ.d.ts(23,15): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/core/change_detection/differs/default_keyvalue_differ.d.ts(25,16): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/core/di/reflective_provider.d.ts(103,123): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/core/di/reflective_provider.d.ts(103,165): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/facade/collection.d.ts(1,25): error TS2304: Cannot find name 'MapConstructor'.
node_modules/angular2/src/facade/collection.d.ts(2,25): error TS2304: Cannot find name 'SetConstructor'.
node_modules/angular2/src/facade/collection.d.ts(4,27): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/facade/collection.d.ts(4,39): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/facade/collection.d.ts(7,9): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/facade/collection.d.ts(8,30): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/facade/collection.d.ts(11,43): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/facade/collection.d.ts(12,27): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/facade/collection.d.ts(14,23): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/facade/collection.d.ts(15,25): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/facade/collection.d.ts(100,41): error TS2304: Cannot find name 'Set'.
node_modules/angular2/src/facade/collection.d.ts(101,22): error TS2304: Cannot find name 'Set'.
node_modules/angular2/src/facade/collection.d.ts(102,25): error TS2304: Cannot find name 'Set'.
node_modules/angular2/src/facade/lang.d.ts(4,17): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/facade/lang.d.ts(5,17): error TS2304: Cannot find name 'Set'.
node_modules/angular2/src/facade/lang.d.ts(71,59): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/platform/browser/browser_adapter.d.ts(75,33): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/platform/dom/dom_adapter.d.ts(85,42): error TS2304: Cannot find name 'Map'."><pre class="notranslate"><code class="notranslate">node_modules/angular2/src/common/directives/ng_class.d.ts(72,35): error TS2304: Cannot find name 'Set'.
node_modules/angular2/src/core/change_detection/differs/default_keyvalue_differ.d.ts(23,15): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/core/change_detection/differs/default_keyvalue_differ.d.ts(25,16): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/core/di/reflective_provider.d.ts(103,123): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/core/di/reflective_provider.d.ts(103,165): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/facade/collection.d.ts(1,25): error TS2304: Cannot find name 'MapConstructor'.
node_modules/angular2/src/facade/collection.d.ts(2,25): error TS2304: Cannot find name 'SetConstructor'.
node_modules/angular2/src/facade/collection.d.ts(4,27): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/facade/collection.d.ts(4,39): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/facade/collection.d.ts(7,9): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/facade/collection.d.ts(8,30): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/facade/collection.d.ts(11,43): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/facade/collection.d.ts(12,27): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/facade/collection.d.ts(14,23): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/facade/collection.d.ts(15,25): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/facade/collection.d.ts(100,41): error TS2304: Cannot find name 'Set'.
node_modules/angular2/src/facade/collection.d.ts(101,22): error TS2304: Cannot find name 'Set'.
node_modules/angular2/src/facade/collection.d.ts(102,25): error TS2304: Cannot find name 'Set'.
node_modules/angular2/src/facade/lang.d.ts(4,17): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/facade/lang.d.ts(5,17): error TS2304: Cannot find name 'Set'.
node_modules/angular2/src/facade/lang.d.ts(71,59): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/platform/browser/browser_adapter.d.ts(75,33): error TS2304: Cannot find name 'Map'.
node_modules/angular2/src/platform/dom/dom_adapter.d.ts(85,42): error TS2304: Cannot find name 'Map'.
</code></pre></div>
<p dir="auto">This is my tsd.json file after I have done <code class="notranslate">tsd update --save --overwrite</code></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{
"version": "v4",
"repo": "borisyankov/DefinitelyTyped",
"ref": "master",
"path": "typings",
"bundle": "typings/tsd.d.ts",
"installed": {
"es6-promise/es6-promise.d.ts": {
"commit": "b332be4e133ae75c915c8dd2f4b1fe9ac4a45aa4"
},
"rx/rx.d.ts": {
"commit": "b332be4e133ae75c915c8dd2f4b1fe9ac4a45aa4"
},
"rx/rx-lite.d.ts": {
"commit": "b332be4e133ae75c915c8dd2f4b1fe9ac4a45aa4"
},
"jquery/jquery.d.ts": {
"commit": "b332be4e133ae75c915c8dd2f4b1fe9ac4a45aa4"
},
"underscore/underscore.d.ts": {
"commit": "b332be4e133ae75c915c8dd2f4b1fe9ac4a45aa4"
}
}
}"><pre class="notranslate"><code class="notranslate">{
"version": "v4",
"repo": "borisyankov/DefinitelyTyped",
"ref": "master",
"path": "typings",
"bundle": "typings/tsd.d.ts",
"installed": {
"es6-promise/es6-promise.d.ts": {
"commit": "b332be4e133ae75c915c8dd2f4b1fe9ac4a45aa4"
},
"rx/rx.d.ts": {
"commit": "b332be4e133ae75c915c8dd2f4b1fe9ac4a45aa4"
},
"rx/rx-lite.d.ts": {
"commit": "b332be4e133ae75c915c8dd2f4b1fe9ac4a45aa4"
},
"jquery/jquery.d.ts": {
"commit": "b332be4e133ae75c915c8dd2f4b1fe9ac4a45aa4"
},
"underscore/underscore.d.ts": {
"commit": "b332be4e133ae75c915c8dd2f4b1fe9ac4a45aa4"
}
}
}
</code></pre></div>
<p dir="auto">Anyone any clue ?</p> | <h2 dir="auto">Update from <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/IgorMinar/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/IgorMinar">@IgorMinar</a> on 2014-11-10:</h2>
<p dir="auto">To summarize the constraints, the solution we are looking for must match the following:</p>
<ol dir="auto">
<li>Be valid HTML (see this <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=27228" rel="nofollow">issue</a> for discussion about <code class="notranslate">[</code>, <code class="notranslate">]</code>, <code class="notranslate">(</code>, <code class="notranslate">)</code> chars in attr name of valid html).</li>
<li>Be Web designer friendly</li>
<li>Interoperable with web-components (don't interfere with web component initialization)</li>
<li>Support debugging story via inspecting rendered DOM during development</li>
<li>The syntax must clearly distinguish between 1) string literal; 2) expression (binding); 3) expression (events) 4) declaration of variables. All of this must be clear from template without understanding which directives are active or what the internal semantics of these directives are.</li>
<li>Support additional info or options for each binding in order to avoid directive specific micro-syntaxes (this enables for tooling to work without hardcoding support for micro-syntaxes). This must be supported in a way that preserves constraint no. 5.</li>
</ol>
<p dir="auto">Please don't propose any new solutions that don't meet all of the criteria above.</p>
<hr>
<h2 dir="auto">Original description:</h2>
<p dir="auto">Current proposal for Angular2 syntax is</p>
<p dir="auto"><code class="notranslate"><element #someId [bind]="expr" (event)="doWork()"></code></p>
<p dir="auto">There are several issues with this proposal which have come to light recently. These are:</p>
<h3 dir="auto"><code class="notranslate">element.setAttribute('[foo]', 'exp')</code> does not work.</h3>
<p dir="auto">In all browsers tested (Chrome, IE, Safari) the above is an error. This means that it is not possible to create a valid template programatically. It is still possible to parse and read the template.</p>
<p dir="auto">It seems like that calling <code class="notranslate">setAttribute</code> requires first character to be <code class="notranslate">a-z|_</code> specifically <code class="notranslate">-</code> is not allowed as starting character nor are any of these <code class="notranslate">~!@#$%^&*(){}</code>.</p>
<h3 dir="auto">Third part HTML shorteners don't support non-standard characters.</h3>
<p dir="auto">Tools such as Slim, Haml, JADE don't support generating special characters. This would break the backend servers such as Ruby on Rails.</p>
<h3 dir="auto">SVG requires valid XML and <code class="notranslate">[]()#</code> is not valid XML.</h3>
<p dir="auto">This seems to be in the <a href="http://www.w3.org/TR/SVG/" rel="nofollow">spec</a>, but at least Chrome browser does not have issues with these characters. Need to investigate more.</p>
<h2 dir="auto">Straw-man Proposal</h2>
<p dir="auto">We go back to slightly longer text based syntax</p>
<p dir="auto"><code class="notranslate"><element var="someId" bind-value="expr" on-event="doWork()"></code></p>
<p dir="auto">The caveat is the <code class="notranslate">ng-repeat</code> syntax, which requires a parameter</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<ul>
<li bind-ng-repeat--item="items">{{item}}</li>
</ul>"><pre class="notranslate"><code class="notranslate"><ul>
<li bind-ng-repeat--item="items">{{item}}</li>
</ul>
</code></pre></div>
<p dir="auto">Why the weird <code class="notranslate">ng-repeat</code> syntax? We want ta make sure that all bindings starting with <code class="notranslate">bind-</code> have right hand side as a valid expression. <code class="notranslate">item in items</code> is not a valid expression, it is a micro syntax. For this reason we need a way to pass the local-var-name into <code class="notranslate">ng-repeat</code> as a string literal, and not as an expression. Hence the <code class="notranslate">ng-repeat--<local-var-name-literral>="expression"</code>.</p>
<p dir="auto">Please leave your thoughts here.</p>
<h2 dir="auto">Background</h2>
<p dir="auto">The reasoning behind the new syntax can be found here: <a href="https://docs.google.com/document/d/1kpuR512G1b0D8egl9245OHaG0cFh0ST0ekhD_g8sxtI/edit#heading=h.xgjl2srtytjt" rel="nofollow">https://docs.google.com/document/d/1kpuR512G1b0D8egl9245OHaG0cFh0ST0ekhD_g8sxtI/edit#heading=h.xgjl2srtytjt</a></p> | 0 |
<p dir="auto">VScode will report an error: The mode has failed while tokenizing the input. if the ruby file contains the % notation string syntax.</p> | <p dir="auto">Take the ruby file from <a href="https://github.com/Homebrew/homebrew/blob/master/Library/Homebrew/os/mac/xcode.rb">https://github.com/Homebrew/homebrew/blob/master/Library/Homebrew/os/mac/xcode.rb</a> and paste it into VS Code, you get an exception: the mode failed to tokenize the input</p> | 1 |
<p dir="auto">Even when annot is set to True, setting x/yticklabels to [] causes annotations not to show. This behavior seems odd; if I don't want annotations, I won't set annot.</p>
<p dir="auto">Code:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import seaborn as sns
sns.set()
flights_long = sns.load_dataset("flights")
flights = flights_long.pivot("month", "year", "passengers")
flights.index.name = flights.columns.name = ''
sns.heatmap(flights, annot=True, xticklabels=[], yticklabels=[], fmt="d", linewidths=.5)"><pre class="notranslate"><code class="notranslate">import seaborn as sns
sns.set()
flights_long = sns.load_dataset("flights")
flights = flights_long.pivot("month", "year", "passengers")
flights.index.name = flights.columns.name = ''
sns.heatmap(flights, annot=True, xticklabels=[], yticklabels=[], fmt="d", linewidths=.5)
</code></pre></div>
<p dir="auto">What I get:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/474937/27722171-772aa2e0-5d2b-11e7-914d-5ac660fc3cd0.png"><img src="https://user-images.githubusercontent.com/474937/27722171-772aa2e0-5d2b-11e7-914d-5ac660fc3cd0.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">What I would like:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/474937/27722166-6101027a-5d2b-11e7-9e91-f3f876c25067.png"><img src="https://user-images.githubusercontent.com/474937/27722166-6101027a-5d2b-11e7-9e91-f3f876c25067.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">Does this seem like a reasonable use case?</p> | <p dir="auto">C:\Users\user\Anaconda3\lib\site-packages\matplotlib\axes_axes.py:6462: UserWarning: The 'normed' kwarg is deprecated, and has been replaced by the 'density' kwarg.</p>
<p dir="auto">Please suggest!! how to remove such warning?</p> | 0 |
<ul dir="auto">
<li>Electron version: 1.6.6</li>
<li>Operating system: Mac Serria 10.12</li>
</ul>
<p dir="auto">My product sometimes crash(crash rate is 5% from the stats report) in Mac OS serria when inputting.the crash report is</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Operating system: Mac OS X
10.12.6 16G29
CPU: amd64
family 6 model 78 stepping 3
4 CPUs
GPU: UNKNOWN
Crash reason: EXC_BREAKPOINT / EXC_I386_BPT
Crash address: 0x10295ccf1
Process uptime: 6416 seconds
Thread 0 (crashed)
0 Electron Framework!base::debug::BreakDebugger() [debugger_posix.cc : 260 + 0x0]
rax = 0x0000000000000400 rdx = 0xfffffffffffffff0
rcx = 0x0000000000000010 rbx = 0x0000000000000000
rsi = 0x00007f84b53983d0 rdi = 0x00000001066fc43c
rbp = 0x00007fff5d49eee0 rsp = 0x00007fff5d49eee0
r8 = 0x0000000000000040 r9 = 0x00007fffc8c88040
r10 = 0x0000000108a37110 r11 = 0x0000007aa8106f10
r12 = 0x00007fff5d49ef10 r13 = 0x00007fff5d49f3f8
r14 = 0x00007fff5d49f3e8 r15 = 0x00007fff5d49f3f0
rip = 0x000000010295ccf1
Found by: given as instruction pointer in context
1 Electron Framework!logging::LogMessage::~LogMessage() [logging.cc : 748 + 0x5]
rbp = 0x00007fff5d49f3d0 rsp = 0x00007fff5d49eef0
rip = 0x000000010298a6e5
Found by: previous frame's frame pointer
2 Electron Framework!base::(anonymous namespace)::OnNoMemory(unsigned long) [memory.cc : 22 + 0x8]
rbp = 0x00007fff5d49f520 rsp = 0x00007fff5d49f3e0
rip = 0x000000010298dc83
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::oom_killer_malloc(_malloc_zone_t*, unsigned long) [memory_mac.mm : 137 + 0x8]
rbp = 0x00007fff5d49f540 rsp = 0x00007fff5d49f530
rip = 0x0000000102993c95
Found by: previous frame's frame pointer
4 libsystem_malloc.dylib + 0x2282
rbp = 0x00007fff5d49f570 rsp = 0x00007fff5d49f550
rip = 0x00007fffbff12282
Found by: previous frame's frame pointer
5 libsystem_malloc.dylib + 0x1200
rbp = 0x00007fff5d49f590 rsp = 0x00007fff5d49f580
rip = 0x00007fffbff11200
Found by: previous frame's frame pointer
6 HIToolbox + 0x2948bb
rbp = 0x00007fff5d49f630 rsp = 0x00007fff5d49f5a0
rip = 0x00007fffa9dd48bb
Found by: previous frame's frame pointer
7 HIToolbox + 0x296939
rbp = 0x00007fff5d49f6c0 rsp = 0x00007fff5d49f640
rip = 0x00007fffa9dd6939
Found by: previous frame's frame pointer
8 HIToolbox + 0x286137
rbp = 0x00007fff5d49f7a0 rsp = 0x00007fff5d49f6d0
rip = 0x00007fffa9dc6137
Found by: previous frame's frame pointer
9 CoreFoundation + 0xa717c
rbp = 0x00007fff5d49f7b0 rsp = 0x00007fff5d49f7b0
rip = 0x00007fffaa63017c
Found by: previous frame's frame pointer
10 CoreFoundation + 0x87f84
rbp = 0x00007fff5d49f820 rsp = 0x00007fff5d49f7c0
rip = 0x00007fffaa610f84
Found by: previous frame's frame pointer
11 CoreFoundation + 0x87ac6
rbp = 0x00007fff5d4a0510 rsp = 0x00007fff5d49f830
rip = 0x00007fffaa610ac6
Found by: previous frame's frame pointer
12 CoreFoundation + 0x87114
rbp = 0x00007fff5d4a05a0 rsp = 0x00007fff5d4a0520
rip = 0x00007fffaa610114
Found by: previous frame's frame pointer
13 HIToolbox + 0x26d19e
rbp = 0x00007fff5d4a06e0 rsp = 0x00007fff5d4a05b0
rip = 0x00007fffa9dad19e
Found by: previous frame's frame pointer
14 HIToolbox + 0x26f750
rbp = 0x00007fff5d4a0850 rsp = 0x00007fff5d4a06f0
rip = 0x00007fffa9daf750
Found by: previous frame's frame pointer
15 HIToolbox + 0x2237ab
rbp = 0x00007fff5d4a0870 rsp = 0x00007fff5d4a0860
rip = 0x00007fffa9d637ab
Found by: previous frame's frame pointer
16 HIToolbox + 0x222b3c
rbp = 0x00007fff5d4a0890 rsp = 0x00007fff5d4a0880
rip = 0x00007fffa9d62b3c
Found by: previous frame's frame pointer
17 HIToolbox + 0x216bcc
rbp = 0x00007fff5d4a08c0 rsp = 0x00007fff5d4a08a0
rip = 0x00007fffa9d56bcc
Found by: previous frame's frame pointer
18 HIToolbox + 0x216aff
rbp = 0x00007fff5d4a0900 rsp = 0x00007fff5d4a08d0
rip = 0x00007fffa9d56aff
Found by: previous frame's frame pointer
19 HIToolbox + 0x4a6cd
rbp = 0x00007fff5d4a0940 rsp = 0x00007fff5d4a0910
rip = 0x00007fffa9b8a6cd
Found by: previous frame's frame pointer
20 HIToolbox + 0x44c5b
rbp = 0x00007fff5d4a09b0 rsp = 0x00007fff5d4a0950
rip = 0x00007fffa9b84c5b
Found by: previous frame's frame pointer
21 AppKit + 0x18a88d
rbp = 0x00007fff5d4a09e0 rsp = 0x00007fff5d4a09c0
rip = 0x00007fffa824d88d
Found by: previous frame's frame pointer
22 AppKit + 0xa1bec2
rbp = 0x00007fff5d4a0a20 rsp = 0x00007fff5d4a09f0
rip = 0x00007fffa8adeec2
Found by: previous frame's frame pointer
23 AppKit + 0x48e42
rbp = 0x00007fff5d4a0a50 rsp = 0x00007fff5d4a0a30
rip = 0x00007fffa810be42
Found by: previous frame's frame pointer
24 Electron Framework!<name omitted> [render_widget_host_view_mac.mm : 932 + 0xd]
rbp = 0x00007fff5d4a0a90 rsp = 0x00007fff5d4a0a60
rip = 0x0000000102e44525
Found by: previous frame's frame pointer
25 Electron Framework!<name omitted> [text_input_manager.cc : 303 + 0xe]
rbp = 0x00007fff5d4a0b10 rsp = 0x00007fff5d4a0aa0
rip = 0x0000000102f348b6
Found by: previous frame's frame pointer
26 Electron Framework!<name omitted> [text_input_manager.cc : 138 + 0xc]
rbp = 0x00007fff5d4a0b50 rsp = 0x00007fff5d4a0b20
rip = 0x0000000102f34546
Found by: previous frame's frame pointer
27 Electron Framework!bool IPC::MessageT<ViewHostMsg_TextInputStateChanged_Meta, std::__1::tuple<content::TextInputState>, void>::Dispatch<content::RenderWidgetHostImpl, content::RenderWidgetHostImpl, void, void (content::RenderWidgetHostImpl::*)(content::TextInputState const&)>(IPC::Message const*, content::RenderWidgetHostImpl*, content::RenderWidgetHostImpl*, void*, void (content::RenderWidgetHostImpl::*)(content::TextInputState const&)) [tuple.h : 144 + 0x6]
rbp = 0x00007fff5d4a0bf0 rsp = 0x00007fff5d4a0b60
rip = 0x0000000102e2d80b
Found by: previous frame's frame pointer
28 Electron Framework!<name omitted> [render_widget_host_impl.cc : 533 + 0x1a]
rbp = 0x00007fff5d4a0c70 rsp = 0x00007fff5d4a0c00
rip = 0x0000000102e2b8ea
Found by: previous frame's frame pointer
29 Electron Framework!<name omitted> [ipc_channel_proxy.cc : 340 + 0x8]
rbp = 0x00007fff5d4a0ca0 rsp = 0x00007fff5d4a0c80
rip = 0x000000010346723b
Found by: previous frame's frame pointer
30 Electron Framework!<name omitted> [callback.h : 47 + 0x2]
rbp = 0x00007fff5d4a0d70 rsp = 0x00007fff5d4a0cb0
rip = 0x00000001029c3c81
Found by: previous frame's frame pointer
31 Electron Framework!<name omitted> [message_loop.cc : 413 + 0xf]
rbp = 0x00007fff5d4a0e30 rsp = 0x00007fff5d4a0d80
rip = 0x00000001029976c6
Found by: previous frame's frame pointer
32 Electron Framework!<name omitted> [message_loop.cc : 422 + 0xb]
rbp = 0x00007fff5d4a0e50 rsp = 0x00007fff5d4a0e40
rip = 0x000000010299799c
Found by: previous frame's frame pointer
33 Electron Framework!<name omitted> [message_loop.cc : 515 + 0xb]
rbp = 0x00007fff5d4a0f80 rsp = 0x00007fff5d4a0e60
rip = 0x0000000102997ce3
Found by: previous frame's frame pointer
34 Electron Framework!base::MessagePumpCFRunLoopBase::RunWork() [message_pump_mac.mm : 302 + 0x9]
rbp = 0x00007fff5d4a0fb0 rsp = 0x00007fff5d4a0f90
rip = 0x000000010299b02d
Found by: previous frame's frame pointer
35 Electron Framework!base::mac::CallWithEHFrame(void () block_pointer) + 0xa
rbp = 0x00007fff5d4a0fc0 rsp = 0x00007fff5d4a0fc0
rip = 0x0000000102957eda
Found by: previous frame's frame pointer
36 Electron Framework!base::MessagePumpCFRunLoopBase::RunWorkSource(void*) [message_pump_mac.mm : 278 + 0x5]
rbp = 0x00007fff5d4a1000 rsp = 0x00007fff5d4a0fd0
rip = 0x000000010299aaa4
Found by: previous frame's frame pointer
37 CoreFoundation + 0xa7321
rbp = 0x00007fff5d4a1010 rsp = 0x00007fff5d4a1010
rip = 0x00007fffaa630321
Found by: previous frame's frame pointer
38 CoreFoundation + 0x8821d
rbp = 0x00007fff5d4a1070 rsp = 0x00007fff5d4a1020
rip = 0x00007fffaa61121d
Found by: previous frame's frame pointer
39 CoreFoundation + 0x87716
rbp = 0x00007fff5d4a1d60 rsp = 0x00007fff5d4a1080
rip = 0x00007fffaa610716
Found by: previous frame's frame pointer
40 CoreFoundation + 0x87114
rbp = 0x00007fff5d4a1df0 rsp = 0x00007fff5d4a1d70
rip = 0x00007fffaa610114
Found by: previous frame's frame pointer
41 HIToolbox + 0x30ebc
rbp = 0x00007fff5d4a1e30 rsp = 0x00007fff5d4a1e00
rip = 0x00007fffa9b70ebc
Found by: previous frame's frame pointer
42 HIToolbox + 0x30cf1
rbp = 0x00007fff5d4a1eb0 rsp = 0x00007fff5d4a1e40
rip = 0x00007fffa9b70cf1
Found by: previous frame's frame pointer
43 HIToolbox + 0x30b26
rbp = 0x00007fff5d4a1ed0 rsp = 0x00007fff5d4a1ec0
rip = 0x00007fffa9b70b26
Found by: previous frame's frame pointer
44 AppKit + 0x46a54
rbp = 0x00007fff5d4a22f0 rsp = 0x00007fff5d4a1ee0
rip = 0x00007fffa8109a54
Found by: previous frame's frame pointer
45 AppKit + 0x7c27ee
rbp = 0x00007fff5d4a25a0 rsp = 0x00007fff5d4a2300
rip = 0x00007fffa88857ee
Found by: previous frame's frame pointer
46 AppKit + 0x3b3db
rbp = 0x00007fff5d4a2690 rsp = 0x00007fff5d4a25b0
rip = 0x00007fffa80fe3db
Found by: previous frame's frame pointer
47 Electron Framework!base::MessagePumpNSApplication::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 637 + 0xd]
rbp = 0x00007fff5d4a2810 rsp = 0x00007fff5d4a26a0
rip = 0x000000010299b87e
Found by: previous frame's frame pointer
48 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x00007fff5d4a2840 rsp = 0x00007fff5d4a2820
rip = 0x000000010299aeec
Found by: previous frame's frame pointer
49 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x00007fff5d4a2990 rsp = 0x00007fff5d4a2850
rip = 0x000000010299742e
Found by: previous frame's frame pointer
50 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x00007fff5d4a29d0 rsp = 0x00007fff5d4a29a0
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
51 Electron Framework!content::BrowserMainLoop::MainMessageLoopRun() [browser_main_loop.cc : 1498 + 0x8]
rbp = 0x00007fff5d4a2a30 rsp = 0x00007fff5d4a29e0
rip = 0x0000000102bfbfcb
Found by: previous frame's frame pointer
52 Electron Framework!content::BrowserMainLoop::RunMainMessageLoopParts() [browser_main_loop.cc : 987 + 0x8]
rbp = 0x00007fff5d4a2a60 rsp = 0x00007fff5d4a2a40
rip = 0x0000000102bfbe20
Found by: previous frame's frame pointer
53 Electron Framework!content::BrowserMainRunnerImpl::Run() [browser_main_runner.cc : 141 + 0x5]
rbp = 0x00007fff5d4a2a80 rsp = 0x00007fff5d4a2a70
rip = 0x0000000102bfe562
Found by: previous frame's frame pointer
54 Electron Framework!content::BrowserMain(content::MainFunctionParams const&) [browser_main.cc : 46 + 0x6]
rbp = 0x00007fff5d4a2ab0 rsp = 0x00007fff5d4a2a90
rip = 0x0000000102bf7efc
Found by: previous frame's frame pointer
55 Electron Framework!content::ContentMainRunnerImpl::Run() [content_main_runner.cc : 774 + 0x8]
rbp = 0x00007fff5d4a2b70 rsp = 0x00007fff5d4a2ac0
rip = 0x0000000102b5dc3d
Found by: previous frame's frame pointer
56 Electron Framework!content::ContentMain(content::ContentMainParams const&) [content_main.cc : 20 + 0x6]
rbp = 0x00007fff5d4a2b90 rsp = 0x00007fff5d4a2b80
rip = 0x0000000102b5cd36
Found by: previous frame's frame pointer
57 Electron Framework!AtomMain [atom_library_main.mm : 24 + 0x9]
rbp = 0x00007fff5d4a2c30 rsp = 0x00007fff5d4a2ba0
rip = 0x000000010276a647
Found by: previous frame's frame pointer
58 dx + 0xf26
rbp = 0x00007fff5d4a2c50 rsp = 0x00007fff5d4a2c40
rip = 0x000000010275df26
Found by: previous frame's frame pointer
59 libdyld.dylib + 0x5235
rbp = 0x00007fff5d4a2c60 rsp = 0x00007fff5d4a2c60
rip = 0x00007fffbfd90235
Found by: previous frame's frame pointer
Thread 1
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000832edc8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000832ef40
rbp = 0x000070000832ee10 rsp = 0x000070000832edc8
r8 = 0x0000000000006a03 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000832ef40 r15 = 0x0000000000006a03
rip = 0x00007fffbfeb734a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000832ee80 rsp = 0x000070000832ee20
rip = 0x00007fffaa611434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000832fb70 rsp = 0x000070000832ee90
rip = 0x00007fffaa6108c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000832fc00 rsp = 0x000070000832fb80
rip = 0x00007fffaa610114
Found by: previous frame's frame pointer
4 Foundation + 0x22252
rbp = 0x000070000832fc40 rsp = 0x000070000832fc10
rip = 0x00007fffac023252
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 580 + 0x10]
rbp = 0x000070000832fc90 rsp = 0x000070000832fc50
rip = 0x000000010299b6ae
Found by: previous frame's frame pointer
6 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000832fcc0 rsp = 0x000070000832fca0
rip = 0x000000010299aeec
Found by: previous frame's frame pointer
7 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000832fe10 rsp = 0x000070000832fcd0
rip = 0x000000010299742e
Found by: previous frame's frame pointer
8 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000832fe50 rsp = 0x000070000832fe20
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000832fec0 rsp = 0x000070000832fe60
rip = 0x00000001029c48e2
Found by: previous frame's frame pointer
10 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000832fef0 rsp = 0x000070000832fed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000832ff10 rsp = 0x000070000832ff00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000832ff50 rsp = 0x000070000832ff20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
13 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000832ff78 rsp = 0x000070000832ff60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
14 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700008330028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 2
0 libsystem_kernel.dylib + 0x1ad96
rax = 0x000000000200016b rdx = 0x0000000000000000
rcx = 0x0000700008b32b88 rbx = 0x00007f84b4e038a0
rsi = 0x00007f84b600e600 rdi = 0x0000000000000013
rbp = 0x0000700008b32bd0 rsp = 0x0000700008b32b88
r8 = 0x0000000000000040 r9 = 0x0000000000000000
r10 = 0x00007f84b6011800 r11 = 0x0000000000000246
r12 = 0x00007f84b4e03870 r13 = 0x0000000000000000
r14 = 0x00007f84b6011800 r15 = 0x00007f84b4e03890
rip = 0x00007fffbfebfd96
Found by: given as instruction pointer in context
1 Electron Framework!event_base_loop [event.c : 512 + 0x11]
rbp = 0x0000700008b32c50 rsp = 0x0000700008b32be0
rip = 0x00000001029f1a3d
Found by: previous frame's frame pointer
2 Electron Framework!<name omitted> [message_pump_libevent.cc : 245 + 0xa]
rbp = 0x0000700008b32cc0 rsp = 0x0000700008b32c60
rip = 0x000000010299a5ef
Found by: previous frame's frame pointer
3 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x0000700008b32e10 rsp = 0x0000700008b32cd0
rip = 0x000000010299742e
Found by: previous frame's frame pointer
4 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x0000700008b32e50 rsp = 0x0000700008b32e20
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
5 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x0000700008b32ec0 rsp = 0x0000700008b32e60
rip = 0x00000001029c48e2
Found by: previous frame's frame pointer
6 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700008b32ef0 rsp = 0x0000700008b32ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700008b32f10 rsp = 0x0000700008b32f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
8 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700008b32f50 rsp = 0x0000700008b32f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
9 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700008b32f78 rsp = 0x0000700008b32f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
10 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700008b33028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 3
0 libsystem_kernel.dylib + 0x1b246
rax = 0x0000000002000003 rdx = 0x0000000000000004
rcx = 0x0000700008b39d28 rbx = 0x0000000000000004
rsi = 0x0000700008b39e94 rdi = 0x000000000000001d
rbp = 0x0000700008b39ec0 rsp = 0x0000700008b39d28
r8 = 0x0000700008b39cf9 r9 = 0x0000000000000012
r10 = 0x0000000000000039 r11 = 0x0000000000000202
r12 = 0x0000000000000000 r13 = 0x000000000000710b
r14 = 0x0000700008b39e94 r15 = 0x0000600000016b10
rip = 0x00007fffbfec0246
Found by: given as instruction pointer in context
1 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700008b39ef0 rsp = 0x0000700008b39ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
2 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700008b39f10 rsp = 0x0000700008b39f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
3 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700008b39f50 rsp = 0x0000700008b39f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700008b39f78 rsp = 0x0000700008b39f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
5 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700008b3a028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 4
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000933b7e8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000933b960
rbp = 0x000070000933b830 rsp = 0x000070000933b7e8
r8 = 0x0000000000007803 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000933b960 r15 = 0x0000000000007803
rip = 0x00007fffbfeb734a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000933b8a0 rsp = 0x000070000933b840
rip = 0x00007fffaa611434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000933c590 rsp = 0x000070000933b8b0
rip = 0x00007fffaa6108c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000933c620 rsp = 0x000070000933c5a0
rip = 0x00007fffaa610114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x000070000933c660 rsp = 0x000070000933c630
rip = 0x000000010299b40f
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000933c690 rsp = 0x000070000933c670
rip = 0x000000010299aeec
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000933c7e0 rsp = 0x000070000933c6a0
rip = 0x000000010299742e
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000933c820 rsp = 0x000070000933c7f0
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [browser_thread_impl.cc : 221 + 0x5]
rbp = 0x000070000933c970 rsp = 0x000070000933c830
rip = 0x0000000102c08a58
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [browser_thread_impl.cc : 278 + 0xb]
rbp = 0x000070000933ce50 rsp = 0x000070000933c980
rip = 0x0000000102c08e1f
Found by: previous frame's frame pointer
10 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000933cec0 rsp = 0x000070000933ce60
rip = 0x00000001029c48e2
Found by: previous frame's frame pointer
11 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000933cef0 rsp = 0x000070000933ced0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000933cf10 rsp = 0x000070000933cf00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
13 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000933cf50 rsp = 0x000070000933cf20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
14 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000933cf78 rsp = 0x000070000933cf60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
15 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000933d028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 5
0 libsystem_kernel.dylib + 0x1ad96
rax = 0x000000000200016b rdx = 0x0000000000000000
rcx = 0x0000700009b3f558 rbx = 0x00007f84b4e01e30
rsi = 0x00007f84b6012800 rdi = 0x000000000000001f
rbp = 0x0000700009b3f5a0 rsp = 0x0000700009b3f558
r8 = 0x0000000000000040 r9 = 0x0000000000000000
r10 = 0x00007f84b6014000 r11 = 0x0000000000000246
r12 = 0x00007f84b4e040c0 r13 = 0x0000000000000000
r14 = 0x00007f84b6014000 r15 = 0x00007f84b4e040e0
rip = 0x00007fffbfebfd96
Found by: given as instruction pointer in context
1 Electron Framework!event_base_loop [event.c : 512 + 0x11]
rbp = 0x0000700009b3f620 rsp = 0x0000700009b3f5b0
rip = 0x00000001029f1a3d
Found by: previous frame's frame pointer
2 Electron Framework!<name omitted> [message_pump_libevent.cc : 245 + 0xa]
rbp = 0x0000700009b3f690 rsp = 0x0000700009b3f630
rip = 0x000000010299a5ef
Found by: previous frame's frame pointer
3 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x0000700009b3f7e0 rsp = 0x0000700009b3f6a0
rip = 0x000000010299742e
Found by: previous frame's frame pointer
4 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x0000700009b3f820 rsp = 0x0000700009b3f7f0
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
5 Electron Framework!<name omitted> [browser_thread_impl.cc : 227 + 0x5]
rbp = 0x0000700009b3f970 rsp = 0x0000700009b3f830
rip = 0x0000000102c08ad8
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [browser_thread_impl.cc : 280 + 0xb]
rbp = 0x0000700009b3fe50 rsp = 0x0000700009b3f980
rip = 0x0000000102c08e2f
Found by: previous frame's frame pointer
7 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x0000700009b3fec0 rsp = 0x0000700009b3fe60
rip = 0x00000001029c48e2
Found by: previous frame's frame pointer
8 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700009b3fef0 rsp = 0x0000700009b3fed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
9 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700009b3ff10 rsp = 0x0000700009b3ff00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
10 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700009b3ff50 rsp = 0x0000700009b3ff20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700009b3ff78 rsp = 0x0000700009b3ff60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
12 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700009b40028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 6
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000a3417e8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000a341960
rbp = 0x000070000a341830 rsp = 0x000070000a3417e8
r8 = 0x0000000000008303 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000a341960 r15 = 0x0000000000008303
rip = 0x00007fffbfeb734a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000a3418a0 rsp = 0x000070000a341840
rip = 0x00007fffaa611434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000a342590 rsp = 0x000070000a3418b0
rip = 0x00007fffaa6108c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000a342620 rsp = 0x000070000a3425a0
rip = 0x00007fffaa610114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x000070000a342660 rsp = 0x000070000a342630
rip = 0x000000010299b40f
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000a342690 rsp = 0x000070000a342670
rip = 0x000000010299aeec
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000a3427e0 rsp = 0x000070000a3426a0
rip = 0x000000010299742e
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000a342820 rsp = 0x000070000a3427f0
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [browser_thread_impl.cc : 234 + 0x5]
rbp = 0x000070000a342970 rsp = 0x000070000a342830
rip = 0x0000000102c08b58
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [browser_thread_impl.cc : 282 + 0xb]
rbp = 0x000070000a342e50 rsp = 0x000070000a342980
rip = 0x0000000102c08e3f
Found by: previous frame's frame pointer
10 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000a342ec0 rsp = 0x000070000a342e60
rip = 0x00000001029c48e2
Found by: previous frame's frame pointer
11 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000a342ef0 rsp = 0x000070000a342ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000a342f10 rsp = 0x000070000a342f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
13 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000a342f50 rsp = 0x000070000a342f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
14 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000a342f78 rsp = 0x000070000a342f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
15 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000a343028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 7
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000ab447e8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000ab44960
rbp = 0x000070000ab44830 rsp = 0x000070000ab447e8
r8 = 0x0000000000008803 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000ab44960 r15 = 0x0000000000008803
rip = 0x00007fffbfeb734a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000ab448a0 rsp = 0x000070000ab44840
rip = 0x00007fffaa611434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000ab45590 rsp = 0x000070000ab448b0
rip = 0x00007fffaa6108c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000ab45620 rsp = 0x000070000ab455a0
rip = 0x00007fffaa610114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x000070000ab45660 rsp = 0x000070000ab45630
rip = 0x000000010299b40f
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000ab45690 rsp = 0x000070000ab45670
rip = 0x000000010299aeec
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000ab457e0 rsp = 0x000070000ab456a0
rip = 0x000000010299742e
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000ab45820 rsp = 0x000070000ab457f0
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [browser_thread_impl.cc : 241 + 0x5]
rbp = 0x000070000ab45970 rsp = 0x000070000ab45830
rip = 0x0000000102c08bd8
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [browser_thread_impl.cc : 284 + 0xb]
rbp = 0x000070000ab45e50 rsp = 0x000070000ab45980
rip = 0x0000000102c08e4c
Found by: previous frame's frame pointer
10 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000ab45ec0 rsp = 0x000070000ab45e60
rip = 0x00000001029c48e2
Found by: previous frame's frame pointer
11 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000ab45ef0 rsp = 0x000070000ab45ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000ab45f10 rsp = 0x000070000ab45f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
13 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000ab45f50 rsp = 0x000070000ab45f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
14 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000ab45f78 rsp = 0x000070000ab45f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
15 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000ab46028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 8
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000b3477e8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000b347960
rbp = 0x000070000b347830 rsp = 0x000070000b3477e8
r8 = 0x0000000000009503 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000b347960 r15 = 0x0000000000009503
rip = 0x00007fffbfeb734a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000b3478a0 rsp = 0x000070000b347840
rip = 0x00007fffaa611434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000b348590 rsp = 0x000070000b3478b0
rip = 0x00007fffaa6108c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000b348620 rsp = 0x000070000b3485a0
rip = 0x00007fffaa610114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x000070000b348660 rsp = 0x000070000b348630
rip = 0x000000010299b40f
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000b348690 rsp = 0x000070000b348670
rip = 0x000000010299aeec
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000b3487e0 rsp = 0x000070000b3486a0
rip = 0x000000010299742e
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000b348820 rsp = 0x000070000b3487f0
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [browser_thread_impl.cc : 247 + 0x5]
rbp = 0x000070000b348970 rsp = 0x000070000b348830
rip = 0x0000000102c08c58
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [browser_thread_impl.cc : 286 + 0xb]
rbp = 0x000070000b348e50 rsp = 0x000070000b348980
rip = 0x0000000102c08e59
Found by: previous frame's frame pointer
10 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000b348ec0 rsp = 0x000070000b348e60
rip = 0x00000001029c48e2
Found by: previous frame's frame pointer
11 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000b348ef0 rsp = 0x000070000b348ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000b348f10 rsp = 0x000070000b348f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
13 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000b348f50 rsp = 0x000070000b348f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
14 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000b348f78 rsp = 0x000070000b348f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
15 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000b349028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 9
0 libsystem_kernel.dylib + 0x1ad96
rax = 0x000000000200016b rdx = 0x0000000000000000
rcx = 0x000070000bb4b558 rbx = 0x00007f84b4c14c90
rsi = 0x00007f84b50bd800 rdi = 0x0000000000000022
rbp = 0x000070000bb4b5a0 rsp = 0x000070000bb4b558
r8 = 0x0000000000000040 r9 = 0x000070000bb4b560
r10 = 0x00007f84b50be000 r11 = 0x0000000000000206
r12 = 0x00007f84b4c1a180 r13 = 0x0000000000000000
r14 = 0x00007f84b50be000 r15 = 0x00007f84b4c1a1a0
rip = 0x00007fffbfebfd96
Found by: given as instruction pointer in context
1 Electron Framework!event_base_loop [event.c : 512 + 0x11]
rbp = 0x000070000bb4b620 rsp = 0x000070000bb4b5b0
rip = 0x00000001029f1a3d
Found by: previous frame's frame pointer
2 Electron Framework!<name omitted> [message_pump_libevent.cc : 255 + 0xa]
rbp = 0x000070000bb4b690 rsp = 0x000070000bb4b630
rip = 0x000000010299a5d6
Found by: previous frame's frame pointer
3 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000bb4b7e0 rsp = 0x000070000bb4b6a0
rip = 0x000000010299742e
Found by: previous frame's frame pointer
4 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000bb4b820 rsp = 0x000070000bb4b7f0
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
5 Electron Framework!<name omitted> [browser_thread_impl.cc : 253 + 0x5]
rbp = 0x000070000bb4b970 rsp = 0x000070000bb4b830
rip = 0x0000000102c08cd8
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [browser_thread_impl.cc : 288 + 0xb]
rbp = 0x000070000bb4be50 rsp = 0x000070000bb4b980
rip = 0x0000000102c08e66
Found by: previous frame's frame pointer
7 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000bb4bec0 rsp = 0x000070000bb4be60
rip = 0x00000001029c48e2
Found by: previous frame's frame pointer
8 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000bb4bef0 rsp = 0x000070000bb4bed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
9 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000bb4bf10 rsp = 0x000070000bb4bf00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
10 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000bb4bf50 rsp = 0x000070000bb4bf20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000bb4bf78 rsp = 0x000070000bb4bf60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
12 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000bb4c028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 10
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000c34de18 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000c34df90
rbp = 0x000070000c34de60 rsp = 0x000070000c34de18
r8 = 0x000000000000a003 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000c34df90 r15 = 0x000000000000a003
rip = 0x00007fffbfeb734a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000c34ded0 rsp = 0x000070000c34de70
rip = 0x00007fffaa611434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000c34ebc0 rsp = 0x000070000c34dee0
rip = 0x00007fffaa6108c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000c34ec50 rsp = 0x000070000c34ebd0
rip = 0x00007fffaa610114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x000070000c34ec90 rsp = 0x000070000c34ec60
rip = 0x000000010299b40f
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000c34ecc0 rsp = 0x000070000c34eca0
rip = 0x000000010299aeec
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000c34ee10 rsp = 0x000070000c34ecd0
rip = 0x000000010299742e
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000c34ee50 rsp = 0x000070000c34ee20
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000c34eec0 rsp = 0x000070000c34ee60
rip = 0x00000001029c48e2
Found by: previous frame's frame pointer
9 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000c34eef0 rsp = 0x000070000c34eed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
10 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000c34ef10 rsp = 0x000070000c34ef00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000c34ef50 rsp = 0x000070000c34ef20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000c34ef78 rsp = 0x000070000c34ef60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
13 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000c34f028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 11
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000007000
rcx = 0x000070000cb51af8 rbx = 0x0000000000007000
rsi = 0x0000760000007900 rdi = 0x00007f84b4d0af08
rbp = 0x000070000cb51b90 rsp = 0x000070000cb51af8
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x00007f84b4d0af08 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x000070000cb52000
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*) [sequenced_worker_pool.cc : 1080 + 0xc]
rbp = 0x000070000cb51e50 rsp = 0x000070000cb51ba0
rip = 0x00000001029ae86f
Found by: previous frame's frame pointer
2 Electron Framework!base::SequencedWorkerPool::Worker::Run() [sequenced_worker_pool.cc : 611 + 0x8]
rbp = 0x000070000cb51e80 rsp = 0x000070000cb51e60
rip = 0x00000001029adf16
Found by: previous frame's frame pointer
3 Electron Framework!<name omitted> [simple_thread.cc : 68 + 0x9]
rbp = 0x000070000cb51ec0 rsp = 0x000070000cb51e90
rip = 0x00000001029b25ad
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000cb51ef0 rsp = 0x000070000cb51ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000cb51f10 rsp = 0x000070000cb51f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000cb51f50 rsp = 0x000070000cb51f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000cb51f78 rsp = 0x000070000cb51f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000cb52028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 12
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000000300
rcx = 0x000070000d354db8 rbx = 0x0000000000000300
rsi = 0x0000030100000400 rdi = 0x00007f84b4d087d8
rbp = 0x000070000d354e50 rsp = 0x000070000d354db8
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x00007f84b4d087d8 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x000070000d355000
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!non-virtual thunk to cc::SingleThreadTaskGraphRunner::Run() [single_thread_task_graph_runner.cc : 123 + 0x8]
rbp = 0x000070000d354e80 rsp = 0x000070000d354e60
rip = 0x0000000102ae07d8
Found by: previous frame's frame pointer
2 Electron Framework!<name omitted> [simple_thread.cc : 68 + 0x9]
rbp = 0x000070000d354ec0 rsp = 0x000070000d354e90
rip = 0x00000001029b25ad
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000d354ef0 rsp = 0x000070000d354ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000d354f10 rsp = 0x000070000d354f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000d354f50 rsp = 0x000070000d354f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000d354f78 rsp = 0x000070000d354f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
7 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000d355028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 13
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000db56e18 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000db56f90
rbp = 0x000070000db56e60 rsp = 0x000070000db56e18
r8 = 0x000000000000ad03 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000db56f90 r15 = 0x000000000000ad03
rip = 0x00007fffbfeb734a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000db56ed0 rsp = 0x000070000db56e70
rip = 0x00007fffaa611434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000db57bc0 rsp = 0x000070000db56ee0
rip = 0x00007fffaa6108c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000db57c50 rsp = 0x000070000db57bd0
rip = 0x00007fffaa610114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x000070000db57c90 rsp = 0x000070000db57c60
rip = 0x000000010299b40f
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000db57cc0 rsp = 0x000070000db57ca0
rip = 0x000000010299aeec
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000db57e10 rsp = 0x000070000db57cd0
rip = 0x000000010299742e
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000db57e50 rsp = 0x000070000db57e20
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000db57ec0 rsp = 0x000070000db57e60
rip = 0x00000001029c48e2
Found by: previous frame's frame pointer
9 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000db57ef0 rsp = 0x000070000db57ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
10 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000db57f10 rsp = 0x000070000db57f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000db57f50 rsp = 0x000070000db57f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000db57f78 rsp = 0x000070000db57f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
13 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000db58028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 14
0 libsystem_kernel.dylib + 0x19eb6
rax = 0x000000000200005d rdx = 0x0000000000000000
rcx = 0x000070000e35ae18 rbx = 0x000070000e35aea8
rsi = 0x000070000e35ae20 rdi = 0x0000000000000009
rbp = 0x000070000e35aed0 rsp = 0x000070000e35ae18
r8 = 0x000070000e35aea8 r9 = 0x0000000000014a00
r10 = 0x0000000000000000 r11 = 0x0000000000000287
r12 = 0x0000000102878f00 r13 = 0x000000000000b403
r14 = 0x0000000000000009 r15 = 0x000070000e35ae20
rip = 0x00007fffbfebeeb6
Found by: given as instruction pointer in context
1 Electron Framework!<name omitted> [node_bindings.cc : 293 + 0x9]
rbp = 0x000070000e35aef0 rsp = 0x000070000e35aee0
rip = 0x0000000102878f3f
Found by: previous frame's frame pointer
2 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000e35af10 rsp = 0x000070000e35af00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
3 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000e35af50 rsp = 0x000070000e35af20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000e35af78 rsp = 0x000070000e35af60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
5 Electron Framework + 0x110f00
rsp = 0x000070000e35b028 rip = 0x0000000102878f00
Found by: stack scanning
Thread 15
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000e3dd6e8 rbx = 0x0000000000000000
rsi = 0x0000000000000002 rdi = 0x0000000108151000
rbp = 0x000070000e3dd730 rsp = 0x000070000e3dd6e8
r8 = 0x000000000000bc03 r9 = 0x0000000000000000
r10 = 0x0000000000000030 r11 = 0x0000000000000202
r12 = 0x0000000000000030 r13 = 0x0000000000000000
r14 = 0x0000000108151000 r15 = 0x000000000000bc03
rip = 0x00007fffbfeb734a
Found by: given as instruction pointer in context
1 Electron Framework!crashpad::(anonymous namespace)::MachMessageWithDeadlineInternal(mach_msg_header_t*, int, unsigned int, unsigned int, unsigned long long, unsigned int, bool) [mach_message.cc : 111 + 0x14]
rbp = 0x000070000e3dd780 rsp = 0x000070000e3dd740
rip = 0x00000001028e6a73
Found by: previous frame's frame pointer
2 Electron Framework!crashpad::MachMessageWithDeadline(mach_msg_header_t*, int, unsigned int, unsigned int, unsigned long long, unsigned int, bool) [mach_message.cc : 182 + 0x29]
rbp = 0x000070000e3dd7d0 rsp = 0x000070000e3dd790
rip = 0x00000001028e69cc
Found by: previous frame's frame pointer
3 Electron Framework!crashpad::(anonymous namespace)::MachMessageAllocateReceive(crashpad::(anonymous namespace)::MachMessageBuffer*, int, unsigned int, unsigned int, unsigned long long, unsigned int, bool) [mach_message_server.cc : 104 + 0x1e]
rbp = 0x000070000e3dd820 rsp = 0x000070000e3dd7e0
rip = 0x00000001028e7357
Found by: previous frame's frame pointer
4 Electron Framework!<name omitted> [mach_message_server.cc : 165 + 0x19]
rbp = 0x000070000e3ddd70 rsp = 0x000070000e3dd830
rip = 0x00000001028e70b8
Found by: previous frame's frame pointer
5 Electron Framework!crashpad::(anonymous namespace)::HandlerStarter::RestartThreadMain(void*) [crashpad_client_mac.cc : 497 + 0x18]
rbp = 0x000070000e3ddef0 rsp = 0x000070000e3ddd80
rip = 0x00000001028e0362
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000e3ddf10 rsp = 0x000070000e3ddf00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000e3ddf50 rsp = 0x000070000e3ddf20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
8 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000e3ddf78 rsp = 0x000070000e3ddf60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
9 Electron Framework + 0x178310
rsp = 0x000070000e3de028 rip = 0x00000001028e0310
Found by: stack scanning
Thread 16
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000e4e2ec8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000e4e3040
rbp = 0x000070000e4e2f10 rsp = 0x000070000e4e2ec8
r8 = 0x000000000000fa03 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000e4e3040 r15 = 0x000000000000fa03
rip = 0x00007fffbfeb734a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000e4e2f80 rsp = 0x000070000e4e2f20
rip = 0x00007fffaa611434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000e4e3c70 rsp = 0x000070000e4e2f90
rip = 0x00007fffaa6108c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000e4e3d00 rsp = 0x000070000e4e3c80
rip = 0x00007fffaa610114
Found by: previous frame's frame pointer
4 AppKit + 0x193f02
rbp = 0x000070000e4e3ef0 rsp = 0x000070000e4e3d10
rip = 0x00007fffa8256f02
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000e4e3f10 rsp = 0x000070000e4e3f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000e4e3f50 rsp = 0x000070000e4e3f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000e4e3f78 rsp = 0x000070000e4e3f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
8 AppKit + 0x193e35
rsp = 0x000070000e4e4028 rip = 0x00007fffa8256e35
Found by: stack scanning
Thread 17
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000000400
rcx = 0x0000700010cf2e08 rbx = 0x0000000000000400
rsi = 0x0000040000000800 rdi = 0x0000000107aaa710
rbp = 0x0000700010cf2ea0 rsp = 0x0000700010cf2e08
r8 = 0x0000000000000000 r9 = 0x0000000000000060
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x0000000107aaa710 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x0000700010cf3000
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 libnode.dylib!uv_cond_wait [thread.c : 497 + 0x5]
rbp = 0x0000700010cf2eb0 rsp = 0x0000700010cf2eb0
rip = 0x0000000106ce02b9
Found by: previous frame's frame pointer
2 libnode.dylib!worker [threadpool.c : 75 + 0xb]
rbp = 0x0000700010cf2ef0 rsp = 0x0000700010cf2ec0
rip = 0x0000000106cd4763
Found by: previous frame's frame pointer
3 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700010cf2f10 rsp = 0x0000700010cf2f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700010cf2f50 rsp = 0x0000700010cf2f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700010cf2f78 rsp = 0x0000700010cf2f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
6 libnode.dylib + 0x157670
rsp = 0x0000700010cf3028 rip = 0x0000000106cd4670
Found by: stack scanning
Thread 18
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000000600
rcx = 0x00007000114f5e08 rbx = 0x0000000000000600
rsi = 0x0000060000000a00 rdi = 0x0000000107aaa710
rbp = 0x00007000114f5ea0 rsp = 0x00007000114f5e08
r8 = 0x0000000000000000 r9 = 0x0000000000000060
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x0000000107aaa710 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x00007000114f6000
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 libnode.dylib!uv_cond_wait [thread.c : 497 + 0x5]
rbp = 0x00007000114f5eb0 rsp = 0x00007000114f5eb0
rip = 0x0000000106ce02b9
Found by: previous frame's frame pointer
2 libnode.dylib!worker [threadpool.c : 75 + 0xb]
rbp = 0x00007000114f5ef0 rsp = 0x00007000114f5ec0
rip = 0x0000000106cd4763
Found by: previous frame's frame pointer
3 libsystem_pthread.dylib + 0x393b
rbp = 0x00007000114f5f10 rsp = 0x00007000114f5f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x3887
rbp = 0x00007000114f5f50 rsp = 0x00007000114f5f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x308d
rbp = 0x00007000114f5f78 rsp = 0x00007000114f5f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
6 libnode.dylib + 0x157670
rsp = 0x00007000114f6028 rip = 0x0000000106cd4670
Found by: stack scanning
Thread 19
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000000500
rcx = 0x0000700011cf8e08 rbx = 0x0000000000000500
rsi = 0x0000050000000900 rdi = 0x0000000107aaa710
rbp = 0x0000700011cf8ea0 rsp = 0x0000700011cf8e08
r8 = 0x0000000000000000 r9 = 0x0000000000000060
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x0000000107aaa710 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x0000700011cf9000
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 libnode.dylib!uv_cond_wait [thread.c : 497 + 0x5]
rbp = 0x0000700011cf8eb0 rsp = 0x0000700011cf8eb0
rip = 0x0000000106ce02b9
Found by: previous frame's frame pointer
2 libnode.dylib!worker [threadpool.c : 75 + 0xb]
rbp = 0x0000700011cf8ef0 rsp = 0x0000700011cf8ec0
rip = 0x0000000106cd4763
Found by: previous frame's frame pointer
3 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700011cf8f10 rsp = 0x0000700011cf8f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700011cf8f50 rsp = 0x0000700011cf8f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700011cf8f78 rsp = 0x0000700011cf8f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
6 libnode.dylib + 0x157670
rsp = 0x0000700011cf9028 rip = 0x0000000106cd4670
Found by: stack scanning
Thread 20
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000000700
rcx = 0x00007000124fbe08 rbx = 0x0000000000000700
rsi = 0x0000070000000b00 rdi = 0x0000000107aaa710
rbp = 0x00007000124fbea0 rsp = 0x00007000124fbe08
r8 = 0x0000000000000000 r9 = 0x0000000000000060
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x0000000107aaa710 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x00007000124fc000
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 libnode.dylib!uv_cond_wait [thread.c : 497 + 0x5]
rbp = 0x00007000124fbeb0 rsp = 0x00007000124fbeb0
rip = 0x0000000106ce02b9
Found by: previous frame's frame pointer
2 libnode.dylib!worker [threadpool.c : 75 + 0xb]
rbp = 0x00007000124fbef0 rsp = 0x00007000124fbec0
rip = 0x0000000106cd4763
Found by: previous frame's frame pointer
3 libsystem_pthread.dylib + 0x393b
rbp = 0x00007000124fbf10 rsp = 0x00007000124fbf00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x3887
rbp = 0x00007000124fbf50 rsp = 0x00007000124fbf20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x308d
rbp = 0x00007000124fbf78 rsp = 0x00007000124fbf60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
6 libnode.dylib + 0x157670
rsp = 0x00007000124fc028 rip = 0x0000000106cd4670
Found by: stack scanning
Thread 21
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x0000700012cfddc8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x0000700012cfdf40
rbp = 0x0000700012cfde10 rsp = 0x0000700012cfddc8
r8 = 0x0000000000013203 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x0000700012cfdf40 r15 = 0x0000000000013203
rip = 0x00007fffbfeb734a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x0000700012cfde80 rsp = 0x0000700012cfde20
rip = 0x00007fffaa611434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x0000700012cfeb70 rsp = 0x0000700012cfde90
rip = 0x00007fffaa6108c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x0000700012cfec00 rsp = 0x0000700012cfeb80
rip = 0x00007fffaa610114
Found by: previous frame's frame pointer
4 Foundation + 0x22252
rbp = 0x0000700012cfec40 rsp = 0x0000700012cfec10
rip = 0x00007fffac023252
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 580 + 0x10]
rbp = 0x0000700012cfec90 rsp = 0x0000700012cfec50
rip = 0x000000010299b6ae
Found by: previous frame's frame pointer
6 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x0000700012cfecc0 rsp = 0x0000700012cfeca0
rip = 0x000000010299aeec
Found by: previous frame's frame pointer
7 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x0000700012cfee10 rsp = 0x0000700012cfecd0
rip = 0x000000010299742e
Found by: previous frame's frame pointer
8 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x0000700012cfee50 rsp = 0x0000700012cfee20
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x0000700012cfeec0 rsp = 0x0000700012cfee60
rip = 0x00000001029c48e2
Found by: previous frame's frame pointer
10 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700012cfeef0 rsp = 0x0000700012cfeed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700012cfef10 rsp = 0x0000700012cfef00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700012cfef50 rsp = 0x0000700012cfef20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
13 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700012cfef78 rsp = 0x0000700012cfef60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
14 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700012cff028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 22
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000007000
rcx = 0x0000700013501af8 rbx = 0x0000000000007000
rsi = 0x0000760000007800 rdi = 0x00007f84b4d0af08
rbp = 0x0000700013501b90 rsp = 0x0000700013501af8
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x00007f84b4d0af08 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x0000700013502000
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*) [sequenced_worker_pool.cc : 1080 + 0xc]
rbp = 0x0000700013501e50 rsp = 0x0000700013501ba0
rip = 0x00000001029ae86f
Found by: previous frame's frame pointer
2 Electron Framework!base::SequencedWorkerPool::Worker::Run() [sequenced_worker_pool.cc : 611 + 0x8]
rbp = 0x0000700013501e80 rsp = 0x0000700013501e60
rip = 0x00000001029adf16
Found by: previous frame's frame pointer
3 Electron Framework!<name omitted> [simple_thread.cc : 68 + 0x9]
rbp = 0x0000700013501ec0 rsp = 0x0000700013501e90
rip = 0x00000001029b25ad
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700013501ef0 rsp = 0x0000700013501ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700013501f10 rsp = 0x0000700013501f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700013501f50 rsp = 0x0000700013501f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700013501f78 rsp = 0x0000700013501f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700013502028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 23
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000000e00
rcx = 0x0000700013d04af8 rbx = 0x0000000000000e00
rsi = 0x00000e0100000f00 rdi = 0x00007f84b4d50678
rbp = 0x0000700013d04b90 rsp = 0x0000700013d04af8
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x00007f84b4d50678 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x0000700013d05000
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*) [sequenced_worker_pool.cc : 1080 + 0xc]
rbp = 0x0000700013d04e50 rsp = 0x0000700013d04ba0
rip = 0x00000001029ae86f
Found by: previous frame's frame pointer
2 Electron Framework!base::SequencedWorkerPool::Worker::Run() [sequenced_worker_pool.cc : 611 + 0x8]
rbp = 0x0000700013d04e80 rsp = 0x0000700013d04e60
rip = 0x00000001029adf16
Found by: previous frame's frame pointer
3 Electron Framework!<name omitted> [simple_thread.cc : 68 + 0x9]
rbp = 0x0000700013d04ec0 rsp = 0x0000700013d04e90
rip = 0x00000001029b25ad
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700013d04ef0 rsp = 0x0000700013d04ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700013d04f10 rsp = 0x0000700013d04f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700013d04f50 rsp = 0x0000700013d04f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700013d04f78 rsp = 0x0000700013d04f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700013d05028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 24
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000007700
rcx = 0x0000700014507ac8 rbx = 0x0000000000007700
rsi = 0x0000770000007a00 rdi = 0x00007f84b4d0af08
rbp = 0x0000700014507b60 rsp = 0x0000700014507ac8
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00007f84b4d0af08 r13 = 0x0000000000000016
r14 = 0x0000770000007a00 r15 = 0x0000000000007a00
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x0000700014507b90 rsp = 0x0000700014507b70
rip = 0x000000010295c04b
Found by: previous frame's frame pointer
2 Electron Framework!base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*) [sequenced_worker_pool.cc : 1083 + 0x13]
rbp = 0x0000700014507e50 rsp = 0x0000700014507ba0
rip = 0x00000001029ae931
Found by: previous frame's frame pointer
3 Electron Framework!base::SequencedWorkerPool::Worker::Run() [sequenced_worker_pool.cc : 611 + 0x8]
rbp = 0x0000700014507e80 rsp = 0x0000700014507e60
rip = 0x00000001029adf16
Found by: previous frame's frame pointer
4 Electron Framework!<name omitted> [simple_thread.cc : 68 + 0x9]
rbp = 0x0000700014507ec0 rsp = 0x0000700014507e90
rip = 0x00000001029b25ad
Found by: previous frame's frame pointer
5 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700014507ef0 rsp = 0x0000700014507ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700014507f10 rsp = 0x0000700014507f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700014507f50 rsp = 0x0000700014507f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
8 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700014507f78 rsp = 0x0000700014507f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700014508028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 25
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000000100
rcx = 0x0000700014d0aaf8 rbx = 0x0000000000000100
rsi = 0x0000010100000200 rdi = 0x00007f84b4c89898
rbp = 0x0000700014d0ab90 rsp = 0x0000700014d0aaf8
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x00007f84b4c89898 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x0000700014d0b000
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*) [sequenced_worker_pool.cc : 1080 + 0xc]
rbp = 0x0000700014d0ae50 rsp = 0x0000700014d0aba0
rip = 0x00000001029ae86f
Found by: previous frame's frame pointer
2 Electron Framework!base::SequencedWorkerPool::Worker::Run() [sequenced_worker_pool.cc : 611 + 0x8]
rbp = 0x0000700014d0ae80 rsp = 0x0000700014d0ae60
rip = 0x00000001029adf16
Found by: previous frame's frame pointer
3 Electron Framework!<name omitted> [simple_thread.cc : 68 + 0x9]
rbp = 0x0000700014d0aec0 rsp = 0x0000700014d0ae90
rip = 0x00000001029b25ad
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700014d0aef0 rsp = 0x0000700014d0aed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700014d0af10 rsp = 0x0000700014d0af00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700014d0af50 rsp = 0x0000700014d0af20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700014d0af78 rsp = 0x0000700014d0af60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700014d0b028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 26
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000000100
rcx = 0x0000700016619d78 rbx = 0x0000000000000100
rsi = 0x0000010100000200 rdi = 0x0000000106701280
rbp = 0x0000700016619e10 rsp = 0x0000700016619d78
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x0000000106701280 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x000070001661a000
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!<name omitted> [env_chromium.cc : 1037 + 0x8]
rbp = 0x0000700016619e90 rsp = 0x0000700016619e20
rip = 0x00000001036934d8
Found by: previous frame's frame pointer
2 Electron Framework!<name omitted> [env_chromium.h : 198 + 0x5]
rbp = 0x0000700016619ea0 rsp = 0x0000700016619ea0
rip = 0x00000001036933e9
Found by: previous frame's frame pointer
3 Electron Framework!leveldb_env::Thread::ThreadMain() [env_chromium.cc : 996 + 0x3]
rbp = 0x0000700016619ec0 rsp = 0x0000700016619eb0
rip = 0x0000000103694890
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700016619ef0 rsp = 0x0000700016619ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700016619f10 rsp = 0x0000700016619f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700016619f50 rsp = 0x0000700016619f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700016619f78 rsp = 0x0000700016619f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070001661a028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 27
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000016800
rcx = 0x00007000071a0c28 rbx = 0x0000000000016800
rsi = 0x0001680000016c00 rdi = 0x00006080001cb738
rbp = 0x00007000071a0cc0 rsp = 0x00007000071a0c28
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00006080001cb738 r13 = 0x0000000000000016
r14 = 0x0001680000016c00 r15 = 0x0000000000016c00
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x00007000071a0cf0 rsp = 0x00007000071a0cd0
rip = 0x000000010295c04b
Found by: previous frame's frame pointer
2 Electron Framework!base::PosixDynamicThreadPool::WaitForTask() [worker_pool_posix.cc : 176 + 0x5]
rbp = 0x00007000071a0d90 rsp = 0x00007000071a0d00
rip = 0x00000001029ed5b9
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::WorkerThread::ThreadMain() [worker_pool_posix.cc : 86 + 0x8]
rbp = 0x00007000071a0ec0 rsp = 0x00007000071a0da0
rip = 0x00000001029eda17
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x00007000071a0ef0 rsp = 0x00007000071a0ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x00007000071a0f10 rsp = 0x00007000071a0f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x00007000071a0f50 rsp = 0x00007000071a0f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x00007000071a0f78 rsp = 0x00007000071a0f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x00007000071a1028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 28
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000f4e8e18 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000f4e8f90
rbp = 0x000070000f4e8e60 rsp = 0x000070000f4e8e18
r8 = 0x000000000001de7f r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000f4e8f90 r15 = 0x000000000001de7f
rip = 0x00007fffbfeb734a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000f4e8ed0 rsp = 0x000070000f4e8e70
rip = 0x00007fffaa611434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000f4e9bc0 rsp = 0x000070000f4e8ee0
rip = 0x00007fffaa6108c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000f4e9c50 rsp = 0x000070000f4e9bd0
rip = 0x00007fffaa610114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x000070000f4e9c90 rsp = 0x000070000f4e9c60
rip = 0x000000010299b40f
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000f4e9cc0 rsp = 0x000070000f4e9ca0
rip = 0x000000010299aeec
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000f4e9e10 rsp = 0x000070000f4e9cd0
rip = 0x000000010299742e
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000f4e9e50 rsp = 0x000070000f4e9e20
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000f4e9ec0 rsp = 0x000070000f4e9e60
rip = 0x00000001029c48e2
Found by: previous frame's frame pointer
9 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000f4e9ef0 rsp = 0x000070000f4e9ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
10 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000f4e9f10 rsp = 0x000070000f4e9f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000f4e9f50 rsp = 0x000070000f4e9f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000f4e9f78 rsp = 0x000070000f4e9f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
13 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000f4ea028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 29
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000016800
rcx = 0x000070001550dc28 rbx = 0x0000000000016800
rsi = 0x0001680000016d00 rdi = 0x00006080001cb738
rbp = 0x000070001550dcc0 rsp = 0x000070001550dc28
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00006080001cb738 r13 = 0x0000000000000016
r14 = 0x0001680000016d00 r15 = 0x0000000000016d00
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x000070001550dcf0 rsp = 0x000070001550dcd0
rip = 0x000000010295c04b
Found by: previous frame's frame pointer
2 Electron Framework!base::PosixDynamicThreadPool::WaitForTask() [worker_pool_posix.cc : 176 + 0x5]
rbp = 0x000070001550dd90 rsp = 0x000070001550dd00
rip = 0x00000001029ed5b9
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::WorkerThread::ThreadMain() [worker_pool_posix.cc : 86 + 0x8]
rbp = 0x000070001550dec0 rsp = 0x000070001550dda0
rip = 0x00000001029eda17
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070001550def0 rsp = 0x000070001550ded0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x000070001550df10 rsp = 0x000070001550df00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x000070001550df50 rsp = 0x000070001550df20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x000070001550df78 rsp = 0x000070001550df60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070001550e028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 30
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000016800
rcx = 0x000070000fcecc28 rbx = 0x0000000000016800
rsi = 0x0001680000016a00 rdi = 0x00006080001cb738
rbp = 0x000070000fceccc0 rsp = 0x000070000fcecc28
r8 = 0x0004a9000004ab03 r9 = 0x0000000000001061
r10 = 0x00006080001cb6f8 r11 = 0x0000000000000246
r12 = 0x00006080001cb738 r13 = 0x0000000000000016
r14 = 0x0001680000016a00 r15 = 0x0000000000016a00
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x000070000fceccf0 rsp = 0x000070000fceccd0
rip = 0x000000010295c04b
Found by: previous frame's frame pointer
2 Electron Framework!base::PosixDynamicThreadPool::WaitForTask() [worker_pool_posix.cc : 176 + 0x5]
rbp = 0x000070000fcecd90 rsp = 0x000070000fcecd00
rip = 0x00000001029ed5b9
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::WorkerThread::ThreadMain() [worker_pool_posix.cc : 86 + 0x8]
rbp = 0x000070000fcecec0 rsp = 0x000070000fcecda0
rip = 0x00000001029eda17
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000fcecef0 rsp = 0x000070000fceced0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000fcecf10 rsp = 0x000070000fcecf00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000fcecf50 rsp = 0x000070000fcecf20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000fcecf78 rsp = 0x000070000fcecf60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000fced028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 31
0 libsystem_kernel.dylib + 0x1a44e
rax = 0x0000000002000170 rdx = 0x0000000000000000
rcx = 0x0000700007329a78 rbx = 0x000000004000005f
rsi = 0x0000700007329b80 rdi = 0x0000000000000040
rbp = 0x0000700007329ad0 rsp = 0x0000700007329a78
r8 = 0xffdfffe000000000 r9 = 0x0010000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x0000000003000000 r13 = 0x000070000732a000
r14 = 0x0000000003000000 r15 = 0x000000000001751f
rip = 0x00007fffbfebf44e
Found by: given as instruction pointer in context
1 libsystem_pthread.dylib + 0x307d
rbp = 0x0000700007329af8 rsp = 0x0000700007329ae0
rip = 0x00007fffbffa907d
Found by: previous frame's frame pointer
2 libobjc.A.dylib + 0x1de0e
rbp = 0x0000700007329af8 rsp = 0x0000700007329af0
rip = 0x00007fffbf4b2e0e
Found by: stack scanning
3 libsystem_malloc.dylib + 0x3e2c
rsp = 0x0000700007329b50 rip = 0x00007fffbff13e2c
Found by: stack scanning
4 libobjc.A.dylib + 0x1de0e
rsp = 0x0000700007329c00 rip = 0x00007fffbf4b2e0e
Found by: stack scanning
5 libsystem_malloc.dylib + 0x3e2c
rsp = 0x0000700007329c60 rip = 0x00007fffbff13e2c
Found by: stack scanning
6 libsystem_malloc.dylib + 0x3e2c
rsp = 0x0000700007329cb0 rip = 0x00007fffbff13e2c
Found by: stack scanning
7 libdispatch.dylib + 0x179bd
rsp = 0x0000700007329d20 rip = 0x00007fffbfd709bd
Found by: stack scanning
8 libsystem_malloc.dylib + 0x3e2c
rsp = 0x0000700007329dd0 rip = 0x00007fffbff13e2c
Found by: stack scanning
9 libdispatch.dylib + 0x158cc
rsp = 0x0000700007329e20 rip = 0x00007fffbfd6e8cc
Found by: stack scanning
10 libdispatch.dylib + 0x101d1
rsp = 0x0000700007329e40 rip = 0x00007fffbfd691d1
Found by: stack scanning
11 libdispatch.dylib + 0x38ff
rsp = 0x0000700007329e90 rip = 0x00007fffbfd5c8ff
Found by: stack scanning
12 libdispatch.dylib + 0x348c
rsp = 0x0000700007329ef0 rip = 0x00007fffbfd5c48c
Found by: stack scanning
13 libsystem_pthread.dylib + 0x3621
rsp = 0x0000700007329f00 rip = 0x00007fffbffa9621
Found by: stack scanning
14 libsystem_pthread.dylib + 0x307d
rsp = 0x0000700007329f60 rip = 0x00007fffbffa907d
Found by: stack scanning
15 libdispatch.dylib + 0x1aed9
rsp = 0x000070000732a028 rip = 0x00007fffbfd73ed9
Found by: stack scanning
Thread 32
0 libsystem_kernel.dylib + 0x1a44e
rax = 0x0000000002000170 rdx = 0x0000000000000000
rcx = 0x00007000073ac8f8 rbx = 0x000000004000005f
rsi = 0x00007000073acb80 rdi = 0x0000000000000040
rbp = 0x00007000073ac950 rsp = 0x00007000073ac8f8
r8 = 0x0000000000000000 r9 = 0xfffffffd00000001
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00000000010010ff r13 = 0x00007000073ad000
r14 = 0x0000000001000000 r15 = 0x000000000001106f
rip = 0x00007fffbfebf44e
Found by: given as instruction pointer in context
1 libsystem_pthread.dylib + 0x307d
rbp = 0x00007000073ac978 rsp = 0x00007000073ac960
rip = 0x00007fffbffa907d
Found by: previous frame's frame pointer
2 libsystem_pthread.dylib + 0x307d
rsp = 0x00007000073ac990 rip = 0x00007fffbffa907d
Found by: stack scanning
3 libsystem_pthread.dylib + 0x307d
rsp = 0x00007000073ac9e0 rip = 0x00007fffbffa907d
Found by: stack scanning
Thread 33
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000016800
rcx = 0x00007000104efc28 rbx = 0x0000000000016800
rsi = 0x0001680000016f00 rdi = 0x00006080001cb738
rbp = 0x00007000104efcc0 rsp = 0x00007000104efc28
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00006080001cb738 r13 = 0x0000000000000016
r14 = 0x0001680000016f00 r15 = 0x0000000000016f00
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x00007000104efcf0 rsp = 0x00007000104efcd0
rip = 0x000000010295c04b
Found by: previous frame's frame pointer
2 Electron Framework!base::PosixDynamicThreadPool::WaitForTask() [worker_pool_posix.cc : 176 + 0x5]
rbp = 0x00007000104efd90 rsp = 0x00007000104efd00
rip = 0x00000001029ed5b9
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::WorkerThread::ThreadMain() [worker_pool_posix.cc : 86 + 0x8]
rbp = 0x00007000104efec0 rsp = 0x00007000104efda0
rip = 0x00000001029eda17
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x00007000104efef0 rsp = 0x00007000104efed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x00007000104eff10 rsp = 0x00007000104eff00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x00007000104eff50 rsp = 0x00007000104eff20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x00007000104eff78 rsp = 0x00007000104eff60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x00007000104f0028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 34
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000016800
rcx = 0x0000700016e9fc28 rbx = 0x0000000000016800
rsi = 0x0001680000016e00 rdi = 0x00006080001cb738
rbp = 0x0000700016e9fcc0 rsp = 0x0000700016e9fc28
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00006080001cb738 r13 = 0x0000000000000016
r14 = 0x0001680000016e00 r15 = 0x0000000000016e00
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x0000700016e9fcf0 rsp = 0x0000700016e9fcd0
rip = 0x000000010295c04b
Found by: previous frame's frame pointer
2 Electron Framework!base::PosixDynamicThreadPool::WaitForTask() [worker_pool_posix.cc : 176 + 0x5]
rbp = 0x0000700016e9fd90 rsp = 0x0000700016e9fd00
rip = 0x00000001029ed5b9
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::WorkerThread::ThreadMain() [worker_pool_posix.cc : 86 + 0x8]
rbp = 0x0000700016e9fec0 rsp = 0x0000700016e9fda0
rip = 0x00000001029eda17
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700016e9fef0 rsp = 0x0000700016e9fed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700016e9ff10 rsp = 0x0000700016e9ff00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700016e9ff50 rsp = 0x0000700016e9ff20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700016e9ff78 rsp = 0x0000700016e9ff60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700016ea0028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 35
0 libsystem_kernel.dylib + 0x1ad96
rax = 0x000000000200016b rdx = 0x0000000000000000
rcx = 0x000070000ece6718 rbx = 0x000070000ece6820
rsi = 0x0000000000000000 rdi = 0x000000000000003a
rbp = 0x000070000ece6930 rsp = 0x000070000ece6718
r8 = 0x0000000000000001 r9 = 0x000070000ece67f0
r10 = 0x000070000ece6820 r11 = 0x0000000000000246
r12 = 0x00007fffc8c93828 r13 = 0x0000000000000001
r14 = 0x000000000000003a r15 = 0x0000000000000000
rip = 0x00007fffbfebfd96
Found by: given as instruction pointer in context
1 libsystem_info.dylib + 0x93e5
rbp = 0x000070000ece6a50 rsp = 0x000070000ece6940
rip = 0x00007fffbfe843e5
Found by: previous frame's frame pointer
2 libsystem_info.dylib + 0x9128
rbp = 0x000070000ece6ab0 rsp = 0x000070000ece6a60
rip = 0x00007fffbfe84128
Found by: previous frame's frame pointer
3 libsystem_info.dylib + 0x5317
rbp = 0x000070000ece6bd0 rsp = 0x000070000ece6ac0
rip = 0x00007fffbfe80317
Found by: previous frame's frame pointer
4 libsystem_info.dylib + 0x4ad7
rbp = 0x000070000ece6c30 rsp = 0x000070000ece6be0
rip = 0x00007fffbfe7fad7
Found by: previous frame's frame pointer
5 Electron Framework!net::SystemHostResolverCall(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, net::AddressFamily, int, net::AddressList*, int*) [host_resolver_proc.cc : 200 + 0x7]
rbp = 0x000070000ece6cf0 rsp = 0x000070000ece6c40
rip = 0x0000000103fed31e
Found by: previous frame's frame pointer
6 Electron Framework!net::HostResolverImpl::ProcTask::DoLookup(base::TimeTicks const&, unsigned int) [host_resolver_impl.cc : 735 + 0x5]
rbp = 0x000070000ece6d90 rsp = 0x000070000ece6d00
rip = 0x0000000103fe9a49
Found by: previous frame's frame pointer
7 Electron Framework!base::(anonymous namespace)::WorkerThread::ThreadMain() [callback.h : 47 + 0x2]
rbp = 0x000070000ece6ec0 rsp = 0x000070000ece6da0
rip = 0x00000001029ed991
Found by: previous frame's frame pointer
8 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000ece6ef0 rsp = 0x000070000ece6ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
9 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000ece6f10 rsp = 0x000070000ece6f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
10 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000ece6f50 rsp = 0x000070000ece6f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000ece6f78 rsp = 0x000070000ece6f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
12 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000ece7028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 36
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000016800
rcx = 0x0000700015d10c28 rbx = 0x0000000000016800
rsi = 0x0001680000016b00 rdi = 0x00006080001cb738
rbp = 0x0000700015d10cc0 rsp = 0x0000700015d10c28
r8 = 0x0004aa000004ab03 r9 = 0x0000000000001061
r10 = 0x00006080001cb6f8 r11 = 0x0000000000000246
r12 = 0x00006080001cb738 r13 = 0x0000000000000016
r14 = 0x0001680000016b00 r15 = 0x0000000000016b00
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x0000700015d10cf0 rsp = 0x0000700015d10cd0
rip = 0x000000010295c04b
Found by: previous frame's frame pointer
2 Electron Framework!base::PosixDynamicThreadPool::WaitForTask() [worker_pool_posix.cc : 176 + 0x5]
rbp = 0x0000700015d10d90 rsp = 0x0000700015d10d00
rip = 0x00000001029ed5b9
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::WorkerThread::ThreadMain() [worker_pool_posix.cc : 86 + 0x5]
rbp = 0x0000700015d10ec0 rsp = 0x0000700015d10da0
rip = 0x00000001029ed7ec
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700015d10ef0 rsp = 0x0000700015d10ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700015d10f10 rsp = 0x0000700015d10f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700015d10f50 rsp = 0x0000700015d10f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700015d10f78 rsp = 0x0000700015d10f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700015d11028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 37
0 libsystem_kernel.dylib + 0x1a44e
rax = 0x0000000002000170 rdx = 0x0000000000000000
rcx = 0x0000700007223a78 rbx = 0x000000004000005f
rsi = 0x0000700007223b80 rdi = 0x0000000000000040
rbp = 0x0000700007223ad0 rsp = 0x0000700007223a78
r8 = 0xffdfffe000000000 r9 = 0x0000037f1b825a08
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x0000000003000000 r13 = 0x0000700007224000
r14 = 0x0000000003000000 r15 = 0x000000000001fb43
rip = 0x00007fffbfebf44e
Found by: given as instruction pointer in context
1 libsystem_pthread.dylib + 0x307d
rbp = 0x0000700007223af8 rsp = 0x0000700007223ae0
rip = 0x00007fffbffa907d
Found by: previous frame's frame pointer
2 CoreFoundation + 0x753d0
rsp = 0x0000700007223c20 rip = 0x00007fffaa5fe3d0
Found by: stack scanning
3 libobjc.A.dylib + 0x1de0e
rsp = 0x0000700007223c50 rip = 0x00007fffbf4b2e0e
Found by: stack scanning
4 libobjc.A.dylib + 0x1de0e
rsp = 0x0000700007223cb0 rip = 0x00007fffbf4b2e0e
Found by: stack scanning
5 libdispatch.dylib + 0x3a06
rsp = 0x0000700007223cd0 rip = 0x00007fffbfd5ca06
Found by: stack scanning
6 libsystem_malloc.dylib + 0x3e2c
rsp = 0x0000700007223d10 rip = 0x00007fffbff13e2c
Found by: stack scanning
7 libobjc.A.dylib + 0x1de0e
rsp = 0x0000700007223d20 rip = 0x00007fffbf4b2e0e
Found by: stack scanning
8 libsystem_malloc.dylib + 0x3e2c
rsp = 0x0000700007223d80 rip = 0x00007fffbff13e2c
Found by: stack scanning
9 libsystem_malloc.dylib + 0x3e2c
rsp = 0x0000700007223dd0 rip = 0x00007fffbff13e2c
Found by: stack scanning
10 libdispatch.dylib + 0x18fc
rsp = 0x0000700007223e20 rip = 0x00007fffbfd5a8fc
Found by: stack scanning
11 libdispatch.dylib + 0x10196
rsp = 0x0000700007223e40 rip = 0x00007fffbfd69196
Found by: stack scanning
12 libdispatch.dylib + 0x38ff
rsp = 0x0000700007223e90 rip = 0x00007fffbfd5c8ff
Found by: stack scanning
13 libdispatch.dylib + 0x348c
rsp = 0x0000700007223ef0 rip = 0x00007fffbfd5c48c
Found by: stack scanning
14 libsystem_pthread.dylib + 0x3621
rsp = 0x0000700007223f00 rip = 0x00007fffbffa9621
Found by: stack scanning
15 libsystem_pthread.dylib + 0x307d
rsp = 0x0000700007223f60 rip = 0x00007fffbffa907d
Found by: stack scanning
16 libdispatch.dylib + 0x1aed9
rsp = 0x0000700007224028 rip = 0x00007fffbfd73ed9
Found by: stack scanning
Loaded modules:
0x10275d000 - 0x10275dfff dx 0.0.0.0 (main) (WARNING: No symbols, dx, 645381EB354A37408CDDDF9F333944EE0)
0x102768000 - 0x1063e8fff Electron Framework 0.0.0.0
0x106a2f000 - 0x106a49fff Squirrel 1.0.0.0
0x106a6e000 - 0x106ad1fff ReactiveCocoa 1.0.0.0
0x106b4d000 - 0x106b61fff Mantle 1.0.0.0
0x106b7d000 - 0x107a09fff libnode.dylib 0.0.0.0
0x107c82000 - 0x107eddfff libffmpeg.dylib 0.0.0.0
0x1080e7000 - 0x108125fff CoreMIDI 69.0.0.0
0x108152000 - 0x10816bfff libexpat.1.dylib 8.0.0.0
0x1081b5000 - 0x1081c4fff libSimplifiedChineseConverter.dylib 69.0.0.0
0x1089f8000 - 0x108a35fff dyld 0.0.0.0
0x1133e3000 - 0x1133e7fff AppleHDAHALPlugIn 0.0.0.0
0x1137a5000 - 0x11394bfff GLEngine 65535.0.0.0
0x11398a000 - 0x1143dffff AppleIntelSKLGraphicsGLDriver 0.0.0.0
0x11470e000 - 0x114738fff GLRendererFloat 65535.0.0.0
0x114742000 - 0x1147d0fff AppleIntelSKLGraphicsMTLDriver 0.0.0.0
0x116a8b000 - 0x116bf2fff CoreAudio 0.0.0.0
0x7fffa523a000 - 0x7fffa557ffff RawCamera 0.0.0.0
0x7fffa6db6000 - 0x7fffa6f77fff AVFoundation 2.0.0.0
0x7fffa6f78000 - 0x7fffa701afff AVFAudio 1.0.0.0
0x7fffa70e5000 - 0x7fffa70e5fff Accelerate 4.0.0.0
0x7fffa70e6000 - 0x7fffa70fdfff libCGInterfaces.dylib 331.5.0.0
0x7fffa70fe000 - 0x7fffa7617fff vImage 331.5.0.0
0x7fffa7618000 - 0x7fffa7789fff libBLAS.dylib 1.0.0.0
0x7fffa778a000 - 0x7fffa779efff libBNNS.dylib 1.0.0.0
0x7fffa779f000 - 0x7fffa7b95fff libLAPACK.dylib 1.0.0.0
0x7fffa7b96000 - 0x7fffa7bacfff libLinearAlgebra.dylib 1.0.0.0
0x7fffa7bad000 - 0x7fffa7bb3fff libQuadrature.dylib 1.0.0.0
0x7fffa7bb4000 - 0x7fffa7bc8fff libSparseBLAS.dylib 1.0.0.0
0x7fffa7bc9000 - 0x7fffa7d50fff libvDSP.dylib 600.60.1.0
0x7fffa7d51000 - 0x7fffa7e03fff libvMisc.dylib 600.60.1.0
0x7fffa7e04000 - 0x7fffa7e04fff vecLib 600.60.1.0
0x7fffa80c3000 - 0x7fffa8e9cfff AppKit 1504.83.101.0 (WARNING: No symbols, AppKit, AE51ACB3D5013F91B3693D3711F24D0A0)
0x7fffa8eae000 - 0x7fffa8eaefff ApplicationServices 48.0.0.0
0x7fffa8eaf000 - 0x7fffa8f1dfff ATS 236.0.0.0
0x7fffa8fb7000 - 0x7fffa90e6fff libFontParser.dylib 1.0.0.0
0x7fffa90e7000 - 0x7fffa9131fff libFontRegistry.dylib 1.0.0.0
0x7fffa918e000 - 0x7fffa91c1fff libTrueTypeScaler.dylib 1.0.0.0
0x7fffa922e000 - 0x7fffa92d8fff ColorSync 4.7.0.0
0x7fffa92d9000 - 0x7fffa932afff HIServices 593.0.0.0
0x7fffa932b000 - 0x7fffa933afff LangAnalysis 1.0.0.0
0x7fffa933b000 - 0x7fffa9388fff PrintCore 491.0.0.0
0x7fffa9389000 - 0x7fffa93c4fff QD 302.0.0.0
0x7fffa93c5000 - 0x7fffa93d0fff SpeechSynthesis 1.0.0.0
0x7fffa93d1000 - 0x7fffa95ddfff AudioToolbox 492.0.0.0
0x7fffa95de000 - 0x7fffa95defff AudioUnit 1.0.0.0
0x7fffa9747000 - 0x7fffa9b21fff CFNetwork 811.5.4.0
0x7fffa9b3b000 - 0x7fffa9b3bfff Carbon 157.0.0.0
0x7fffa9b3c000 - 0x7fffa9b3ffff CommonPanels 98.0.0.0
0x7fffa9b40000 - 0x7fffa9e49fff HIToolbox 857.8.0.0 (WARNING: No symbols, HIToolbox, 5367366E747E32CF8E7693CD8E7424C70)
0x7fffa9e4a000 - 0x7fffa9e4dfff Help 1.0.0.0
0x7fffa9e4e000 - 0x7fffa9e53fff ImageCapture 5.0.0.0
0x7fffa9e54000 - 0x7fffa9eebfff Ink 219.0.0.0
0x7fffa9eec000 - 0x7fffa9f06fff OpenScripting 1.0.0.0
0x7fffa9f07000 - 0x7fffa9f08fff Print 267.0.0.0
0x7fffa9f09000 - 0x7fffa9f0bfff SecurityHI 55006.0.0.0
0x7fffa9f0c000 - 0x7fffa9f12fff SpeechRecognition 1.0.0.0
0x7fffa9f13000 - 0x7fffa9ff2fff CloudKit 651.14.0.0
0x7fffa9ff3000 - 0x7fffa9ff3fff Cocoa 22.0.0.0
0x7fffaa13d000 - 0x7fffaa1cafff CoreAudio 1.0.0.0
0x7fffaa1cb000 - 0x7fffaa1defff CoreBluetooth 1.0.0.0
0x7fffaa1df000 - 0x7fffaa4dafff CoreData 754.2.0.0
0x7fffaa4db000 - 0x7fffaa588fff CoreDisplay 1.0.0.0
0x7fffaa589000 - 0x7fffaaa22fff CoreFoundation 1349.8.0.0 (WARNING: No symbols, CoreFoundation, 09ED473E5DE8307FB55C16F6419236D50)
0x7fffaaa23000 - 0x7fffab0a5fff CoreGraphics 1070.22.0.0
0x7fffab0a6000 - 0x7fffab2e9fff CoreImage 5.0.0.0
0x7fffab2ea000 - 0x7fffab34ffff CoreLocation 2101.0.63.0
0x7fffab350000 - 0x7fffab401fff CoreMedia 1.0.0.0
0x7fffab402000 - 0x7fffab44dfff CoreMediaIO 1.0.0.0
0x7fffab44e000 - 0x7fffab44efff CoreServices 775.19.0.0
0x7fffab44f000 - 0x7fffab4a0fff AE 712.5.0.0
0x7fffab4a1000 - 0x7fffab77cfff CarbonCore 1159.6.0.0
0x7fffab77d000 - 0x7fffab7b0fff DictionaryServices 1.0.0.0
0x7fffab7b1000 - 0x7fffab7b9fff FSEvents 1230.50.1.0
0x7fffab7ba000 - 0x7fffab926fff LaunchServices 775.19.0.0
0x7fffab927000 - 0x7fffab9d7fff Metadata 1075.40.0.0
0x7fffab9d8000 - 0x7fffaba37fff OSServices 775.19.0.0
0x7fffaba38000 - 0x7fffabaa8fff SearchKit 200.1.0.0
0x7fffabaa9000 - 0x7fffabaeefff SharedFileList 38.0.0.0
0x7fffabb77000 - 0x7fffabcc4fff CoreText 1.0.0.0
0x7fffabcc5000 - 0x7fffabcfafff CoreVideo 1.5.0.0
0x7fffabcfb000 - 0x7fffabd6cfff CoreWLAN 1.0.0.0
0x7fffabe6a000 - 0x7fffabe6ffff DiskArbitration 1.0.0.0
0x7fffac001000 - 0x7fffac3a7fff Foundation 1349.91.0.0 (WARNING: No symbols, Foundation, A37CB4EC07303DD6935860491BF40EF20)
0x7fffac3d3000 - 0x7fffac404fff GSS 1.0.0.0
0x7fffac405000 - 0x7fffac41dfff GameController 1.0.0.0
0x7fffac4c4000 - 0x7fffac567fff IOBluetooth 1.0.0.0
0x7fffac568000 - 0x7fffac5fefff IOKit 275.0.0.0
0x7fffac5ff000 - 0x7fffac605fff IOSurface 1.0.0.0
0x7fffac606000 - 0x7fffac657fff ImageCaptureCore 1.0.0.0
0x7fffac658000 - 0x7fffac7b8fff ImageIO 1.0.0.0
0x7fffac7b9000 - 0x7fffac7bdfff libGIF.dylib 1.0.0.0
0x7fffac7be000 - 0x7fffac8aefff libJP2.dylib 1.0.0.0
0x7fffac8af000 - 0x7fffac8d2fff libJPEG.dylib 1.0.0.0
0x7fffac8d3000 - 0x7fffac8fafff libPng.dylib 1.0.0.0
0x7fffac8fb000 - 0x7fffac8fdfff libRadiance.dylib 1.0.0.0
0x7fffac8fe000 - 0x7fffac94cfff libTIFF.dylib 1.0.0.0
0x7fffacaaa000 - 0x7fffad6b4fff JavaScriptCore 603.3.8.0
0x7fffad6b5000 - 0x7fffad6cefff Kerberos 6.0.0.0
0x7fffad958000 - 0x7fffad95efff MediaAccessibility 62.0.0.0
0x7fffad974000 - 0x7fffadeadfff MediaToolbox 1.0.0.0
0x7fffadeae000 - 0x7fffadf09fff Metal 1.0.0.0
0x7fffae7f2000 - 0x7fffae7fafff NetFS 1.0.0.0
0x7fffae9d1000 - 0x7fffae9d9fff libcldcpuengine.dylib 2.8.5.0
0x7fffae9da000 - 0x7fffaea28fff OpenCL 1.0.0.0
0x7fffaea29000 - 0x7fffaea42fff CFOpenDirectory 1.0.0.0
0x7fffaea43000 - 0x7fffaea4efff OpenDirectory 1.0.0.0
0x7fffaea4f000 - 0x7fffaea51fff libCVMSPluginSupport.dylib 1.0.0.0
0x7fffaea52000 - 0x7fffaea55fff libCoreFSCache.dylib 1.0.0.0
0x7fffaea56000 - 0x7fffaea5afff libCoreVMClient.dylib 1.0.0.0
0x7fffaea5b000 - 0x7fffaea64fff libGFXShared.dylib 1.0.0.0
0x7fffaea65000 - 0x7fffaea70fff libGL.dylib 1.0.0.0
0x7fffaea71000 - 0x7fffaeaadfff libGLImage.dylib 1.0.0.0
0x7fffaeaae000 - 0x7fffaec24fff libGLProgrammability.dylib 1.0.0.0
0x7fffaec25000 - 0x7fffaec66fff libGLU.dylib 1.0.0.0
0x7fffaf5ce000 - 0x7fffaf5dcfff OpenGL 1.0.0.0
0x7fffaf679000 - 0x7fffaf7c0fff QTKit 1.0.0.0
0x7fffaf7c1000 - 0x7fffafa2bfff ImageKit 1.0.0.0
0x7fffafa2c000 - 0x7fffafaf3fff PDFKit 1.0.0.0
0x7fffafaf4000 - 0x7fffb001afff QuartzComposer 168.0.0.0
0x7fffb001b000 - 0x7fffb003efff QuartzFilters 1.0.0.0
0x7fffb003f000 - 0x7fffb012cfff QuickLookUI 0.0.0.0
0x7fffb012d000 - 0x7fffb012dfff Quartz 1.0.0.0
0x7fffb012e000 - 0x7fffb032efff QuartzCore 1.11.0.0
0x7fffb032f000 - 0x7fffb0384fff QuickLook 0.0.0.0
0x7fffb0385000 - 0x7fffb039afff SafariServices 603.3.8.0
0x7fffb0895000 - 0x7fffb0b97fff Security 57740.60.18.0
0x7fffb0b98000 - 0x7fffb0c0dfff SecurityFoundation 55132.50.7.0
0x7fffb0c0e000 - 0x7fffb0c37fff SecurityInterface 55079.50.4.0
0x7fffb0c38000 - 0x7fffb0c3bfff ServiceManagement 972.70.1.0
0x7fffb0fc2000 - 0x7fffb1031fff SystemConfiguration 888.60.2.0
0x7fffb1032000 - 0x7fffb13e0fff VideoToolbox 1.0.0.0
0x7fffb3888000 - 0x7fffb38a3fff AppContainer 1.0.0.0
0x7fffb38a4000 - 0x7fffb38b1fff AppSandbox 1.0.0.0
0x7fffb38b2000 - 0x7fffb38d4fff Apple80211 1.0.0.0
0x7fffb38d5000 - 0x7fffb38e4fff AppleFSCompression 88.50.3.0
0x7fffb39d2000 - 0x7fffb3a5dfff AppleJPEG 1.0.0.0
0x7fffb3a96000 - 0x7fffb3a99fff AppleSystemInfo 1.0.0.0
0x7fffb3a9a000 - 0x7fffb3aecfff AppleVA 1.0.0.0
0x7fffb3af6000 - 0x7fffb3afdfff AssetCacheServices 48.3.0.0
0x7fffb3e90000 - 0x7fffb3f0efff Backup 1008.5.3.0
0x7fffb4b99000 - 0x7fffb4bc0fff ChunkingLibrary 173.0.0.0
0x7fffb4bc1000 - 0x7fffb4c4dfff CloudDocs 486.29.0.0
0x7fffb54e5000 - 0x7fffb54eefff CommonAuth 1.0.0.0
0x7fffb5673000 - 0x7fffb5a52fff CoreAUC 1.0.0.0
0x7fffb5a53000 - 0x7fffb5a83fff CoreAVCHD 5900.0.0.0
0x7fffb5c37000 - 0x7fffb5c47fff CoreEmoji 40.3.3.0
0x7fffb5d0c000 - 0x7fffb5d22fff CoreMediaAuthoring 1.0.0.0
0x7fffb5d29000 - 0x7fffb5db9fff CorePDF 1.0.0.0
0x7fffb5f82000 - 0x7fffb5fb2fff CoreServicesInternal 276.2.0.0
0x7fffb6243000 - 0x7fffb62d2fff CoreSymbolication 62046.0.0.0
0x7fffb62d3000 - 0x7fffb6412fff CoreUI 431.3.0.0
0x7fffb6413000 - 0x7fffb64e3fff CoreUtils 1.0.0.0
0x7fffb6533000 - 0x7fffb6598fff CoreWiFi 1.0.0.0
0x7fffb6599000 - 0x7fffb65a7fff CrashReporterSupport 827.0.0.0
0x7fffb6619000 - 0x7fffb6623fff DFRFoundation 104.25.0.0
0x7fffb6624000 - 0x7fffb6628fff DSExternalDisplay 1.0.0.0
0x7fffb665e000 - 0x7fffb66d3fff DataDetectorsCore 539.1.0.0
0x7fffb670f000 - 0x7fffb674efff DebugSymbols 137.0.0.0
0x7fffb674f000 - 0x7fffb6860fff DesktopServicesPriv 852.5.2.0
0x7fffb69a3000 - 0x7fffb69aefff DisplayServices 1.0.0.0
0x7fffb6b48000 - 0x7fffb6f79fff FaceCore 3.3.2.0
0x7fffb82d0000 - 0x7fffb82d0fff libmetal_timestamp.dylib 0.0.0.0
0x7fffb82dd000 - 0x7fffb82e8fff libGPUSupportMercury.dylib 1.0.0.0
0x7fffb85a1000 - 0x7fffb85bdfff GenerationalStorage 267.1.0.0
0x7fffb85d6000 - 0x7fffb8c88fff GeoServices 1228.24.9.0
0x7fffb8cce000 - 0x7fffb8d44fff Heimdal 1.0.0.0
0x7fffb935f000 - 0x7fffb9366fff IOAccelerator 1.0.0.0
0x7fffb9368000 - 0x7fffb937cfff IOPresentment 29.10.0.0
0x7fffb937d000 - 0x7fffb939ffff IconServices 74.4.0.0
0x7fffb943b000 - 0x7fffb944bfff IntlPreferences 216.0.0.0
0x7fffb9486000 - 0x7fffb963dfff LanguageModeling 123.2.5.0
0x7fffb9739000 - 0x7fffb97fbfff MMCS 385.4.0.0
0x7fffb9cad000 - 0x7fffb9cb0fff Mangrove 1.0.0.0
0x7fffb9f5e000 - 0x7fffb9fd7fff MetalPerformanceShaders 61.4.0.0
0x7fffba133000 - 0x7fffba141fff MobileKeyBag 1.0.0.0
0x7fffba152000 - 0x7fffba17afff MultitouchSupport 368.16.0.0
0x7fffba22c000 - 0x7fffba237fff NetAuth 1.0.0.0
0x7fffbab0f000 - 0x7fffbab50fff PerformanceAnalysis 148.3.0.0
0x7fffbb1fd000 - 0x7fffbb237fff ProtectedCloudStorage 1.0.0.0
0x7fffbb238000 - 0x7fffbb252fff ProtocolBuffer 249.1.0.0
0x7fffbb253000 - 0x7fffbb262fff QuickLookThumbnailing 1.0.0.0
0x7fffbb26b000 - 0x7fffbb28efff RemoteViewServices 1.0.0.0
0x7fffbbf58000 - 0x7fffbbf5bfff SecCodeWrapper 1.0.0.0
0x7fffbbfea000 - 0x7fffbc077fff Sharing 696.2.67.0
0x7fffbc098000 - 0x7fffbc2fefff SkyLight 600.0.0.0
0x7fffbc4dd000 - 0x7fffbc4e9fff SpeechRecognitionCore 1.0.0.0
0x7fffbcbd5000 - 0x7fffbcc49fff Symbolication 62048.1.0.0
0x7fffbd088000 - 0x7fffbd08efff TCC 1.0.0.0
0x7fffbd11a000 - 0x7fffbd1e0fff TextureIO 2.8.0.0
0x7fffbd254000 - 0x7fffbd255fff TrustEvaluationAgent 28.50.1.0
0x7fffbd256000 - 0x7fffbd3e6fff UIFoundation 490.7.0.0
0x7fffbdeb5000 - 0x7fffbdf75fff ViewBridge 1.0.0.0
0x7fffbe3c0000 - 0x7fffbe3c6fff XPCService 1.0.0.0
0x7fffbe497000 - 0x7fffbe499fff loginsupport 1.0.0.0
0x7fffbe4ee000 - 0x7fffbe509fff libCRFSuite.dylib 1.0.0.0
0x7fffbe50a000 - 0x7fffbe515fff libChineseTokenizer.dylib 21.0.0.0
0x7fffbe5a7000 - 0x7fffbe5a8fff libDiagnosticMessagesClient.dylib 1.0.0.0
0x7fffbe5a9000 - 0x7fffbe7bcfff libFosl_dynamic.dylib 0.0.0.0
0x7fffbe7d8000 - 0x7fffbe7dffff libMatch.1.dylib 1.0.0.0
0x7fffbe7e0000 - 0x7fffbe7e0fff libOpenScriptingUtil.dylib 1.0.0.0
0x7fffbe7e1000 - 0x7fffbe7e5fff libScreenReader.dylib 1.0.0.0
0x7fffbe7e6000 - 0x7fffbe7e7fff libSystem.B.dylib 1238.60.2.0
0x7fffbe853000 - 0x7fffbe87efff libarchive.2.dylib 9.2.0.0
0x7fffbe87f000 - 0x7fffbe8fbfff libate.dylib 1.12.13.0
0x7fffbe8ff000 - 0x7fffbe8fffff libauto.dylib 1.0.0.0
0x7fffbe900000 - 0x7fffbe910fff libbsm.0.dylib 1.0.0.0
0x7fffbe911000 - 0x7fffbe91ffff libbz2.1.0.dylib 1.0.5.0
0x7fffbe920000 - 0x7fffbe976fff libc++.1.dylib 307.5.0.0
0x7fffbe977000 - 0x7fffbe9a0fff libc++abi.dylib 307.4.0.0
0x7fffbe9a1000 - 0x7fffbe9b1fff libcmph.dylib 1.0.0.0
0x7fffbe9b2000 - 0x7fffbe9c8fff libcompression.dylib 1.0.0.0
0x7fffbe9c9000 - 0x7fffbe9c9fff libcoretls.dylib 121.50.4.0
0x7fffbe9ca000 - 0x7fffbe9cbfff libcoretls_cfhelpers.dylib 121.50.4.0
0x7fffbea85000 - 0x7fffbeb6afff libcrypto.0.9.8.dylib 0.9.8.0
0x7fffbed08000 - 0x7fffbed5bfff libcups.2.dylib 2.12.0.0
0x7fffbedaf000 - 0x7fffbedb6fff libdscsym.dylib 148.3.0.0
0x7fffbedd8000 - 0x7fffbedd8fff libenergytrace.dylib 1.0.0.0
0x7fffbede8000 - 0x7fffbededfff libheimdal-asn1.dylib 1.0.0.0
0x7fffbedee000 - 0x7fffbeee0fff libiconv.2.dylib 7.0.0.0
0x7fffbeee1000 - 0x7fffbf106fff libicucore.A.dylib 57.1.0.0
0x7fffbf10c000 - 0x7fffbf10dfff liblangid.dylib 1.0.0.0
0x7fffbf10e000 - 0x7fffbf127fff liblzma.5.dylib 6.3.0.0
0x7fffbf128000 - 0x7fffbf13efff libmarisa.dylib 1.0.0.0
0x7fffbf13f000 - 0x7fffbf3e7fff libmecabra.dylib 1.0.0.0
0x7fffbf41a000 - 0x7fffbf494fff libnetwork.dylib 1.0.0.0
0x7fffbf495000 - 0x7fffbf867fff libobjc.A.dylib 228.0.0.0 (WARNING: No symbols, libobjc.A.dylib, 70614861034032E285EDFE65759CDFFA0)
0x7fffbf86a000 - 0x7fffbf86efff libpam.2.dylib 3.0.0.0
0x7fffbf86f000 - 0x7fffbf8a0fff libpcap.A.dylib 1.0.0.0
0x7fffbf8bd000 - 0x7fffbf8d9fff libresolv.9.dylib 1.0.0.0
0x7fffbf8da000 - 0x7fffbf913fff libsandbox.1.dylib 1.0.0.0
0x7fffbf927000 - 0x7fffbf928fff libspindump.dylib 1.0.0.0
0x7fffbf929000 - 0x7fffbfa77fff libsqlite3.dylib 254.8.0.0
0x7fffbfb6c000 - 0x7fffbfb79fff libxar.1.dylib 1.3.0.0
0x7fffbfb7a000 - 0x7fffbfc69fff libxml2.2.dylib 10.9.0.0
0x7fffbfc6a000 - 0x7fffbfc93fff libxslt.1.dylib 3.26.0.0
0x7fffbfc94000 - 0x7fffbfca5fff libz.1.dylib 1.2.8.0
0x7fffbfcb4000 - 0x7fffbfcb8fff libcache.dylib 79.0.0.0
0x7fffbfcb9000 - 0x7fffbfcc3fff libcommonCrypto.dylib 60092.50.5.0
0x7fffbfcc4000 - 0x7fffbfccbfff libcompiler_rt.dylib 62.0.0.0
0x7fffbfccc000 - 0x7fffbfcd4fff libcopyfile.dylib 1.0.0.0
0x7fffbfcd5000 - 0x7fffbfd58fff libcorecrypto.dylib 442.50.19.0
0x7fffbfd59000 - 0x7fffbfd8afff libdispatch.dylib 703.50.37.0 (WARNING: No symbols, libdispatch.dylib, 6582BAD6ED273B30B62090B1C5A4AE3C0)
0x7fffbfd8b000 - 0x7fffbfd90fff libdyld.dylib 433.5.0.0 (WARNING: No symbols, libdyld.dylib, 9B2AC56D107C3541A1279094A751F2C90)
0x7fffbfd91000 - 0x7fffbfd91fff libkeymgr.dylib 28.0.0.0
0x7fffbfd92000 - 0x7fffbfd9efff libkxld.dylib 1.0.0.0
0x7fffbfd9f000 - 0x7fffbfd9ffff liblaunch.dylib 972.70.1.0
0x7fffbfda0000 - 0x7fffbfda5fff libmacho.dylib 898.0.0.0
0x7fffbfda6000 - 0x7fffbfda8fff libquarantine.dylib 85.50.1.0
0x7fffbfda9000 - 0x7fffbfdaafff libremovefile.dylib 45.0.0.0
0x7fffbfdab000 - 0x7fffbfdc3fff libsystem_asl.dylib 349.50.5.0
0x7fffbfdc4000 - 0x7fffbfdc4fff libsystem_blocks.dylib 67.0.0.0
0x7fffbfdc5000 - 0x7fffbfe52fff libsystem_c.dylib 1158.50.2.0
0x7fffbfe53000 - 0x7fffbfe56fff libsystem_configuration.dylib 888.60.2.0
0x7fffbfe57000 - 0x7fffbfe5afff libsystem_coreservices.dylib 41.4.0.0
0x7fffbfe5b000 - 0x7fffbfe73fff libsystem_coretls.dylib 121.50.4.0
0x7fffbfe74000 - 0x7fffbfe7afff libsystem_dnssd.dylib 765.50.9.0
0x7fffbfe7b000 - 0x7fffbfea4fff libsystem_info.dylib 503.50.4.0 (WARNING: No symbols, libsystem_info.dylib, 611DB84CBF703F928702B9F28A9009200)
0x7fffbfea5000 - 0x7fffbfec7fff libsystem_kernel.dylib 3789.70.16.0 (WARNING: No symbols, libsystem_kernel.dylib, 34B1F16CBC9C3C5F90450CAE91CB59140)
0x7fffbfec8000 - 0x7fffbff0ffff libsystem_m.dylib 3121.6.0.0
0x7fffbff10000 - 0x7fffbff2efff libsystem_malloc.dylib 116.50.8.0 (WARNING: No symbols, libsystem_malloc.dylib, A3D15F1799A633678C7E4280E8619C950)
0x7fffbff2f000 - 0x7fffbff88fff libsystem_network.dylib 1.0.0.0
0x7fffbff89000 - 0x7fffbff92fff libsystem_networkextension.dylib 1.0.0.0
0x7fffbff93000 - 0x7fffbff9cfff libsystem_notify.dylib 165.20.1.0
0x7fffbff9d000 - 0x7fffbffa5fff libsystem_platform.dylib 126.50.8.0
0x7fffbffa6000 - 0x7fffbffb0fff libsystem_pthread.dylib 218.60.3.0 (WARNING: No symbols, libsystem_pthread.dylib, B8FB5E20329539E2B5EBB464D1D4B1040)
0x7fffbffb1000 - 0x7fffbffb4fff libsystem_sandbox.dylib 592.70.1.0
0x7fffbffb5000 - 0x7fffbffb6fff libsystem_secinit.dylib 24.50.4.0
0x7fffbffb7000 - 0x7fffbffbefff libsystem_symptoms.dylib 1.0.0.0
0x7fffbffbf000 - 0x7fffbffd2fff libsystem_trace.dylib 518.70.1.0
0x7fffbffd3000 - 0x7fffbffd8fff libunwind.dylib 35.3.0.0
0x7fffbffd9000 - 0x7fffc0002fff libxpc.dylib 972.70.1.0"><pre class="notranslate"><code class="notranslate">Operating system: Mac OS X
10.12.6 16G29
CPU: amd64
family 6 model 78 stepping 3
4 CPUs
GPU: UNKNOWN
Crash reason: EXC_BREAKPOINT / EXC_I386_BPT
Crash address: 0x10295ccf1
Process uptime: 6416 seconds
Thread 0 (crashed)
0 Electron Framework!base::debug::BreakDebugger() [debugger_posix.cc : 260 + 0x0]
rax = 0x0000000000000400 rdx = 0xfffffffffffffff0
rcx = 0x0000000000000010 rbx = 0x0000000000000000
rsi = 0x00007f84b53983d0 rdi = 0x00000001066fc43c
rbp = 0x00007fff5d49eee0 rsp = 0x00007fff5d49eee0
r8 = 0x0000000000000040 r9 = 0x00007fffc8c88040
r10 = 0x0000000108a37110 r11 = 0x0000007aa8106f10
r12 = 0x00007fff5d49ef10 r13 = 0x00007fff5d49f3f8
r14 = 0x00007fff5d49f3e8 r15 = 0x00007fff5d49f3f0
rip = 0x000000010295ccf1
Found by: given as instruction pointer in context
1 Electron Framework!logging::LogMessage::~LogMessage() [logging.cc : 748 + 0x5]
rbp = 0x00007fff5d49f3d0 rsp = 0x00007fff5d49eef0
rip = 0x000000010298a6e5
Found by: previous frame's frame pointer
2 Electron Framework!base::(anonymous namespace)::OnNoMemory(unsigned long) [memory.cc : 22 + 0x8]
rbp = 0x00007fff5d49f520 rsp = 0x00007fff5d49f3e0
rip = 0x000000010298dc83
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::oom_killer_malloc(_malloc_zone_t*, unsigned long) [memory_mac.mm : 137 + 0x8]
rbp = 0x00007fff5d49f540 rsp = 0x00007fff5d49f530
rip = 0x0000000102993c95
Found by: previous frame's frame pointer
4 libsystem_malloc.dylib + 0x2282
rbp = 0x00007fff5d49f570 rsp = 0x00007fff5d49f550
rip = 0x00007fffbff12282
Found by: previous frame's frame pointer
5 libsystem_malloc.dylib + 0x1200
rbp = 0x00007fff5d49f590 rsp = 0x00007fff5d49f580
rip = 0x00007fffbff11200
Found by: previous frame's frame pointer
6 HIToolbox + 0x2948bb
rbp = 0x00007fff5d49f630 rsp = 0x00007fff5d49f5a0
rip = 0x00007fffa9dd48bb
Found by: previous frame's frame pointer
7 HIToolbox + 0x296939
rbp = 0x00007fff5d49f6c0 rsp = 0x00007fff5d49f640
rip = 0x00007fffa9dd6939
Found by: previous frame's frame pointer
8 HIToolbox + 0x286137
rbp = 0x00007fff5d49f7a0 rsp = 0x00007fff5d49f6d0
rip = 0x00007fffa9dc6137
Found by: previous frame's frame pointer
9 CoreFoundation + 0xa717c
rbp = 0x00007fff5d49f7b0 rsp = 0x00007fff5d49f7b0
rip = 0x00007fffaa63017c
Found by: previous frame's frame pointer
10 CoreFoundation + 0x87f84
rbp = 0x00007fff5d49f820 rsp = 0x00007fff5d49f7c0
rip = 0x00007fffaa610f84
Found by: previous frame's frame pointer
11 CoreFoundation + 0x87ac6
rbp = 0x00007fff5d4a0510 rsp = 0x00007fff5d49f830
rip = 0x00007fffaa610ac6
Found by: previous frame's frame pointer
12 CoreFoundation + 0x87114
rbp = 0x00007fff5d4a05a0 rsp = 0x00007fff5d4a0520
rip = 0x00007fffaa610114
Found by: previous frame's frame pointer
13 HIToolbox + 0x26d19e
rbp = 0x00007fff5d4a06e0 rsp = 0x00007fff5d4a05b0
rip = 0x00007fffa9dad19e
Found by: previous frame's frame pointer
14 HIToolbox + 0x26f750
rbp = 0x00007fff5d4a0850 rsp = 0x00007fff5d4a06f0
rip = 0x00007fffa9daf750
Found by: previous frame's frame pointer
15 HIToolbox + 0x2237ab
rbp = 0x00007fff5d4a0870 rsp = 0x00007fff5d4a0860
rip = 0x00007fffa9d637ab
Found by: previous frame's frame pointer
16 HIToolbox + 0x222b3c
rbp = 0x00007fff5d4a0890 rsp = 0x00007fff5d4a0880
rip = 0x00007fffa9d62b3c
Found by: previous frame's frame pointer
17 HIToolbox + 0x216bcc
rbp = 0x00007fff5d4a08c0 rsp = 0x00007fff5d4a08a0
rip = 0x00007fffa9d56bcc
Found by: previous frame's frame pointer
18 HIToolbox + 0x216aff
rbp = 0x00007fff5d4a0900 rsp = 0x00007fff5d4a08d0
rip = 0x00007fffa9d56aff
Found by: previous frame's frame pointer
19 HIToolbox + 0x4a6cd
rbp = 0x00007fff5d4a0940 rsp = 0x00007fff5d4a0910
rip = 0x00007fffa9b8a6cd
Found by: previous frame's frame pointer
20 HIToolbox + 0x44c5b
rbp = 0x00007fff5d4a09b0 rsp = 0x00007fff5d4a0950
rip = 0x00007fffa9b84c5b
Found by: previous frame's frame pointer
21 AppKit + 0x18a88d
rbp = 0x00007fff5d4a09e0 rsp = 0x00007fff5d4a09c0
rip = 0x00007fffa824d88d
Found by: previous frame's frame pointer
22 AppKit + 0xa1bec2
rbp = 0x00007fff5d4a0a20 rsp = 0x00007fff5d4a09f0
rip = 0x00007fffa8adeec2
Found by: previous frame's frame pointer
23 AppKit + 0x48e42
rbp = 0x00007fff5d4a0a50 rsp = 0x00007fff5d4a0a30
rip = 0x00007fffa810be42
Found by: previous frame's frame pointer
24 Electron Framework!<name omitted> [render_widget_host_view_mac.mm : 932 + 0xd]
rbp = 0x00007fff5d4a0a90 rsp = 0x00007fff5d4a0a60
rip = 0x0000000102e44525
Found by: previous frame's frame pointer
25 Electron Framework!<name omitted> [text_input_manager.cc : 303 + 0xe]
rbp = 0x00007fff5d4a0b10 rsp = 0x00007fff5d4a0aa0
rip = 0x0000000102f348b6
Found by: previous frame's frame pointer
26 Electron Framework!<name omitted> [text_input_manager.cc : 138 + 0xc]
rbp = 0x00007fff5d4a0b50 rsp = 0x00007fff5d4a0b20
rip = 0x0000000102f34546
Found by: previous frame's frame pointer
27 Electron Framework!bool IPC::MessageT<ViewHostMsg_TextInputStateChanged_Meta, std::__1::tuple<content::TextInputState>, void>::Dispatch<content::RenderWidgetHostImpl, content::RenderWidgetHostImpl, void, void (content::RenderWidgetHostImpl::*)(content::TextInputState const&)>(IPC::Message const*, content::RenderWidgetHostImpl*, content::RenderWidgetHostImpl*, void*, void (content::RenderWidgetHostImpl::*)(content::TextInputState const&)) [tuple.h : 144 + 0x6]
rbp = 0x00007fff5d4a0bf0 rsp = 0x00007fff5d4a0b60
rip = 0x0000000102e2d80b
Found by: previous frame's frame pointer
28 Electron Framework!<name omitted> [render_widget_host_impl.cc : 533 + 0x1a]
rbp = 0x00007fff5d4a0c70 rsp = 0x00007fff5d4a0c00
rip = 0x0000000102e2b8ea
Found by: previous frame's frame pointer
29 Electron Framework!<name omitted> [ipc_channel_proxy.cc : 340 + 0x8]
rbp = 0x00007fff5d4a0ca0 rsp = 0x00007fff5d4a0c80
rip = 0x000000010346723b
Found by: previous frame's frame pointer
30 Electron Framework!<name omitted> [callback.h : 47 + 0x2]
rbp = 0x00007fff5d4a0d70 rsp = 0x00007fff5d4a0cb0
rip = 0x00000001029c3c81
Found by: previous frame's frame pointer
31 Electron Framework!<name omitted> [message_loop.cc : 413 + 0xf]
rbp = 0x00007fff5d4a0e30 rsp = 0x00007fff5d4a0d80
rip = 0x00000001029976c6
Found by: previous frame's frame pointer
32 Electron Framework!<name omitted> [message_loop.cc : 422 + 0xb]
rbp = 0x00007fff5d4a0e50 rsp = 0x00007fff5d4a0e40
rip = 0x000000010299799c
Found by: previous frame's frame pointer
33 Electron Framework!<name omitted> [message_loop.cc : 515 + 0xb]
rbp = 0x00007fff5d4a0f80 rsp = 0x00007fff5d4a0e60
rip = 0x0000000102997ce3
Found by: previous frame's frame pointer
34 Electron Framework!base::MessagePumpCFRunLoopBase::RunWork() [message_pump_mac.mm : 302 + 0x9]
rbp = 0x00007fff5d4a0fb0 rsp = 0x00007fff5d4a0f90
rip = 0x000000010299b02d
Found by: previous frame's frame pointer
35 Electron Framework!base::mac::CallWithEHFrame(void () block_pointer) + 0xa
rbp = 0x00007fff5d4a0fc0 rsp = 0x00007fff5d4a0fc0
rip = 0x0000000102957eda
Found by: previous frame's frame pointer
36 Electron Framework!base::MessagePumpCFRunLoopBase::RunWorkSource(void*) [message_pump_mac.mm : 278 + 0x5]
rbp = 0x00007fff5d4a1000 rsp = 0x00007fff5d4a0fd0
rip = 0x000000010299aaa4
Found by: previous frame's frame pointer
37 CoreFoundation + 0xa7321
rbp = 0x00007fff5d4a1010 rsp = 0x00007fff5d4a1010
rip = 0x00007fffaa630321
Found by: previous frame's frame pointer
38 CoreFoundation + 0x8821d
rbp = 0x00007fff5d4a1070 rsp = 0x00007fff5d4a1020
rip = 0x00007fffaa61121d
Found by: previous frame's frame pointer
39 CoreFoundation + 0x87716
rbp = 0x00007fff5d4a1d60 rsp = 0x00007fff5d4a1080
rip = 0x00007fffaa610716
Found by: previous frame's frame pointer
40 CoreFoundation + 0x87114
rbp = 0x00007fff5d4a1df0 rsp = 0x00007fff5d4a1d70
rip = 0x00007fffaa610114
Found by: previous frame's frame pointer
41 HIToolbox + 0x30ebc
rbp = 0x00007fff5d4a1e30 rsp = 0x00007fff5d4a1e00
rip = 0x00007fffa9b70ebc
Found by: previous frame's frame pointer
42 HIToolbox + 0x30cf1
rbp = 0x00007fff5d4a1eb0 rsp = 0x00007fff5d4a1e40
rip = 0x00007fffa9b70cf1
Found by: previous frame's frame pointer
43 HIToolbox + 0x30b26
rbp = 0x00007fff5d4a1ed0 rsp = 0x00007fff5d4a1ec0
rip = 0x00007fffa9b70b26
Found by: previous frame's frame pointer
44 AppKit + 0x46a54
rbp = 0x00007fff5d4a22f0 rsp = 0x00007fff5d4a1ee0
rip = 0x00007fffa8109a54
Found by: previous frame's frame pointer
45 AppKit + 0x7c27ee
rbp = 0x00007fff5d4a25a0 rsp = 0x00007fff5d4a2300
rip = 0x00007fffa88857ee
Found by: previous frame's frame pointer
46 AppKit + 0x3b3db
rbp = 0x00007fff5d4a2690 rsp = 0x00007fff5d4a25b0
rip = 0x00007fffa80fe3db
Found by: previous frame's frame pointer
47 Electron Framework!base::MessagePumpNSApplication::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 637 + 0xd]
rbp = 0x00007fff5d4a2810 rsp = 0x00007fff5d4a26a0
rip = 0x000000010299b87e
Found by: previous frame's frame pointer
48 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x00007fff5d4a2840 rsp = 0x00007fff5d4a2820
rip = 0x000000010299aeec
Found by: previous frame's frame pointer
49 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x00007fff5d4a2990 rsp = 0x00007fff5d4a2850
rip = 0x000000010299742e
Found by: previous frame's frame pointer
50 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x00007fff5d4a29d0 rsp = 0x00007fff5d4a29a0
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
51 Electron Framework!content::BrowserMainLoop::MainMessageLoopRun() [browser_main_loop.cc : 1498 + 0x8]
rbp = 0x00007fff5d4a2a30 rsp = 0x00007fff5d4a29e0
rip = 0x0000000102bfbfcb
Found by: previous frame's frame pointer
52 Electron Framework!content::BrowserMainLoop::RunMainMessageLoopParts() [browser_main_loop.cc : 987 + 0x8]
rbp = 0x00007fff5d4a2a60 rsp = 0x00007fff5d4a2a40
rip = 0x0000000102bfbe20
Found by: previous frame's frame pointer
53 Electron Framework!content::BrowserMainRunnerImpl::Run() [browser_main_runner.cc : 141 + 0x5]
rbp = 0x00007fff5d4a2a80 rsp = 0x00007fff5d4a2a70
rip = 0x0000000102bfe562
Found by: previous frame's frame pointer
54 Electron Framework!content::BrowserMain(content::MainFunctionParams const&) [browser_main.cc : 46 + 0x6]
rbp = 0x00007fff5d4a2ab0 rsp = 0x00007fff5d4a2a90
rip = 0x0000000102bf7efc
Found by: previous frame's frame pointer
55 Electron Framework!content::ContentMainRunnerImpl::Run() [content_main_runner.cc : 774 + 0x8]
rbp = 0x00007fff5d4a2b70 rsp = 0x00007fff5d4a2ac0
rip = 0x0000000102b5dc3d
Found by: previous frame's frame pointer
56 Electron Framework!content::ContentMain(content::ContentMainParams const&) [content_main.cc : 20 + 0x6]
rbp = 0x00007fff5d4a2b90 rsp = 0x00007fff5d4a2b80
rip = 0x0000000102b5cd36
Found by: previous frame's frame pointer
57 Electron Framework!AtomMain [atom_library_main.mm : 24 + 0x9]
rbp = 0x00007fff5d4a2c30 rsp = 0x00007fff5d4a2ba0
rip = 0x000000010276a647
Found by: previous frame's frame pointer
58 dx + 0xf26
rbp = 0x00007fff5d4a2c50 rsp = 0x00007fff5d4a2c40
rip = 0x000000010275df26
Found by: previous frame's frame pointer
59 libdyld.dylib + 0x5235
rbp = 0x00007fff5d4a2c60 rsp = 0x00007fff5d4a2c60
rip = 0x00007fffbfd90235
Found by: previous frame's frame pointer
Thread 1
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000832edc8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000832ef40
rbp = 0x000070000832ee10 rsp = 0x000070000832edc8
r8 = 0x0000000000006a03 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000832ef40 r15 = 0x0000000000006a03
rip = 0x00007fffbfeb734a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000832ee80 rsp = 0x000070000832ee20
rip = 0x00007fffaa611434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000832fb70 rsp = 0x000070000832ee90
rip = 0x00007fffaa6108c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000832fc00 rsp = 0x000070000832fb80
rip = 0x00007fffaa610114
Found by: previous frame's frame pointer
4 Foundation + 0x22252
rbp = 0x000070000832fc40 rsp = 0x000070000832fc10
rip = 0x00007fffac023252
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 580 + 0x10]
rbp = 0x000070000832fc90 rsp = 0x000070000832fc50
rip = 0x000000010299b6ae
Found by: previous frame's frame pointer
6 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000832fcc0 rsp = 0x000070000832fca0
rip = 0x000000010299aeec
Found by: previous frame's frame pointer
7 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000832fe10 rsp = 0x000070000832fcd0
rip = 0x000000010299742e
Found by: previous frame's frame pointer
8 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000832fe50 rsp = 0x000070000832fe20
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000832fec0 rsp = 0x000070000832fe60
rip = 0x00000001029c48e2
Found by: previous frame's frame pointer
10 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000832fef0 rsp = 0x000070000832fed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000832ff10 rsp = 0x000070000832ff00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000832ff50 rsp = 0x000070000832ff20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
13 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000832ff78 rsp = 0x000070000832ff60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
14 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700008330028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 2
0 libsystem_kernel.dylib + 0x1ad96
rax = 0x000000000200016b rdx = 0x0000000000000000
rcx = 0x0000700008b32b88 rbx = 0x00007f84b4e038a0
rsi = 0x00007f84b600e600 rdi = 0x0000000000000013
rbp = 0x0000700008b32bd0 rsp = 0x0000700008b32b88
r8 = 0x0000000000000040 r9 = 0x0000000000000000
r10 = 0x00007f84b6011800 r11 = 0x0000000000000246
r12 = 0x00007f84b4e03870 r13 = 0x0000000000000000
r14 = 0x00007f84b6011800 r15 = 0x00007f84b4e03890
rip = 0x00007fffbfebfd96
Found by: given as instruction pointer in context
1 Electron Framework!event_base_loop [event.c : 512 + 0x11]
rbp = 0x0000700008b32c50 rsp = 0x0000700008b32be0
rip = 0x00000001029f1a3d
Found by: previous frame's frame pointer
2 Electron Framework!<name omitted> [message_pump_libevent.cc : 245 + 0xa]
rbp = 0x0000700008b32cc0 rsp = 0x0000700008b32c60
rip = 0x000000010299a5ef
Found by: previous frame's frame pointer
3 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x0000700008b32e10 rsp = 0x0000700008b32cd0
rip = 0x000000010299742e
Found by: previous frame's frame pointer
4 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x0000700008b32e50 rsp = 0x0000700008b32e20
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
5 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x0000700008b32ec0 rsp = 0x0000700008b32e60
rip = 0x00000001029c48e2
Found by: previous frame's frame pointer
6 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700008b32ef0 rsp = 0x0000700008b32ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700008b32f10 rsp = 0x0000700008b32f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
8 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700008b32f50 rsp = 0x0000700008b32f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
9 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700008b32f78 rsp = 0x0000700008b32f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
10 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700008b33028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 3
0 libsystem_kernel.dylib + 0x1b246
rax = 0x0000000002000003 rdx = 0x0000000000000004
rcx = 0x0000700008b39d28 rbx = 0x0000000000000004
rsi = 0x0000700008b39e94 rdi = 0x000000000000001d
rbp = 0x0000700008b39ec0 rsp = 0x0000700008b39d28
r8 = 0x0000700008b39cf9 r9 = 0x0000000000000012
r10 = 0x0000000000000039 r11 = 0x0000000000000202
r12 = 0x0000000000000000 r13 = 0x000000000000710b
r14 = 0x0000700008b39e94 r15 = 0x0000600000016b10
rip = 0x00007fffbfec0246
Found by: given as instruction pointer in context
1 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700008b39ef0 rsp = 0x0000700008b39ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
2 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700008b39f10 rsp = 0x0000700008b39f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
3 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700008b39f50 rsp = 0x0000700008b39f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700008b39f78 rsp = 0x0000700008b39f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
5 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700008b3a028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 4
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000933b7e8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000933b960
rbp = 0x000070000933b830 rsp = 0x000070000933b7e8
r8 = 0x0000000000007803 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000933b960 r15 = 0x0000000000007803
rip = 0x00007fffbfeb734a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000933b8a0 rsp = 0x000070000933b840
rip = 0x00007fffaa611434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000933c590 rsp = 0x000070000933b8b0
rip = 0x00007fffaa6108c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000933c620 rsp = 0x000070000933c5a0
rip = 0x00007fffaa610114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x000070000933c660 rsp = 0x000070000933c630
rip = 0x000000010299b40f
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000933c690 rsp = 0x000070000933c670
rip = 0x000000010299aeec
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000933c7e0 rsp = 0x000070000933c6a0
rip = 0x000000010299742e
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000933c820 rsp = 0x000070000933c7f0
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [browser_thread_impl.cc : 221 + 0x5]
rbp = 0x000070000933c970 rsp = 0x000070000933c830
rip = 0x0000000102c08a58
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [browser_thread_impl.cc : 278 + 0xb]
rbp = 0x000070000933ce50 rsp = 0x000070000933c980
rip = 0x0000000102c08e1f
Found by: previous frame's frame pointer
10 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000933cec0 rsp = 0x000070000933ce60
rip = 0x00000001029c48e2
Found by: previous frame's frame pointer
11 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000933cef0 rsp = 0x000070000933ced0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000933cf10 rsp = 0x000070000933cf00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
13 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000933cf50 rsp = 0x000070000933cf20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
14 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000933cf78 rsp = 0x000070000933cf60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
15 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000933d028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 5
0 libsystem_kernel.dylib + 0x1ad96
rax = 0x000000000200016b rdx = 0x0000000000000000
rcx = 0x0000700009b3f558 rbx = 0x00007f84b4e01e30
rsi = 0x00007f84b6012800 rdi = 0x000000000000001f
rbp = 0x0000700009b3f5a0 rsp = 0x0000700009b3f558
r8 = 0x0000000000000040 r9 = 0x0000000000000000
r10 = 0x00007f84b6014000 r11 = 0x0000000000000246
r12 = 0x00007f84b4e040c0 r13 = 0x0000000000000000
r14 = 0x00007f84b6014000 r15 = 0x00007f84b4e040e0
rip = 0x00007fffbfebfd96
Found by: given as instruction pointer in context
1 Electron Framework!event_base_loop [event.c : 512 + 0x11]
rbp = 0x0000700009b3f620 rsp = 0x0000700009b3f5b0
rip = 0x00000001029f1a3d
Found by: previous frame's frame pointer
2 Electron Framework!<name omitted> [message_pump_libevent.cc : 245 + 0xa]
rbp = 0x0000700009b3f690 rsp = 0x0000700009b3f630
rip = 0x000000010299a5ef
Found by: previous frame's frame pointer
3 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x0000700009b3f7e0 rsp = 0x0000700009b3f6a0
rip = 0x000000010299742e
Found by: previous frame's frame pointer
4 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x0000700009b3f820 rsp = 0x0000700009b3f7f0
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
5 Electron Framework!<name omitted> [browser_thread_impl.cc : 227 + 0x5]
rbp = 0x0000700009b3f970 rsp = 0x0000700009b3f830
rip = 0x0000000102c08ad8
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [browser_thread_impl.cc : 280 + 0xb]
rbp = 0x0000700009b3fe50 rsp = 0x0000700009b3f980
rip = 0x0000000102c08e2f
Found by: previous frame's frame pointer
7 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x0000700009b3fec0 rsp = 0x0000700009b3fe60
rip = 0x00000001029c48e2
Found by: previous frame's frame pointer
8 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700009b3fef0 rsp = 0x0000700009b3fed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
9 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700009b3ff10 rsp = 0x0000700009b3ff00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
10 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700009b3ff50 rsp = 0x0000700009b3ff20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700009b3ff78 rsp = 0x0000700009b3ff60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
12 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700009b40028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 6
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000a3417e8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000a341960
rbp = 0x000070000a341830 rsp = 0x000070000a3417e8
r8 = 0x0000000000008303 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000a341960 r15 = 0x0000000000008303
rip = 0x00007fffbfeb734a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000a3418a0 rsp = 0x000070000a341840
rip = 0x00007fffaa611434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000a342590 rsp = 0x000070000a3418b0
rip = 0x00007fffaa6108c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000a342620 rsp = 0x000070000a3425a0
rip = 0x00007fffaa610114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x000070000a342660 rsp = 0x000070000a342630
rip = 0x000000010299b40f
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000a342690 rsp = 0x000070000a342670
rip = 0x000000010299aeec
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000a3427e0 rsp = 0x000070000a3426a0
rip = 0x000000010299742e
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000a342820 rsp = 0x000070000a3427f0
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [browser_thread_impl.cc : 234 + 0x5]
rbp = 0x000070000a342970 rsp = 0x000070000a342830
rip = 0x0000000102c08b58
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [browser_thread_impl.cc : 282 + 0xb]
rbp = 0x000070000a342e50 rsp = 0x000070000a342980
rip = 0x0000000102c08e3f
Found by: previous frame's frame pointer
10 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000a342ec0 rsp = 0x000070000a342e60
rip = 0x00000001029c48e2
Found by: previous frame's frame pointer
11 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000a342ef0 rsp = 0x000070000a342ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000a342f10 rsp = 0x000070000a342f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
13 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000a342f50 rsp = 0x000070000a342f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
14 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000a342f78 rsp = 0x000070000a342f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
15 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000a343028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 7
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000ab447e8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000ab44960
rbp = 0x000070000ab44830 rsp = 0x000070000ab447e8
r8 = 0x0000000000008803 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000ab44960 r15 = 0x0000000000008803
rip = 0x00007fffbfeb734a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000ab448a0 rsp = 0x000070000ab44840
rip = 0x00007fffaa611434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000ab45590 rsp = 0x000070000ab448b0
rip = 0x00007fffaa6108c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000ab45620 rsp = 0x000070000ab455a0
rip = 0x00007fffaa610114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x000070000ab45660 rsp = 0x000070000ab45630
rip = 0x000000010299b40f
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000ab45690 rsp = 0x000070000ab45670
rip = 0x000000010299aeec
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000ab457e0 rsp = 0x000070000ab456a0
rip = 0x000000010299742e
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000ab45820 rsp = 0x000070000ab457f0
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [browser_thread_impl.cc : 241 + 0x5]
rbp = 0x000070000ab45970 rsp = 0x000070000ab45830
rip = 0x0000000102c08bd8
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [browser_thread_impl.cc : 284 + 0xb]
rbp = 0x000070000ab45e50 rsp = 0x000070000ab45980
rip = 0x0000000102c08e4c
Found by: previous frame's frame pointer
10 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000ab45ec0 rsp = 0x000070000ab45e60
rip = 0x00000001029c48e2
Found by: previous frame's frame pointer
11 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000ab45ef0 rsp = 0x000070000ab45ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000ab45f10 rsp = 0x000070000ab45f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
13 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000ab45f50 rsp = 0x000070000ab45f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
14 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000ab45f78 rsp = 0x000070000ab45f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
15 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000ab46028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 8
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000b3477e8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000b347960
rbp = 0x000070000b347830 rsp = 0x000070000b3477e8
r8 = 0x0000000000009503 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000b347960 r15 = 0x0000000000009503
rip = 0x00007fffbfeb734a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000b3478a0 rsp = 0x000070000b347840
rip = 0x00007fffaa611434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000b348590 rsp = 0x000070000b3478b0
rip = 0x00007fffaa6108c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000b348620 rsp = 0x000070000b3485a0
rip = 0x00007fffaa610114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x000070000b348660 rsp = 0x000070000b348630
rip = 0x000000010299b40f
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000b348690 rsp = 0x000070000b348670
rip = 0x000000010299aeec
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000b3487e0 rsp = 0x000070000b3486a0
rip = 0x000000010299742e
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000b348820 rsp = 0x000070000b3487f0
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [browser_thread_impl.cc : 247 + 0x5]
rbp = 0x000070000b348970 rsp = 0x000070000b348830
rip = 0x0000000102c08c58
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [browser_thread_impl.cc : 286 + 0xb]
rbp = 0x000070000b348e50 rsp = 0x000070000b348980
rip = 0x0000000102c08e59
Found by: previous frame's frame pointer
10 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000b348ec0 rsp = 0x000070000b348e60
rip = 0x00000001029c48e2
Found by: previous frame's frame pointer
11 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000b348ef0 rsp = 0x000070000b348ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000b348f10 rsp = 0x000070000b348f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
13 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000b348f50 rsp = 0x000070000b348f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
14 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000b348f78 rsp = 0x000070000b348f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
15 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000b349028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 9
0 libsystem_kernel.dylib + 0x1ad96
rax = 0x000000000200016b rdx = 0x0000000000000000
rcx = 0x000070000bb4b558 rbx = 0x00007f84b4c14c90
rsi = 0x00007f84b50bd800 rdi = 0x0000000000000022
rbp = 0x000070000bb4b5a0 rsp = 0x000070000bb4b558
r8 = 0x0000000000000040 r9 = 0x000070000bb4b560
r10 = 0x00007f84b50be000 r11 = 0x0000000000000206
r12 = 0x00007f84b4c1a180 r13 = 0x0000000000000000
r14 = 0x00007f84b50be000 r15 = 0x00007f84b4c1a1a0
rip = 0x00007fffbfebfd96
Found by: given as instruction pointer in context
1 Electron Framework!event_base_loop [event.c : 512 + 0x11]
rbp = 0x000070000bb4b620 rsp = 0x000070000bb4b5b0
rip = 0x00000001029f1a3d
Found by: previous frame's frame pointer
2 Electron Framework!<name omitted> [message_pump_libevent.cc : 255 + 0xa]
rbp = 0x000070000bb4b690 rsp = 0x000070000bb4b630
rip = 0x000000010299a5d6
Found by: previous frame's frame pointer
3 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000bb4b7e0 rsp = 0x000070000bb4b6a0
rip = 0x000000010299742e
Found by: previous frame's frame pointer
4 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000bb4b820 rsp = 0x000070000bb4b7f0
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
5 Electron Framework!<name omitted> [browser_thread_impl.cc : 253 + 0x5]
rbp = 0x000070000bb4b970 rsp = 0x000070000bb4b830
rip = 0x0000000102c08cd8
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [browser_thread_impl.cc : 288 + 0xb]
rbp = 0x000070000bb4be50 rsp = 0x000070000bb4b980
rip = 0x0000000102c08e66
Found by: previous frame's frame pointer
7 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000bb4bec0 rsp = 0x000070000bb4be60
rip = 0x00000001029c48e2
Found by: previous frame's frame pointer
8 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000bb4bef0 rsp = 0x000070000bb4bed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
9 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000bb4bf10 rsp = 0x000070000bb4bf00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
10 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000bb4bf50 rsp = 0x000070000bb4bf20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000bb4bf78 rsp = 0x000070000bb4bf60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
12 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000bb4c028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 10
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000c34de18 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000c34df90
rbp = 0x000070000c34de60 rsp = 0x000070000c34de18
r8 = 0x000000000000a003 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000c34df90 r15 = 0x000000000000a003
rip = 0x00007fffbfeb734a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000c34ded0 rsp = 0x000070000c34de70
rip = 0x00007fffaa611434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000c34ebc0 rsp = 0x000070000c34dee0
rip = 0x00007fffaa6108c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000c34ec50 rsp = 0x000070000c34ebd0
rip = 0x00007fffaa610114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x000070000c34ec90 rsp = 0x000070000c34ec60
rip = 0x000000010299b40f
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000c34ecc0 rsp = 0x000070000c34eca0
rip = 0x000000010299aeec
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000c34ee10 rsp = 0x000070000c34ecd0
rip = 0x000000010299742e
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000c34ee50 rsp = 0x000070000c34ee20
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000c34eec0 rsp = 0x000070000c34ee60
rip = 0x00000001029c48e2
Found by: previous frame's frame pointer
9 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000c34eef0 rsp = 0x000070000c34eed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
10 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000c34ef10 rsp = 0x000070000c34ef00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000c34ef50 rsp = 0x000070000c34ef20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000c34ef78 rsp = 0x000070000c34ef60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
13 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000c34f028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 11
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000007000
rcx = 0x000070000cb51af8 rbx = 0x0000000000007000
rsi = 0x0000760000007900 rdi = 0x00007f84b4d0af08
rbp = 0x000070000cb51b90 rsp = 0x000070000cb51af8
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x00007f84b4d0af08 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x000070000cb52000
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*) [sequenced_worker_pool.cc : 1080 + 0xc]
rbp = 0x000070000cb51e50 rsp = 0x000070000cb51ba0
rip = 0x00000001029ae86f
Found by: previous frame's frame pointer
2 Electron Framework!base::SequencedWorkerPool::Worker::Run() [sequenced_worker_pool.cc : 611 + 0x8]
rbp = 0x000070000cb51e80 rsp = 0x000070000cb51e60
rip = 0x00000001029adf16
Found by: previous frame's frame pointer
3 Electron Framework!<name omitted> [simple_thread.cc : 68 + 0x9]
rbp = 0x000070000cb51ec0 rsp = 0x000070000cb51e90
rip = 0x00000001029b25ad
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000cb51ef0 rsp = 0x000070000cb51ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000cb51f10 rsp = 0x000070000cb51f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000cb51f50 rsp = 0x000070000cb51f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000cb51f78 rsp = 0x000070000cb51f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000cb52028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 12
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000000300
rcx = 0x000070000d354db8 rbx = 0x0000000000000300
rsi = 0x0000030100000400 rdi = 0x00007f84b4d087d8
rbp = 0x000070000d354e50 rsp = 0x000070000d354db8
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x00007f84b4d087d8 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x000070000d355000
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!non-virtual thunk to cc::SingleThreadTaskGraphRunner::Run() [single_thread_task_graph_runner.cc : 123 + 0x8]
rbp = 0x000070000d354e80 rsp = 0x000070000d354e60
rip = 0x0000000102ae07d8
Found by: previous frame's frame pointer
2 Electron Framework!<name omitted> [simple_thread.cc : 68 + 0x9]
rbp = 0x000070000d354ec0 rsp = 0x000070000d354e90
rip = 0x00000001029b25ad
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000d354ef0 rsp = 0x000070000d354ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000d354f10 rsp = 0x000070000d354f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000d354f50 rsp = 0x000070000d354f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000d354f78 rsp = 0x000070000d354f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
7 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000d355028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 13
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000db56e18 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000db56f90
rbp = 0x000070000db56e60 rsp = 0x000070000db56e18
r8 = 0x000000000000ad03 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000db56f90 r15 = 0x000000000000ad03
rip = 0x00007fffbfeb734a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000db56ed0 rsp = 0x000070000db56e70
rip = 0x00007fffaa611434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000db57bc0 rsp = 0x000070000db56ee0
rip = 0x00007fffaa6108c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000db57c50 rsp = 0x000070000db57bd0
rip = 0x00007fffaa610114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x000070000db57c90 rsp = 0x000070000db57c60
rip = 0x000000010299b40f
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000db57cc0 rsp = 0x000070000db57ca0
rip = 0x000000010299aeec
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000db57e10 rsp = 0x000070000db57cd0
rip = 0x000000010299742e
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000db57e50 rsp = 0x000070000db57e20
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000db57ec0 rsp = 0x000070000db57e60
rip = 0x00000001029c48e2
Found by: previous frame's frame pointer
9 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000db57ef0 rsp = 0x000070000db57ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
10 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000db57f10 rsp = 0x000070000db57f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000db57f50 rsp = 0x000070000db57f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000db57f78 rsp = 0x000070000db57f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
13 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000db58028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 14
0 libsystem_kernel.dylib + 0x19eb6
rax = 0x000000000200005d rdx = 0x0000000000000000
rcx = 0x000070000e35ae18 rbx = 0x000070000e35aea8
rsi = 0x000070000e35ae20 rdi = 0x0000000000000009
rbp = 0x000070000e35aed0 rsp = 0x000070000e35ae18
r8 = 0x000070000e35aea8 r9 = 0x0000000000014a00
r10 = 0x0000000000000000 r11 = 0x0000000000000287
r12 = 0x0000000102878f00 r13 = 0x000000000000b403
r14 = 0x0000000000000009 r15 = 0x000070000e35ae20
rip = 0x00007fffbfebeeb6
Found by: given as instruction pointer in context
1 Electron Framework!<name omitted> [node_bindings.cc : 293 + 0x9]
rbp = 0x000070000e35aef0 rsp = 0x000070000e35aee0
rip = 0x0000000102878f3f
Found by: previous frame's frame pointer
2 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000e35af10 rsp = 0x000070000e35af00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
3 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000e35af50 rsp = 0x000070000e35af20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000e35af78 rsp = 0x000070000e35af60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
5 Electron Framework + 0x110f00
rsp = 0x000070000e35b028 rip = 0x0000000102878f00
Found by: stack scanning
Thread 15
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000e3dd6e8 rbx = 0x0000000000000000
rsi = 0x0000000000000002 rdi = 0x0000000108151000
rbp = 0x000070000e3dd730 rsp = 0x000070000e3dd6e8
r8 = 0x000000000000bc03 r9 = 0x0000000000000000
r10 = 0x0000000000000030 r11 = 0x0000000000000202
r12 = 0x0000000000000030 r13 = 0x0000000000000000
r14 = 0x0000000108151000 r15 = 0x000000000000bc03
rip = 0x00007fffbfeb734a
Found by: given as instruction pointer in context
1 Electron Framework!crashpad::(anonymous namespace)::MachMessageWithDeadlineInternal(mach_msg_header_t*, int, unsigned int, unsigned int, unsigned long long, unsigned int, bool) [mach_message.cc : 111 + 0x14]
rbp = 0x000070000e3dd780 rsp = 0x000070000e3dd740
rip = 0x00000001028e6a73
Found by: previous frame's frame pointer
2 Electron Framework!crashpad::MachMessageWithDeadline(mach_msg_header_t*, int, unsigned int, unsigned int, unsigned long long, unsigned int, bool) [mach_message.cc : 182 + 0x29]
rbp = 0x000070000e3dd7d0 rsp = 0x000070000e3dd790
rip = 0x00000001028e69cc
Found by: previous frame's frame pointer
3 Electron Framework!crashpad::(anonymous namespace)::MachMessageAllocateReceive(crashpad::(anonymous namespace)::MachMessageBuffer*, int, unsigned int, unsigned int, unsigned long long, unsigned int, bool) [mach_message_server.cc : 104 + 0x1e]
rbp = 0x000070000e3dd820 rsp = 0x000070000e3dd7e0
rip = 0x00000001028e7357
Found by: previous frame's frame pointer
4 Electron Framework!<name omitted> [mach_message_server.cc : 165 + 0x19]
rbp = 0x000070000e3ddd70 rsp = 0x000070000e3dd830
rip = 0x00000001028e70b8
Found by: previous frame's frame pointer
5 Electron Framework!crashpad::(anonymous namespace)::HandlerStarter::RestartThreadMain(void*) [crashpad_client_mac.cc : 497 + 0x18]
rbp = 0x000070000e3ddef0 rsp = 0x000070000e3ddd80
rip = 0x00000001028e0362
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000e3ddf10 rsp = 0x000070000e3ddf00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000e3ddf50 rsp = 0x000070000e3ddf20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
8 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000e3ddf78 rsp = 0x000070000e3ddf60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
9 Electron Framework + 0x178310
rsp = 0x000070000e3de028 rip = 0x00000001028e0310
Found by: stack scanning
Thread 16
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000e4e2ec8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000e4e3040
rbp = 0x000070000e4e2f10 rsp = 0x000070000e4e2ec8
r8 = 0x000000000000fa03 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000e4e3040 r15 = 0x000000000000fa03
rip = 0x00007fffbfeb734a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000e4e2f80 rsp = 0x000070000e4e2f20
rip = 0x00007fffaa611434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000e4e3c70 rsp = 0x000070000e4e2f90
rip = 0x00007fffaa6108c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000e4e3d00 rsp = 0x000070000e4e3c80
rip = 0x00007fffaa610114
Found by: previous frame's frame pointer
4 AppKit + 0x193f02
rbp = 0x000070000e4e3ef0 rsp = 0x000070000e4e3d10
rip = 0x00007fffa8256f02
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000e4e3f10 rsp = 0x000070000e4e3f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000e4e3f50 rsp = 0x000070000e4e3f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000e4e3f78 rsp = 0x000070000e4e3f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
8 AppKit + 0x193e35
rsp = 0x000070000e4e4028 rip = 0x00007fffa8256e35
Found by: stack scanning
Thread 17
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000000400
rcx = 0x0000700010cf2e08 rbx = 0x0000000000000400
rsi = 0x0000040000000800 rdi = 0x0000000107aaa710
rbp = 0x0000700010cf2ea0 rsp = 0x0000700010cf2e08
r8 = 0x0000000000000000 r9 = 0x0000000000000060
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x0000000107aaa710 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x0000700010cf3000
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 libnode.dylib!uv_cond_wait [thread.c : 497 + 0x5]
rbp = 0x0000700010cf2eb0 rsp = 0x0000700010cf2eb0
rip = 0x0000000106ce02b9
Found by: previous frame's frame pointer
2 libnode.dylib!worker [threadpool.c : 75 + 0xb]
rbp = 0x0000700010cf2ef0 rsp = 0x0000700010cf2ec0
rip = 0x0000000106cd4763
Found by: previous frame's frame pointer
3 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700010cf2f10 rsp = 0x0000700010cf2f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700010cf2f50 rsp = 0x0000700010cf2f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700010cf2f78 rsp = 0x0000700010cf2f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
6 libnode.dylib + 0x157670
rsp = 0x0000700010cf3028 rip = 0x0000000106cd4670
Found by: stack scanning
Thread 18
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000000600
rcx = 0x00007000114f5e08 rbx = 0x0000000000000600
rsi = 0x0000060000000a00 rdi = 0x0000000107aaa710
rbp = 0x00007000114f5ea0 rsp = 0x00007000114f5e08
r8 = 0x0000000000000000 r9 = 0x0000000000000060
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x0000000107aaa710 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x00007000114f6000
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 libnode.dylib!uv_cond_wait [thread.c : 497 + 0x5]
rbp = 0x00007000114f5eb0 rsp = 0x00007000114f5eb0
rip = 0x0000000106ce02b9
Found by: previous frame's frame pointer
2 libnode.dylib!worker [threadpool.c : 75 + 0xb]
rbp = 0x00007000114f5ef0 rsp = 0x00007000114f5ec0
rip = 0x0000000106cd4763
Found by: previous frame's frame pointer
3 libsystem_pthread.dylib + 0x393b
rbp = 0x00007000114f5f10 rsp = 0x00007000114f5f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x3887
rbp = 0x00007000114f5f50 rsp = 0x00007000114f5f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x308d
rbp = 0x00007000114f5f78 rsp = 0x00007000114f5f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
6 libnode.dylib + 0x157670
rsp = 0x00007000114f6028 rip = 0x0000000106cd4670
Found by: stack scanning
Thread 19
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000000500
rcx = 0x0000700011cf8e08 rbx = 0x0000000000000500
rsi = 0x0000050000000900 rdi = 0x0000000107aaa710
rbp = 0x0000700011cf8ea0 rsp = 0x0000700011cf8e08
r8 = 0x0000000000000000 r9 = 0x0000000000000060
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x0000000107aaa710 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x0000700011cf9000
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 libnode.dylib!uv_cond_wait [thread.c : 497 + 0x5]
rbp = 0x0000700011cf8eb0 rsp = 0x0000700011cf8eb0
rip = 0x0000000106ce02b9
Found by: previous frame's frame pointer
2 libnode.dylib!worker [threadpool.c : 75 + 0xb]
rbp = 0x0000700011cf8ef0 rsp = 0x0000700011cf8ec0
rip = 0x0000000106cd4763
Found by: previous frame's frame pointer
3 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700011cf8f10 rsp = 0x0000700011cf8f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700011cf8f50 rsp = 0x0000700011cf8f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700011cf8f78 rsp = 0x0000700011cf8f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
6 libnode.dylib + 0x157670
rsp = 0x0000700011cf9028 rip = 0x0000000106cd4670
Found by: stack scanning
Thread 20
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000000700
rcx = 0x00007000124fbe08 rbx = 0x0000000000000700
rsi = 0x0000070000000b00 rdi = 0x0000000107aaa710
rbp = 0x00007000124fbea0 rsp = 0x00007000124fbe08
r8 = 0x0000000000000000 r9 = 0x0000000000000060
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x0000000107aaa710 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x00007000124fc000
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 libnode.dylib!uv_cond_wait [thread.c : 497 + 0x5]
rbp = 0x00007000124fbeb0 rsp = 0x00007000124fbeb0
rip = 0x0000000106ce02b9
Found by: previous frame's frame pointer
2 libnode.dylib!worker [threadpool.c : 75 + 0xb]
rbp = 0x00007000124fbef0 rsp = 0x00007000124fbec0
rip = 0x0000000106cd4763
Found by: previous frame's frame pointer
3 libsystem_pthread.dylib + 0x393b
rbp = 0x00007000124fbf10 rsp = 0x00007000124fbf00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
4 libsystem_pthread.dylib + 0x3887
rbp = 0x00007000124fbf50 rsp = 0x00007000124fbf20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x308d
rbp = 0x00007000124fbf78 rsp = 0x00007000124fbf60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
6 libnode.dylib + 0x157670
rsp = 0x00007000124fc028 rip = 0x0000000106cd4670
Found by: stack scanning
Thread 21
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x0000700012cfddc8 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x0000700012cfdf40
rbp = 0x0000700012cfde10 rsp = 0x0000700012cfddc8
r8 = 0x0000000000013203 r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x0000700012cfdf40 r15 = 0x0000000000013203
rip = 0x00007fffbfeb734a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x0000700012cfde80 rsp = 0x0000700012cfde20
rip = 0x00007fffaa611434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x0000700012cfeb70 rsp = 0x0000700012cfde90
rip = 0x00007fffaa6108c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x0000700012cfec00 rsp = 0x0000700012cfeb80
rip = 0x00007fffaa610114
Found by: previous frame's frame pointer
4 Foundation + 0x22252
rbp = 0x0000700012cfec40 rsp = 0x0000700012cfec10
rip = 0x00007fffac023252
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpNSRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 580 + 0x10]
rbp = 0x0000700012cfec90 rsp = 0x0000700012cfec50
rip = 0x000000010299b6ae
Found by: previous frame's frame pointer
6 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x0000700012cfecc0 rsp = 0x0000700012cfeca0
rip = 0x000000010299aeec
Found by: previous frame's frame pointer
7 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x0000700012cfee10 rsp = 0x0000700012cfecd0
rip = 0x000000010299742e
Found by: previous frame's frame pointer
8 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x0000700012cfee50 rsp = 0x0000700012cfee20
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x0000700012cfeec0 rsp = 0x0000700012cfee60
rip = 0x00000001029c48e2
Found by: previous frame's frame pointer
10 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700012cfeef0 rsp = 0x0000700012cfeed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700012cfef10 rsp = 0x0000700012cfef00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700012cfef50 rsp = 0x0000700012cfef20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
13 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700012cfef78 rsp = 0x0000700012cfef60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
14 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700012cff028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 22
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000007000
rcx = 0x0000700013501af8 rbx = 0x0000000000007000
rsi = 0x0000760000007800 rdi = 0x00007f84b4d0af08
rbp = 0x0000700013501b90 rsp = 0x0000700013501af8
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x00007f84b4d0af08 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x0000700013502000
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*) [sequenced_worker_pool.cc : 1080 + 0xc]
rbp = 0x0000700013501e50 rsp = 0x0000700013501ba0
rip = 0x00000001029ae86f
Found by: previous frame's frame pointer
2 Electron Framework!base::SequencedWorkerPool::Worker::Run() [sequenced_worker_pool.cc : 611 + 0x8]
rbp = 0x0000700013501e80 rsp = 0x0000700013501e60
rip = 0x00000001029adf16
Found by: previous frame's frame pointer
3 Electron Framework!<name omitted> [simple_thread.cc : 68 + 0x9]
rbp = 0x0000700013501ec0 rsp = 0x0000700013501e90
rip = 0x00000001029b25ad
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700013501ef0 rsp = 0x0000700013501ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700013501f10 rsp = 0x0000700013501f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700013501f50 rsp = 0x0000700013501f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700013501f78 rsp = 0x0000700013501f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700013502028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 23
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000000e00
rcx = 0x0000700013d04af8 rbx = 0x0000000000000e00
rsi = 0x00000e0100000f00 rdi = 0x00007f84b4d50678
rbp = 0x0000700013d04b90 rsp = 0x0000700013d04af8
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x00007f84b4d50678 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x0000700013d05000
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*) [sequenced_worker_pool.cc : 1080 + 0xc]
rbp = 0x0000700013d04e50 rsp = 0x0000700013d04ba0
rip = 0x00000001029ae86f
Found by: previous frame's frame pointer
2 Electron Framework!base::SequencedWorkerPool::Worker::Run() [sequenced_worker_pool.cc : 611 + 0x8]
rbp = 0x0000700013d04e80 rsp = 0x0000700013d04e60
rip = 0x00000001029adf16
Found by: previous frame's frame pointer
3 Electron Framework!<name omitted> [simple_thread.cc : 68 + 0x9]
rbp = 0x0000700013d04ec0 rsp = 0x0000700013d04e90
rip = 0x00000001029b25ad
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700013d04ef0 rsp = 0x0000700013d04ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700013d04f10 rsp = 0x0000700013d04f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700013d04f50 rsp = 0x0000700013d04f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700013d04f78 rsp = 0x0000700013d04f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700013d05028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 24
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000007700
rcx = 0x0000700014507ac8 rbx = 0x0000000000007700
rsi = 0x0000770000007a00 rdi = 0x00007f84b4d0af08
rbp = 0x0000700014507b60 rsp = 0x0000700014507ac8
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00007f84b4d0af08 r13 = 0x0000000000000016
r14 = 0x0000770000007a00 r15 = 0x0000000000007a00
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x0000700014507b90 rsp = 0x0000700014507b70
rip = 0x000000010295c04b
Found by: previous frame's frame pointer
2 Electron Framework!base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*) [sequenced_worker_pool.cc : 1083 + 0x13]
rbp = 0x0000700014507e50 rsp = 0x0000700014507ba0
rip = 0x00000001029ae931
Found by: previous frame's frame pointer
3 Electron Framework!base::SequencedWorkerPool::Worker::Run() [sequenced_worker_pool.cc : 611 + 0x8]
rbp = 0x0000700014507e80 rsp = 0x0000700014507e60
rip = 0x00000001029adf16
Found by: previous frame's frame pointer
4 Electron Framework!<name omitted> [simple_thread.cc : 68 + 0x9]
rbp = 0x0000700014507ec0 rsp = 0x0000700014507e90
rip = 0x00000001029b25ad
Found by: previous frame's frame pointer
5 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700014507ef0 rsp = 0x0000700014507ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700014507f10 rsp = 0x0000700014507f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700014507f50 rsp = 0x0000700014507f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
8 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700014507f78 rsp = 0x0000700014507f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
9 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700014508028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 25
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000000100
rcx = 0x0000700014d0aaf8 rbx = 0x0000000000000100
rsi = 0x0000010100000200 rdi = 0x00007f84b4c89898
rbp = 0x0000700014d0ab90 rsp = 0x0000700014d0aaf8
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x00007f84b4c89898 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x0000700014d0b000
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!base::SequencedWorkerPool::Inner::ThreadLoop(base::SequencedWorkerPool::Worker*) [sequenced_worker_pool.cc : 1080 + 0xc]
rbp = 0x0000700014d0ae50 rsp = 0x0000700014d0aba0
rip = 0x00000001029ae86f
Found by: previous frame's frame pointer
2 Electron Framework!base::SequencedWorkerPool::Worker::Run() [sequenced_worker_pool.cc : 611 + 0x8]
rbp = 0x0000700014d0ae80 rsp = 0x0000700014d0ae60
rip = 0x00000001029adf16
Found by: previous frame's frame pointer
3 Electron Framework!<name omitted> [simple_thread.cc : 68 + 0x9]
rbp = 0x0000700014d0aec0 rsp = 0x0000700014d0ae90
rip = 0x00000001029b25ad
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700014d0aef0 rsp = 0x0000700014d0aed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700014d0af10 rsp = 0x0000700014d0af00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700014d0af50 rsp = 0x0000700014d0af20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700014d0af78 rsp = 0x0000700014d0af60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700014d0b028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 26
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000000100
rcx = 0x0000700016619d78 rbx = 0x0000000000000100
rsi = 0x0000010100000200 rdi = 0x0000000106701280
rbp = 0x0000700016619e10 rsp = 0x0000700016619d78
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000202
r12 = 0x0000000106701280 r13 = 0x0000000000000016
r14 = 0x0000000000000001 r15 = 0x000070001661a000
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!<name omitted> [env_chromium.cc : 1037 + 0x8]
rbp = 0x0000700016619e90 rsp = 0x0000700016619e20
rip = 0x00000001036934d8
Found by: previous frame's frame pointer
2 Electron Framework!<name omitted> [env_chromium.h : 198 + 0x5]
rbp = 0x0000700016619ea0 rsp = 0x0000700016619ea0
rip = 0x00000001036933e9
Found by: previous frame's frame pointer
3 Electron Framework!leveldb_env::Thread::ThreadMain() [env_chromium.cc : 996 + 0x3]
rbp = 0x0000700016619ec0 rsp = 0x0000700016619eb0
rip = 0x0000000103694890
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700016619ef0 rsp = 0x0000700016619ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700016619f10 rsp = 0x0000700016619f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700016619f50 rsp = 0x0000700016619f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700016619f78 rsp = 0x0000700016619f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070001661a028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 27
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000016800
rcx = 0x00007000071a0c28 rbx = 0x0000000000016800
rsi = 0x0001680000016c00 rdi = 0x00006080001cb738
rbp = 0x00007000071a0cc0 rsp = 0x00007000071a0c28
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00006080001cb738 r13 = 0x0000000000000016
r14 = 0x0001680000016c00 r15 = 0x0000000000016c00
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x00007000071a0cf0 rsp = 0x00007000071a0cd0
rip = 0x000000010295c04b
Found by: previous frame's frame pointer
2 Electron Framework!base::PosixDynamicThreadPool::WaitForTask() [worker_pool_posix.cc : 176 + 0x5]
rbp = 0x00007000071a0d90 rsp = 0x00007000071a0d00
rip = 0x00000001029ed5b9
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::WorkerThread::ThreadMain() [worker_pool_posix.cc : 86 + 0x8]
rbp = 0x00007000071a0ec0 rsp = 0x00007000071a0da0
rip = 0x00000001029eda17
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x00007000071a0ef0 rsp = 0x00007000071a0ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x00007000071a0f10 rsp = 0x00007000071a0f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x00007000071a0f50 rsp = 0x00007000071a0f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x00007000071a0f78 rsp = 0x00007000071a0f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x00007000071a1028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 28
0 libsystem_kernel.dylib + 0x1234a
rax = 0x000000000100001f rdx = 0x0000000000000000
rcx = 0x000070000f4e8e18 rbx = 0x00000000ffffffff
rsi = 0x0000000007000806 rdi = 0x000070000f4e8f90
rbp = 0x000070000f4e8e60 rsp = 0x000070000f4e8e18
r8 = 0x000000000001de7f r9 = 0x00000000ffffffff
r10 = 0x0000000000000c00 r11 = 0x0000000000000206
r12 = 0x0000000000000c00 r13 = 0x0000000000000000
r14 = 0x000070000f4e8f90 r15 = 0x000000000001de7f
rip = 0x00007fffbfeb734a
Found by: given as instruction pointer in context
1 CoreFoundation + 0x88434
rbp = 0x000070000f4e8ed0 rsp = 0x000070000f4e8e70
rip = 0x00007fffaa611434
Found by: previous frame's frame pointer
2 CoreFoundation + 0x878c1
rbp = 0x000070000f4e9bc0 rsp = 0x000070000f4e8ee0
rip = 0x00007fffaa6108c1
Found by: previous frame's frame pointer
3 CoreFoundation + 0x87114
rbp = 0x000070000f4e9c50 rsp = 0x000070000f4e9bd0
rip = 0x00007fffaa610114
Found by: previous frame's frame pointer
4 Electron Framework!base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) [message_pump_mac.mm : 526 + 0x12]
rbp = 0x000070000f4e9c90 rsp = 0x000070000f4e9c60
rip = 0x000000010299b40f
Found by: previous frame's frame pointer
5 Electron Framework!base::MessagePumpCFRunLoopBase::Run(base::MessagePump::Delegate*) [message_pump_mac.mm : 210 + 0xc]
rbp = 0x000070000f4e9cc0 rsp = 0x000070000f4e9ca0
rip = 0x000000010299aeec
Found by: previous frame's frame pointer
6 Electron Framework!<name omitted> [message_loop.cc : 378 + 0x6]
rbp = 0x000070000f4e9e10 rsp = 0x000070000f4e9cd0
rip = 0x000000010299742e
Found by: previous frame's frame pointer
7 Electron Framework!base::RunLoop::Run() [run_loop.cc : 35 + 0x5]
rbp = 0x000070000f4e9e50 rsp = 0x000070000f4e9e20
rip = 0x00000001029abf83
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [thread.cc : 333 + 0xd]
rbp = 0x000070000f4e9ec0 rsp = 0x000070000f4e9e60
rip = 0x00000001029c48e2
Found by: previous frame's frame pointer
9 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000f4e9ef0 rsp = 0x000070000f4e9ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
10 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000f4e9f10 rsp = 0x000070000f4e9f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000f4e9f50 rsp = 0x000070000f4e9f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
12 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000f4e9f78 rsp = 0x000070000f4e9f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
13 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000f4ea028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 29
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000016800
rcx = 0x000070001550dc28 rbx = 0x0000000000016800
rsi = 0x0001680000016d00 rdi = 0x00006080001cb738
rbp = 0x000070001550dcc0 rsp = 0x000070001550dc28
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00006080001cb738 r13 = 0x0000000000000016
r14 = 0x0001680000016d00 r15 = 0x0000000000016d00
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x000070001550dcf0 rsp = 0x000070001550dcd0
rip = 0x000000010295c04b
Found by: previous frame's frame pointer
2 Electron Framework!base::PosixDynamicThreadPool::WaitForTask() [worker_pool_posix.cc : 176 + 0x5]
rbp = 0x000070001550dd90 rsp = 0x000070001550dd00
rip = 0x00000001029ed5b9
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::WorkerThread::ThreadMain() [worker_pool_posix.cc : 86 + 0x8]
rbp = 0x000070001550dec0 rsp = 0x000070001550dda0
rip = 0x00000001029eda17
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070001550def0 rsp = 0x000070001550ded0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x000070001550df10 rsp = 0x000070001550df00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x000070001550df50 rsp = 0x000070001550df20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x000070001550df78 rsp = 0x000070001550df60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070001550e028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 30
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000016800
rcx = 0x000070000fcecc28 rbx = 0x0000000000016800
rsi = 0x0001680000016a00 rdi = 0x00006080001cb738
rbp = 0x000070000fceccc0 rsp = 0x000070000fcecc28
r8 = 0x0004a9000004ab03 r9 = 0x0000000000001061
r10 = 0x00006080001cb6f8 r11 = 0x0000000000000246
r12 = 0x00006080001cb738 r13 = 0x0000000000000016
r14 = 0x0001680000016a00 r15 = 0x0000000000016a00
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x000070000fceccf0 rsp = 0x000070000fceccd0
rip = 0x000000010295c04b
Found by: previous frame's frame pointer
2 Electron Framework!base::PosixDynamicThreadPool::WaitForTask() [worker_pool_posix.cc : 176 + 0x5]
rbp = 0x000070000fcecd90 rsp = 0x000070000fcecd00
rip = 0x00000001029ed5b9
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::WorkerThread::ThreadMain() [worker_pool_posix.cc : 86 + 0x8]
rbp = 0x000070000fcecec0 rsp = 0x000070000fcecda0
rip = 0x00000001029eda17
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000fcecef0 rsp = 0x000070000fceced0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000fcecf10 rsp = 0x000070000fcecf00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000fcecf50 rsp = 0x000070000fcecf20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000fcecf78 rsp = 0x000070000fcecf60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000fced028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 31
0 libsystem_kernel.dylib + 0x1a44e
rax = 0x0000000002000170 rdx = 0x0000000000000000
rcx = 0x0000700007329a78 rbx = 0x000000004000005f
rsi = 0x0000700007329b80 rdi = 0x0000000000000040
rbp = 0x0000700007329ad0 rsp = 0x0000700007329a78
r8 = 0xffdfffe000000000 r9 = 0x0010000000000000
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x0000000003000000 r13 = 0x000070000732a000
r14 = 0x0000000003000000 r15 = 0x000000000001751f
rip = 0x00007fffbfebf44e
Found by: given as instruction pointer in context
1 libsystem_pthread.dylib + 0x307d
rbp = 0x0000700007329af8 rsp = 0x0000700007329ae0
rip = 0x00007fffbffa907d
Found by: previous frame's frame pointer
2 libobjc.A.dylib + 0x1de0e
rbp = 0x0000700007329af8 rsp = 0x0000700007329af0
rip = 0x00007fffbf4b2e0e
Found by: stack scanning
3 libsystem_malloc.dylib + 0x3e2c
rsp = 0x0000700007329b50 rip = 0x00007fffbff13e2c
Found by: stack scanning
4 libobjc.A.dylib + 0x1de0e
rsp = 0x0000700007329c00 rip = 0x00007fffbf4b2e0e
Found by: stack scanning
5 libsystem_malloc.dylib + 0x3e2c
rsp = 0x0000700007329c60 rip = 0x00007fffbff13e2c
Found by: stack scanning
6 libsystem_malloc.dylib + 0x3e2c
rsp = 0x0000700007329cb0 rip = 0x00007fffbff13e2c
Found by: stack scanning
7 libdispatch.dylib + 0x179bd
rsp = 0x0000700007329d20 rip = 0x00007fffbfd709bd
Found by: stack scanning
8 libsystem_malloc.dylib + 0x3e2c
rsp = 0x0000700007329dd0 rip = 0x00007fffbff13e2c
Found by: stack scanning
9 libdispatch.dylib + 0x158cc
rsp = 0x0000700007329e20 rip = 0x00007fffbfd6e8cc
Found by: stack scanning
10 libdispatch.dylib + 0x101d1
rsp = 0x0000700007329e40 rip = 0x00007fffbfd691d1
Found by: stack scanning
11 libdispatch.dylib + 0x38ff
rsp = 0x0000700007329e90 rip = 0x00007fffbfd5c8ff
Found by: stack scanning
12 libdispatch.dylib + 0x348c
rsp = 0x0000700007329ef0 rip = 0x00007fffbfd5c48c
Found by: stack scanning
13 libsystem_pthread.dylib + 0x3621
rsp = 0x0000700007329f00 rip = 0x00007fffbffa9621
Found by: stack scanning
14 libsystem_pthread.dylib + 0x307d
rsp = 0x0000700007329f60 rip = 0x00007fffbffa907d
Found by: stack scanning
15 libdispatch.dylib + 0x1aed9
rsp = 0x000070000732a028 rip = 0x00007fffbfd73ed9
Found by: stack scanning
Thread 32
0 libsystem_kernel.dylib + 0x1a44e
rax = 0x0000000002000170 rdx = 0x0000000000000000
rcx = 0x00007000073ac8f8 rbx = 0x000000004000005f
rsi = 0x00007000073acb80 rdi = 0x0000000000000040
rbp = 0x00007000073ac950 rsp = 0x00007000073ac8f8
r8 = 0x0000000000000000 r9 = 0xfffffffd00000001
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00000000010010ff r13 = 0x00007000073ad000
r14 = 0x0000000001000000 r15 = 0x000000000001106f
rip = 0x00007fffbfebf44e
Found by: given as instruction pointer in context
1 libsystem_pthread.dylib + 0x307d
rbp = 0x00007000073ac978 rsp = 0x00007000073ac960
rip = 0x00007fffbffa907d
Found by: previous frame's frame pointer
2 libsystem_pthread.dylib + 0x307d
rsp = 0x00007000073ac990 rip = 0x00007fffbffa907d
Found by: stack scanning
3 libsystem_pthread.dylib + 0x307d
rsp = 0x00007000073ac9e0 rip = 0x00007fffbffa907d
Found by: stack scanning
Thread 33
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000016800
rcx = 0x00007000104efc28 rbx = 0x0000000000016800
rsi = 0x0001680000016f00 rdi = 0x00006080001cb738
rbp = 0x00007000104efcc0 rsp = 0x00007000104efc28
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00006080001cb738 r13 = 0x0000000000000016
r14 = 0x0001680000016f00 r15 = 0x0000000000016f00
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x00007000104efcf0 rsp = 0x00007000104efcd0
rip = 0x000000010295c04b
Found by: previous frame's frame pointer
2 Electron Framework!base::PosixDynamicThreadPool::WaitForTask() [worker_pool_posix.cc : 176 + 0x5]
rbp = 0x00007000104efd90 rsp = 0x00007000104efd00
rip = 0x00000001029ed5b9
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::WorkerThread::ThreadMain() [worker_pool_posix.cc : 86 + 0x8]
rbp = 0x00007000104efec0 rsp = 0x00007000104efda0
rip = 0x00000001029eda17
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x00007000104efef0 rsp = 0x00007000104efed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x00007000104eff10 rsp = 0x00007000104eff00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x00007000104eff50 rsp = 0x00007000104eff20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x00007000104eff78 rsp = 0x00007000104eff60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x00007000104f0028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 34
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000016800
rcx = 0x0000700016e9fc28 rbx = 0x0000000000016800
rsi = 0x0001680000016e00 rdi = 0x00006080001cb738
rbp = 0x0000700016e9fcc0 rsp = 0x0000700016e9fc28
r8 = 0x0000000000000000 r9 = 0x0000000000000061
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x00006080001cb738 r13 = 0x0000000000000016
r14 = 0x0001680000016e00 r15 = 0x0000000000016e00
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x0000700016e9fcf0 rsp = 0x0000700016e9fcd0
rip = 0x000000010295c04b
Found by: previous frame's frame pointer
2 Electron Framework!base::PosixDynamicThreadPool::WaitForTask() [worker_pool_posix.cc : 176 + 0x5]
rbp = 0x0000700016e9fd90 rsp = 0x0000700016e9fd00
rip = 0x00000001029ed5b9
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::WorkerThread::ThreadMain() [worker_pool_posix.cc : 86 + 0x8]
rbp = 0x0000700016e9fec0 rsp = 0x0000700016e9fda0
rip = 0x00000001029eda17
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700016e9fef0 rsp = 0x0000700016e9fed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700016e9ff10 rsp = 0x0000700016e9ff00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700016e9ff50 rsp = 0x0000700016e9ff20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700016e9ff78 rsp = 0x0000700016e9ff60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700016ea0028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 35
0 libsystem_kernel.dylib + 0x1ad96
rax = 0x000000000200016b rdx = 0x0000000000000000
rcx = 0x000070000ece6718 rbx = 0x000070000ece6820
rsi = 0x0000000000000000 rdi = 0x000000000000003a
rbp = 0x000070000ece6930 rsp = 0x000070000ece6718
r8 = 0x0000000000000001 r9 = 0x000070000ece67f0
r10 = 0x000070000ece6820 r11 = 0x0000000000000246
r12 = 0x00007fffc8c93828 r13 = 0x0000000000000001
r14 = 0x000000000000003a r15 = 0x0000000000000000
rip = 0x00007fffbfebfd96
Found by: given as instruction pointer in context
1 libsystem_info.dylib + 0x93e5
rbp = 0x000070000ece6a50 rsp = 0x000070000ece6940
rip = 0x00007fffbfe843e5
Found by: previous frame's frame pointer
2 libsystem_info.dylib + 0x9128
rbp = 0x000070000ece6ab0 rsp = 0x000070000ece6a60
rip = 0x00007fffbfe84128
Found by: previous frame's frame pointer
3 libsystem_info.dylib + 0x5317
rbp = 0x000070000ece6bd0 rsp = 0x000070000ece6ac0
rip = 0x00007fffbfe80317
Found by: previous frame's frame pointer
4 libsystem_info.dylib + 0x4ad7
rbp = 0x000070000ece6c30 rsp = 0x000070000ece6be0
rip = 0x00007fffbfe7fad7
Found by: previous frame's frame pointer
5 Electron Framework!net::SystemHostResolverCall(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, net::AddressFamily, int, net::AddressList*, int*) [host_resolver_proc.cc : 200 + 0x7]
rbp = 0x000070000ece6cf0 rsp = 0x000070000ece6c40
rip = 0x0000000103fed31e
Found by: previous frame's frame pointer
6 Electron Framework!net::HostResolverImpl::ProcTask::DoLookup(base::TimeTicks const&, unsigned int) [host_resolver_impl.cc : 735 + 0x5]
rbp = 0x000070000ece6d90 rsp = 0x000070000ece6d00
rip = 0x0000000103fe9a49
Found by: previous frame's frame pointer
7 Electron Framework!base::(anonymous namespace)::WorkerThread::ThreadMain() [callback.h : 47 + 0x2]
rbp = 0x000070000ece6ec0 rsp = 0x000070000ece6da0
rip = 0x00000001029ed991
Found by: previous frame's frame pointer
8 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x000070000ece6ef0 rsp = 0x000070000ece6ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
9 libsystem_pthread.dylib + 0x393b
rbp = 0x000070000ece6f10 rsp = 0x000070000ece6f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
10 libsystem_pthread.dylib + 0x3887
rbp = 0x000070000ece6f50 rsp = 0x000070000ece6f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
11 libsystem_pthread.dylib + 0x308d
rbp = 0x000070000ece6f78 rsp = 0x000070000ece6f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
12 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x000070000ece7028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 36
0 libsystem_kernel.dylib + 0x19bf2
rax = 0x0000000002000131 rdx = 0x0000000000016800
rcx = 0x0000700015d10c28 rbx = 0x0000000000016800
rsi = 0x0001680000016b00 rdi = 0x00006080001cb738
rbp = 0x0000700015d10cc0 rsp = 0x0000700015d10c28
r8 = 0x0004aa000004ab03 r9 = 0x0000000000001061
r10 = 0x00006080001cb6f8 r11 = 0x0000000000000246
r12 = 0x00006080001cb738 r13 = 0x0000000000000016
r14 = 0x0001680000016b00 r15 = 0x0000000000016b00
rip = 0x00007fffbfebebf2
Found by: given as instruction pointer in context
1 Electron Framework!base::ConditionVariable::TimedWait(base::TimeDelta const&) [condition_variable_posix.cc : 89 + 0x8]
rbp = 0x0000700015d10cf0 rsp = 0x0000700015d10cd0
rip = 0x000000010295c04b
Found by: previous frame's frame pointer
2 Electron Framework!base::PosixDynamicThreadPool::WaitForTask() [worker_pool_posix.cc : 176 + 0x5]
rbp = 0x0000700015d10d90 rsp = 0x0000700015d10d00
rip = 0x00000001029ed5b9
Found by: previous frame's frame pointer
3 Electron Framework!base::(anonymous namespace)::WorkerThread::ThreadMain() [worker_pool_posix.cc : 86 + 0x5]
rbp = 0x0000700015d10ec0 rsp = 0x0000700015d10da0
rip = 0x00000001029ed7ec
Found by: previous frame's frame pointer
4 Electron Framework!base::(anonymous namespace)::ThreadFunc(void*) [platform_thread_posix.cc : 71 + 0x8]
rbp = 0x0000700015d10ef0 rsp = 0x0000700015d10ed0
rip = 0x00000001029a2017
Found by: previous frame's frame pointer
5 libsystem_pthread.dylib + 0x393b
rbp = 0x0000700015d10f10 rsp = 0x0000700015d10f00
rip = 0x00007fffbffa993b
Found by: previous frame's frame pointer
6 libsystem_pthread.dylib + 0x3887
rbp = 0x0000700015d10f50 rsp = 0x0000700015d10f20
rip = 0x00007fffbffa9887
Found by: previous frame's frame pointer
7 libsystem_pthread.dylib + 0x308d
rbp = 0x0000700015d10f78 rsp = 0x0000700015d10f60
rip = 0x00007fffbffa908d
Found by: previous frame's frame pointer
8 Electron Framework!<name omitted> [platform_thread_posix.cc : 222 + 0xa]
rsp = 0x0000700015d11028 rip = 0x00000001029a1fc0
Found by: stack scanning
Thread 37
0 libsystem_kernel.dylib + 0x1a44e
rax = 0x0000000002000170 rdx = 0x0000000000000000
rcx = 0x0000700007223a78 rbx = 0x000000004000005f
rsi = 0x0000700007223b80 rdi = 0x0000000000000040
rbp = 0x0000700007223ad0 rsp = 0x0000700007223a78
r8 = 0xffdfffe000000000 r9 = 0x0000037f1b825a08
r10 = 0x0000000000000000 r11 = 0x0000000000000246
r12 = 0x0000000003000000 r13 = 0x0000700007224000
r14 = 0x0000000003000000 r15 = 0x000000000001fb43
rip = 0x00007fffbfebf44e
Found by: given as instruction pointer in context
1 libsystem_pthread.dylib + 0x307d
rbp = 0x0000700007223af8 rsp = 0x0000700007223ae0
rip = 0x00007fffbffa907d
Found by: previous frame's frame pointer
2 CoreFoundation + 0x753d0
rsp = 0x0000700007223c20 rip = 0x00007fffaa5fe3d0
Found by: stack scanning
3 libobjc.A.dylib + 0x1de0e
rsp = 0x0000700007223c50 rip = 0x00007fffbf4b2e0e
Found by: stack scanning
4 libobjc.A.dylib + 0x1de0e
rsp = 0x0000700007223cb0 rip = 0x00007fffbf4b2e0e
Found by: stack scanning
5 libdispatch.dylib + 0x3a06
rsp = 0x0000700007223cd0 rip = 0x00007fffbfd5ca06
Found by: stack scanning
6 libsystem_malloc.dylib + 0x3e2c
rsp = 0x0000700007223d10 rip = 0x00007fffbff13e2c
Found by: stack scanning
7 libobjc.A.dylib + 0x1de0e
rsp = 0x0000700007223d20 rip = 0x00007fffbf4b2e0e
Found by: stack scanning
8 libsystem_malloc.dylib + 0x3e2c
rsp = 0x0000700007223d80 rip = 0x00007fffbff13e2c
Found by: stack scanning
9 libsystem_malloc.dylib + 0x3e2c
rsp = 0x0000700007223dd0 rip = 0x00007fffbff13e2c
Found by: stack scanning
10 libdispatch.dylib + 0x18fc
rsp = 0x0000700007223e20 rip = 0x00007fffbfd5a8fc
Found by: stack scanning
11 libdispatch.dylib + 0x10196
rsp = 0x0000700007223e40 rip = 0x00007fffbfd69196
Found by: stack scanning
12 libdispatch.dylib + 0x38ff
rsp = 0x0000700007223e90 rip = 0x00007fffbfd5c8ff
Found by: stack scanning
13 libdispatch.dylib + 0x348c
rsp = 0x0000700007223ef0 rip = 0x00007fffbfd5c48c
Found by: stack scanning
14 libsystem_pthread.dylib + 0x3621
rsp = 0x0000700007223f00 rip = 0x00007fffbffa9621
Found by: stack scanning
15 libsystem_pthread.dylib + 0x307d
rsp = 0x0000700007223f60 rip = 0x00007fffbffa907d
Found by: stack scanning
16 libdispatch.dylib + 0x1aed9
rsp = 0x0000700007224028 rip = 0x00007fffbfd73ed9
Found by: stack scanning
Loaded modules:
0x10275d000 - 0x10275dfff dx 0.0.0.0 (main) (WARNING: No symbols, dx, 645381EB354A37408CDDDF9F333944EE0)
0x102768000 - 0x1063e8fff Electron Framework 0.0.0.0
0x106a2f000 - 0x106a49fff Squirrel 1.0.0.0
0x106a6e000 - 0x106ad1fff ReactiveCocoa 1.0.0.0
0x106b4d000 - 0x106b61fff Mantle 1.0.0.0
0x106b7d000 - 0x107a09fff libnode.dylib 0.0.0.0
0x107c82000 - 0x107eddfff libffmpeg.dylib 0.0.0.0
0x1080e7000 - 0x108125fff CoreMIDI 69.0.0.0
0x108152000 - 0x10816bfff libexpat.1.dylib 8.0.0.0
0x1081b5000 - 0x1081c4fff libSimplifiedChineseConverter.dylib 69.0.0.0
0x1089f8000 - 0x108a35fff dyld 0.0.0.0
0x1133e3000 - 0x1133e7fff AppleHDAHALPlugIn 0.0.0.0
0x1137a5000 - 0x11394bfff GLEngine 65535.0.0.0
0x11398a000 - 0x1143dffff AppleIntelSKLGraphicsGLDriver 0.0.0.0
0x11470e000 - 0x114738fff GLRendererFloat 65535.0.0.0
0x114742000 - 0x1147d0fff AppleIntelSKLGraphicsMTLDriver 0.0.0.0
0x116a8b000 - 0x116bf2fff CoreAudio 0.0.0.0
0x7fffa523a000 - 0x7fffa557ffff RawCamera 0.0.0.0
0x7fffa6db6000 - 0x7fffa6f77fff AVFoundation 2.0.0.0
0x7fffa6f78000 - 0x7fffa701afff AVFAudio 1.0.0.0
0x7fffa70e5000 - 0x7fffa70e5fff Accelerate 4.0.0.0
0x7fffa70e6000 - 0x7fffa70fdfff libCGInterfaces.dylib 331.5.0.0
0x7fffa70fe000 - 0x7fffa7617fff vImage 331.5.0.0
0x7fffa7618000 - 0x7fffa7789fff libBLAS.dylib 1.0.0.0
0x7fffa778a000 - 0x7fffa779efff libBNNS.dylib 1.0.0.0
0x7fffa779f000 - 0x7fffa7b95fff libLAPACK.dylib 1.0.0.0
0x7fffa7b96000 - 0x7fffa7bacfff libLinearAlgebra.dylib 1.0.0.0
0x7fffa7bad000 - 0x7fffa7bb3fff libQuadrature.dylib 1.0.0.0
0x7fffa7bb4000 - 0x7fffa7bc8fff libSparseBLAS.dylib 1.0.0.0
0x7fffa7bc9000 - 0x7fffa7d50fff libvDSP.dylib 600.60.1.0
0x7fffa7d51000 - 0x7fffa7e03fff libvMisc.dylib 600.60.1.0
0x7fffa7e04000 - 0x7fffa7e04fff vecLib 600.60.1.0
0x7fffa80c3000 - 0x7fffa8e9cfff AppKit 1504.83.101.0 (WARNING: No symbols, AppKit, AE51ACB3D5013F91B3693D3711F24D0A0)
0x7fffa8eae000 - 0x7fffa8eaefff ApplicationServices 48.0.0.0
0x7fffa8eaf000 - 0x7fffa8f1dfff ATS 236.0.0.0
0x7fffa8fb7000 - 0x7fffa90e6fff libFontParser.dylib 1.0.0.0
0x7fffa90e7000 - 0x7fffa9131fff libFontRegistry.dylib 1.0.0.0
0x7fffa918e000 - 0x7fffa91c1fff libTrueTypeScaler.dylib 1.0.0.0
0x7fffa922e000 - 0x7fffa92d8fff ColorSync 4.7.0.0
0x7fffa92d9000 - 0x7fffa932afff HIServices 593.0.0.0
0x7fffa932b000 - 0x7fffa933afff LangAnalysis 1.0.0.0
0x7fffa933b000 - 0x7fffa9388fff PrintCore 491.0.0.0
0x7fffa9389000 - 0x7fffa93c4fff QD 302.0.0.0
0x7fffa93c5000 - 0x7fffa93d0fff SpeechSynthesis 1.0.0.0
0x7fffa93d1000 - 0x7fffa95ddfff AudioToolbox 492.0.0.0
0x7fffa95de000 - 0x7fffa95defff AudioUnit 1.0.0.0
0x7fffa9747000 - 0x7fffa9b21fff CFNetwork 811.5.4.0
0x7fffa9b3b000 - 0x7fffa9b3bfff Carbon 157.0.0.0
0x7fffa9b3c000 - 0x7fffa9b3ffff CommonPanels 98.0.0.0
0x7fffa9b40000 - 0x7fffa9e49fff HIToolbox 857.8.0.0 (WARNING: No symbols, HIToolbox, 5367366E747E32CF8E7693CD8E7424C70)
0x7fffa9e4a000 - 0x7fffa9e4dfff Help 1.0.0.0
0x7fffa9e4e000 - 0x7fffa9e53fff ImageCapture 5.0.0.0
0x7fffa9e54000 - 0x7fffa9eebfff Ink 219.0.0.0
0x7fffa9eec000 - 0x7fffa9f06fff OpenScripting 1.0.0.0
0x7fffa9f07000 - 0x7fffa9f08fff Print 267.0.0.0
0x7fffa9f09000 - 0x7fffa9f0bfff SecurityHI 55006.0.0.0
0x7fffa9f0c000 - 0x7fffa9f12fff SpeechRecognition 1.0.0.0
0x7fffa9f13000 - 0x7fffa9ff2fff CloudKit 651.14.0.0
0x7fffa9ff3000 - 0x7fffa9ff3fff Cocoa 22.0.0.0
0x7fffaa13d000 - 0x7fffaa1cafff CoreAudio 1.0.0.0
0x7fffaa1cb000 - 0x7fffaa1defff CoreBluetooth 1.0.0.0
0x7fffaa1df000 - 0x7fffaa4dafff CoreData 754.2.0.0
0x7fffaa4db000 - 0x7fffaa588fff CoreDisplay 1.0.0.0
0x7fffaa589000 - 0x7fffaaa22fff CoreFoundation 1349.8.0.0 (WARNING: No symbols, CoreFoundation, 09ED473E5DE8307FB55C16F6419236D50)
0x7fffaaa23000 - 0x7fffab0a5fff CoreGraphics 1070.22.0.0
0x7fffab0a6000 - 0x7fffab2e9fff CoreImage 5.0.0.0
0x7fffab2ea000 - 0x7fffab34ffff CoreLocation 2101.0.63.0
0x7fffab350000 - 0x7fffab401fff CoreMedia 1.0.0.0
0x7fffab402000 - 0x7fffab44dfff CoreMediaIO 1.0.0.0
0x7fffab44e000 - 0x7fffab44efff CoreServices 775.19.0.0
0x7fffab44f000 - 0x7fffab4a0fff AE 712.5.0.0
0x7fffab4a1000 - 0x7fffab77cfff CarbonCore 1159.6.0.0
0x7fffab77d000 - 0x7fffab7b0fff DictionaryServices 1.0.0.0
0x7fffab7b1000 - 0x7fffab7b9fff FSEvents 1230.50.1.0
0x7fffab7ba000 - 0x7fffab926fff LaunchServices 775.19.0.0
0x7fffab927000 - 0x7fffab9d7fff Metadata 1075.40.0.0
0x7fffab9d8000 - 0x7fffaba37fff OSServices 775.19.0.0
0x7fffaba38000 - 0x7fffabaa8fff SearchKit 200.1.0.0
0x7fffabaa9000 - 0x7fffabaeefff SharedFileList 38.0.0.0
0x7fffabb77000 - 0x7fffabcc4fff CoreText 1.0.0.0
0x7fffabcc5000 - 0x7fffabcfafff CoreVideo 1.5.0.0
0x7fffabcfb000 - 0x7fffabd6cfff CoreWLAN 1.0.0.0
0x7fffabe6a000 - 0x7fffabe6ffff DiskArbitration 1.0.0.0
0x7fffac001000 - 0x7fffac3a7fff Foundation 1349.91.0.0 (WARNING: No symbols, Foundation, A37CB4EC07303DD6935860491BF40EF20)
0x7fffac3d3000 - 0x7fffac404fff GSS 1.0.0.0
0x7fffac405000 - 0x7fffac41dfff GameController 1.0.0.0
0x7fffac4c4000 - 0x7fffac567fff IOBluetooth 1.0.0.0
0x7fffac568000 - 0x7fffac5fefff IOKit 275.0.0.0
0x7fffac5ff000 - 0x7fffac605fff IOSurface 1.0.0.0
0x7fffac606000 - 0x7fffac657fff ImageCaptureCore 1.0.0.0
0x7fffac658000 - 0x7fffac7b8fff ImageIO 1.0.0.0
0x7fffac7b9000 - 0x7fffac7bdfff libGIF.dylib 1.0.0.0
0x7fffac7be000 - 0x7fffac8aefff libJP2.dylib 1.0.0.0
0x7fffac8af000 - 0x7fffac8d2fff libJPEG.dylib 1.0.0.0
0x7fffac8d3000 - 0x7fffac8fafff libPng.dylib 1.0.0.0
0x7fffac8fb000 - 0x7fffac8fdfff libRadiance.dylib 1.0.0.0
0x7fffac8fe000 - 0x7fffac94cfff libTIFF.dylib 1.0.0.0
0x7fffacaaa000 - 0x7fffad6b4fff JavaScriptCore 603.3.8.0
0x7fffad6b5000 - 0x7fffad6cefff Kerberos 6.0.0.0
0x7fffad958000 - 0x7fffad95efff MediaAccessibility 62.0.0.0
0x7fffad974000 - 0x7fffadeadfff MediaToolbox 1.0.0.0
0x7fffadeae000 - 0x7fffadf09fff Metal 1.0.0.0
0x7fffae7f2000 - 0x7fffae7fafff NetFS 1.0.0.0
0x7fffae9d1000 - 0x7fffae9d9fff libcldcpuengine.dylib 2.8.5.0
0x7fffae9da000 - 0x7fffaea28fff OpenCL 1.0.0.0
0x7fffaea29000 - 0x7fffaea42fff CFOpenDirectory 1.0.0.0
0x7fffaea43000 - 0x7fffaea4efff OpenDirectory 1.0.0.0
0x7fffaea4f000 - 0x7fffaea51fff libCVMSPluginSupport.dylib 1.0.0.0
0x7fffaea52000 - 0x7fffaea55fff libCoreFSCache.dylib 1.0.0.0
0x7fffaea56000 - 0x7fffaea5afff libCoreVMClient.dylib 1.0.0.0
0x7fffaea5b000 - 0x7fffaea64fff libGFXShared.dylib 1.0.0.0
0x7fffaea65000 - 0x7fffaea70fff libGL.dylib 1.0.0.0
0x7fffaea71000 - 0x7fffaeaadfff libGLImage.dylib 1.0.0.0
0x7fffaeaae000 - 0x7fffaec24fff libGLProgrammability.dylib 1.0.0.0
0x7fffaec25000 - 0x7fffaec66fff libGLU.dylib 1.0.0.0
0x7fffaf5ce000 - 0x7fffaf5dcfff OpenGL 1.0.0.0
0x7fffaf679000 - 0x7fffaf7c0fff QTKit 1.0.0.0
0x7fffaf7c1000 - 0x7fffafa2bfff ImageKit 1.0.0.0
0x7fffafa2c000 - 0x7fffafaf3fff PDFKit 1.0.0.0
0x7fffafaf4000 - 0x7fffb001afff QuartzComposer 168.0.0.0
0x7fffb001b000 - 0x7fffb003efff QuartzFilters 1.0.0.0
0x7fffb003f000 - 0x7fffb012cfff QuickLookUI 0.0.0.0
0x7fffb012d000 - 0x7fffb012dfff Quartz 1.0.0.0
0x7fffb012e000 - 0x7fffb032efff QuartzCore 1.11.0.0
0x7fffb032f000 - 0x7fffb0384fff QuickLook 0.0.0.0
0x7fffb0385000 - 0x7fffb039afff SafariServices 603.3.8.0
0x7fffb0895000 - 0x7fffb0b97fff Security 57740.60.18.0
0x7fffb0b98000 - 0x7fffb0c0dfff SecurityFoundation 55132.50.7.0
0x7fffb0c0e000 - 0x7fffb0c37fff SecurityInterface 55079.50.4.0
0x7fffb0c38000 - 0x7fffb0c3bfff ServiceManagement 972.70.1.0
0x7fffb0fc2000 - 0x7fffb1031fff SystemConfiguration 888.60.2.0
0x7fffb1032000 - 0x7fffb13e0fff VideoToolbox 1.0.0.0
0x7fffb3888000 - 0x7fffb38a3fff AppContainer 1.0.0.0
0x7fffb38a4000 - 0x7fffb38b1fff AppSandbox 1.0.0.0
0x7fffb38b2000 - 0x7fffb38d4fff Apple80211 1.0.0.0
0x7fffb38d5000 - 0x7fffb38e4fff AppleFSCompression 88.50.3.0
0x7fffb39d2000 - 0x7fffb3a5dfff AppleJPEG 1.0.0.0
0x7fffb3a96000 - 0x7fffb3a99fff AppleSystemInfo 1.0.0.0
0x7fffb3a9a000 - 0x7fffb3aecfff AppleVA 1.0.0.0
0x7fffb3af6000 - 0x7fffb3afdfff AssetCacheServices 48.3.0.0
0x7fffb3e90000 - 0x7fffb3f0efff Backup 1008.5.3.0
0x7fffb4b99000 - 0x7fffb4bc0fff ChunkingLibrary 173.0.0.0
0x7fffb4bc1000 - 0x7fffb4c4dfff CloudDocs 486.29.0.0
0x7fffb54e5000 - 0x7fffb54eefff CommonAuth 1.0.0.0
0x7fffb5673000 - 0x7fffb5a52fff CoreAUC 1.0.0.0
0x7fffb5a53000 - 0x7fffb5a83fff CoreAVCHD 5900.0.0.0
0x7fffb5c37000 - 0x7fffb5c47fff CoreEmoji 40.3.3.0
0x7fffb5d0c000 - 0x7fffb5d22fff CoreMediaAuthoring 1.0.0.0
0x7fffb5d29000 - 0x7fffb5db9fff CorePDF 1.0.0.0
0x7fffb5f82000 - 0x7fffb5fb2fff CoreServicesInternal 276.2.0.0
0x7fffb6243000 - 0x7fffb62d2fff CoreSymbolication 62046.0.0.0
0x7fffb62d3000 - 0x7fffb6412fff CoreUI 431.3.0.0
0x7fffb6413000 - 0x7fffb64e3fff CoreUtils 1.0.0.0
0x7fffb6533000 - 0x7fffb6598fff CoreWiFi 1.0.0.0
0x7fffb6599000 - 0x7fffb65a7fff CrashReporterSupport 827.0.0.0
0x7fffb6619000 - 0x7fffb6623fff DFRFoundation 104.25.0.0
0x7fffb6624000 - 0x7fffb6628fff DSExternalDisplay 1.0.0.0
0x7fffb665e000 - 0x7fffb66d3fff DataDetectorsCore 539.1.0.0
0x7fffb670f000 - 0x7fffb674efff DebugSymbols 137.0.0.0
0x7fffb674f000 - 0x7fffb6860fff DesktopServicesPriv 852.5.2.0
0x7fffb69a3000 - 0x7fffb69aefff DisplayServices 1.0.0.0
0x7fffb6b48000 - 0x7fffb6f79fff FaceCore 3.3.2.0
0x7fffb82d0000 - 0x7fffb82d0fff libmetal_timestamp.dylib 0.0.0.0
0x7fffb82dd000 - 0x7fffb82e8fff libGPUSupportMercury.dylib 1.0.0.0
0x7fffb85a1000 - 0x7fffb85bdfff GenerationalStorage 267.1.0.0
0x7fffb85d6000 - 0x7fffb8c88fff GeoServices 1228.24.9.0
0x7fffb8cce000 - 0x7fffb8d44fff Heimdal 1.0.0.0
0x7fffb935f000 - 0x7fffb9366fff IOAccelerator 1.0.0.0
0x7fffb9368000 - 0x7fffb937cfff IOPresentment 29.10.0.0
0x7fffb937d000 - 0x7fffb939ffff IconServices 74.4.0.0
0x7fffb943b000 - 0x7fffb944bfff IntlPreferences 216.0.0.0
0x7fffb9486000 - 0x7fffb963dfff LanguageModeling 123.2.5.0
0x7fffb9739000 - 0x7fffb97fbfff MMCS 385.4.0.0
0x7fffb9cad000 - 0x7fffb9cb0fff Mangrove 1.0.0.0
0x7fffb9f5e000 - 0x7fffb9fd7fff MetalPerformanceShaders 61.4.0.0
0x7fffba133000 - 0x7fffba141fff MobileKeyBag 1.0.0.0
0x7fffba152000 - 0x7fffba17afff MultitouchSupport 368.16.0.0
0x7fffba22c000 - 0x7fffba237fff NetAuth 1.0.0.0
0x7fffbab0f000 - 0x7fffbab50fff PerformanceAnalysis 148.3.0.0
0x7fffbb1fd000 - 0x7fffbb237fff ProtectedCloudStorage 1.0.0.0
0x7fffbb238000 - 0x7fffbb252fff ProtocolBuffer 249.1.0.0
0x7fffbb253000 - 0x7fffbb262fff QuickLookThumbnailing 1.0.0.0
0x7fffbb26b000 - 0x7fffbb28efff RemoteViewServices 1.0.0.0
0x7fffbbf58000 - 0x7fffbbf5bfff SecCodeWrapper 1.0.0.0
0x7fffbbfea000 - 0x7fffbc077fff Sharing 696.2.67.0
0x7fffbc098000 - 0x7fffbc2fefff SkyLight 600.0.0.0
0x7fffbc4dd000 - 0x7fffbc4e9fff SpeechRecognitionCore 1.0.0.0
0x7fffbcbd5000 - 0x7fffbcc49fff Symbolication 62048.1.0.0
0x7fffbd088000 - 0x7fffbd08efff TCC 1.0.0.0
0x7fffbd11a000 - 0x7fffbd1e0fff TextureIO 2.8.0.0
0x7fffbd254000 - 0x7fffbd255fff TrustEvaluationAgent 28.50.1.0
0x7fffbd256000 - 0x7fffbd3e6fff UIFoundation 490.7.0.0
0x7fffbdeb5000 - 0x7fffbdf75fff ViewBridge 1.0.0.0
0x7fffbe3c0000 - 0x7fffbe3c6fff XPCService 1.0.0.0
0x7fffbe497000 - 0x7fffbe499fff loginsupport 1.0.0.0
0x7fffbe4ee000 - 0x7fffbe509fff libCRFSuite.dylib 1.0.0.0
0x7fffbe50a000 - 0x7fffbe515fff libChineseTokenizer.dylib 21.0.0.0
0x7fffbe5a7000 - 0x7fffbe5a8fff libDiagnosticMessagesClient.dylib 1.0.0.0
0x7fffbe5a9000 - 0x7fffbe7bcfff libFosl_dynamic.dylib 0.0.0.0
0x7fffbe7d8000 - 0x7fffbe7dffff libMatch.1.dylib 1.0.0.0
0x7fffbe7e0000 - 0x7fffbe7e0fff libOpenScriptingUtil.dylib 1.0.0.0
0x7fffbe7e1000 - 0x7fffbe7e5fff libScreenReader.dylib 1.0.0.0
0x7fffbe7e6000 - 0x7fffbe7e7fff libSystem.B.dylib 1238.60.2.0
0x7fffbe853000 - 0x7fffbe87efff libarchive.2.dylib 9.2.0.0
0x7fffbe87f000 - 0x7fffbe8fbfff libate.dylib 1.12.13.0
0x7fffbe8ff000 - 0x7fffbe8fffff libauto.dylib 1.0.0.0
0x7fffbe900000 - 0x7fffbe910fff libbsm.0.dylib 1.0.0.0
0x7fffbe911000 - 0x7fffbe91ffff libbz2.1.0.dylib 1.0.5.0
0x7fffbe920000 - 0x7fffbe976fff libc++.1.dylib 307.5.0.0
0x7fffbe977000 - 0x7fffbe9a0fff libc++abi.dylib 307.4.0.0
0x7fffbe9a1000 - 0x7fffbe9b1fff libcmph.dylib 1.0.0.0
0x7fffbe9b2000 - 0x7fffbe9c8fff libcompression.dylib 1.0.0.0
0x7fffbe9c9000 - 0x7fffbe9c9fff libcoretls.dylib 121.50.4.0
0x7fffbe9ca000 - 0x7fffbe9cbfff libcoretls_cfhelpers.dylib 121.50.4.0
0x7fffbea85000 - 0x7fffbeb6afff libcrypto.0.9.8.dylib 0.9.8.0
0x7fffbed08000 - 0x7fffbed5bfff libcups.2.dylib 2.12.0.0
0x7fffbedaf000 - 0x7fffbedb6fff libdscsym.dylib 148.3.0.0
0x7fffbedd8000 - 0x7fffbedd8fff libenergytrace.dylib 1.0.0.0
0x7fffbede8000 - 0x7fffbededfff libheimdal-asn1.dylib 1.0.0.0
0x7fffbedee000 - 0x7fffbeee0fff libiconv.2.dylib 7.0.0.0
0x7fffbeee1000 - 0x7fffbf106fff libicucore.A.dylib 57.1.0.0
0x7fffbf10c000 - 0x7fffbf10dfff liblangid.dylib 1.0.0.0
0x7fffbf10e000 - 0x7fffbf127fff liblzma.5.dylib 6.3.0.0
0x7fffbf128000 - 0x7fffbf13efff libmarisa.dylib 1.0.0.0
0x7fffbf13f000 - 0x7fffbf3e7fff libmecabra.dylib 1.0.0.0
0x7fffbf41a000 - 0x7fffbf494fff libnetwork.dylib 1.0.0.0
0x7fffbf495000 - 0x7fffbf867fff libobjc.A.dylib 228.0.0.0 (WARNING: No symbols, libobjc.A.dylib, 70614861034032E285EDFE65759CDFFA0)
0x7fffbf86a000 - 0x7fffbf86efff libpam.2.dylib 3.0.0.0
0x7fffbf86f000 - 0x7fffbf8a0fff libpcap.A.dylib 1.0.0.0
0x7fffbf8bd000 - 0x7fffbf8d9fff libresolv.9.dylib 1.0.0.0
0x7fffbf8da000 - 0x7fffbf913fff libsandbox.1.dylib 1.0.0.0
0x7fffbf927000 - 0x7fffbf928fff libspindump.dylib 1.0.0.0
0x7fffbf929000 - 0x7fffbfa77fff libsqlite3.dylib 254.8.0.0
0x7fffbfb6c000 - 0x7fffbfb79fff libxar.1.dylib 1.3.0.0
0x7fffbfb7a000 - 0x7fffbfc69fff libxml2.2.dylib 10.9.0.0
0x7fffbfc6a000 - 0x7fffbfc93fff libxslt.1.dylib 3.26.0.0
0x7fffbfc94000 - 0x7fffbfca5fff libz.1.dylib 1.2.8.0
0x7fffbfcb4000 - 0x7fffbfcb8fff libcache.dylib 79.0.0.0
0x7fffbfcb9000 - 0x7fffbfcc3fff libcommonCrypto.dylib 60092.50.5.0
0x7fffbfcc4000 - 0x7fffbfccbfff libcompiler_rt.dylib 62.0.0.0
0x7fffbfccc000 - 0x7fffbfcd4fff libcopyfile.dylib 1.0.0.0
0x7fffbfcd5000 - 0x7fffbfd58fff libcorecrypto.dylib 442.50.19.0
0x7fffbfd59000 - 0x7fffbfd8afff libdispatch.dylib 703.50.37.0 (WARNING: No symbols, libdispatch.dylib, 6582BAD6ED273B30B62090B1C5A4AE3C0)
0x7fffbfd8b000 - 0x7fffbfd90fff libdyld.dylib 433.5.0.0 (WARNING: No symbols, libdyld.dylib, 9B2AC56D107C3541A1279094A751F2C90)
0x7fffbfd91000 - 0x7fffbfd91fff libkeymgr.dylib 28.0.0.0
0x7fffbfd92000 - 0x7fffbfd9efff libkxld.dylib 1.0.0.0
0x7fffbfd9f000 - 0x7fffbfd9ffff liblaunch.dylib 972.70.1.0
0x7fffbfda0000 - 0x7fffbfda5fff libmacho.dylib 898.0.0.0
0x7fffbfda6000 - 0x7fffbfda8fff libquarantine.dylib 85.50.1.0
0x7fffbfda9000 - 0x7fffbfdaafff libremovefile.dylib 45.0.0.0
0x7fffbfdab000 - 0x7fffbfdc3fff libsystem_asl.dylib 349.50.5.0
0x7fffbfdc4000 - 0x7fffbfdc4fff libsystem_blocks.dylib 67.0.0.0
0x7fffbfdc5000 - 0x7fffbfe52fff libsystem_c.dylib 1158.50.2.0
0x7fffbfe53000 - 0x7fffbfe56fff libsystem_configuration.dylib 888.60.2.0
0x7fffbfe57000 - 0x7fffbfe5afff libsystem_coreservices.dylib 41.4.0.0
0x7fffbfe5b000 - 0x7fffbfe73fff libsystem_coretls.dylib 121.50.4.0
0x7fffbfe74000 - 0x7fffbfe7afff libsystem_dnssd.dylib 765.50.9.0
0x7fffbfe7b000 - 0x7fffbfea4fff libsystem_info.dylib 503.50.4.0 (WARNING: No symbols, libsystem_info.dylib, 611DB84CBF703F928702B9F28A9009200)
0x7fffbfea5000 - 0x7fffbfec7fff libsystem_kernel.dylib 3789.70.16.0 (WARNING: No symbols, libsystem_kernel.dylib, 34B1F16CBC9C3C5F90450CAE91CB59140)
0x7fffbfec8000 - 0x7fffbff0ffff libsystem_m.dylib 3121.6.0.0
0x7fffbff10000 - 0x7fffbff2efff libsystem_malloc.dylib 116.50.8.0 (WARNING: No symbols, libsystem_malloc.dylib, A3D15F1799A633678C7E4280E8619C950)
0x7fffbff2f000 - 0x7fffbff88fff libsystem_network.dylib 1.0.0.0
0x7fffbff89000 - 0x7fffbff92fff libsystem_networkextension.dylib 1.0.0.0
0x7fffbff93000 - 0x7fffbff9cfff libsystem_notify.dylib 165.20.1.0
0x7fffbff9d000 - 0x7fffbffa5fff libsystem_platform.dylib 126.50.8.0
0x7fffbffa6000 - 0x7fffbffb0fff libsystem_pthread.dylib 218.60.3.0 (WARNING: No symbols, libsystem_pthread.dylib, B8FB5E20329539E2B5EBB464D1D4B1040)
0x7fffbffb1000 - 0x7fffbffb4fff libsystem_sandbox.dylib 592.70.1.0
0x7fffbffb5000 - 0x7fffbffb6fff libsystem_secinit.dylib 24.50.4.0
0x7fffbffb7000 - 0x7fffbffbefff libsystem_symptoms.dylib 1.0.0.0
0x7fffbffbf000 - 0x7fffbffd2fff libsystem_trace.dylib 518.70.1.0
0x7fffbffd3000 - 0x7fffbffd8fff libunwind.dylib 35.3.0.0
0x7fffbffd9000 - 0x7fffc0002fff libxpc.dylib 972.70.1.0
</code></pre></div> | <ul dir="auto">
<li>Output of <code class="notranslate">node_modules/.bin/electron --version</code>: 3.0.9</li>
<li>Operating System (Platform and Version): MacOS 10.13.6</li>
<li>Output of <code class="notranslate">node_modules/.bin/electron --version</code> on last known working Electron version (if applicable):</li>
</ul>
<p dir="auto"><strong>Expected Behavior</strong></p>
<ol dir="auto">
<li>Create a webview Insert into the document.body. And run a lot of js scripts in it.</li>
<li>Remove the webview from the body.</li>
<li>Put it back in the document.body.</li>
</ol>
<p dir="auto">I want the results of the previous run to continue in the webview.</p>
<p dir="auto"><strong>Actual behavior</strong><br>
The webview is destroyed. All the data in there is lost. And there is no opportunity for us to store data.</p>
<p dir="auto">issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398521548" data-permission-text="Title is private" data-url="https://github.com/electron/electron/issues/16372" data-hovercard-type="issue" data-hovercard-url="/electron/electron/issues/16372/hovercard" href="https://github.com/electron/electron/issues/16372">#16372</a></p>
<p dir="auto">demo: <a href="https://github.com/VisualSJ/electron-bug-1">https://github.com/VisualSJ/electron-bug-1</a></p>
<p dir="auto">What's the status of this issue now? Is there a plan?</p> | 0 |
<p dir="auto">by <strong>nautigar</strong>:</p>
<pre class="notranslate">In the section on Variable Declarations, the spec says:
If the type is absent and the corresponding expression evaluates to an untyped constant,
the type of the declared variable is as described in §Assignments.
In the Assignments Section, the only relevant paragraph on types says:
If an untyped constant is assigned to a variable of interface type or the blank
identifier, the constant is first converted to type bool, rune, int, float64, complex128
or string respectively, depending on whether the value is a boolean, rune, integer,
floating-point, complex, or string constant.
Example 1
const a = 100
var i interface{} = a
According to the spec cited above, the dynamic type of i is int. No problem.
Example 2
const a = 100
var v = a
The spec does not cover this case. How is the type of v determined?
Example 3
const a = 5000000000
var v = a
More serious problem here: Is this allowed? (playground experiment says no).
If yes, what should be the type of v (int64, uint64?). The spec does not cover this case.</pre> | <p dir="auto">by <strong>awpritchard</strong>:</p>
<pre class="notranslate">Before filing a bug, please check whether it has been fixed since
the latest release: run "hg pull -u" and retry what you did to
reproduce the problem. Thanks.
What steps will reproduce the problem?
1. Apply the patch attached as "patch" to an empty directory (creates 1.go,
2.go, Makefile)
2. run 'make'
-OR-
1. Create two cgo source files and refer to one C struct in both files, and one C struct
whose name is alphabetically before the previous C struct, in only one of the files.
2. Create the standard Makefile for this situation, with Make.inc, Make.pkg, and
CGOFILES=
3. run 'make'
What is the expected output?
The package compiles correctly and without warnings.
What do you see instead?
cgo emits a warning about inconsistent definitions for the struct included in both cgo
files (in this case, 'XRectangle')
Which compiler are you using (5g, 6g, 8g, gccgo)?
6g
Which operating system are you using?
linux
Which revision are you using? (hg identify)
3e8c5af7bb1a tip
Please provide any additional information below.
One way I can see this being solved is by identifying the _Ctype_struct___* definitions
by a hash of their C declarations, such that structs originating from the same C source
will be given the same name, regardless of the presence of other structs in the file,
and the warning will not be generated. I have attached a patch ("cgo.patch")
with a naive implementation of this suggestion using the crypto/md5 package. This
resolves the issue in my minimal example as well as in the actual package I originally
encountered the problem in, but may have performance issues compared to the original
implementation, as it calculates a cryptographic hash of every struct name used.</pre>
<p dir="auto">Attachments:</p>
<ol dir="auto">
<li><a href="https://storage.googleapis.com/go-attachment/1264/0/patch" rel="nofollow">patch</a> (779 bytes)</li>
<li><a href="https://storage.googleapis.com/go-attachment/1264/0/cgo.patch" rel="nofollow">cgo.patch</a> (642 bytes)</li>
</ol> | 0 |
<p dir="auto">There are command line tools for changing the network settings, enable disable services, etc. There are no command line tools in Windows for the video monitor.</p>
<p dir="auto">A command line tool that lets one set the screen resolution, rotation, duplication/extension via the command line. The tool would work or multi monitors by selection of the display number.</p>
<p dir="auto">Diplaymgr.exe <br>
Option:<br>
Resolution: 1024x768<br>
Color Depth:<br>
Rotate: 0, 90, 180, 270 (clock wise rotation)<br>
Multi monitor: duplicate / extend (If extension set display location to the primary display)<br>
SetAsPrimary<br>
Status – provides basic settings for all monitors</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> Allow changing focus to a different zone via shortcuts</h2>
<p dir="auto"><em>What is the expected behavior of the proposed feature? What is the scenario this would be used?</em></p>
<p dir="auto">In a focus layout, a user is working in the main area, then she receives a skype message. Her skype is open on another zone. Instead of reaching out to mouse, she will use win+shift+arrow keys to focus on skype. Somebody is telling her, there is something with a server. She responds to the message, and then instead of reaching out for the mouse again, she uses the same key combinations to focus on the already open windows terminal.</p>
<p dir="auto">In addition to the arrow keys, It could also be helpful to shift focus to a certain zone by using a shortcut.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/30809170/90549124-0546fa80-e15c-11ea-8958-5d73d62169a2.png"><img src="https://user-images.githubusercontent.com/30809170/90549124-0546fa80-e15c-11ea-8958-5d73d62169a2.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">If you'd like to see this feature implemented, add a 👍 reaction to this post.</p> | 0 |
<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.7</li>
<li>Operating System version: windows10</li>
<li>Java version: 1.8</li>
</ul>
<h3 dir="auto">Steps to reproduce this issue</h3>
<ol dir="auto">
<li>
<p dir="auto">regist >=2 services in nacos register center</p>
</li>
<li>
<p dir="auto">Ensure successful registration in Nacos</p>
</li>
<li>
<p dir="auto"><a href="http://url:qos_port/ls" rel="nofollow">http://url:qos_port/ls</a></p>
</li>
</ol>
<p dir="auto">Pls. provide [GitHub address] to reproduce this issue.</p>
<h3 dir="auto">Expected Result</h3>
<p dir="auto">As Provider side:<br>
+---------------------------------------------+---+<br>
| Provider Service Name |PUB|<br>
+---------------------------------------------+---+<br>
|com.example.test.service.TestProvider2Service| Y |<br>
+---------------------------------------------+---+<br>
| com.example.test.service.TestProviderService| Y |<br>
+---------------------------------------------+---+<br>
As Consumer side:<br>
+---------------------+---+<br>
|Consumer Service Name|NUM|<br>
+---------------------+---+</p>
<h3 dir="auto">Actual Result</h3>
<p dir="auto">What actually happens?<br>
As Provider side:<br>
+---------------------------------------------+---+<br>
| Provider Service Name |PUB|<br>
+---------------------------------------------+---+<br>
|com.example.test.service.TestProvider2Service| N |<br>
+---------------------------------------------+---+<br>
| com.example.test.service.TestProviderService| Y |<br>
+---------------------------------------------+---+<br>
As Consumer side:<br>
+---------------------+---+<br>
|Consumer Service Name|NUM|<br>
+---------------------+---+</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: 2.6.8</li>
<li>Operating System version: windows</li>
<li>Java version: 8</li>
</ul>
<h3 dir="auto">Steps to reproduce this issue</h3>
<p dir="auto">使用的版本<br>
<code class="notranslate"> <properties> <java.version>1.8</java.version> <spring-boot.version>1.4.0.RELEASE</spring-boot.version> <spring.version>4.3.25.RELEASE</spring.version> <dubbo.version>2.6.8</dubbo.version> <dubbo.spring-boot.version>0.1.2.RELEASE</dubbo.spring-boot.version> <nacos.version>1.0.0</nacos.version> </properties></code><br>
配置信息:<br>
`spring:<br>
application:<br>
name: v5-ctp-organization</p>
<p dir="auto">dubbo:<br>
protocol:<br>
id: dubbo<br>
name: dubbo<br>
port: 20880<br>
host: 10.6.5.117<br>
application:<br>
name: ${spring.application.name}<br>
id: ${spring.application.name}<br>
registry:<br>
timeout: 3000<br>
address: nacos://localhost:8888<br>
username: nacos<br>
password: nacos<br>
id: ${spring.application.name}-registry`<br>
启动报错<br>
Caused by: java.lang.IllegalStateException: Invalid name="com.alibaba.dubbo.config.ApplicationConfig#0" contains illegal character, only digit, letter, '-', '_' or '.' is legal.<br>
at com.alibaba.dubbo.config.AbstractConfig.checkProperty(AbstractConfig.java:396) ~[dubbo-2.6.8.jar:2.6.8]<br>
at com.alibaba.dubbo.config.AbstractConfig.checkName(AbstractConfig.java:354) ~[dubbo-2.6.8.jar:2.6.8]<br>
at com.alibaba.dubbo.config.ApplicationConfig.setName(ApplicationConfig.java:99) ~[dubbo-2.6.8.jar:2.6.8]<br>
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_191]<br>
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_191]<br>
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_191]<br>
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_191]<br>
at org.springframework.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:216) ~[spring-core-4.3.2.RELEASE.jar:4.3.2.RELEASE]<br>
at com.alibaba.dubbo.config.spring.context.config.NamePropertyDefaultValueDubboConfigBeanCustomizer.customize(NamePropertyDefaultValueDubboConfigBeanCustomizer.java:65) ~[dubbo-2.6.8.jar:2.6.8]<br>
at com.alibaba.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor.customize(DubboConfigBindingBeanPostProcessor.java:109) ~[dubbo-2.6.8.jar:2.6.8]<br>
at com.alibaba.dubbo.config.spring.beans.factory.annotation.DubboConfigBindingBeanPostProcessor.postProcessBeforeInitialization(DubboConfigBindingBeanPostProcessor.java:91) ~[dubbo-2.6.8.jar:2.6.8]<br>
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:408) ~[spring-beans-4.3.2.RELEASE.jar:4.3.2.RELEASE]<br>
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1570) ~[spring-beans-4.3.2.RELEASE.jar:4.3.2.RELEASE]<br>
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545) ~[spring-beans-4.3.2.RELEASE.jar:4.3.2.RELEASE]<br>
... 15 common frames omitted</p>
<p dir="auto">Pls. provide [GitHub address] to reproduce this issue.</p>
<h3 dir="auto">Expected Result</h3>
<p dir="auto">正常启动</p>
<h3 dir="auto">Actual Result</h3>
<p dir="auto">无法启动项目</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"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=javapro123" rel="nofollow">Ashish</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8850?redirect=false" rel="nofollow">SPR-8850</a></strong> and commented</p>
<p dir="auto">I am trying to specify a custom key generator. When I have the following in the config file for enabling annotation based caching I get the error while loading the config file. I need to generate a hashCode based on the combination of methodName + params</p>
<p dir="auto"><cache:annotation-driven key-generator="myKeyGenerator"/></p>
<p dir="auto">Error:</p>
<hr>
<p dir="auto">Exception in thread "Main Thread" org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 10 in XML document from class path resource [MyContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: Attribute 'key-generator' is not allowed to appear in element 'cache:annotation-driven'.<br>
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:396)<br>
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:334)<br>
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:302)<br>
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:174)<br>
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:209)<br>
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:180)<br>
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:243)<br>
at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:127)<br>
at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:94)<br>
at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:131)<br>
at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:523)<br>
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:436)<br>
at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)<br>
at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:84)<br>
at com.iw.cache.CacheTest.main(CacheTest.java:10)<br>
Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: Attribute 'key-generator' is not allowed to appear in element 'cache:annotation-driven'.<br>
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195)<br>
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:131)<br>
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:384)<br>
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:318)<br>
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:417)<br>
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3182)<br>
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processAttributes(XMLSchemaValidator.java:2659)<br>
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2066)<br>
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(XMLSchemaValidator.java:725)<br>
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:377)<br>
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2755)<br>
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648)<br>
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:140)<br>
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:511)<br>
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:808)<br>
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)<br>
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:119)<br>
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:235)<br>
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284)<br>
at org.springframework.beans.factory.xml.DefaultDocumentLoader.loadDocument(DefaultDocumentLoader.java:75)<br>
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:388)<br>
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:334)<br>
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:302)<br>
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:174)<br>
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:209)<br>
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:180)<br>
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:243)<br>
at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:127)<br>
at org.springframework.context.support.AbstractXmlApplicationContext.loadBeanDefinitions(AbstractXmlApplicationContext.java:93)<br>
at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:131)<br>
at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:522)<br>
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:436)<br>
at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)<br>
at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:83)<br>
... 1 more</p>
<hr>
<p dir="auto"><strong>Affects:</strong> 3.1 RC1</p> | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=headset" rel="nofollow">ML</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-2664?redirect=false" rel="nofollow">SPR-2664</a></strong> and commented</p>
<p dir="auto">Section 9.3 in the manual states:</p>
<p dir="auto">"If we use JTA, as in the dataAccessContext-jta.xml file from the same sample application, we need to use a container DataSource, obtained via JNDI, and a JtaTransactionManager implementation."</p>
<p dir="auto">But <a href="http://www.onjava.com/lpt/a/6469" rel="nofollow">http://www.onjava.com/lpt/a/6469</a> appears to show JTA without JNDI and without an app server:</p>
<p dir="auto">"In our scenario, we will process incoming bank orders from a Java Message Service (JMS) queue. The processing of an order involves updating the account database via Java Database Connectivity (JDBC). In order to avoid message loss or duplicates, we will use the Java Transaction API (JTA) and JTA/XA transactions to coordinate the updates: consuming a message and updating the database will happen in one atomic transaction."</p>
<p dir="auto">"If we were using an application server, then we would have to resort to Java Naming and Directory Interface (JNDI) lookups instead."</p>
<p dir="auto">unrelated side note: I keep reading how JMS also requires an app server and here it looks like that's not really the case. Comments, corrections, clarifications on this would be most welcome.</p>
<hr>
<p dir="auto"><strong>Affects:</strong> 2.0 RC4</p> | 0 |
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/1439" rel="nofollow">http://projects.scipy.org/numpy/ticket/1439</a> on 2010-03-27 by @zachrahan, assigned to unknown.</em></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import numpy
a = numpy.array([[1,2],[3,4]], order='F')
print a
l = list(a.flat)
print a
f = numpy.fromiter(a.flat, a.dtype)
print a
a2 = numpy.array(a.flat)
print a"><pre class="notranslate"><code class="notranslate">import numpy
a = numpy.array([[1,2],[3,4]], order='F')
print a
l = list(a.flat)
print a
f = numpy.fromiter(a.flat, a.dtype)
print a
a2 = numpy.array(a.flat)
print a
</code></pre></div>
<p dir="auto">yields:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="array([[1, 2],
[3, 4]])
array([[1, 2],
[3, 4]])
array([[1, 2],
[3, 4]])
array([[1, 3],
[2, 4]])"><pre class="notranslate"><code class="notranslate">array([[1, 2],
[3, 4]])
array([[1, 2],
[3, 4]])
array([[1, 2],
[3, 4]])
array([[1, 3],
[2, 4]])
</code></pre></div>
<p dir="auto">If 'a' is C-contiguous, this doesn't happen; likewise no problem (I think) if 'a' is a F-contiguous view on another array.</p> | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/819" rel="nofollow">http://projects.scipy.org/numpy/ticket/819</a> on 2008-06-13 by trac user ahaldane, assigned to unknown.</em></p>
<p dir="auto">Hi,</p>
<p dir="auto">I get an unexpected effect from doing .flat on arrays created by c_. In the code below, the values in the variable 'b' seem to get re-ordered during the call to array. Using .flatten() instead works as expected.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from numpy import c_, array
from numpy.random import rand
b = c_[ rand(2,2), rand(2)]
print b
array(b.flat)
print b "><pre class="notranslate"><code class="notranslate">from numpy import c_, array
from numpy.random import rand
b = c_[ rand(2,2), rand(2)]
print b
array(b.flat)
print b
</code></pre></div>
<p dir="auto">This prints:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[[ 0.8606752 0.11848512 0.95805826]
[ 0.84665539 0.7989498 0.20762479]]
[[ 0.8606752 0.95805826 0.7989498 ]
[ 0.11848512 0.84665539 0.20762479]] "><pre class="notranslate"><code class="notranslate">[[ 0.8606752 0.11848512 0.95805826]
[ 0.84665539 0.7989498 0.20762479]]
[[ 0.8606752 0.95805826 0.7989498 ]
[ 0.11848512 0.84665539 0.20762479]]
</code></pre></div> | 1 |
<p dir="auto">It would be cool if electron would serve as the go to platform for web devs looking to roll out on all the popular platforms.</p>
<p dir="auto">Native mobile is key because of the convenience of having an app sit on your phone rather than in a browser tab somewhere. Could be popular because a lot of the apps built on electron are already responsive.</p>
<p dir="auto">Thoughts on implementation: Android -> Webviews, IOS -> ??</p> | <p dir="auto">It'd be awesome if atom-shell supported iOS/Android. What is required to achieve this support? Related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="34662597" data-permission-text="Title is private" data-url="https://github.com/electron/electron/issues/366" data-hovercard-type="issue" data-hovercard-url="/electron/electron/issues/366/hovercard" href="https://github.com/electron/electron/issues/366">#366</a></p> | 1 |
<h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">There are a lot of links/helpers in the start menu search to commonly used settings in the control panel/settings apps. It'd be great to be able to search and surface these as part of the Power Toys run search as well. E.g.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/8959496/86890610-6cc84f80-c0b2-11ea-8e96-f78b64074833.png"><img src="https://user-images.githubusercontent.com/8959496/86890610-6cc84f80-c0b2-11ea-8e96-f78b64074833.png" alt="image" style="max-width: 100%;"></a></p>
<p dir="auto">Currently Power Toys Run provides no suggestions:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/8959496/86890644-7c479880-c0b2-11ea-9256-364583b336fb.png"><img src="https://user-images.githubusercontent.com/8959496/86890644-7c479880-c0b2-11ea-9256-364583b336fb.png" alt="image" style="max-width: 100%;"></a></p> | <h1 dir="auto">Add ability to use "Fancy zones" with Visual Studio "windowed-tabs"</h1>
<p dir="auto">As a visual studio user I'm having some tabs in a separate windows on my secondary screen (source control for example). I would like to be able to use "Fancy zones" feature on those windows as well. Now it's not possible as of v0.18.2, but it was possible before (not sure about the version though).</p>
<p dir="auto">Thanks in advance and thank you for a great product!</p> | 0 |
<h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: [v1.35.1]</li>
<li>Operating System: [All]</li>
<li>Browser: [All]</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"><a href="https://github.com/edumserrano/playwright-bug-reuse-existing-server">Link to the GitHub repository with the repro</a></p>
<p dir="auto"><strong>Steps</strong></p>
<ol dir="auto">
<li>Clone this repo and using your shell of choice navigate to the root of the repo.</li>
<li>Execute <code class="notranslate">npm start</code>. This will build and run an angular app.</li>
<li>Once the angular app is running, execute <code class="notranslate">npm test</code></li>
</ol>
<p dir="auto">When running with node <code class="notranslate">16.19.1</code> the output after <code class="notranslate">step 3</code> is:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="> demo-app@0.0.0 test
> npx playwright test
Running 1 test using 1 worker
✓ 1 [chromium] › example.spec.ts:3:5 › dummy test (1.8s)
1 passed (2.6s)"><pre class="notranslate"><code class="notranslate">> demo-app@0.0.0 test
> npx playwright test
Running 1 test using 1 worker
✓ 1 [chromium] › example.spec.ts:3:5 › dummy test (1.8s)
1 passed (2.6s)
</code></pre></div>
<p dir="auto">When running with node <code class="notranslate">18.16.0</code> the output after <code class="notranslate">step 3</code> is:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="> demo-app@0.0.0 test
> npx playwright test
[WebServer] ? Port 4200 is already in use.
Would you like to use a different port? (Y/n) [WebServer]
Error: Timed out waiting 30000ms from config.webServer."><pre class="notranslate"><code class="notranslate">> demo-app@0.0.0 test
> npx playwright test
[WebServer] ? Port 4200 is already in use.
Would you like to use a different port? (Y/n) [WebServer]
Error: Timed out waiting 30000ms from config.webServer.
</code></pre></div>
<p dir="auto">As you can see, it tries to execute the <code class="notranslate">webServer.command</code> and then eventually times out because the port is already taken.</p>
<p dir="auto"><strong>Expected</strong></p>
<p dir="auto">When running on node <code class="notranslate">18.16.0</code> it should NOT try to execute the <code class="notranslate">webServer.command</code> when <code class="notranslate">webServer.reuseExistingServer</code> is set to true.</p>
<p dir="auto"><strong>Actual</strong></p>
<p dir="auto">When running on node <code class="notranslate">18.16.0</code> it executes the <code class="notranslate">webServer.command</code> when <code class="notranslate">webServer.reuseExistingServer</code> is set to true.</p>
<h3 dir="auto">Other</h3>
<p dir="auto">I used <a href="https://github.com/nvm-sh/nvm">nvm</a> to swap between node versions whilst testing this.</p> | <h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: [v8.17.0]</li>
<li>Operating System: Windows 10 Pro</li>
<li>Browser: Chromium</li>
<li>Other info:</li>
</ul>
<h3 dir="auto">Source code</h3>
<p dir="auto">Due to security aspects i cannot share the company code. I would appreciate any help you can provide with out reproducing the problem on your computer. when i run the test either by debug either by run test i see that every step passes succefuly. In the terminal i see it writes test passes. but then it reruns the test again as if it failed. and also in the final report it writes failed.<br>
I am attaching the test code - u will not be able to run it locally but maybe it could help.</p>
<p dir="auto">also I have 30 tests it HAPPENS ONLY in this test. al the rest are fine. this is not the only test that run with for<br>
(const hotelSupplier of hotelSupplierList)</p>
<p dir="auto">TEST CODE</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const test = require('../testFixtures/fixture')
const fs = require('fs')
const testDataLogic = JSON.parse(fs.readFileSync('./data/homePageLogicData.json', 'utf-8'))
const { parse } = require('csv-parse/sync')
const hotelSupplierList = parse(fs.readFileSync('./data/hotelSupplierForHotelQouteTest.csv'), {
columns: true,
skip_empty_lines: true
})
test.beforeEach(async ({ homePageLogic }, testInfo) => {
console.log(`Running ${testInfo.title}`)
await homePageLogic.openApp()
})
test.afterEach(async ({ page }, testInfo) => {
console.log(`Finished ${testInfo.title} with status ${testInfo.status}`)
if (testInfo.status !== testInfo.expectedStatus) { console.log(`Did not run as expected, ended up at ${page.url()}`) }
})
for (const hotelSupplier of hotelSupplierList) {
test.setTimeout(320000)
test(`Produce Hotel Quetaion and validate quotaion Arrives To Mail ${hotelSupplier.HotelSupplierName}`, async ({ homePageLogic, emailHelperPage }) => {
await test.step('Create Trip and add PaxTo Trip', async () => {
await homePageLogic.createNewTrip()
await homePageLogic.addPaxToTripByID(testDataLogic.paxidKarimAbdul)
await homePageLogic.validatePaxIDVisibleInTrip(testDataLogic.paxidKarimAbdul)
})
await test.step('search Hotel + choose Hotel + add qoute to cart + send mail ', async () => {
await homePageLogic.pressOnHotelSearchButton()
await homePageLogic.searchHotel(testDataLogic.destinationCity, '', hotelSupplier.HotelSupplierName)
await homePageLogic.selectHotelFirstResult()
await homePageLogic.addToQouteAndSendByMail()
})
await test.step('go to gmail verify email was recived with the subject hotel quote', async () => {
const emailReturned = await emailHelperPage.returnMail('helpers/credentialsAmsalemMail.json', 'helpers/tokenAmsalemMail.json', testDataLogic.AgentRobotestEmailBox, 'Quote for: ' + testDataLogic.KarimAbdulFullName)
await emailHelperPage.validateMailWasFound(emailReturned)
})
})
}"><pre class="notranslate"><span class="pl-k">const</span> <span class="pl-s1">test</span> <span class="pl-c1">=</span> <span class="pl-en">require</span><span class="pl-kos">(</span><span class="pl-s">'../testFixtures/fixture'</span><span class="pl-kos">)</span>
<span class="pl-k">const</span> <span class="pl-s1">fs</span> <span class="pl-c1">=</span> <span class="pl-en">require</span><span class="pl-kos">(</span><span class="pl-s">'fs'</span><span class="pl-kos">)</span>
<span class="pl-k">const</span> <span class="pl-s1">testDataLogic</span> <span class="pl-c1">=</span> <span class="pl-c1">JSON</span><span class="pl-kos">.</span><span class="pl-en">parse</span><span class="pl-kos">(</span><span class="pl-s1">fs</span><span class="pl-kos">.</span><span class="pl-en">readFileSync</span><span class="pl-kos">(</span><span class="pl-s">'./data/homePageLogicData.json'</span><span class="pl-kos">,</span> <span class="pl-s">'utf-8'</span><span class="pl-kos">)</span><span class="pl-kos">)</span>
<span class="pl-k">const</span> <span class="pl-kos">{</span> parse <span class="pl-kos">}</span> <span class="pl-c1">=</span> <span class="pl-en">require</span><span class="pl-kos">(</span><span class="pl-s">'csv-parse/sync'</span><span class="pl-kos">)</span>
<span class="pl-k">const</span> <span class="pl-s1">hotelSupplierList</span> <span class="pl-c1">=</span> <span class="pl-en">parse</span><span class="pl-kos">(</span><span class="pl-s1">fs</span><span class="pl-kos">.</span><span class="pl-en">readFileSync</span><span class="pl-kos">(</span><span class="pl-s">'./data/hotelSupplierForHotelQouteTest.csv'</span><span class="pl-kos">)</span><span class="pl-kos">,</span> <span class="pl-kos">{</span>
<span class="pl-c1">columns</span>: <span class="pl-c1">true</span><span class="pl-kos">,</span>
<span class="pl-c1">skip_empty_lines</span>: <span class="pl-c1">true</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span>
<span class="pl-s1">test</span><span class="pl-kos">.</span><span class="pl-en">beforeEach</span><span class="pl-kos">(</span><span class="pl-k">async</span> <span class="pl-kos">(</span><span class="pl-kos">{</span> homePageLogic <span class="pl-kos">}</span><span class="pl-kos">,</span> <span class="pl-s1">testInfo</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">log</span><span class="pl-kos">(</span><span class="pl-s">`Running <span class="pl-s1"><span class="pl-kos">${</span><span class="pl-s1">testInfo</span><span class="pl-kos">.</span><span class="pl-c1">title</span><span class="pl-kos">}</span></span>`</span><span class="pl-kos">)</span>
<span class="pl-k">await</span> <span class="pl-s1">homePageLogic</span><span class="pl-kos">.</span><span class="pl-en">openApp</span><span class="pl-kos">(</span><span class="pl-kos">)</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span>
<span class="pl-s1">test</span><span class="pl-kos">.</span><span class="pl-en">afterEach</span><span class="pl-kos">(</span><span class="pl-k">async</span> <span class="pl-kos">(</span><span class="pl-kos">{</span> page <span class="pl-kos">}</span><span class="pl-kos">,</span> <span class="pl-s1">testInfo</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">log</span><span class="pl-kos">(</span><span class="pl-s">`Finished <span class="pl-s1"><span class="pl-kos">${</span><span class="pl-s1">testInfo</span><span class="pl-kos">.</span><span class="pl-c1">title</span><span class="pl-kos">}</span></span> with status <span class="pl-s1"><span class="pl-kos">${</span><span class="pl-s1">testInfo</span><span class="pl-kos">.</span><span class="pl-c1">status</span><span class="pl-kos">}</span></span>`</span><span class="pl-kos">)</span>
<span class="pl-k">if</span> <span class="pl-kos">(</span><span class="pl-s1">testInfo</span><span class="pl-kos">.</span><span class="pl-c1">status</span> <span class="pl-c1">!==</span> <span class="pl-s1">testInfo</span><span class="pl-kos">.</span><span class="pl-c1">expectedStatus</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">`Did not run as expected, ended up at <span class="pl-s1"><span class="pl-kos">${</span><span class="pl-s1">page</span><span class="pl-kos">.</span><span class="pl-en">url</span><span class="pl-kos">(</span><span class="pl-kos">)</span><span class="pl-kos">}</span></span>`</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">for</span> <span class="pl-kos">(</span><span class="pl-k">const</span> <span class="pl-s1">hotelSupplier</span> <span class="pl-k">of</span> <span class="pl-s1">hotelSupplierList</span><span class="pl-kos">)</span> <span class="pl-kos">{</span>
<span class="pl-s1">test</span><span class="pl-kos">.</span><span class="pl-en">setTimeout</span><span class="pl-kos">(</span><span class="pl-c1">320000</span><span class="pl-kos">)</span>
<span class="pl-s1">test</span><span class="pl-kos">(</span><span class="pl-s">`Produce Hotel Quetaion and validate quotaion Arrives To Mail <span class="pl-s1"><span class="pl-kos">${</span><span class="pl-s1">hotelSupplier</span><span class="pl-kos">.</span><span class="pl-c1">HotelSupplierName</span><span class="pl-kos">}</span></span>`</span><span class="pl-kos">,</span> <span class="pl-k">async</span> <span class="pl-kos">(</span><span class="pl-kos">{</span> homePageLogic<span class="pl-kos">,</span> emailHelperPage <span class="pl-kos">}</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-kos">{</span>
<span class="pl-k">await</span> <span class="pl-s1">test</span><span class="pl-kos">.</span><span class="pl-en">step</span><span class="pl-kos">(</span><span class="pl-s">'Create Trip and add PaxTo Trip'</span><span class="pl-kos">,</span> <span class="pl-k">async</span> <span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-kos">{</span>
<span class="pl-k">await</span> <span class="pl-s1">homePageLogic</span><span class="pl-kos">.</span><span class="pl-en">createNewTrip</span><span class="pl-kos">(</span><span class="pl-kos">)</span>
<span class="pl-k">await</span> <span class="pl-s1">homePageLogic</span><span class="pl-kos">.</span><span class="pl-en">addPaxToTripByID</span><span class="pl-kos">(</span><span class="pl-s1">testDataLogic</span><span class="pl-kos">.</span><span class="pl-c1">paxidKarimAbdul</span><span class="pl-kos">)</span>
<span class="pl-k">await</span> <span class="pl-s1">homePageLogic</span><span class="pl-kos">.</span><span class="pl-en">validatePaxIDVisibleInTrip</span><span class="pl-kos">(</span><span class="pl-s1">testDataLogic</span><span class="pl-kos">.</span><span class="pl-c1">paxidKarimAbdul</span><span class="pl-kos">)</span>
<span class="pl-kos">}</span><span class="pl-kos">)</span>
<span class="pl-k">await</span> <span class="pl-s1">test</span><span class="pl-kos">.</span><span class="pl-en">step</span><span class="pl-kos">(</span><span class="pl-s">'search Hotel + choose Hotel + add qoute to cart + send mail '</span><span class="pl-kos">,</span> <span class="pl-k">async</span> <span class="pl-kos">(</span><span class="pl-kos">)</span> <span class="pl-c1">=></span> <span class="pl-kos">{</span>
<span class="pl-k">await</span> <span class="pl-s1">homePageLogic</span><span class="pl-kos">.</span><span class="pl-en">pressOnHotelSearchButton</span><span class="pl-kos">(</span><span class="pl-kos">)</span>
<span class="pl-k">await</span> <span class="pl-s1">homePageLogic</span><span class="pl-kos">.</span><span class="pl-en">searchHotel</span><span class="pl-kos">(</span><span class="pl-s1">testDataLogic</span><span class="pl-kos">.</span><span class="pl-c1">destinationCity</span><span class="pl-kos">,</span> <span class="pl-s">''</span><span class="pl-kos">,</span> <span class="pl-s1">hotelSupplier</span><span class="pl-kos">.</span><span class="pl-c1">HotelSupplierName</span><span class="pl-kos">)</span>
<span class="pl-k">await</span> <span class="pl-s1">homePageLogic</span><span class="pl-kos">.</span><span class="pl-en">selectHotelFirstResult</span><span class="pl-kos">(</span><span class="pl-kos">)</span>
<span class="pl-k">await</span> <span class="pl-s1">homePageLogic</span><span class="pl-kos">.</span><span class="pl-en">addToQouteAndSendByMail</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">await</span> <span class="pl-s1">test</span><span class="pl-kos">.</span><span class="pl-en">step</span><span class="pl-kos">(</span><span class="pl-s">'go to gmail verify email was recived with the subject hotel quote'</span><span class="pl-kos">,</span> <span class="pl-k">async</span> <span class="pl-kos">(</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">emailReturned</span> <span class="pl-c1">=</span> <span class="pl-k">await</span> <span class="pl-s1">emailHelperPage</span><span class="pl-kos">.</span><span class="pl-en">returnMail</span><span class="pl-kos">(</span><span class="pl-s">'helpers/credentialsAmsalemMail.json'</span><span class="pl-kos">,</span> <span class="pl-s">'helpers/tokenAmsalemMail.json'</span><span class="pl-kos">,</span> <span class="pl-s1">testDataLogic</span><span class="pl-kos">.</span><span class="pl-c1">AgentRobotestEmailBox</span><span class="pl-kos">,</span> <span class="pl-s">'Quote for: '</span> <span class="pl-c1">+</span> <span class="pl-s1">testDataLogic</span><span class="pl-kos">.</span><span class="pl-c1">KarimAbdulFullName</span><span class="pl-kos">)</span>
<span class="pl-k">await</span> <span class="pl-s1">emailHelperPage</span><span class="pl-kos">.</span><span class="pl-en">validateMailWasFound</span><span class="pl-kos">(</span><span class="pl-s1">emailReturned</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">playwright.config.js file</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const config = {
reporter: 'list',
retries: 1,
workers: 3,
timeout: 150000,
fullyParallel: true,
use: {
video: 'retain-on-failure',
screenshot: 'only-on-failure',
browserName: 'chromium',
headless: false,
viewport: { width: 1100, height: 850 }
},
expect: {
timeout: 4000
}
}
module.exports = config"><pre class="notranslate"><span class="pl-k">const</span> <span class="pl-s1">config</span> <span class="pl-c1">=</span> <span class="pl-kos">{</span>
<span class="pl-c1">reporter</span>: <span class="pl-s">'list'</span><span class="pl-kos">,</span>
<span class="pl-c1">retries</span>: <span class="pl-c1">1</span><span class="pl-kos">,</span>
<span class="pl-c1">workers</span>: <span class="pl-c1">3</span><span class="pl-kos">,</span>
<span class="pl-c1">timeout</span>: <span class="pl-c1">150000</span><span class="pl-kos">,</span>
<span class="pl-c1">fullyParallel</span>: <span class="pl-c1">true</span><span class="pl-kos">,</span>
<span class="pl-c1">use</span>: <span class="pl-kos">{</span>
<span class="pl-c1">video</span>: <span class="pl-s">'retain-on-failure'</span><span class="pl-kos">,</span>
<span class="pl-c1">screenshot</span>: <span class="pl-s">'only-on-failure'</span><span class="pl-kos">,</span>
<span class="pl-c1">browserName</span>: <span class="pl-s">'chromium'</span><span class="pl-kos">,</span>
<span class="pl-c1">headless</span>: <span class="pl-c1">false</span><span class="pl-kos">,</span>
<span class="pl-c1">viewport</span>: <span class="pl-kos">{</span> <span class="pl-c1">width</span>: <span class="pl-c1">1100</span><span class="pl-kos">,</span> <span class="pl-c1">height</span>: <span class="pl-c1">850</span> <span class="pl-kos">}</span>
<span class="pl-kos">}</span><span class="pl-kos">,</span>
<span class="pl-c1">expect</span>: <span class="pl-kos">{</span>
<span class="pl-c1">timeout</span>: <span class="pl-c1">4000</span>
<span class="pl-kos">}</span>
<span class="pl-kos">}</span>
<span class="pl-smi">module</span><span class="pl-kos">.</span><span class="pl-c1">exports</span> <span class="pl-c1">=</span> <span class="pl-s1">config</span></pre></div>
<p dir="auto"><strong>Steps</strong><br>
run the test</p>
<p dir="auto"><strong>Expected</strong></p>
<p dir="auto">in the terminal it will be written test passed and test wont rerun again as if failed.</p>
<p dir="auto"><strong>Actual</strong></p>
<p dir="auto">in the terminal --> "test passed" but it reruns again and in the end it marked as failed<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/114003622/236122152-00b66638-75e2-4770-8111-6c4db2de25b7.png"><img src="https://user-images.githubusercontent.com/114003622/236122152-00b66638-75e2-4770-8111-6c4db2de25b7.png" alt="image" style="max-width: 100%;"></a></p> | 0 |
<p dir="auto">have been geting use cases that requires either of those, but Haven't found how any of that can be implemented yet.<br>
Who else sees a need for those features?</p> | <h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">On a mac with an iOS simulator open, execute</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="cd examples/layers
flutter run -t widgets/hello_world.dart"><pre class="notranslate"><span class="pl-c1">cd</span> examples/layers
flutter run -t widgets/hello_world.dart</pre></div>
<p dir="auto">The build fails (log below). It appears that <code class="notranslate">pod install</code> was not done as part of building (cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jakobr-google/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jakobr-google">@jakobr-google</a> )</p>
<p dir="auto">Works fine on the same host machine with an Android emulator open instead of the iOS simulator.</p>
<h2 dir="auto">Logs</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ flutter run -t widgets/hello_world.dart
Launching widgets/hello_world.dart on iPhone 7 in debug mode...
Running Xcode build... 0.8s
Failed to build iOS app
Error output from Xcode build:
↳
** BUILD FAILED **
The following build commands failed:
PhaseScriptExecution [CP]\ Check\ Pods\ Manifest.lock /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-AB1344B0443C71CD721E1BB7.sh
(1 failure)
Xcode's output:
↳
Build settings from command line:
ARCHS = x86_64
BUILD_DIR = /Users/mravn/github/flutter/examples/layers/build/ios
ONLY_ACTIVE_ARCH = YES
SDKROOT = iphonesimulator10.3
=== CLEAN TARGET Runner OF PROJECT Runner WITH CONFIGURATION Release ===
Check dependencies
Release.xcconfig line 2: Unable to find included file "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
Release.xcconfig line 2: Unable to find included file "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
Clean.Remove clean /Users/mravn/github/flutter/examples/layers/build/ios/Release-iphonesimulator/Runner.app
builtin-rm -rf /Users/mravn/github/flutter/examples/layers/build/ios/Release-iphonesimulator/Runner.app
Clean.Remove clean /Users/mravn/github/flutter/examples/layers/build/ios/Release-iphonesimulator/Runner.app.dSYM
builtin-rm -rf /Users/mravn/github/flutter/examples/layers/build/ios/Release-iphonesimulator/Runner.app.dSYM
Clean.Remove clean /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build
builtin-rm -rf /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build
** CLEAN SUCCEEDED **
=== BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Release ===
Check dependencies
Release.xcconfig line 2: Unable to find included file "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
Release.xcconfig line 2: Unable to find included file "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
Write auxiliary files
write-file /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-AB1344B0443C71CD721E1BB7.sh
chmod 0755 /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-AB1344B0443C71CD721E1BB7.sh
write-file /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Runner-own-target-headers.hmap
write-file /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Runner-project-headers.hmap
write-file /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-95BB15E9E1769C0D146AA592.sh
chmod 0755 /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-95BB15E9E1769C0D146AA592.sh
/bin/mkdir -p /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Objects-normal/x86_64
write-file /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList
write-file /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Runner.hmap
write-file /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh
chmod 0755 /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh
write-file /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-532EA9D341340B1DCD08293D.sh
chmod 0755 /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-532EA9D341340B1DCD08293D.sh
write-file /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh
chmod 0755 /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh
write-file /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap
write-file /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Runner-all-target-headers.hmap
write-file /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Runner-generated-files.hmap
Create product structure
/bin/mkdir -p /Users/mravn/github/flutter/examples/layers/build/ios/Release-iphonesimulator/Runner.app
ProcessProductPackaging "" /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Runner.app.xcent
cd /Users/mravn/github/flutter/examples/layers/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/mravn/.rvm/gems/ruby-2.2.2/bin:/Users/mravn/.rvm/gems/ruby-2.2.2@global/bin:/Users/mravn/.rvm/rubies/ruby-2.2.2/bin:/usr/local/share/npm/bin:/Users/mravn/.pub-cache/bin:/Users/mravn/github/engine/src/third_party/android_tools/sdk/platform-tools:/Users/mravn/github/flutter/bin:/Users/mravn/tools/depot_tools:/Users/mravn/bin:/usr/local/git/current/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/go/bin:/Users/mravn/.rvm/bin"
Entitlements:
{
"application-identifier" = "AQ7UHDBEXJ.io.flutter.examples.Layers";
"keychain-access-groups" = (
"AQ7UHDBEXJ.io.flutter.examples.Layers"
);
}
builtin-productPackagingUtility -entitlements -format xml -o /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Runner.app.xcent
PhaseScriptExecution [CP]\ Check\ Pods\ Manifest.lock /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-AB1344B0443C71CD721E1BB7.sh
cd /Users/mravn/github/flutter/examples/layers/ios
/bin/sh -c /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-AB1344B0443C71CD721E1BB7.sh
diff: /../Podfile.lock: No such file or directory
diff: /Manifest.lock: No such file or directory
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
Could not build the application for the simulator.
Error launching application on iPhone 7."><pre class="notranslate"><code class="notranslate">$ flutter run -t widgets/hello_world.dart
Launching widgets/hello_world.dart on iPhone 7 in debug mode...
Running Xcode build... 0.8s
Failed to build iOS app
Error output from Xcode build:
↳
** BUILD FAILED **
The following build commands failed:
PhaseScriptExecution [CP]\ Check\ Pods\ Manifest.lock /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-AB1344B0443C71CD721E1BB7.sh
(1 failure)
Xcode's output:
↳
Build settings from command line:
ARCHS = x86_64
BUILD_DIR = /Users/mravn/github/flutter/examples/layers/build/ios
ONLY_ACTIVE_ARCH = YES
SDKROOT = iphonesimulator10.3
=== CLEAN TARGET Runner OF PROJECT Runner WITH CONFIGURATION Release ===
Check dependencies
Release.xcconfig line 2: Unable to find included file "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
Release.xcconfig line 2: Unable to find included file "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
Clean.Remove clean /Users/mravn/github/flutter/examples/layers/build/ios/Release-iphonesimulator/Runner.app
builtin-rm -rf /Users/mravn/github/flutter/examples/layers/build/ios/Release-iphonesimulator/Runner.app
Clean.Remove clean /Users/mravn/github/flutter/examples/layers/build/ios/Release-iphonesimulator/Runner.app.dSYM
builtin-rm -rf /Users/mravn/github/flutter/examples/layers/build/ios/Release-iphonesimulator/Runner.app.dSYM
Clean.Remove clean /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build
builtin-rm -rf /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build
** CLEAN SUCCEEDED **
=== BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Release ===
Check dependencies
Release.xcconfig line 2: Unable to find included file "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
Release.xcconfig line 2: Unable to find included file "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
Write auxiliary files
write-file /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-AB1344B0443C71CD721E1BB7.sh
chmod 0755 /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-AB1344B0443C71CD721E1BB7.sh
write-file /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Runner-own-target-headers.hmap
write-file /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Runner-project-headers.hmap
write-file /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-95BB15E9E1769C0D146AA592.sh
chmod 0755 /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-95BB15E9E1769C0D146AA592.sh
/bin/mkdir -p /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Objects-normal/x86_64
write-file /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList
write-file /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Runner.hmap
write-file /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh
chmod 0755 /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-9740EEB61CF901F6004384FC.sh
write-file /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-532EA9D341340B1DCD08293D.sh
chmod 0755 /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-532EA9D341340B1DCD08293D.sh
write-file /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh
chmod 0755 /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh
write-file /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap
write-file /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Runner-all-target-headers.hmap
write-file /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Runner-generated-files.hmap
Create product structure
/bin/mkdir -p /Users/mravn/github/flutter/examples/layers/build/ios/Release-iphonesimulator/Runner.app
ProcessProductPackaging "" /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Runner.app.xcent
cd /Users/mravn/github/flutter/examples/layers/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/mravn/.rvm/gems/ruby-2.2.2/bin:/Users/mravn/.rvm/gems/ruby-2.2.2@global/bin:/Users/mravn/.rvm/rubies/ruby-2.2.2/bin:/usr/local/share/npm/bin:/Users/mravn/.pub-cache/bin:/Users/mravn/github/engine/src/third_party/android_tools/sdk/platform-tools:/Users/mravn/github/flutter/bin:/Users/mravn/tools/depot_tools:/Users/mravn/bin:/usr/local/git/current/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/go/bin:/Users/mravn/.rvm/bin"
Entitlements:
{
"application-identifier" = "AQ7UHDBEXJ.io.flutter.examples.Layers";
"keychain-access-groups" = (
"AQ7UHDBEXJ.io.flutter.examples.Layers"
);
}
builtin-productPackagingUtility -entitlements -format xml -o /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Runner.app.xcent
PhaseScriptExecution [CP]\ Check\ Pods\ Manifest.lock /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-AB1344B0443C71CD721E1BB7.sh
cd /Users/mravn/github/flutter/examples/layers/ios
/bin/sh -c /Users/mravn/Library/Developer/Xcode/DerivedData/Runner-fhkkylgwmjuozlesoxkkfccsachc/Build/Intermediates/Runner.build/Release-iphonesimulator/Runner.build/Script-AB1344B0443C71CD721E1BB7.sh
diff: /../Podfile.lock: No such file or directory
diff: /Manifest.lock: No such file or directory
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
Could not build the application for the simulator.
Error launching application on iPhone 7.
</code></pre></div>
<h2 dir="auto">Flutter Doctor</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[✓] Flutter (on Mac OS X 10.12.4 16E195, channel master)
• Flutter at /Users/mravn/github/flutter
• Framework revision 9d3fb1f309 (15 hours ago), 2017-05-18 11:26:43 -0700
• Engine revision 82815836eb
• Tools Dart version 1.23.0-dev.11.11
[✓] Android toolchain - develop for Android devices (Android SDK 25.0.3)
• Android SDK at /Users/mravn/Library/Android/sdk
• Platform android-25, build-tools 25.0.3
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version: OpenJDK Runtime Environment (build 1.8.0_112-release-b06)
[✓] iOS toolchain - develop for iOS devices (Xcode 8.3.2)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 8.3.2, Build version 8E2002
• ios-deploy 1.9.1
• CocoaPods version 1.2.1
[✓] Android Studio (version 2.3)
• Android Studio at /Applications/Android Studio.app/Contents
• Gradle version 3.2
• Java version: OpenJDK Runtime Environment (build 1.8.0_112-release-b06)
[✓] IntelliJ IDEA Community Edition (version 2016.3.4)
• Dart plugin version 163.13137
• Flutter plugin version 12.0
[✓] WebStorm (version 2017.1.1)
• Flutter plugin version 13.0
[✓] Connected devices
• iPhone 7 • 61761BAD-7CA3-4A75-BFBA-39CA8D573E25 • ios • iOS 10.3 (simulator)"><pre class="notranslate"><code class="notranslate">[✓] Flutter (on Mac OS X 10.12.4 16E195, channel master)
• Flutter at /Users/mravn/github/flutter
• Framework revision 9d3fb1f309 (15 hours ago), 2017-05-18 11:26:43 -0700
• Engine revision 82815836eb
• Tools Dart version 1.23.0-dev.11.11
[✓] Android toolchain - develop for Android devices (Android SDK 25.0.3)
• Android SDK at /Users/mravn/Library/Android/sdk
• Platform android-25, build-tools 25.0.3
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version: OpenJDK Runtime Environment (build 1.8.0_112-release-b06)
[✓] iOS toolchain - develop for iOS devices (Xcode 8.3.2)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 8.3.2, Build version 8E2002
• ios-deploy 1.9.1
• CocoaPods version 1.2.1
[✓] Android Studio (version 2.3)
• Android Studio at /Applications/Android Studio.app/Contents
• Gradle version 3.2
• Java version: OpenJDK Runtime Environment (build 1.8.0_112-release-b06)
[✓] IntelliJ IDEA Community Edition (version 2016.3.4)
• Dart plugin version 163.13137
• Flutter plugin version 12.0
[✓] WebStorm (version 2017.1.1)
• Flutter plugin version 13.0
[✓] Connected devices
• iPhone 7 • 61761BAD-7CA3-4A75-BFBA-39CA8D573E25 • ios • iOS 10.3 (simulator)
</code></pre></div> | 0 |
<p dir="auto">sharding-proxy version:4.0.0</p>
<p dir="auto">I insert some rows to sharding-proxy by my custom hash algorithm.</p>
<table role="table">
<thead>
<tr>
<th>person_id</th>
<th>name</th>
<th>last_update_time</th>
<th>account</th>
<th>which data node</th>
</tr>
</thead>
<tbody>
<tr>
<td>174fd27ef0f34fd5b9296f102ffdbd47</td>
<td>liuqiang</td>
<td>2020-02-12 20:47:10</td>
<td>3</td>
<td>ds_0</td>
</tr>
<tr>
<td>4295029899a64d1bbfc5b4d37b628f0c</td>
<td>wangwu</td>
<td>2020-02-12 20:28:22</td>
<td>2</td>
<td>ds_0</td>
</tr>
<tr>
<td>a672ba34d2f14f4d8e3ee9e8ccfd6ca5</td>
<td>liyi</td>
<td>2020-02-12 20:47:16</td>
<td>1</td>
<td>ds_0</td>
</tr>
<tr>
<td>bf840dc0eaf64f7a8a7493c3ffea8799</td>
<td>huangyao</td>
<td>2020-02-12 20:28:38</td>
<td>3</td>
<td>ds_0</td>
</tr>
<tr>
<td>c63b749e981a4dc6b4942b18978e0d08</td>
<td>lisi</td>
<td>2020-02-12 20:28:17</td>
<td>2</td>
<td>ds_0</td>
</tr>
<tr>
<td>e28da7bc9ddc45bdb2974041ed564fc3</td>
<td>zhangsan</td>
<td>2020-02-12 20:27:48</td>
<td>1</td>
<td>ds_0</td>
</tr>
<tr>
<td>f741d4fb69f14b869dac11e2889fe8c1</td>
<td>penggang</td>
<td>2020-02-12 20:28:34</td>
<td>3</td>
<td>ds_0</td>
</tr>
<tr>
<td>0596342115c14328b2b0458d0860a90c</td>
<td>lingang</td>
<td>2020-02-12 20:28:47</td>
<td>3</td>
<td>ds_1</td>
</tr>
<tr>
<td>2f8b95104c114cc5a8ab6bc86ef9ab62</td>
<td>luyang</td>
<td>2020-02-12 20:28:50</td>
<td>2</td>
<td>ds_1</td>
</tr>
<tr>
<td>4397392fb6274bf2bfcfc41ae1da55a5</td>
<td>tangliang</td>
<td>2020-02-12 20:28:42</td>
<td>1</td>
<td>ds_1</td>
</tr>
<tr>
<td>c57c358c49cc4da6b98477ad8a55db3f</td>
<td>help</td>
<td>2020-02-13 16:01:28</td>
<td>3</td>
<td>ds_1</td>
</tr>
<tr>
<td>d9edd130ab8241f6be4b96a12cdb0404</td>
<td>zhaoliu</td>
<td>2020-02-12 20:28:26</td>
<td>2</td>
<td>ds_1</td>
</tr>
<tr>
<td>f97ea21d03124aa8b59a23bad5585e81</td>
<td>wanger</td>
<td>2020-02-12 20:28:29</td>
<td>1</td>
<td>ds_1</td>
</tr>
</tbody>
</table>
<p dir="auto">then,I execute this SQL:</p>
<div class="highlight highlight-source-sql notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="select distinct account from tbperson;"><pre class="notranslate"><span class="pl-k">select distinct</span> account <span class="pl-k">from</span> tbperson;</pre></div>
<p dir="auto">result is :</p>
<table role="table">
<thead>
<tr>
<th>account</th>
</tr>
</thead>
<tbody>
<tr>
<td>3</td>
</tr>
<tr>
<td>2</td>
</tr>
<tr>
<td>1</td>
</tr>
<tr>
<td>3</td>
</tr>
<tr>
<td>2</td>
</tr>
<tr>
<td>1</td>
</tr>
</tbody>
</table>
<p dir="auto">right result gonna be:</p>
<table role="table">
<thead>
<tr>
<th>account</th>
</tr>
</thead>
<tbody>
<tr>
<td>3</td>
</tr>
<tr>
<td>2</td>
</tr>
<tr>
<td>1</td>
</tr>
</tbody>
</table>
<p dir="auto">look forward to your reply.</p> | <h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>For English only</strong>, other languages will not accept.</p>
<p dir="auto">Before report a bug, make sure you have:</p>
<ul dir="auto">
<li>Searched open and closed <a href="https://github.com/apache/shardingsphere/issues">GitHub issues</a>.</li>
<li>Read documentation: <a href="https://shardingsphere.apache.org/document/current/en/overview" rel="nofollow">ShardingSphere Doc</a>.</li>
</ul>
<p dir="auto">Please pay attention on issues you submitted, because we maybe need more details.<br>
If no response anymore and we cannot reproduce it on current information, we will <strong>close it</strong>.</p>
<p dir="auto">Please answer these questions before submitting your issue. Thanks!</p>
<h3 dir="auto">Which version of ShardingSphere did you use?</h3>
<p dir="auto">5.0.0-RC1-SNAPSHOT</p>
<h3 dir="auto">Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?</h3>
<p dir="auto">ShardingSphere-Proxy</p>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">Execute SQL correctly:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="select tranlist_dcdir,sum(tranlist_bale) as tranlist_total from tranlist group by tranlist_dcdir;"><pre class="notranslate"><code class="notranslate">select tranlist_dcdir,sum(tranlist_bale) as tranlist_total from tranlist group by tranlist_dcdir;
</code></pre></div>
<h3 dir="auto">Actual behavior</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[INFO ] 2021-03-31 16:36:15.583 [ShardingSphere-Command-3] ShardingSphere-SQL - Logic SQL: select tranlist_dcdir,sum(tranlist_bale) as tranlist_total from tranlist group by tranlist_dcdir;
[INFO ] 2021-03-31 16:36:15.583 [ShardingSphere-Command-3] ShardingSphere-SQL - SQLStatement: MySQLSelectStatement(limit=Optional.empty, lock=Optional.empty)
[INFO ] 2021-03-31 16:36:15.583 [ShardingSphere-Command-3] ShardingSphere-SQL - Actual SQL: ds_0 ::: select tranlist_dcdir,sum(tranlist_bale) as tranlist_total from tranlist group by tranlist_dcdir;
[ERROR] 2021-03-31 16:36:15.667 [ShardingSphere-Command-3] o.a.s.p.f.c.CommandExecutorTask - Exception occur:
java.lang.IllegalStateException: Can not find owner from table.
at org.apache.shardingsphere.infra.binder.segment.table.TablesContext.findTableNameFromSQL(TablesContext.java:118)
at org.apache.shardingsphere.infra.binder.segment.table.TablesContext.findTableName(TablesContext.java:85)
at org.apache.shardingsphere.sharding.route.engine.condition.engine.impl.WhereClauseShardingConditionEngine.createShardingConditionValueMap(WhereClauseShardingConditionEngine.java:104)
at org.apache.shardingsphere.sharding.route.engine.condition.engine.impl.WhereClauseShardingConditionEngine.createShardingConditions(WhereClauseShardingConditionEngine.java:87)
at org.apache.shardingsphere.sharding.route.engine.condition.engine.impl.WhereClauseShardingConditionEngine.lambda$createShardingConditions$0(WhereClauseShardingConditionEngine.java:72)
at java.util.Optional.ifPresent(Optional.java:159)
at org.apache.shardingsphere.sharding.route.engine.condition.engine.impl.WhereClauseShardingConditionEngine.createShardingConditions(WhereClauseShardingConditionEngine.java:72)
at org.apache.shardingsphere.sharding.route.engine.ShardingSQLRouter.createShardingConditions(ShardingSQLRouter.java:71)
at org.apache.shardingsphere.sharding.route.engine.ShardingSQLRouter.createRouteContext(ShardingSQLRouter.java:56)
at org.apache.shardingsphere.sharding.route.engine.ShardingSQLRouter.createRouteContext(ShardingSQLRouter.java:47)
at org.apache.shardingsphere.infra.route.engine.impl.PartialSQLRouteExecutor.route(PartialSQLRouteExecutor.java:62)
at org.apache.shardingsphere.infra.route.engine.SQLRouteEngine.route(SQLRouteEngine.java:52)
at org.apache.shardingsphere.infra.context.kernel.KernelProcessor.route(KernelProcessor.java:54)
at org.apache.shardingsphere.infra.context.kernel.KernelProcessor.generateExecutionContext(KernelProcessor.java:46)
at org.apache.shardingsphere.proxy.backend.communication.DatabaseCommunicationEngine.execute(DatabaseCommunicationEngine.java:93)
at org.apache.shardingsphere.proxy.backend.text.data.impl.SchemaAssignedDatabaseBackendHandler.execute(SchemaAssignedDatabaseBackendHandler.java:55)
at org.apache.shardingsphere.proxy.frontend.mysql.command.query.text.query.MySQLComQueryPacketExecutor.execute(MySQLComQueryPacketExecutor.java:57)
at org.apache.shardingsphere.proxy.frontend.command.CommandExecutorTask.executeCommand(CommandExecutorTask.java:93)
at org.apache.shardingsphere.proxy.frontend.command.CommandExecutorTask.run(CommandExecutorTask.java:71)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)"><pre class="notranslate"><code class="notranslate">[INFO ] 2021-03-31 16:36:15.583 [ShardingSphere-Command-3] ShardingSphere-SQL - Logic SQL: select tranlist_dcdir,sum(tranlist_bale) as tranlist_total from tranlist group by tranlist_dcdir;
[INFO ] 2021-03-31 16:36:15.583 [ShardingSphere-Command-3] ShardingSphere-SQL - SQLStatement: MySQLSelectStatement(limit=Optional.empty, lock=Optional.empty)
[INFO ] 2021-03-31 16:36:15.583 [ShardingSphere-Command-3] ShardingSphere-SQL - Actual SQL: ds_0 ::: select tranlist_dcdir,sum(tranlist_bale) as tranlist_total from tranlist group by tranlist_dcdir;
[ERROR] 2021-03-31 16:36:15.667 [ShardingSphere-Command-3] o.a.s.p.f.c.CommandExecutorTask - Exception occur:
java.lang.IllegalStateException: Can not find owner from table.
at org.apache.shardingsphere.infra.binder.segment.table.TablesContext.findTableNameFromSQL(TablesContext.java:118)
at org.apache.shardingsphere.infra.binder.segment.table.TablesContext.findTableName(TablesContext.java:85)
at org.apache.shardingsphere.sharding.route.engine.condition.engine.impl.WhereClauseShardingConditionEngine.createShardingConditionValueMap(WhereClauseShardingConditionEngine.java:104)
at org.apache.shardingsphere.sharding.route.engine.condition.engine.impl.WhereClauseShardingConditionEngine.createShardingConditions(WhereClauseShardingConditionEngine.java:87)
at org.apache.shardingsphere.sharding.route.engine.condition.engine.impl.WhereClauseShardingConditionEngine.lambda$createShardingConditions$0(WhereClauseShardingConditionEngine.java:72)
at java.util.Optional.ifPresent(Optional.java:159)
at org.apache.shardingsphere.sharding.route.engine.condition.engine.impl.WhereClauseShardingConditionEngine.createShardingConditions(WhereClauseShardingConditionEngine.java:72)
at org.apache.shardingsphere.sharding.route.engine.ShardingSQLRouter.createShardingConditions(ShardingSQLRouter.java:71)
at org.apache.shardingsphere.sharding.route.engine.ShardingSQLRouter.createRouteContext(ShardingSQLRouter.java:56)
at org.apache.shardingsphere.sharding.route.engine.ShardingSQLRouter.createRouteContext(ShardingSQLRouter.java:47)
at org.apache.shardingsphere.infra.route.engine.impl.PartialSQLRouteExecutor.route(PartialSQLRouteExecutor.java:62)
at org.apache.shardingsphere.infra.route.engine.SQLRouteEngine.route(SQLRouteEngine.java:52)
at org.apache.shardingsphere.infra.context.kernel.KernelProcessor.route(KernelProcessor.java:54)
at org.apache.shardingsphere.infra.context.kernel.KernelProcessor.generateExecutionContext(KernelProcessor.java:46)
at org.apache.shardingsphere.proxy.backend.communication.DatabaseCommunicationEngine.execute(DatabaseCommunicationEngine.java:93)
at org.apache.shardingsphere.proxy.backend.text.data.impl.SchemaAssignedDatabaseBackendHandler.execute(SchemaAssignedDatabaseBackendHandler.java:55)
at org.apache.shardingsphere.proxy.frontend.mysql.command.query.text.query.MySQLComQueryPacketExecutor.execute(MySQLComQueryPacketExecutor.java:57)
at org.apache.shardingsphere.proxy.frontend.command.CommandExecutorTask.executeCommand(CommandExecutorTask.java:93)
at org.apache.shardingsphere.proxy.frontend.command.CommandExecutorTask.run(CommandExecutorTask.java:71)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
</code></pre></div>
<h3 dir="auto">Reason analyze (If you can)</h3>
<h3 dir="auto">Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.</h3>
<h3 dir="auto">Example codes for reproduce this issue (such as a github link).</h3> | 0 |
<p dir="auto">Ansible: 1.9.4</p>
<p dir="auto">Task is always changed:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="- name: install /etc/timezone
copy: content="{{ timezone }}" dest=/etc/timezone mode=0644 owner=root group=root
notify: update tzdata
tags: timezone"><pre class="notranslate"><code class="notranslate">- name: install /etc/timezone
copy: content="{{ timezone }}" dest=/etc/timezone mode=0644 owner=root group=root
notify: update tzdata
tags: timezone
</code></pre></div>
<p dir="auto">Works as intended:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="- name: install /etc/timezone
copy: content="{{ timezone }}\n" dest=/etc/timezone mode=0644 owner=root group=root
notify: update tzdata
tags: timezone"><pre class="notranslate"><code class="notranslate">- name: install /etc/timezone
copy: content="{{ timezone }}\n" dest=/etc/timezone mode=0644 owner=root group=root
notify: update tzdata
tags: timezone
</code></pre></div>
<p dir="auto">Same problem occurs if I use template module with template <code class="notranslate">{{ timezone }}</code> (no new line symbol).</p>
<p dir="auto">Problem seems to exist since 2013: <a href="https://gist.github.com/garethrees/5591027">https://gist.github.com/garethrees/5591027</a></p> | <h5 dir="auto">Issue Type:</h5>
<p dir="auto">Bug Report</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">ansible 1.7 (devel <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/ansible/ansible/commit/8646cc798897dd74055f509c2a9050b2dba4e42e/hovercard" href="https://github.com/ansible/ansible/commit/8646cc798897dd74055f509c2a9050b2dba4e42e"><tt>8646cc7</tt></a>) last updated 2014/08/04 22:04:49 (GMT -200)</p>
<h5 dir="auto">Environment:</h5>
<p dir="auto">MacOS 10.9.4</p>
<h5 dir="auto">Summary:</h5>
<p dir="auto">The copy module is not correctly identifying if the file has been changed when the "content" option is used instead of "src".</p>
<h5 dir="auto">Steps To Reproduce:</h5>
<p dir="auto">A task as described will always notify the handler even though when the file has not been changed and matches exactly the value of the "content" option.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" tasks:
- name: set time zone
copy: content="America/Sao_Paulo" dest=/etc/timezone
owner=root group=root mode=0644
notify:
- update timezone
handlers:
- name: update timezone
command: dpkg-reconfigure --frontend noninteractive tzdata"><pre class="notranslate"><code class="notranslate"> tasks:
- name: set time zone
copy: content="America/Sao_Paulo" dest=/etc/timezone
owner=root group=root mode=0644
notify:
- update timezone
handlers:
- name: update timezone
command: dpkg-reconfigure --frontend noninteractive tzdata
</code></pre></div>
<p dir="auto">Possibly an issue on how the MD5 hash is being calculated. I noticed that the output of the ansible-playbook states a hash that does not match either the file or the value of the "content" option.</p>
<h5 dir="auto">Expected Results:</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TASK: [set time zone] *********************************************************
ok: [10.52.20.106] => {"changed": false, "dest": "/etc/timezone", "gid": 0, "group": "root", "md5sum": "1c978baa6e3453cca63bcbed6d20d232", "mode": "0644", "msg": "could not write content temp file: global name 'self' is not defined", "owner": "root", "size": 18, "src": "", "state": "file", "uid": 0}"><pre class="notranslate"><code class="notranslate">TASK: [set time zone] *********************************************************
ok: [10.52.20.106] => {"changed": false, "dest": "/etc/timezone", "gid": 0, "group": "root", "md5sum": "1c978baa6e3453cca63bcbed6d20d232", "mode": "0644", "msg": "could not write content temp file: global name 'self' is not defined", "owner": "root", "size": 18, "src": "", "state": "file", "uid": 0}
</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: [set time zone] *********************************************************
changed: [10.52.20.106] => {"changed": true, "dest": "/etc/timezone", "gid": 0, "group": "root", "md5sum": "1c978baa6e3453cca63bcbed6d20d232", "mode": "0644", "owner": "root", "size": 17, "src": "/root/.ansible/tmp/ansible-tmp-1407201133.17-273344189894207/source", "state": "file", "uid": 0}
NOTIFIED: [update timezone] ***************************************************
changed: [10.52.20.106] => {"changed": true, "cmd": ["dpkg-reconfigure", "--frontend", "noninteractive", "tzdata"], "delta": "0:00:00.974934", "end": "2014-08-04 22:12:27.138238", "rc": 0, "start": "2014-08-04 22:12:26.163304", "stderr": "\nCurrent default time zone: 'America/Sao_Paulo'\nLocal time is now: Mon Aug 4 22:12:26 BRT 2014.\nUniversal Time is now: Tue Aug 5 01:12:26 UTC 2014.", "stdout": ""}"><pre class="notranslate"><code class="notranslate">TASK: [set time zone] *********************************************************
changed: [10.52.20.106] => {"changed": true, "dest": "/etc/timezone", "gid": 0, "group": "root", "md5sum": "1c978baa6e3453cca63bcbed6d20d232", "mode": "0644", "owner": "root", "size": 17, "src": "/root/.ansible/tmp/ansible-tmp-1407201133.17-273344189894207/source", "state": "file", "uid": 0}
NOTIFIED: [update timezone] ***************************************************
changed: [10.52.20.106] => {"changed": true, "cmd": ["dpkg-reconfigure", "--frontend", "noninteractive", "tzdata"], "delta": "0:00:00.974934", "end": "2014-08-04 22:12:27.138238", "rc": 0, "start": "2014-08-04 22:12:26.163304", "stderr": "\nCurrent default time zone: 'America/Sao_Paulo'\nLocal time is now: Mon Aug 4 22:12:26 BRT 2014.\nUniversal Time is now: Tue Aug 5 01:12:26 UTC 2014.", "stdout": ""}
</code></pre></div> | 1 |
<p dir="auto"><strong>Environment:</strong></p>
<ul dir="auto">
<li>Zorin OS 16 (Ubuntu GNU/Linux variant) 64-bit</li>
<li>Deno 1.18.2</li>
<li>VSCode 1.63.2</li>
</ul>
<p dir="auto"><strong>Steps to reproduce:</strong></p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const blob_original = new Blob()
console.log('blob_original instanceof Blob', blob_original instanceof Blob)
const blob_copy = structuredClone(blob_original)
// Expcted 'blob_copy instanceof Blob true'
console.log('blob_copy instanceof Blob', blob_copy instanceof Blob)
const file_original = new File([new Uint8Array([1, 2, 3])], 'name.fake')
console.log('file_original instanceof File', file_original instanceof File)
const file_copy = structuredClone(file_original)
// Expcted 'file_copy instanceof File true'
console.log('file_copy instanceof File', file_copy instanceof File)"><pre class="notranslate"><span class="pl-k">const</span> <span class="pl-s1">blob_original</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-smi">Blob</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">'blob_original instanceof Blob'</span><span class="pl-kos">,</span> <span class="pl-s1">blob_original</span> <span class="pl-k">instanceof</span> <span class="pl-smi">Blob</span><span class="pl-kos">)</span>
<span class="pl-k">const</span> <span class="pl-s1">blob_copy</span> <span class="pl-c1">=</span> <span class="pl-en">structuredClone</span><span class="pl-kos">(</span><span class="pl-s1">blob_original</span><span class="pl-kos">)</span>
<span class="pl-c">// Expcted 'blob_copy instanceof Blob true'</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">'blob_copy instanceof Blob'</span><span class="pl-kos">,</span> <span class="pl-s1">blob_copy</span> <span class="pl-k">instanceof</span> <span class="pl-smi">Blob</span><span class="pl-kos">)</span>
<span class="pl-k">const</span> <span class="pl-s1">file_original</span> <span class="pl-c1">=</span> <span class="pl-k">new</span> <span class="pl-smi">File</span><span class="pl-kos">(</span><span class="pl-kos">[</span><span class="pl-k">new</span> <span class="pl-smi">Uint8Array</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-kos">,</span> <span class="pl-s">'name.fake'</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">'file_original instanceof File'</span><span class="pl-kos">,</span> <span class="pl-s1">file_original</span> <span class="pl-k">instanceof</span> <span class="pl-smi">File</span><span class="pl-kos">)</span>
<span class="pl-k">const</span> <span class="pl-s1">file_copy</span> <span class="pl-c1">=</span> <span class="pl-en">structuredClone</span><span class="pl-kos">(</span><span class="pl-s1">file_original</span><span class="pl-kos">)</span>
<span class="pl-c">// Expcted 'file_copy instanceof File true'</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">'file_copy instanceof File'</span><span class="pl-kos">,</span> <span class="pl-s1">file_copy</span> <span class="pl-k">instanceof</span> <span class="pl-smi">File</span><span class="pl-kos">)</span></pre></div>
<p dir="auto">Appears to be problem with internals, as the <code class="notranslate">structuredClone</code> implementation is not catching before it hits the internals. Problem is also reproducible with a naive clone using the internals:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function clone (obj: any): any {
// @ts-ignore: using Deno internals
return Deno.core.deserialize(Deno.core.serialize(obj))
}"><pre class="notranslate"><span class="pl-k">function</span> <span class="pl-en">clone</span> <span class="pl-kos">(</span><span class="pl-s1">obj</span>: <span class="pl-smi">any</span><span class="pl-kos">)</span>: <span class="pl-smi">any</span> <span class="pl-kos">{</span>
<span class="pl-c">// <span class="pl-k">@ts</span>-ignore: using Deno internals</span>
<span class="pl-k">return</span> <span class="pl-smi">Deno</span><span class="pl-kos">.</span><span class="pl-c1">core</span><span class="pl-kos">.</span><span class="pl-en">deserialize</span><span class="pl-kos">(</span><span class="pl-smi">Deno</span><span class="pl-kos">.</span><span class="pl-c1">core</span><span class="pl-kos">.</span><span class="pl-en">serialize</span><span class="pl-kos">(</span><span class="pl-s1">obj</span><span class="pl-kos">)</span><span class="pl-kos">)</span>
<span class="pl-kos">}</span></pre></div> | <p dir="auto">Deno's implementation of structured serialize currently supports serializing the JS built-in <code class="notranslate">SharedArrayBuffer</code>, and transferring the JS built-in <code class="notranslate">ArrayBuffer</code> as well as the <code class="notranslate">MessagePort</code> web API. With <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="977529457" data-permission-text="Title is private" data-url="https://github.com/denoland/deno/issues/11823" data-hovercard-type="issue" data-hovercard-url="/denoland/deno/issues/11823/hovercard" href="https://github.com/denoland/deno/issues/11823">#11823</a> it will also support serializing the wasm built-in <code class="notranslate">WebAssembly.Module</code>.</p>
<p dir="auto">But Deno also implements some web APIs that per the spec should be serializable or transferable but aren't in Deno's implementation. In particular, <code class="notranslate">DOMException</code>, <code class="notranslate">File</code>, <code class="notranslate">Blob</code> and <code class="notranslate">CryptoKey</code> should be serializable; and <code class="notranslate">ReadableStream</code>, <code class="notranslate">WritableStream</code> and <code class="notranslate">TransformStream</code> should be transferable.</p>
<p dir="auto">Implementing this would probably need adding some <code class="notranslate">Deno.core</code> API to define serialization and transfer steps, possibly in connection to the existing <code class="notranslate">Deno.core.createHostObject()</code>. This would also allow refactoring the implementation of <code class="notranslate">MessagePort</code>.</p> | 1 |
<h3 dir="auto">Describe the issue:</h3>
<p dir="auto">The multiplication of the python int and the numpy uint64 should return a numpy int64 type, but it is numpy float64 type.</p>
<h3 dir="auto">Reproduce the code example:</h3>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy as np
assert type(1*np.uint8(1)) == np.int64
assert type(1*np.uint16(1)) == np.int64
assert type(1*np.uint32(1)) == np.int64
assert type(1*np.uint64(1)) == np.float64 # this makes for me no sense... is there a reason for this?"><pre class="notranslate"><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">assert</span> <span class="pl-en">type</span>(<span class="pl-c1">1</span><span class="pl-c1">*</span><span class="pl-s1">np</span>.<span class="pl-en">uint8</span>(<span class="pl-c1">1</span>)) <span class="pl-c1">==</span> <span class="pl-s1">np</span>.<span class="pl-s1">int64</span>
<span class="pl-k">assert</span> <span class="pl-en">type</span>(<span class="pl-c1">1</span><span class="pl-c1">*</span><span class="pl-s1">np</span>.<span class="pl-en">uint16</span>(<span class="pl-c1">1</span>)) <span class="pl-c1">==</span> <span class="pl-s1">np</span>.<span class="pl-s1">int64</span>
<span class="pl-k">assert</span> <span class="pl-en">type</span>(<span class="pl-c1">1</span><span class="pl-c1">*</span><span class="pl-s1">np</span>.<span class="pl-en">uint32</span>(<span class="pl-c1">1</span>)) <span class="pl-c1">==</span> <span class="pl-s1">np</span>.<span class="pl-s1">int64</span>
<span class="pl-k">assert</span> <span class="pl-en">type</span>(<span class="pl-c1">1</span><span class="pl-c1">*</span><span class="pl-s1">np</span>.<span class="pl-en">uint64</span>(<span class="pl-c1">1</span>)) <span class="pl-c1">==</span> <span class="pl-s1">np</span>.<span class="pl-s1">float64</span> <span class="pl-c"># this makes for me no sense... is there a reason for this?</span></pre></div>
<h3 dir="auto">Error message:</h3>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="No errors, but wrong return type only."><pre class="notranslate">No errors, but wrong <span class="pl-k">return</span> <span class="pl-c1">type</span> only.</pre></div>
<h3 dir="auto">NumPy/Python version information:</h3>
<p dir="auto"><code class="notranslate">sys.version == '3.10.4 (main, Mar 23 2022, 23:05:40) [GCC 11.2.0]'</code><br>
<code class="notranslate">np.__version__ == '1.21.3'</code></p> | <p dir="auto">I was doing some testing using unsigned and signed integers with NumPy 1.20.3, and found out that when you multiply them with each other, it results in a 64-bit float.<br>
Same goes for addition/subtraction.<br>
As far as I know, this was not the case for earlier NumPy versions (as currently many parts of my code no longer work that previously worked just fine with this).<br>
To me, it sounds a bit strange that multiplying two integers with each other results in a float.</p>
<h3 dir="auto">Reproducing code example:</h3>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy as np
print(type(np.uint(1)*1))
>>> <class 'numpy.float64'>"><pre class="notranslate"><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-en">print</span>(<span class="pl-en">type</span>(<span class="pl-s1">np</span>.<span class="pl-en">uint</span>(<span class="pl-c1">1</span>)<span class="pl-c1">*</span><span class="pl-c1">1</span>))
<span class="pl-c1">>></span><span class="pl-c1">></span> <span class="pl-c1"><</span><span class="pl-k">class</span> <span class="pl-s">'numpy.float64'</span><span class="pl-c1">></span></pre></div>
<h3 dir="auto">NumPy/Python version information:</h3>
<p dir="auto">Python: 3.8.8<br>
NumPy: 1.20.3</p> | 1 |