Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16:/tmp/cvs-serv30802

Modified Files:
        pathfinder.mx 
Log Message:
- fix bug in coll_lock barrier



Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.328
retrieving revision 1.329
diff -u -d -r1.328 -r1.329
--- pathfinder.mx       11 Apr 2007 09:54:36 -0000      1.328
+++ pathfinder.mx       12 Apr 2007 00:18:09 -0000      1.329
@@ -1755,7 +1755,7 @@
         if (not(shortlock_barrier.exist(coll_shortlock, sema_nil))) # is last?
              barriers := reverse(shortlock_barrier).select(coll_shortlock);
         lock_unset(pf_collbarrier_lock);
-        if (bit(count(barriers))) [sema_up](barriers);
+        if (bit(count(barriers))) [sema_up](reverse(barriers));
         lock_unset(coll_shortlock); 
     }
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to