Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Memory leak #211

@MikronT

Description

@MikronT

Program settings

Version: 0.0.31 (latest)
Command line: ./uashield --no-sandbox (doesn't start without --no-sandbox parameter)

Proxy: enabled
Max threads (just my preference): 128

The amount of threads doesn't matter because the same happens with 256 or even 32 threads.

Environment

Oracle VM VirtualBox (virtual machine)

OS (uname -a output): Linux kali 5.16.0-kali6-amd64 #1 SMP PREEMPT Debian 5.16.14-1kali2 (2022-03-23) x86_64 GNU/Linux
RAM: 3 GB

Behavior

When the program is running normally, the CPU utilization is about 20%, and the RAM usage is 1.5/3.0 GB.

After running for quite a bit, the program starts gradually eating all the memory available, and the CPU load rises to 100% immediately.

image

Memory usage per process right before the crash:

image

By the way, the program window doesn't respond anymore, and the terminal output is scrolling way faster than normal. Among the usual logs, there's superagent: double callback bug message appearing every few seconds.

Then the program runs out of memory, and the crash happens. Here's a message you can see in the terminal:

image

Tried to gather everything I noticed. Don't really sure what else I can provide, so here it is.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions