Re: [Firebird-devel] FB 3 RC2 never asks last byte byte for isc_info_svc_stdin

2016-05-09 Thread Jiří Činčura
Hi, the original issue here still remains. The last byte is never asked for. I suppose Alex is not interested in fixing it so I probably need to find some dirty workaround, right? -- Mgr. Jiří Činčura Independent IT Specialist

Re: [Firebird-devel] FB 3 RC2 never asks last byte byte for isc_info_svc_stdin

2016-03-19 Thread Alex Peshkoff
On 03/18/2016 05:02 PM, Jiří Činčura wrote: >> Confirmed. > Should I create tracker item? > Yes, please. -- Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceler

Re: [Firebird-devel] FB 3 RC2 never asks last byte byte for isc_info_svc_stdin

2016-03-19 Thread Jiří Činčura
> Sorry - cold not run it: > Unhandled exception: unimplemented function msvcrt.dll._vscprintf > called in 32-bit code (0x7bc4d059). Hmm, the Wine is probably not that good to run it. I suppose you need Windows machine or some VM. -- Mgr. Jiří Činčura Independent IT Specialist --

Re: [Firebird-devel] FB 3 RC2 never asks last byte byte for isc_info_svc_stdin

2016-03-19 Thread Jiří Činčura
Hi Alex, > Jiri, I have no idea how to help you. fbsvcmgr works just fine. > If you can provide reproducible test case which I can run on linux (may > be client on wine) I will take a look what happens. Here's a test case: http://www.uschovna.cz/zasilka/HUYY8J3R8F45NCR8-5RZ/ . Simply unpack and

Re: [Firebird-devel] FB 3 RC2 never asks last byte byte for isc_info_svc_stdin

2016-03-19 Thread Alex Peshkoff
On 03/17/2016 09:59 AM, Jiří Činčura wrote: > Hi Alex, > >> Jiri, I have no idea how to help you. fbsvcmgr works just fine. >> If you can provide reproducible test case which I can run on linux (may >> be client on wine) I will take a look what happens. > Here's a test case: http://www.uschovna.cz/

Re: [Firebird-devel] FB 3 RC2 never asks last byte byte for isc_info_svc_stdin

2016-03-19 Thread Alex Peshkoff
On 03/18/2016 03:10 PM, Jiří Činčura wrote: > Hi Alex, > > I found another issue trying to make you some test case. This one you > can try yourself. > > Instead of sending the amount of bytes server allows, I send always one > byte. After 2nd byte one thread in `firebird.exe` goes into infinite > l

Re: [Firebird-devel] FB 3 RC2 never asks last byte byte for isc_info_svc_stdin

2016-03-19 Thread Alex Peshkoff
On 03/18/2016 05:14 PM, Alex Peshkoff wrote: > On 03/18/2016 05:02 PM, Jiří Činčura wrote: >>> Confirmed. >> Should I create tracker item? >> > Yes, please. Forget it - added myself. -- Transform Data into Opportunity. A

Re: [Firebird-devel] FB 3 RC2 never asks last byte byte for isc_info_svc_stdin

2016-03-19 Thread Jiří Činčura
Hi Alex, I found another issue trying to make you some test case. This one you can try yourself. Instead of sending the amount of bytes server allows, I send always one byte. After 2nd byte one thread in `firebird.exe` goes into infinite loop. I think this should not happen. Here's [1] full mem

Re: [Firebird-devel] FB 3 RC2 never asks last byte byte for isc_info_svc_stdin

2016-03-18 Thread Jiří Činčura
> Confirmed. Should I create tracker item? -- Mgr. Jiří Činčura Independent IT Specialist -- Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library.

Re: [Firebird-devel] FB 3 RC2 never asks last byte byte for isc_info_svc_stdin

2016-03-15 Thread Alex Peshkoff
On 03/15/2016 03:34 PM, Jiří Činčura wrote: > Nobody from core team? > Jiri, I have no idea how to help you. fbsvcmgr works just fine. If you can provide reproducible test case which I can run on linux (may be client on wine) I will take a look what happens.

Re: [Firebird-devel] FB 3 RC2 never asks last byte byte for isc_info_svc_stdin

2016-03-15 Thread Jiří Činčura
Nobody from core team? -- Mgr. Jiří Činčura Independent IT Specialist -- Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more

Re: [Firebird-devel] FB 3 RC2 never asks last byte byte for isc_info_svc_stdin

2016-03-14 Thread Jiří Činčura
> is still out there for quick testing from console. Just out of curiosity > - > does fbsvcmgr work on your setup? It does. But it's a different scenario. :( -- Mgr. Jiří Činčura Independent IT Specialist -- Transform D

Re: [Firebird-devel] FB 3 RC2 never asks last byte byte for isc_info_svc_stdin

2016-03-14 Thread Ivan Arabadzhiev
;( So ... perhaps it's not expected in 2.5 either ... will try to throw my code against 3.0 to see if/how it works(the final combo I had problem with was also stopping 1 byte too early) but an unusually long week is coming. In case you have the time https://drive.google.com/folderview?id=0BxNlh1_C

Re: [Firebird-devel] FB 3 RC2 never asks last byte byte for isc_info_svc_stdin

2016-03-14 Thread Jiří Činčura
> Trust me on this one, Jiri - I did extensive testing :) > https://groups.yahoo.com/neo/groups/Firebird-Java/conversations/messages/11168 > has a paragraph on what I hit. Granted, I have not tested the .Net code > as > much (unfortunately the project sort of died) but I did scratch my head a > lot

Re: [Firebird-devel] FB 3 RC2 never asks last byte byte for isc_info_svc_stdin

2016-03-14 Thread Ivan Arabadzhiev
As for the data - just remove the "if(verbose)" part and use the same SRB - that finally did it for me. 2016-03-14 11:05 GMT+02:00 Ivan Arabadzhiev : > Trust me on this one, Jiri - I did extensive testing :) > > https://groups.yahoo.com/neo/groups/Firebird-Java/conversations/messages/11168 > has

Re: [Firebird-devel] FB 3 RC2 never asks last byte byte for isc_info_svc_stdin

2016-03-14 Thread Ivan Arabadzhiev
Trust me on this one, Jiri - I did extensive testing :) https://groups.yahoo.com/neo/groups/Firebird-Java/conversations/messages/11168 has a paragraph on what I hit. Granted, I have not tested the .Net code as much (unfortunately the project sort of died) but I did scratch my head a lot with Jaybir

Re: [Firebird-devel] FB 3 RC2 never asks last byte byte for isc_info_svc_stdin

2016-03-14 Thread Jiří Činčura
> implementing > it in Jaybird). In short - you need to be passing isc_info_svc_line > either In the SPB? > way. Don't know if it's expected or not, but at least on 2.5 you 'just > do'. 2.5 works fine for me. 3.0 does not ask for last byte (maybe the 2.5 as well, but there so far never happened

Re: [Firebird-devel] FB 3 RC2 never asks last byte byte for isc_info_svc_stdin

2016-03-14 Thread Ivan Arabadzhiev
Hi Jiri, Did you look at my explanation on the difference in .Net between verbose and non-verbose restores (I hit the same sort of problem while implementing it in Jaybird). In short - you need to be passing isc_info_svc_line either way. Don't know if it's expected or not, but at least on 2.5 you '

[Firebird-devel] FB 3 RC2 never asks last byte byte for isc_info_svc_stdin

2016-03-14 Thread Jiří Činčura
Hi *, I'm experiencing stuck tests while streaming restore to server using isc_info_svc_stdin in FB 3 RC2. I still have last byte from the backup file "in my hands", but server never asks for more (the requested length is 0). So I'm stuck there waiting to send the last one. When I manually jump