bugdavfs2 - Bugs: bug #50083, busy loop bug?

 
 

bug #50083: busy loop bug?

Submitter:  None
Submitted:  Thu 19 Jan 2017 05:13:41 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  _71007
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 21 Jan 2017 07:07:17 PM UTC, comment #1: 

Thanks for the patch. I applied it to CVS branches MAIN and rel-1-4-6.

- <_71007>
Thu 19 Jan 2017 05:13:41 AM UTC, original submission:  

I think cache.c needs a below line.

--- cache.c.org 2017-01-19 14:04:30.940134000 +0900
+++ cache.c     2017-01-19 14:04:55.225334000 +0900
@@ -2385,6 +2385,7 @@
     while (child) {
         if (is_busy(child))
             return 1;
+        child = child->next;
     }

     return (is_reg(node) && is_open_write(node));

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by _71007 (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-01-25 _71007 Open/ClosedOpen Closed
    2017-01-21 _71007 StatusNone Fixed
        Assigned toNone _71007

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code