[
https://issues.apache.org/jira/browse/THRIFT-3567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105602#comment-15105602
]
ASF GitHub Bot commented on THRIFT-3567:
----------------------------------------
GitHub user cjmay opened a pull request:
https://github.com/apache/thrift/pull/806
THRIFT-3567 prevent g_object_unref errors in c_glib cross test server.
Add additional object ref in insanity test handler to prevent GLib
g_object_unref errors.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cjmay/thrift THRIFT-3567
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/806.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 #806
----
commit a26d9f45d8c15e2f2a801f88c6020d6a42641088
Author: Chandler May <[email protected]>
Date: 2016-01-18T16:05:40Z
THRIFT-3567 prevent g_object_unref errors in c_glib cross test server.
----
> object unref errors in cross tests with c_glib server
> -----------------------------------------------------
>
> Key: THRIFT-3567
> URL: https://issues.apache.org/jira/browse/THRIFT-3567
> Project: Thrift
> Issue Type: Bug
> Components: C glib - Library
> Affects Versions: 0.9.3
> Reporter: Chandler May
>
> When running cross language tests with a c_glib server, I see g_object_unref
> assertion errors like these in the output logs:
> (lt-test_server:54378): GLib-GObject-CRITICAL **: g_object_unref: assertion
> 'G_IS_OBJECT (object)' failed
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)