Skip to content

Conversation

@kadler
Copy link
Contributor

@kadler kadler commented Feb 28, 2019

Add #ifdef WCOREDUMP around all uses

Add #ifdef WCOREDUMP around all uses
@petk petk added the Bug label Mar 1, 2019
#endif
lsapi_log("Child process with pid: %d was killed by signal: "
"%d, core dump: %d\n", pid, sig_num, dump );
"%d, core dump: %s\n", pid, sig_num, dump );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"%d, core dump: %s\n", pid, sig_num, dump );
"%d, core dumped: %s\n", pid, sig_num, dump );

@nikic
Copy link
Member

nikic commented Mar 1, 2019

Applied as 006355c to 7.2+ together with @staabm's suggestion. Thanks!

@nikic nikic closed this Mar 1, 2019
@kadler kadler deleted the no-wcoredump-7.2 branch March 1, 2019 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants