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

Help people get core files in case of abort() on BUGCHECK [CORE1558] #1977

Closed
firebird-automations opened this issue Nov 2, 2007 · 7 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @AlexPeshkoff

We have config parameter BugcheckAbort, making it possible not to try to continue server operation after bugcheck (which is hardly possible in most cases), but abort() at once, providing useful debug information - core file. But in many cases system is setup by default not to dump core at all. Users often have troubles, moreover setup using OS tools may differ for classic/super cases.

In order to avoid such problems, it's better to make firebird to as much as possible to create core file on BUGCHECK.

Commits: 547eb36 b50399c c59d5b9 52c9aca

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Added code, making firebird server to change working directory to (as for the rule) writable location (/tmp) and setting soft core file size limit equal to hard limit. In release version it's done only when BugcheckAbort is true. In devel version it's done always.

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 2.1 RC1 [ 10201 ]

Fix Version: 2.0.4 [ 10211 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Workflow: jira [ 13371 ] => Firebird [ 13959 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Closed [ 6 ] => Closed [ 6 ]

QA Status: No test => Cannot be tested

@firebird-automations
Copy link
Collaborator Author

Commented by: @pavel-zotov

Please add to message 'core dumped' name of folder where it was created, and core file name also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants