Skip to content

fix for unintended crash during panic response#7120

Merged
antirez merged 1 commit intoredis:unstablefrom
Dave-in-lafayette:patch-1
Apr 23, 2020
Merged

fix for unintended crash during panic response#7120
antirez merged 1 commit intoredis:unstablefrom
Dave-in-lafayette:patch-1

Conversation

@Dave-in-lafayette
Copy link
Contributor

If redis crashes early, before lua is set up (like, if File Descriptor 0 is closed before exec), it will crash again trying to print memory statistics.

If redis crashes early, before lua is set up (like, if File Descriptor 0 is closed before exec), it will crash again trying to print memory statistics.
@antirez antirez merged commit e83d5b6 into redis:unstable Apr 23, 2020
@antirez
Copy link
Contributor

antirez commented Apr 23, 2020

Thanks @Dave-in-lafayette, merged.

JackieXie168 pushed a commit to JackieXie168/redis that referenced this pull request Apr 27, 2020
fix for unintended crash during panic response
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.

2 participants