You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Nobuaki Sukegawa (Jira)" <ji...@apache.org> on 2022/03/07 05:35:00 UTC

[jira] [Created] (THRIFT-5536) Erlang runtime errors on CI

Nobuaki Sukegawa created THRIFT-5536:
----------------------------------------

             Summary: Erlang runtime errors on CI
                 Key: THRIFT-5536
                 URL: https://issues.apache.org/jira/browse/THRIFT-5536
             Project: Thrift
          Issue Type: Bug
          Components: Erlang - Library
    Affects Versions: 0.16.0
            Reporter: Nobuaki Sukegawa
            Assignee: Nobuaki Sukegawa


tl;dr; OTP-24 has some backward incompatible changes.

Thrift was affected by two of them:
 * ssl:ssl_accept was removed
 * erlang:get_stacktrace was removed

For the second item, erlang:get_stacktrace was returning empty string instead of an actual stack-trace since OTP-23.

[https://www.erlang.org/news/140]



--
This message was sent by Atlassian Jira
(v8.20.1#820001)