ahorn / nopticon

like a panopticon but for networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BMP trace causes duration assertion failure

agember opened this issue · comments

After commit 11b6729, running nopticon with --verbosity 0 --reach-summary 1226.0 and this BMP trace (which includes refresh commands) causes the following assertion failure:
gobgp-analysis: src/analysis.cc:42: nopticon::rank_t nopticon::history_t::rank(const nopticon::slice_t&, nopticon::timestamp_t, nopticon::timestamp_t) const: Assertion `duration <= global_stop - global_start' failed.

It's not clear to me what this assertion is checking and why it is failing.

commented

I forgot to cherry-pick commit a9e675c and merge it back into master. This is done now.

Thanks, this fixes the problem.