cmu-db / peloton

The Self-Driving Database Management System
http://pelotondb.io
Apache License 2.0
2.03k stars 624 forks source link

Print stack trace on errors using libunwind #1399

Open tcm-marcel opened 6 years ago

tcm-marcel commented 6 years ago

The idea: Print a stack trace on server side when exceptions get caught (stack trace from the time they were caught). Where is some old print stack trace code, which we want to replace with libunwind.

@mengranwo already tried this in #914 and #995, but failed because of a few (partly unrelated) errors she couldn't eliminate. I think we can give this PR another try, since a few of these things have been solved in the meantime.

a6802739 commented 6 years ago

@tcm-marcel , I'm new to this project, could I have a try for this?

apavlo commented 6 years ago

@a6802739 Go for it.