-
I get a crash (access to already-freed memory) in the following sequence:
```
Node root(NodeType::Null);
Node next;
next.push_back(root);
Node el = next[0];
{
Node assi…
-
# Summary
I want to create a new crate that can be used as a global allocator, but I don't want anything within my crate using my own allocator, nor do I want anything that my crate is depending on…
-
```
Log says 3 of 41 tests failed, but there is also "death test" where log says
FAILURE.
====> low_level_alloc_unittest (see stack trace below)
failure is in these lines:
__asm__ __volatile__(
…
-
```
Log says 3 of 41 tests failed, but there is also "death test" where log says
FAILURE.
====> low_level_alloc_unittest (see stack trace below)
failure is in these lines:
__asm__ __volatile__(
…
-
```
Log says 3 of 41 tests failed, but there is also "death test" where log says
FAILURE.
====> low_level_alloc_unittest (see stack trace below)
failure is in these lines:
__asm__ __volatile__(
…
-
```
Log says 3 of 41 tests failed, but there is also "death test" where log says
FAILURE.
====> low_level_alloc_unittest (see stack trace below)
failure is in these lines:
__asm__ __volatile__(
…
-
```
Log says 3 of 41 tests failed, but there is also "death test" where log says
FAILURE.
====> low_level_alloc_unittest (see stack trace below)
failure is in these lines:
__asm__ __volatile__(
…
-
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-gpu/detail/PR-16720/6/pipeline/
```
test_ops.test_convolution2d ... [23:44:59] /work/mxnet/src/operator/subgr…
-
Hi,
_tl;dr: affinity goes from a mask 4 (that I've set myself) to a mask 20000 (that xtensor/mkl set down the line). I believe it is not a desirable behavior :) ._
This is on GNU/Linux. Running …
-
### Zig Version
0.11.0-dev.230+fca776f8f
### Steps to Reproduce and Observed Output
```zig
const std = @import("std");
const PAGE_SIZE = 8192;
const NUM_FRAMES = 1024;
const BufferPoo…