-
make error: ApiClient_define.hpp:185:43: error: converting to 'const std::unordered_map' from initializer list would use explicit constructor 'std::unordered_map::unordered_map(std::unordered_map::siz…
-
The pattern `alloc::vec::{_}::set_len` is expected to match `alloc::vec::Vec::set_len` (when using the Rust name pattern matcher) but doesn't (note that `alloc::vec::_::set_len` does).
-
Hi,
I'm using a bare metal machine with `5.15.0-122-generic #132-Ubuntu`
But found the related module will crash due to some reasons:
```
[ 142.218849] intel_rapl_common: Found RAPL domain pac…
-
This question came from our development team.
The specification does not say what should happen if an incompatible property is passed to an API that takes a `property_list`. Here is a list of the …
-
### Version
latest
### Description
There is a heap allocation-size fail due to the unsafe "alloc" function used by "serde_transcode" in main() function.
### Current Behavior
ASAN detec…
-
### Nomad version
1.9.0
### Operating system and Environment details
Windows 10 Pro 22H2
Docker Desktop 4.34.3 (170107)
### Issue
The Docker driver on Windows requires the Docker Engine to o…
-
When working with NIFs and you have to allocate large lists, we typically have two options:
1. Use `enif_make_list_from_array` but that requires allocating the data into an array, which will then b…
-
Input test case is https://godbolt.org/z/77f9K43bj
```
%17 = call noalias nonnull dereferenceable(352) dereferenceable_or_null(352) {} addrspace(10)* @julia.gc_alloc_obj({}** nonnull %16, i64 no…
-
wee_alloc, the memory allocator, has memory issues and is unmaintained. So switch to another wasm memory allocator like [dlmalloc](https://docs.rs/dlmalloc/latest/dlmalloc/)
-
I used the reddit scripts to generate a `vali.num`, `train.num`, and `test.num` from 2011-05. However, when running with this data, I get a `tmcalloc` warning for `32731955200` bytes (32 GB). My RAM o…