Skip to content

unstable results with dev version #231

Description

@ehsandeep

dnsx version:

dev

Steps To Reproduce:

Running with latest version:

while true; do echo total: `chaos -d hackerone.com | dnsx -silent | wc`; done

total: 10
total: 10
total: 10
total: 11
total: 10
total: 11
total: 10
total: 11

Running with dev version:

while true; do echo total: `chaos -d hackerone.com | ./dnsx -silent | wc`; done

total: 7
total: 8
total: 9
total: 8
total: 10
total: 9
total: 9
total: 9
total: 9

Expected Behavior:

stable / expected results with dev code.

Metadata

Metadata

Assignees

Labels

Priority: HighAfter critical issues are fixed, these should be dealt with before any further issues.Status: AbandonedThis issue is no longer important to the requestor and no one else has shown an interest in it.Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Type: QuestionA query or seeking clarification on parts of the spec. Probably doesn't need the attention of all.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions