Bugs item #2605706, was opened at 2009-02-16 15:15 Message generated for change (Settings changed) made by mr-meltdown You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2605706&group_id=56967
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: SQL/Core Group: SQL "stable" >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Fabian (mr-meltdown) Assigned to: Fabian (mr-meltdown) Summary: Merovingian: random crash when stopping database Initial Comment: When using monetdb(1) to stop a running database under Merovingian, the latter may segfault. Race conditions due to multiple threads working on shared linked lists may cause the lists go foobared. The solution is to properly regulate access to the shared structures. ---------------------------------------------------------------------- Comment By: Fabian (mr-meltdown) Date: 2009-02-16 15:18 Message: merovingian now uses proper locking around access/modification to shared structures. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2605706&group_id=56967 ------------------------------------------------------------------------------ _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
