Remove print stack trace and stack dump
Registered by
Lee Bieber
Remove print stack trace and stack dump (not reliable, often incorrect)
- drizzled/
- Put in linux specific caller
Blueprint information
- Status:
- Complete
- Approver:
- None
- Priority:
- Medium
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- Brian Aker
- Definition:
- Approved
- Series goal:
- Accepted for dexter
- Implementation:
- Implemented
- Milestone target:
- 2010-08-30
- Started by
- Lee Bieber
- Completed by
- Lee Bieber
Related branches
Related bugs
Sprints
Whiteboard
This means that since we now use gcc for a majority of our builds we are now using the built in back trace ability instead of having a separate tool to do this work.
This will work on any platform except freeBSD, that version doesn't have the built in back trace functionality within gcc
Also added:
% ./drizzled/drizzled --plugin-
select crash();
% ./drizzled/drizzled --plugin-
select shutdown()
(?)