System.StackOverflowException was unhandled
-------------------------------------------
Key: DNET-749
URL: http://tracker.firebirdsql.org/browse/DNET-749
Project: .NET Data provider
Issue Type: Bug
Components: ADO.NET Provider
Affects Versions: 5.8.0.0
Environment: Windows 10 and Windows 7
Reporter: Donald Jansen
Assignee: Jiri Cincura
Attachments: FirebirdConnector.cs, Untitled.png
The following exception is being thrown, and is not handled by a try...catch...finaly
System.StackOverflowException was unhandled
Message: An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll
There is no stacktrace available with this exception
The exception seems to come from the DataReader.Read()
If the DataReader is empty it is thrown directly,
if the DataReader has rows then it is thrown after the last row was handled
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|