-
Error
```
Type annotation
severity level: 2
issue code: 1030
At function: RemovePrefixMembers, At function: Take, At function: Sort, At function: PersistableRepr, At function: SqlProject, At functi…
-
Hi,
The following test input (`input.js`) causes the possible memory leaks.
```
$cat input.js
c = 30000;
a = [];
for (i = 0; i < 2 * c; i += 1) {
a.push(i%c);
}
a.sort(function (x, y) {…
-
## Description
Just saving a non unique slug in a database that has a lot of entries (Not like an insane amount, just 500) seems to result in a lot of queries and then memory exhaustion
I alread…
-
Still figuring out whether this is a bug in my code or AsyncExtensions. I'm seeing a bunch of small leaks from `AsyncBufferedChannel` when used by `AsyncCurrentValueSubject`. Note in order to aid debu…
-
**Is your feature request related to a problem? Please describe.**
When you go to unassigned Faces, and select an image, the button will be "Move Cluster to different Cluster", and there will ne no a…
-
Jira Link: [DB-14076](https://yugabyte.atlassian.net/browse/DB-14076)
### Description
The following test:
```
ybd asan --cxx-test integration-tests_xcluster_ddl_replication-test --gtest_filter XCl…
-
This is what Valgrind tells me running the nrf emulation but I'm drawing a blank on the cause:
==1273947== 227,816 (216 direct, 227,600 indirect) bytes in 1 blocks are definitely lost in loss reco…
-
Issue Details: While running with approximately 100 ONTs and periodically querying PON counter statistics, a crash occurs in libyang. This appears to be a memory corruption issue, as it is intermitten…
-
Smaug has ECC memory errors. The faulty DIMMs should be replaced.
```
DIMM Failure - Uncorrectable Memory Error (Processor 2, DIMM 3)
```
-
The below is a memory profile of a client using http2-5.3.5 who makes repeated connections to a server and then has a short interaction with the server on that connection before closing it again and s…