tarantool / tarantool

Get your data in RAM. Get compute close to data. Enjoy the performance.
https://www.tarantool.io
Other
3.4k stars 381 forks source link

Add traceback to error #4904

Open LeonidVas opened 4 years ago

LeonidVas commented 4 years ago

Now an error contains information about source file name and line where the error was created. This data is available to user using the attribute "trace". To make it easier to find the problem, we must have a full traceback as part of the error.

LeonidVas commented 4 years ago

Some useful information may be in https://github.com/tarantool/tarantool/issues/4398 comments.

LeonidVas commented 4 years ago

The following requirements are known:

LeonidVas commented 4 years ago

https://lists.tarantool.org/pipermail/tarantool-patches/2020-April/015972.html - implementation attempt