Remove print stack trace and stack dump

Registered by Lee Bieber

Remove print stack trace and stack dump (not reliable, often incorrect)
- drizzled/stacktrace.h - print stacktrace, hooked into signal handler
- 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:
milestone icon 2010-08-30
Started by
Lee Bieber
Completed by
Lee Bieber

Related branches

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-add=crash_function
select crash();

% ./drizzled/drizzled --plugin-add=shutdown_function
select shutdown()

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.