wwivbbs/wwiv

wwivutil print crashes on displaying this simple text file

Closed this issue · 1 comments

i get a Floating point exception (core dumped) when i run wwivutil print test.txt.
test.txt:
test.txt

it crashes with gdb output:

0x000055555561d2cd in wwiv::wwivutil::PrintCommand::Execute (
    this=0x55555596e9a0)
    at /home/xenos/wwv/github/wwiv-stock/wwivutil/print/print.cpp:164
164         VLOG(1) << "CPS = " << count / (end.to_time_t() - start.to_time_t());
(gdb) 

if the end and start time are roughly the same... :P