Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(872)

Issue 4440059: Fix the zombie process of ibus-gconf when ibus-daemon restarts. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years ago by fujiwara
Modified:
12 years, 12 months ago
Reviewers:
shawn.p.huang
CC:
shawn.p.huang_gmail.com
Base URL:
git://github.com/ibus/ibus.git@master
Visibility:
Public.

Description

Fix the zombie process of ibus-gconf when ibus-daemon restarts. - Fix the typo in bus_dbus_impl_destroy() (dbusimpl.c) - Modify bus_server_run() and _ibus_exit() (ibusimpl.c, server.c) bus_ibus_impl_destroy() needs to be called so that waitpid() prevents processes from becoming zombie. - Change the declaration of bus_server_quit(). (server.h) BUG=redhat#697471 TEST=Linux desktop

Patch Set 1 #

Total comments: 2

Patch Set 2 : revised #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -46 lines) Patch
M bus/dbusimpl.c View 1 1 chunk +2 lines, -4 lines 0 comments Download
M bus/ibusimpl.c View 3 chunks +1 line, -39 lines 0 comments Download
M bus/server.h View 1 chunk +2 lines, -1 line 0 comments Download
M bus/server.c View 1 3 chunks +49 lines, -1 line 0 comments Download
M src/ibusbus.c View 1 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 4
fujiwara
Originally I just added bus_ibus_impl_destroy() in _ibus_exit() so that waitpid() is called. But talking off ...
13 years ago (2011-04-22 04:19:26 UTC) #1
Peng
http://codereview.appspot.com/4440059/diff/1/bus/dbusimpl.c File bus/dbusimpl.c (right): http://codereview.appspot.com/4440059/diff/1/bus/dbusimpl.c#newcode585 bus/dbusimpl.c:585: g_dbus_connection_close (dconnection, NULL, NULL, NULL); I am thinking, maybe ...
13 years ago (2011-04-27 01:13:44 UTC) #2
fujiwara
On 2011/04/27 01:13:44, Peng wrote: > http://codereview.appspot.com/4440059/diff/1/bus/dbusimpl.c#newcode585 > bus/dbusimpl.c:585: g_dbus_connection_close (dconnection, NULL, NULL, NULL); > ...
13 years ago (2011-04-27 02:55:36 UTC) #3
Peng
13 years ago (2011-04-27 11:38:58 UTC) #4
Lgtm
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b