Hi!

 

I have a problem that succeeds sometimes when I execute some queries
(select, insert etc.)

A program simply hangs up/freezes and I have to break debugging. Then I get
this call stack:

                [Managed to Native Transition]               

                System.dll!System.Net.Sockets.Socket.Receive(byte[] buffer =
{byte[4096]}, int offset = 0, int size, System.Net.Sockets.SocketFlags
socketFlags = None, out System.Net.Sockets.SocketError errorCode = Success)
+ 0xc4 bytes    

                System.dll!System.Net.Sockets.Socket.Receive(byte[] buffer,
int offset, int size, System.Net.Sockets.SocketFlags socketFlags) + 0x20
bytes           

                System.dll!System.Net.Sockets.NetworkStream.Read(byte[]
buffer, int offset, int size) + 0x84 bytes 

                mscorlib.dll!System.IO.BufferedStream.Read(byte[] array =
{byte[8]}, int offset = 0, int count = 4) + 0xc4 bytes                

 
FirebirdSql.Data.FirebirdClient.dll!FirebirdSql.Data.Client.Managed.Version1
0.XdrStream.Read(byte[] buffer, int offset, int count) + 0x2e bytes  

 
FirebirdSql.Data.FirebirdClient.dll!FirebirdSql.Data.Client.Managed.Version1
0.XdrStream.ReadNextOperation() + 0x17 bytes          

 
FirebirdSql.Data.FirebirdClient.dll!FirebirdSql.Data.Client.Managed.Version1
0.XdrStream.ReadOperation() + 0x16 bytes    

 
FirebirdSql.Data.FirebirdClient.dll!FirebirdSql.Data.Client.Managed.Version1
1.GdsDatabase.ReadOperation() + 0x19 bytes          

 
FirebirdSql.Data.FirebirdClient.dll!FirebirdSql.Data.Client.Managed.Version1
0.GdsDatabase.ReadSingleResponse() + 0x11 bytes      

 
FirebirdSql.Data.FirebirdClient.dll!FirebirdSql.Data.Client.Managed.Version1
0.GdsDatabase.ReadResponse() + 0x11 bytes    

 
FirebirdSql.Data.FirebirdClient.dll!FirebirdSql.Data.Client.Managed.Version1
0.GdsDatabase.ReadGenericResponse() + 0xc bytes         

 
FirebirdSql.Data.FirebirdClient.dll!FirebirdSql.Data.Client.Managed.Version1
1.GdsStatement.Execute() + 0x11d bytes    

 
FirebirdSql.Data.FirebirdClient.dll!FirebirdSql.Data.FirebirdClient.FbComman
d.ExecuteCommand(System.Data.CommandBehavior behavior, bool returnsSet) +
0xc7 bytes              

 
FirebirdSql.Data.FirebirdClient.dll!FirebirdSql.Data.FirebirdClient.FbComman
d.ExecuteNonQuery() + 0x40 bytes                

 

These queries work fine when executing in FlameRobin.

 

I use: 

FB 2.5 RC1

FirebirdClient 2.5.0.0

 

Can you help? Do you need other data?

 

Lucek

 

------------------------------------------------------------------------------
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to