Re: [Firebird-devel] build_msg infinite loop

2015-02-02 Thread Egor Pugin
Any other comments? On 31 January 2015 at 22:30, Egor Pugin egor.pu...@gmail.com wrote: Hi! build_msg -D msg.fdb -P ./ -F firebird.msg -L all when msg.fdb is absent will result in infinite loop. I have the simple fix - try to open specified file, but maybe someone has better solution.

Re: [Firebird-devel] build_msg infinite loop

2015-02-02 Thread Egor Pugin
Yes, build_file.epp/build_file.cpp of course. Sorry. On 2 February 2015 at 16:45, Dimitry Sibiryakov s...@ibphoenix.com wrote: 02.02.2015 13:44, Egor Pugin wrote: Any other comments? There is no build_msg.cpp file. If you have on mind build_file.cpp, then it just has a check for connect

Re: [Firebird-devel] build_msg infinite loop

2015-02-02 Thread Dimitry Sibiryakov
02.02.2015 13:44, Egor Pugin wrote: Any other comments? There is no build_msg.cpp file. If you have on mind build_file.cpp, then it just has a check for connect errors missed. Perhaps, it should be preprocessed with different gpre settings. -- WBR, SD.

[Firebird-devel] build_msg infinite loop

2015-01-31 Thread Egor Pugin
Hi! build_msg -D msg.fdb -P ./ -F firebird.msg -L all when msg.fdb is absent will result in infinite loop. I have the simple fix - try to open specified file, but maybe someone has better solution. http://pastebin.com/YUtu8Znz Original problem is that after preprocessing structures/variables

Re: [Firebird-devel] build_msg infinite loop

2015-01-31 Thread James Starkey
An exception to isc_receive with a null status vector should blow the program out of the water. On Saturday, January 31, 2015, Egor Pugin egor.pu...@gmail.com wrote: Hi! build_msg -D msg.fdb -P ./ -F firebird.msg -L all when msg.fdb is absent will result in infinite loop. I have the