Bug 249116 - kdepim-shutdown does not stop all related processes
Summary: kdepim-shutdown does not stop all related processes
Status: RESOLVED UNMAINTAINED
Alias: None
Product: KDE PIM Mobile
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Maemo 5 Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-26 13:58 UTC by Felix Wolfsteller
Modified: 2016-09-29 07:53 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felix Wolfsteller 2010-08-26 13:58:15 UTC
Version:           unspecified
OS:                Linux

1) Started KAddressbook Mobile
2) Invoke kdepim-shutdown (as root)
3) ps aux | grep k gives:
    2 root         0 SW   [kthreadd]
    3 root         0 SW   [ksoftirqd/0]
    5 root         0 SW   [khelper]
    6 root         0 SW   [kblockd/0]
   11 root         0 SW   [ksuspend_usbd]
   12 root         0 SW   [khubd]
   15 root         0 SW   [kswapd0]
   27 root         0 SW   [kondemand/0]
  422 root         0 SW   [nokia-av]
  423 root         0 SW   [kmmcd]
  702 messageb  3820 S <  /usr/bin/dbus-daemon --system --nofork 
  764 root         0 SW   [bridge_work-que]
  807 root         0 SW   [kjournald]
  834 root      3420 S    /usr/lib/hal/hald-addon-generic-backlight 
  848 root      3624 S    /usr/bin/clockd 
  919 user      3564 S <  /usr/bin/dbus-daemon --fork --print-pid 5 --print-add
  938 root         0 SW<  [krfcommd]
  944 user     23380 S    /usr/bin/maemo-launcher --send-app-died --booster gtk
 1061 user      3932 S    /usr/bin/hildon-desktop 
 1065 user     71204 S    /usr/bin/hildon-desktop                              
 1073 user     17140 S    /usr/lib/evolution-data-server/e-addressbook-factory 
 1092 user     12552 S N  /usr/lib/tracker/trackerd 
 1123 nobody    2164 S    /usr/sbin/dnsmasq -k -i lo -a 127.0.0.1 -z 
 1204 user     17176 S    /usr/bin/mafw-dbus-wrapper mafw-tracker-source 
 1242 user     24808 S    /usr/bin/osso-abook-home-applet                      
 1257 root      8504 S    /usr/sbin/ke-recv 
 1312 root      1624 S    /sbin/udhcpc -i wlan0 -s /etc/udhcpc/libicd_network_i
 1514 user     34896 S    kdeinit4: kdeinit4 Running...
 1517 user     43212 S    kdeinit4: klauncher [kdeinit] --fd=8
 1529 user     93268 S    kdeinit4: kded4 [kdeinit]   
 1954 user      2084 S    /bin/sh /usr/bin/kaddressbook-mobile.sh 
 1958 user      165m S    /usr/bin/kaddressbook-mobile --graphicssystem raster 
 2053 user     42768 S    kdeinit4: kio_http_cache_cleaner [kdeinit]
 2064 user     78324 S    kdeinit4: kwalletd [kdeinit]
 2080 user      3932 S    /usr/bin/osso-addressbook 
 2081 user     27608 S    /usr/bin/osso-addressbook                            
 2116 root      2092 S    grep k 

The GUI of KAddressbook closes and the akonadi icon with a start-button and some text appears.

Invoking the script a second time seems to reduce the number of processes, but quite some "k" stuff survives.

I expect no running K-processes after executing kdepim-shutdown (i have no non-kdepim kde stuff).

Observed in version 4:4.5~20100820.1165966-1maemo1.1167016 .

Reproducible: Always
Comment 1 Bjoern Ricks 2011-02-11 11:13:43 UTC
SVN commit 1219909 by bricks:

try to stop all kdepim related process on maemo

CCBUG: 249116


 M  +11 -6     kdepim-shutdown  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1219909