[
https://issues.apache.org/jira/browse/THRIFT-3577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15156079#comment-15156079
]
ASF GitHub Bot commented on THRIFT-3577:
----------------------------------------
GitHub user nsuke opened a pull request:
https://github.com/apache/thrift/pull/882
THRIFT-3577 assertion failed at line 512 of testcontainertest.c
While investigating THRIFT-3635, I've found the root cause of this one, as
D and c_glib are in the same group on Travis-CI.
It turned out that the GError could simply be absent while we were strictly
expecting one.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nsuke/thrift THRIFT-3577
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/882.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #882
----
commit 9f96e358fb5bdac8a6570dc3c79e9416e4f407ce
Author: Nobuaki Sukegawa <[email protected]>
Date: 2016-02-21T16:33:27Z
THRIFT-3577 assertion failed at line 512 of testcontainertest.c
----
> assertion failed at line 512 of testcontainertest.c
> ---------------------------------------------------
>
> Key: THRIFT-3577
> URL: https://issues.apache.org/jira/browse/THRIFT-3577
> Project: Thrift
> Issue Type: Bug
> Components: C glib - Library
> Reporter: Chandler May
> Assignee: Simon South
> Priority: Minor
>
> Occasionally testcontainertest will fail because the server terminated
> unexpectedly (see, e.g.,
> [https://travis-ci.org/apache/thrift/jobs/104278093]):
> {code}
> ERROR:testcontainertest.c:512:main: assertion failed: (g_error_matches
> (error, THRIFT_SERVER_SOCKET_ERROR, THRIFT_SERVER_SOCKET_ERROR_ACCEPT))
> /bin/bash: line 5: 14190 Aborted (core dumped) ${dir}$tst
> FAIL: testcontainertest
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)