[Firebird-devel] [FB-Tracker] Created: (CORE-5327) internal Firebird consistency check (cannot find tip page (165), file: tra.cpp line: 2307)

2016-08-11 Thread Vlad Khorsun (JIRA)
internal Firebird consistency check (cannot find tip page (165), file: tra.cpp line: 2307) -- Key: CORE-5327 URL: http://tracker.firebirdsql.org/browse/CORE-5327

[Firebird-devel] POSIX os_utils::open() and O_CLOEXEC

2016-08-11 Thread Dimitry Sibiryakov
Hello, All. If posix/os_utils.cpp I see following code: > // force file descriptor to have O_CLOEXEC set > int open(const char* pathname, int flags, mode_t mode) > { > int fd; > fd = openFile(pathname, flags | O_CLOEXEC, mode); > > if (fd < 0 && errno == EINVAL) //