-
-
Notifications
You must be signed in to change notification settings - Fork 243
Description
Submitted by: Efremov Aleksandr Valer'evich (mrefrem)
Attachments:
3212.patch
If we compile fresh 2.5, we get
gmake -f ../gen/Makefile.embed.util ../gen/firebird/bin/create_db
gmake[3]: Entering directory `/home/user/firebird/firebird2.5/firebird2/gen'
gmake[3]: `../gen/firebird/bin/create_db' is up to date.
gmake[3]: Leaving directory `/home/user/firebird/firebird2.5/firebird2/gen'
rm -f empty.fdb
../gen/firebird/bin/create_db empty.fdb
Fatal lock manager error: mutex init failed, errno: 2
--No such file or directory
gmake[2]: *** [empty.fdb] Segmentation fault: 11 (core dumped)
gmake[2]: *** Deleting file `empty.fdb'
gmake[2]: Leaving directory `/home/user/firebird/firebird2.5/firebird2/gen'
gmake[1]: *** [empty_db] Error 2
gmake[1]: Leaving directory `/home/user/firebird/firebird2.5/firebird2/gen'
gmake: *** [firebird] Error 2