-
#!/bin/bash
# Lone Wolf's Den
# Author: 0xAnonymous (The Lone Wolf Hacker)
# Color Palette
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[0;33m'
BLUE='\033[0;34m'
PURPLE='\033[0;35m'
CY…
-
The async HTTP client is not shutdown, so many threads remain live on shutdown.
This also happens with the TimerConfigUpdater Timer thread which is instantiated, but is never stopped.
01-May-2019 …
-
The only stress test we have is `stress_semaphore.ml` and the benchmarks mostly test the synchronisation primitives but not the OS integration (except for `bench_fd.ml`, which tests reading from `/dev…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Summary
In order to protect company data and prevent data leakage, to display watermarks over the page w…
-
As indicated in Issue #120, memory leaks have been reported by iEmiya. Leaks can be reproduced with this test:
> A simple test for memory leaks.
``` c#
[Test]
public void MemoryLeak(…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Core
### Which platforms are affected?
Windows
### Description
icu.lib is no …
-
When I compile my code with a sanitizer, and set `ASAN_OPTIONS=log_path=/tmp/file.log,symbolize=0`, the resulting log file looks like this:
```
==1429==ERROR: LeakSanitizer: detected memory leaks …
-
```
What steps will reproduce the problem?
1.invoke leak checker with HEAPCHECK=local, for a binary compiled statically
with libtcmalloc_and_profiler.a
2.simulate a leak and let the program exit
3. a…
-
### Description
I have an issue with the app memory leak in MainActivity when running the foreground service
the
### Steps to reproduce
- my app is running foreground service so when I rep…
-
```
What steps will reproduce the problem?
1.invoke leak checker with HEAPCHECK=local, for a binary compiled statically
with libtcmalloc_and_profiler.a
2.simulate a leak and let the program exit
3. a…