Subject Re: [firebird-support] Transactions - Writer block reader?
Author Gabor Boros
2016. 08. 23. 17:34 keltezéssel, Dimitry Sibiryakov sd@...
[firebird-support] írta:
> 23.08.2016 17:22, Gabor Boros gaborboros@... [firebird-support] wrote:
>> For me this is looks like a bug.
>
> You have chosen "no_rec_version", so you are getting what you asked for.

If the "read" and "write" transactions have its own attachment the
"read" transaction wait forever in my example. Okay if this the normal
behavior. But why got deadlock if "read" and "write" transactions shares
on same attachment?

I found the below issue on the tracker which have same error message:
http://tracker.firebirdsql.org/browse/CORE-4961

Gabor