tarantool / avro-schema

Apache Avro schema tools for Tarantool
57 stars 4 forks source link

Get rig of debug && fix stack collapse bug #108

Closed Khatskevich closed 6 years ago

Khatskevich commented 6 years ago

This commit introduces virtual stack for collecting error info.

Previous implementation were using debug variable whish:

  1. Was hard to maintain.
  2. Lead to random errors due to stack collapse (due to jit optimizations).
Totktonada commented 6 years ago

Please, link #11 here.

Khatskevich commented 6 years ago

Pushed