From f1c3c8452315fd76f2e76a94b6db168bbaa5ab08 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Tue, 29 Apr 2014 00:14:29 +0300 Subject: [PATCH] ditz issue update --- ...d9c2d761dabaf8136c0897b91a270d1a47147.yaml | 41 ++++++++++++++++++- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/bugs/issue-2e9d9c2d761dabaf8136c0897b91a270d1a47147.yaml b/bugs/issue-2e9d9c2d761dabaf8136c0897b91a270d1a47147.yaml index ba2d3bec..401ef877 100644 --- a/bugs/issue-2e9d9c2d761dabaf8136c0897b91a270d1a47147.yaml +++ b/bugs/issue-2e9d9c2d761dabaf8136c0897b91a270d1a47147.yaml @@ -5,8 +5,8 @@ type: :task component: duk release: v0.11 reporter: Sami Vaarala -status: :unstarted -disposition: +status: :closed +disposition: :fixed creation_time: 2014-04-28 15:38:10.365533 Z references: [] @@ -16,3 +16,40 @@ log_events: - Sami Vaarala - created - "" +- - 2014-04-28 20:53:27.789955 Z + - Sami Vaarala + - commented + - Requires -m32 and *no* -std=c99. +- - 2014-04-28 20:56:53.550141 Z + - Sami Vaarala + - commented + - |- + Very curious: the bug doesn't appear when running with Valgrind (32-bit + executable on a 64-bit system) but does appear with the same binary when + not using valgrind: + + $ valgrind ./duk ecmascript-testcases/test-bi-date-canceling.js + ==9417== Memcheck, a memory error detector + ==9417== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al. + ==9417== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info + ==9417== Command: ./duk ecmascript-testcases/test-bi-date-canceling.js + ==9417== + 1970-01-01T00:00:00.000Z + 1970-01-01T00:00:00.000Z + ==9417== + ==9417== HEAP SUMMARY: + ==9417== in use at exit: 0 bytes in 0 blocks + ==9417== total heap usage: 1,769 allocs, 1,769 frees, 99,245 bytes allocated + ==9417== + ==9417== All heap blocks were freed -- no leaks are possible + ==9417== + ==9417== For counts of detected and suppressed errors, rerun with: -v + ==9417== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) + + $ ./duk ecmascript-testcases/test-bi-date-canceling.js + 1970-01-01T00:00:00.000Z + RangeError: Invalid Date +- - 2014-04-28 21:14:23.670373 Z + - Sami Vaarala + - closed with disposition fixed + - ""