Skip to content

CRITICAL: No crash cleanup handlers - data loss on segfault #155

@poyrazK

Description

@poyrazK

Why is this an issue?

No atexit() or SIGSEGV handler to:

  • Flush WAL
  • Persist dirty pages
  • Save catalog

Crash = data loss for all in-flight transactions.

What is causing it?

Missing crash cleanup.

How can it be solved?

Add atexit and signal handlers.

Category

  • Small
  • Medium
  • Large
  • Critical

Severity

  • Low
  • Medium
  • High
  • Critical

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions