Closed khaf closed 6 years ago
Is there something I'm doing wrong on my end? Is this known?
To answer that a reproduction case would be very helpful. Can you please provide a small, self-contained one?
This is happening on a customer's server. As far as I can tell, the server is waiting for connections, and no database activity is going on.
I can't reproduce this on my end. From the logs, the particular report I just posted above happens right after the server comes up and the app tries to open and read the database.
Any chance to use a -race
enabled build? That could possibly reveal the other part of the race condition.
@khaf Gentle ping.
We worked around this issue by asking the customer to delete their db file and trying again.
It seems that a db corruption was causing this, but we couldn’t investigate more.
Thanks for your support. I’ll let you know if I get more info. I think we can close this ticket for now.
On May 7, 2018, at 4:22 PM, cznic notifications@github.com wrote:
@khaf Gentle ping.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
Ok, thanks for the feedback. Feel free to (re)open if needed.
I'm getting this error while registering the driver for ql:
This happens under no real load; there may be record being read, but I'm not even sure of that.
Is there something I'm doing wrong on my end? Is this known? Is there a work around until the issue is found and solved?