You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Aki Sukegawa (JIRA)" <ji...@apache.org> on 2016/02/14 12:22:18 UTC

[jira] [Created] (THRIFT-3632) c_glib testserialization fails with glib assertion

Aki Sukegawa created THRIFT-3632:
------------------------------------

             Summary: c_glib testserialization fails with glib assertion
                 Key: THRIFT-3632
                 URL: https://issues.apache.org/jira/browse/THRIFT-3632
             Project: Thrift
          Issue Type: Bug
          Components: C glib - Compiler
         Environment: ArchLinux
GCC 5.3.0
GLib-2.46.2
            Reporter: Aki Sukegawa
            Assignee: Aki Sukegawa


Recently it suddenly started failing in my local environment, but no any of CI.
As it's assertion failure, I suspect it's due to glib version.
There were a few of them but adding some null check to generated code fixed the problem.

{code}
(/home/x/proj/thrift/clean/lib/c_glib/test/.libs/lt-testserialization:24158): GLib-CRITICAL **: g_hash_table_size: assertion 'hash_table != NULL' failed
/bin/sh: line 5: 24158 Trace/breakpoint trap   (core dumped) ${dir}$tst
FAIL: testserialization
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)