|
From: <fir...@us...> - 2015-12-04 00:09:53
|
Revision: 62624
http://sourceforge.net/p/firebird/code/62624
Author: firebirds
Date: 2015-12-04 00:09:50 +0000 (Fri, 04 Dec 2015)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/trunk/ChangeLog
firebird/trunk/src/jrd/build_no.h
firebird/trunk/src/misc/writeBuildNum.sh
Modified: firebird/trunk/ChangeLog
===================================================================
--- firebird/trunk/ChangeLog 2015-12-03 22:17:50 UTC (rev 62623)
+++ firebird/trunk/ChangeLog 2015-12-04 00:09:50 UTC (rev 62624)
@@ -1,3 +1,20 @@
+ 2015-12-03 22:17 hvlad
+ M src/common/isc_sync.cpp
+Correction
+
+ 2015-12-03 16:17 hvlad
+ M src/common/isc_sync.cpp
+Fixed the race condition on Windows when shared memory is initialized.
+It could raise errors like:
+MonitoringData: Cannot initialize the shared memory region
+sh_mem_length_mapped is 0
+LockManager::LockManager()
+Database is probably already opened by another engine instance in another Windows session
+MonitoringData: Cannot initialize the shared memory region
+operating system directive CreateFile failed
+Access is denied.
+Test case is at CORE-4680, see comments by Pavel Zotov at 18 Nov 2015.
+
2015-12-01 21:12 hvlad
M src/jrd/jrd.h
Fixed AV in CS introduced recently. Dmitry, please review.
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2015-12-03 22:17:50 UTC (rev 62623)
+++ firebird/trunk/src/jrd/build_no.h 2015-12-04 00:09:50 UTC (rev 62624)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:32204
+ FORMAL BUILD NUMBER:32206
*/
-#define PRODUCT_VER_STRING "3.0.0.32204"
-#define FILE_VER_STRING "WI-V3.0.0.32204"
-#define LICENSE_VER_STRING "WI-V3.0.0.32204"
-#define FILE_VER_NUMBER 3, 0, 0, 32204
+#define PRODUCT_VER_STRING "3.0.0.32206"
+#define FILE_VER_STRING "WI-V3.0.0.32206"
+#define LICENSE_VER_STRING "WI-V3.0.0.32206"
+#define FILE_VER_NUMBER 3, 0, 0, 32206
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "32204"
+#define FB_BUILD_NO "32206"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 2"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2015-12-03 22:17:50 UTC (rev 62623)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2015-12-04 00:09:50 UTC (rev 62624)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=32204
+BuildNum=32206
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|