Re: [Firebird-devel] FB3 crash

2013-03-20 Thread Michal Kubecek
On Wed, Mar 20, 2013 at 08:36:43AM +0400, Dmitry Kovalenko wrote: - [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)

Re: [Firebird-devel] FB3 crash

2013-03-20 Thread Vlad Khorsun
So the solution is either to check return value for NULL in xnet_connect_wait_thread() (as inet_connect_wait_thread() does) or throw exception instead of returning NULL, either in XNET_connect() or as deep as in connect_server() (in src/remote/os/win32/xnet.cpp). I'm not familiar with the

Re: [Firebird-devel] FB3 crash

2013-03-20 Thread Michal Kubecek
On Wed, Mar 20, 2013 at 01:51:31PM +0200, Vlad Khorsun wrote: But in v2.5 there was correct code, so bug was introduced in trunk only. So far i'm failed to see revision before 51654, i.e. before srvr_w32.cpp was moved from src/remote/os/win32 to the src/remote/server/os/win32... It

Re: [Firebird-devel] FB3 crash

2013-03-20 Thread Vlad Khorsun
But in v2.5 there was correct code, so bug was introduced in trunk only. So far i'm failed to see revision before 51654, i.e. before srvr_w32.cpp was moved from src/remote/os/win32 to the src/remote/server/os/win32... It seems to be introduced after the move, by SVN revision 51742 /

Re: [Firebird-devel] FB3 crash

2013-03-20 Thread Vlad Khorsun
I think, crash can reproduced without any problem ... Could you test just committed patch for it ? Thanks, Vlad -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download

Re: [Firebird-devel] FB3 crash

2013-03-20 Thread Dmitry Kovalenko
Uge ... sorry - yes, of course :) Kovalenko Dmitry 2013/3/20 Vlad Khorsun hv...@users.sourceforge.net I think, crash can reproduced without any problem ... Could you test just committed patch for it ? Thanks, Vlad

Re: [Firebird-devel] FB3 crash

2013-03-20 Thread Dmitry Kovalenko
Hi again Stack of crash: engine12.dll!EXE_unwind(Jrd::thread_db * tdbb=0x0145f8e8, Jrd::jrd_req * request=0x) Строка 939 + 0x3 байт C++ engine12.dll!JRD_start(Jrd::thread_db * tdbb=0x0145f8e8, Jrd::jrd_req * request=0x, Jrd::jrd_tra * transaction=0x452502c8) Строка 7188 + 0xd

[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++

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 short

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++