Simon South created THRIFT-3283:
-----------------------------------
Summary: c_glib: Tutorial server always exits with warning
Key: THRIFT-3283
URL: https://issues.apache.org/jira/browse/THRIFT-3283
Project: Thrift
Issue Type: Bug
Affects Versions: 0.9.3
Environment: Cloud9 (Ubuntu 14.04.2 LTS; gcc 4.8.2)
Reporter: Simon South
Assignee: Simon South
Priority: Minor
When terminating the C (GLib) tutorial server with Ctrl-C, this message is
output to the console:
{code}
(process:18038): GLib-WARNING **: GError set over the top of a previous GError
or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before
it's set.
The overwriting error message was: failed to accept connection - Interrupted
system call
done.
{code}
The server should instead exit quietly without reporting an issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)