ststeiger / trust4

Automatically exported from code.google.com/p/trust4
0 stars 0 forks source link

Time out error on DNS lookup #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I setup and ran a clean install of the 0.0.7 version of Trust4 and tried to do 
a record lookup.  I got the following error:

DNS LOOKUP - User asked for wikileaks.p2p (A)
System.ArgumentNullException: Buffer cannot be null.
Parameter name: buffer
   at System.IO.MemoryStream..ctor(Byte[] buffer, Boolean writable)
   at System.IO.MemoryStream..ctor(Byte[] buffer)
   at Trust4.DataStorage.BasicStore.<Get>d__4.MoveNext() in Y:\Projects\Trust4\Trust4\DataStorage\BasicStore.cs:line 114
   at Trust4.DnsProcess.ProcessQuery(DnsMessageBase qquery, IPAddress clientAddress, ProtocolType protocolType) in Y:\Projects\Trust4\Trust4\DnsProcess.cs:line 99
   at ARSoft.Tools.Net.Dns.DnsServer.ProcessMessage(DnsMessageBase query, IPAddress ipAddress, ProtocolType protocolType) in Y:\Projects\Trust4\ARSoft.Tools.Net\Dns\DnsServer.cs:line 309
   at ARSoft.Tools.Net.Dns.DnsServer.EndUdpReceive(IAsyncResult ar) in Y:\Projects\Trust4\ARSoft.Tools.Net\Dns\DnsServer.cs:line 166

Original issue reported on code.google.com by ervin.ko...@gmail.com on 3 Dec 2010 at 12:54

GoogleCodeExporter commented 9 years ago
This issue should be fixed, but is yet to be verified by another developer.

Original comment by jrho...@redpointsoftware.com.au on 7 Dec 2010 at 4:12