Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the issue of full cpus/ram when handling corrupted org #2886

Merged
merged 1 commit into from
Aug 13, 2023

Conversation

vinhjaxt
Copy link
Contributor

@vinhjaxt vinhjaxt commented Aug 11, 2023

When the disk was full, some strange things happened.

Some files are created but the files are empty.

In my case, my disk was full, so an organization's .json.db file was created with zero length content, causing a loop of the startOrg call.

This commit will fix that problem by checking if the organization's .json.db file is corrupted.

@CLAassistant
Copy link

CLAassistant commented Aug 11, 2023

CLA assistant check
All committers have signed the CLA.

@scudette scudette merged commit 47a85ab into Velocidex:master Aug 13, 2023
1 check passed
scudette pushed a commit to scudette/velociraptor that referenced this pull request Aug 28, 2023
…#2886)

When the disk was full, some strange things happened.

Some files are created but the files are empty.

In my case, my disk was full, so an organization's .json.db file was
created with zero length content, causing a loop of the startOrg call.

This commit will fix that problem by checking if the organization's
.json.db file is corrupted.
scudette pushed a commit that referenced this pull request Aug 28, 2023
When the disk was full, some strange things happened.

Some files are created but the files are empty.

In my case, my disk was full, so an organization's .json.db file was
created with zero length content, causing a loop of the startOrg call.

This commit will fix that problem by checking if the organization's
.json.db file is corrupted.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants