Re: [Firebird-devel] FB3 crash

2013-03-19 Thread Dmitry Kovalenko
Yes, something exists :) - [fresh crash] > firebird.exe!set_server(rem_port * port=0x, unsigned short flags=56) Строка 5455 + 0x6 байт C++ firebird.exe!SRVR_main(rem_port * main_port=0x, unsigned short flags=56) Строка 1058 + 0xe байт C++ firebird.exe!serv

Re: [Firebird-devel] FB3 crash

2013-03-19 Thread Vlad Khorsun
19.03.2013 21:52, Dmitry Kovalenko wrote: > Hi > > Work with server from multiple clients [IBProvider test system]: > > firebird.exe!set_server(rem_port * port=0x, unsigned short flags=56) > Строка 5455 + 0x6 байтC++ > >firebird.exe!SRVR_main(rem_port * main_port=0x, unsigned sho

[Firebird-devel] FB3 crash

2013-03-19 Thread Dmitry Kovalenko
Hi Work with server from multiple clients [IBProvider test system]: firebird.exe!set_server(rem_port * port=0x, unsigned short flags=56) Строка 5455 + 0x6 байт C++ > firebird.exe!SRVR_main(rem_port * main_port=0x, unsigned short flags=56) Строка 1058 + 0xe байт C++ firebird.

[Firebird-devel] [FB-Tracker] Created: (CORE-4067) Problem with "CREATE DATABASE ... COLLATION ..." and 1 dialect

2013-03-19 Thread Kovalenko Dmitry (JIRA)
Problem with "CREATE DATABASE ... COLLATION ..." and 1 dialect -- Key: CORE-4067 URL: http://tracker.firebirdsql.org/browse/CORE-4067 Project: Firebird Core Issue Type: Bug

Re: [Firebird-devel] security3.fdb unavailable database

2013-03-19 Thread Adriano dos Santos Fernandes
On 19-03-2013 05:33, Dmitry Yemanov wrote: > 19.03.2013 11:23, Alex Peshkoff wrote: > >>> Was: >>> {TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)/security3.fdb"} >>> >>> Correct: >>> {TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)security3.fdb"} >> >> Yes, it's better > > I res

Re: [Firebird-devel] security3.fdb unavailable database

2013-03-19 Thread Alex Peshkoff
On 03/19/13 12:33, Dmitry Yemanov wrote: > 19.03.2013 11:23, Alex Peshkoff wrote: > >>> Was: >>> {TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)/security3.fdb"} >>> >>> Correct: >>> {TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)security3.fdb"} >> Yes, it's better > I respectfully

Re: [Firebird-devel] security3.fdb unavailable database

2013-03-19 Thread Dmitry Yemanov
19.03.2013 11:23, Alex Peshkoff wrote: >> Was: >> {TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)/security3.fdb"} >> >> Correct: >> {TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)security3.fdb"} > > Yes, it's better I respectfully disagree. The former string clearly distinguishe

Re: [Firebird-devel] security3.fdb unavailable database

2013-03-19 Thread Alex Peshkoff
On 03/19/13 11:53, Dmitry Kovalenko wrote: >> Correct: >>> {TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)security3.fdb"}, >> // >>> security database name >> Yes, it's better but won't solve a problem. Double-slash is eaten with >> no-error: >> > Hm... As I remember (this is very old prob

Re: [Firebird-devel] security3.fdb unavailable database

2013-03-19 Thread Dmitry Kovalenko
> Correct: > > {TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)security3.fdb"}, > // > > security database name > > Yes, it's better but won't solve a problem. Double-slash is eaten with > no-error: > Hm... As I remember (this is very old problem) my XP SP2 (on test VM) can't eat this dou

Re: [Firebird-devel] security3.fdb unavailable database

2013-03-19 Thread Alex Peshkoff
On 03/19/13 10:41, Dmitry Kovalenko wrote: > File: src\common\config\config.cpp > Line: 173 > > Correct: > {TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)security3.fdb"}, // > security database name Yes, it's better but won't solve a problem. Double-slash is eaten with no-error: # cat /