Bug 99441

Summary: file lock not released
Product: [Applications] konqueror Reporter: Rainer Klein <rklein>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: lsof.info
ps_aux.info

Description Rainer Klein 2005-02-15 12:11:49 UTC
Version:            (using KDE KDE 3.3.92)
Installed from:    SuSE RPMs
OS:                Linux

File locks are not released off amounted media, even after closing the Konqueror window.

lsof results in multiple error messages like those once:
"""
klerai@pluto:~/Documents/Video/other> lsof /mnt
COMMAND   PID   USER   FD   TYPE DEVICE       SIZE NODE NAME
kdeinit 17102 klerai   15r   REG    7,0 1073565696 272 /mnt/VIDEO_TS/VTS_01_2.VOB
kdeinit 17102 klerai   16r   REG    7,0 1073565696  273 /mnt/VIDEO_TS/VTS_01_3.VOB
kdeinit 17102 klerai   17r   REG    7,0  634187776  274 /mnt/VIDEO_TS/VTS_01_4.VOB
kdeinit 17102 klerai   18r   REG    7,0      73728  275 /mnt/VIDEO_TS/VTS_01_0.BUP
"""

one need to manually kill the respected kdinit process, before an umount of the device is possible.
Comment 1 Maksim Orlovich 2005-02-15 16:30:00 UTC
When this happens, can you please run ps -aux to see what the processes really are?
Comment 2 Rainer Klein 2005-02-16 11:48:14 UTC
Maksim,

please find attach the output lsof & ps for another example. I've loop-mounted 
an iso image and accessed several directories/files from within Konqueror. I 
hope this helps.

Cheers,

Rainer 

On Wednesday 16 February 2005 02:30, Maksim Orlovich wrote:
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>
> http://bugs.kde.org/show_bug.cgi?id=99441
>
>
>
>
> ------- Additional Comments From maksim kde org  2005-02-15 16:30 -------
> When this happens, can you please run ps -aux to see what the processes
> really are?


Created an attachment (id=9665)
lsof.info

Created an attachment (id=9666)
ps_aux.info
Comment 3 Tommi Tervo 2005-10-28 12:44:59 UTC
Blocking precess: klerai    4911  0.2  7.6 52076 39692 ?       S    20:06   0:12 kdeinit: konqueror --preload


*** This bug has been marked as a duplicate of 78322 ***