wlstyy / adns-python

Automatically exported from code.google.com/p/adns-python
0 stars 0 forks source link

Segmentation fault after ands.completed() #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Under high load ands.completed() method return query object which how i 
think refer on not existing object in C library.
so when i try do something with query object after i got it from 
ands.completed() server goes down with Segmentation fault.  

What is the expected output? What do you see instead?
I get Segmentation Fault which drop my server.

What version of the product are you using? On what operating system?
Tried 1.1.1.0 and 1.2.1.0 same shit in both ways.

Please provide any additional information below.

Original issue reported on code.google.com by creotiv on 26 Mar 2010 at 10:29

GoogleCodeExporter commented 9 years ago
Possibly related to issue #11 ?

Original comment by mvi...@gmail.com on 24 Jun 2011 at 3:50