octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

profile test failure on windows


From: Marco atzeri
Subject: profile test failure on windows
Date: Fri, 16 Sep 2011 19:06:38 +0200
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2

as reported on
https://savannah.gnu.org/bugs/?34210

for both cygwin and mingw the

scripts/general/profile.m ..............................assertion "last_time >= 0.0 && last_time <= t" failed: file "../../octave/src/profiler.cc", line 389, function: void profile_data_accumulator::add_current_time()

fails as t overflow

(gdb) p t
$4 = inf
(gdb) p last_time
$5 = 1315210006.311523


Idea for debugging ?
I have no clue of the time assumption of the profiler

Regards
Marco


reply via email to

[Prev in Thread] Current Thread [Next in Thread]