==506021== Memcheck, a memory error detector ==506021== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al. ==506021== Using Valgrind-3.24.0 and LibVEX; rerun with -h for copyright info ==506021== Command: /data/blackswan/ripley/R/R-devel-vg/bin/exec/R --vanilla ==506021== R Under development (unstable) (2025-12-04 r89091) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. Natural language support but running in an English locale R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > pkgname <- "Rwofost" > source(file.path(R.home("share"), "R", "examples-header.R")) > options(warn = 1) > library('Rwofost') > > base::assign(".oldSearch", base::search(), pos = 'CheckExEnv') > base::assign(".old_wd", base::getwd(), pos = 'CheckExEnv') > cleanEx() > nameEx("wofost") > ### * wofost > > flush(stderr()); flush(stdout()) > > ### Name: wofost > ### Title: WOFOST crop growth model > ### Aliases: wofost > > ### ** Examples > > > # weather data > f <- system.file("extdata/Netherlands_Swifterbant.csv", package="meteor") > w <- read.csv(f) > w$date <- as.Date(w$date) > head(w) date srad tmin tmax vapr wind prec 1 1974-01-01 1010 -4.3 -0.3 0.426 2.7 0 2 1974-01-02 2520 -3.8 -0.2 0.429 3.1 0 3 1974-01-03 2930 -0.2 2.7 0.536 4.0 0 4 1974-01-04 1030 -0.8 4.5 0.524 3.9 0 5 1974-01-05 2080 1.3 6.1 0.570 4.9 0 6 1974-01-06 2170 5.4 9.0 0.798 4.1 0 > > # crop and soil parameters > crop <- wofost_crop("barley") > soil <- wofost_soil("ec1") > > # "control" parameters > contr <- wofost_control() > contr$modelstart <- as.Date("1980-02-06") > contr$latitude=52.57 > contr$elevation=50 > > > # run model > d <- wofost(crop, w, soil, contr) ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x184D7A1E: WofostModel::PENMAN() (packages/tests-vg/Rwofost/src/penman.cpp:88) ==506021== by 0x184DDAD4: WofostModel::weather_step() (packages/tests-vg/Rwofost/src/wofost.cpp:47) ==506021== by 0x184DEF95: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:239) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x184D7D8D: WofostModel::PENMAN_MONTEITH() (packages/tests-vg/Rwofost/src/penman.cpp:189) ==506021== by 0x184DDADC: WofostModel::weather_step() (packages/tests-vg/Rwofost/src/wofost.cpp:48) ==506021== by 0x184DEF95: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:239) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x184D7A1E: WofostModel::PENMAN() (packages/tests-vg/Rwofost/src/penman.cpp:88) ==506021== by 0x184DDAD4: WofostModel::weather_step() (packages/tests-vg/Rwofost/src/wofost.cpp:47) ==506021== by 0x184DEFE4: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:314) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x184D7D8D: WofostModel::PENMAN_MONTEITH() (packages/tests-vg/Rwofost/src/penman.cpp:189) ==506021== by 0x184DDADC: WofostModel::weather_step() (packages/tests-vg/Rwofost/src/wofost.cpp:48) ==506021== by 0x184DEFE4: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:314) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x184D43FB: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:272) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x184D4601: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:309) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x184D4817: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:341) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x184D34F3: WofostModel::crop_states() (packages/tests-vg/Rwofost/src/cropsi.cpp:387) ==506021== by 0x184DF008: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:322) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x184D3905: WofostModel::crop_states() (packages/tests-vg/Rwofost/src/cropsi.cpp:463) ==506021== by 0x184DF008: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:322) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C4109F: __ieee754_exp_avx (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_exp.c:105) ==506021== by 0x4C07DD6: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:32) ==506021== by 0x184D765A: WofostModel::EVTRA() (packages/tests-vg/Rwofost/src/evtra.cpp:48) ==506021== by 0x184DDAE4: WofostModel::weather_step() (packages/tests-vg/Rwofost/src/wofost.cpp:51) ==506021== by 0x184DEFE4: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:314) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x4C410F1: __ieee754_exp_avx (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_exp.c:145) ==506021== by 0x4C07DD6: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:32) ==506021== by 0x184D765A: WofostModel::EVTRA() (packages/tests-vg/Rwofost/src/evtra.cpp:48) ==506021== by 0x184DDAE4: WofostModel::weather_step() (packages/tests-vg/Rwofost/src/wofost.cpp:51) ==506021== by 0x184DEFE4: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:314) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C41150: __ieee754_exp_avx (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_exp.c:152) ==506021== by 0x4C07DD6: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:32) ==506021== by 0x184D765A: WofostModel::EVTRA() (packages/tests-vg/Rwofost/src/evtra.cpp:48) ==506021== by 0x184DDAE4: WofostModel::weather_step() (packages/tests-vg/Rwofost/src/wofost.cpp:51) ==506021== by 0x184DEFE4: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:314) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C07DF3: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:33) ==506021== by 0x184D765A: WofostModel::EVTRA() (packages/tests-vg/Rwofost/src/evtra.cpp:48) ==506021== by 0x184DDAE4: WofostModel::weather_step() (packages/tests-vg/Rwofost/src/wofost.cpp:51) ==506021== by 0x184DEFE4: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:314) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C07DFD: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:33) ==506021== by 0x184D765A: WofostModel::EVTRA() (packages/tests-vg/Rwofost/src/evtra.cpp:48) ==506021== by 0x184DDAE4: WofostModel::weather_step() (packages/tests-vg/Rwofost/src/wofost.cpp:51) ==506021== by 0x184DEFE4: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:314) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C07DFF: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:33) ==506021== by 0x184D765A: WofostModel::EVTRA() (packages/tests-vg/Rwofost/src/evtra.cpp:48) ==506021== by 0x184DDAE4: WofostModel::weather_step() (packages/tests-vg/Rwofost/src/wofost.cpp:51) ==506021== by 0x184DEFE4: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:314) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x184D9313: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:105) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C4109F: __ieee754_exp_avx (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_exp.c:105) ==506021== by 0x4C07DD6: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:32) ==506021== by 0x184D90EA: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:41) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x4C410F1: __ieee754_exp_avx (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_exp.c:145) ==506021== by 0x4C07DD6: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:32) ==506021== by 0x184D90EA: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:41) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C41150: __ieee754_exp_avx (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_exp.c:152) ==506021== by 0x4C07DD6: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:32) ==506021== by 0x184D90EA: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:41) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C07DF3: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:33) ==506021== by 0x184D90EA: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:41) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C07DFD: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:33) ==506021== by 0x184D90EA: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:41) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C07DFF: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:33) ==506021== by 0x184D90EA: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:41) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C4109F: __ieee754_exp_avx (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_exp.c:105) ==506021== by 0x4C07DD6: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:32) ==506021== by 0x184D9101: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:42) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x4C410F1: __ieee754_exp_avx (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_exp.c:145) ==506021== by 0x4C07DD6: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:32) ==506021== by 0x184D9101: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:42) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C41150: __ieee754_exp_avx (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_exp.c:152) ==506021== by 0x4C07DD6: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:32) ==506021== by 0x184D9101: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:42) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C07DF3: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:33) ==506021== by 0x184D9101: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:42) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C07DFD: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:33) ==506021== by 0x184D9101: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:42) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C07DFF: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:33) ==506021== by 0x184D9101: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:42) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C4109F: __ieee754_exp_avx (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_exp.c:105) ==506021== by 0x4C07DD6: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:32) ==506021== by 0x184D9121: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:43) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x4C410F1: __ieee754_exp_avx (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_exp.c:145) ==506021== by 0x4C07DD6: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:32) ==506021== by 0x184D9121: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:43) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C41150: __ieee754_exp_avx (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_exp.c:152) ==506021== by 0x4C07DD6: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:32) ==506021== by 0x184D9121: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:43) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C07DF3: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:33) ==506021== by 0x184D9121: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:43) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C07DFD: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:33) ==506021== by 0x184D9121: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:43) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C07DFF: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:33) ==506021== by 0x184D9121: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:43) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C4109F: __ieee754_exp_avx (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_exp.c:105) ==506021== by 0x4C07DD6: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:32) ==506021== by 0x184D918D: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:46) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x4C410F1: __ieee754_exp_avx (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_exp.c:145) ==506021== by 0x4C07DD6: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:32) ==506021== by 0x184D918D: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:46) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C41150: __ieee754_exp_avx (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_exp.c:152) ==506021== by 0x4C07DD6: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:32) ==506021== by 0x184D918D: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:46) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C07DF3: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:33) ==506021== by 0x184D918D: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:46) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C07DFD: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:33) ==506021== by 0x184D918D: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:46) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C07DFF: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:33) ==506021== by 0x184D918D: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:46) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C4109F: __ieee754_exp_avx (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_exp.c:105) ==506021== by 0x4C07DD6: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:32) ==506021== by 0x184D9241: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:56) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x4C410F1: __ieee754_exp_avx (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_exp.c:145) ==506021== by 0x4C07DD6: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:32) ==506021== by 0x184D9241: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:56) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C41150: __ieee754_exp_avx (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_exp.c:152) ==506021== by 0x4C07DD6: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:32) ==506021== by 0x184D9241: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:56) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C07DF3: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:33) ==506021== by 0x184D9241: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:56) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C07DFD: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:33) ==506021== by 0x184D9241: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:56) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C07DFF: exp@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_exp_template.c:33) ==506021== by 0x184D9241: ASSIM(double, double, double, double, double, double, double) (packages/tests-vg/Rwofost/src/totass.cpp:56) ==506021== by 0x184D9407: WofostModel::TOTASS() (packages/tests-vg/Rwofost/src/totass.cpp:112) ==506021== by 0x184D3E55: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:191) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x184D45C1: LIMIT (packages/tests-vg/Rwofost/src/SimUtil.h:38) ==506021== by 0x184D45C1: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:303) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x184D4695: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:316) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== > > # output > head(d) ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FACA6: Rf_formatReal (svn/R-devel/src/main/format.c:445) ==506021== by 0x545F8C: do_format (svn/R-devel/src/main/paste.c:560) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== by 0x4E2F71: bcEval_loop (svn/R-devel/src/main/eval.c:8134) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FACB0: scientific (svn/R-devel/src/main/format.c:328) ==506021== by 0x4FACB0: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x545F8C: do_format (svn/R-devel/src/main/paste.c:560) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== by 0x4E2F71: bcEval_loop (svn/R-devel/src/main/eval.c:8134) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FACB2: scientific (svn/R-devel/src/main/format.c:328) ==506021== by 0x4FACB2: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x545F8C: do_format (svn/R-devel/src/main/paste.c:560) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== by 0x4E2F71: bcEval_loop (svn/R-devel/src/main/eval.c:8134) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FACB8: scientific (svn/R-devel/src/main/format.c:328) ==506021== by 0x4FACB8: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x545F8C: do_format (svn/R-devel/src/main/paste.c:560) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== by 0x4E2F71: bcEval_loop (svn/R-devel/src/main/eval.c:8134) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4BE008C: log10 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/w_log10_compat.c:30) ==506021== by 0x4FACEA: scientific (svn/R-devel/src/main/format.c:344) ==506021== by 0x4FACEA: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x545F8C: do_format (svn/R-devel/src/main/paste.c:560) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4BF8CF6: __log10_finite@GLIBC_2.15 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_log10.c:67) ==506021== by 0x4FACEA: scientific (svn/R-devel/src/main/format.c:344) ==506021== by 0x4FACEA: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x545F8C: do_format (svn/R-devel/src/main/paste.c:560) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4BF8D3F: __log10_finite@GLIBC_2.15 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_log10.c:78) ==506021== by 0x4FACEA: scientific (svn/R-devel/src/main/format.c:344) ==506021== by 0x4FACEA: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x545F8C: do_format (svn/R-devel/src/main/paste.c:560) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C418DA: __ieee754_log_avx (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_log.c:61) ==506021== by 0x4BF8DAC: __log10_finite@GLIBC_2.15 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_log10.c:87) ==506021== by 0x4FACEA: scientific (svn/R-devel/src/main/format.c:344) ==506021== by 0x4FACEA: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x545F8C: do_format (svn/R-devel/src/main/paste.c:560) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C418E9: __ieee754_log_avx (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_log.c:85) ==506021== by 0x4BF8DAC: __log10_finite@GLIBC_2.15 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_log10.c:87) ==506021== by 0x4FACEA: scientific (svn/R-devel/src/main/format.c:344) ==506021== by 0x4FACEA: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x545F8C: do_format (svn/R-devel/src/main/paste.c:560) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x4C41966: __ieee754_log_avx (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_log.c:117) ==506021== by 0x4BF8DAC: __log10_finite@GLIBC_2.15 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_log10.c:87) ==506021== by 0x4FACEA: scientific (svn/R-devel/src/main/format.c:344) ==506021== by 0x4FACEA: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x545F8C: do_format (svn/R-devel/src/main/paste.c:560) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x4C4196F: __ieee754_log_avx (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_log.c:117) ==506021== by 0x4BF8DAC: __log10_finite@GLIBC_2.15 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_log10.c:87) ==506021== by 0x4FACEA: scientific (svn/R-devel/src/main/format.c:344) ==506021== by 0x4FACEA: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x545F8C: do_format (svn/R-devel/src/main/paste.c:560) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FAD15: scientific (svn/R-devel/src/main/format.c:348) ==506021== by 0x4FAD15: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x545F8C: do_format (svn/R-devel/src/main/paste.c:560) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== by 0x4E2F71: bcEval_loop (svn/R-devel/src/main/eval.c:8134) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FAD1D: scientific (svn/R-devel/src/main/format.c:349) ==506021== by 0x4FAD1D: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x545F8C: do_format (svn/R-devel/src/main/paste.c:560) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== by 0x4E2F71: bcEval_loop (svn/R-devel/src/main/eval.c:8134) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FB10A: scientific (svn/R-devel/src/main/format.c:349) ==506021== by 0x4FB10A: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x545F8C: do_format (svn/R-devel/src/main/paste.c:560) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== by 0x4E2F71: bcEval_loop (svn/R-devel/src/main/eval.c:8134) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x4FB11D: scientific (svn/R-devel/src/main/format.c:349) ==506021== by 0x4FB11D: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x545F8C: do_format (svn/R-devel/src/main/paste.c:560) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== by 0x4E2F71: bcEval_loop (svn/R-devel/src/main/eval.c:8134) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FAD3E: scientific (svn/R-devel/src/main/format.c:361) ==506021== by 0x4FAD3E: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x545F8C: do_format (svn/R-devel/src/main/paste.c:560) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== by 0x4E2F71: bcEval_loop (svn/R-devel/src/main/eval.c:8134) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FAD99: scientific (svn/R-devel/src/main/format.c:396) ==506021== by 0x4FAD99: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x545F8C: do_format (svn/R-devel/src/main/paste.c:560) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== by 0x4E2F71: bcEval_loop (svn/R-devel/src/main/eval.c:8134) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FADA5: scientific (svn/R-devel/src/main/format.c:419) ==506021== by 0x4FADA5: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x545F8C: do_format (svn/R-devel/src/main/paste.c:560) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== by 0x4E2F71: bcEval_loop (svn/R-devel/src/main/eval.c:8134) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FAEE0: Rf_formatReal (svn/R-devel/src/main/format.c:493) ==506021== by 0x545F8C: do_format (svn/R-devel/src/main/paste.c:560) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== by 0x4E2F71: bcEval_loop (svn/R-devel/src/main/eval.c:8134) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FB094: Rf_formatReal (svn/R-devel/src/main/format.c:495) ==506021== by 0x545F8C: do_format (svn/R-devel/src/main/paste.c:560) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== by 0x4E2F71: bcEval_loop (svn/R-devel/src/main/eval.c:8134) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553FA9B: _itoa_word (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/_itoa.c:183) ==506021== by 0x55488E3: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-process-arg.c:155) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E4E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:225) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553FAAC: _itoa_word (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/_itoa.c:183) ==506021== by 0x55488E3: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-process-arg.c:155) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E4E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:225) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5548CE5: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-process-arg.c:186) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E4E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:225) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x55487A5: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-process-arg.c:208) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E4E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:225) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x568E10: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:208) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== by 0x4E2F71: bcEval_loop (svn/R-devel/src/main/eval.c:8134) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x568E16: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:208) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== by 0x4E2F71: bcEval_loop (svn/R-devel/src/main/eval.c:8134) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x568F68: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:209) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== by 0x4E2F71: bcEval_loop (svn/R-devel/src/main/eval.c:8134) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5541859: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:230) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5541873: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:230) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553BC66: __mpn_extract_double (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/ieee754/dbl-64/dbl2mpn.c:56) ==506021== by 0x5541FAE: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:230) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5541916: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:271) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5541939: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:271) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x554193B: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:271) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x554196B: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:272) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x554198E: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:272) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5541990: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:272) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x55419B9: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:273) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x55419DC: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:273) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x55419DE: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:273) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x55419FC: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:280) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x554248D: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:483) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5542C0D: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:499) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553A73C: __mpn_lshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/lshift.S:59) ==506021== by 0x5542C11: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:499) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553A73F: __mpn_lshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/lshift.S:60) ==506021== by 0x5542C11: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:499) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5542C2B: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:500) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5542C70: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:511) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5542D56: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:623) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5542D64: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:511) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553ACB8: __mpn_mul_1 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/mul_1.S:36) ==506021== by 0x553AAE8: __mpn_mul (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/mul.c:81) ==506021== by 0x5542E52: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:524) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553AD43: __mpn_mul_1 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/mul_1.S:85) ==506021== by 0x553AAE8: __mpn_mul (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/mul.c:81) ==506021== by 0x5542E52: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:524) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553ADB2: __mpn_mul_1 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/mul_1.S:117) ==506021== by 0x553AAE8: __mpn_mul (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/mul.c:81) ==506021== by 0x5542E52: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:524) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553AAF5: __mpn_mul (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/mul.c:83) ==506021== by 0x5542E52: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:524) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== ==506021== More than 100 errors detected. Subsequent errors ==506021== will still be recorded, but in less detail than before. ==506021== Use of uninitialised value of size 8 ==506021== at 0x5542CFC: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:531) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5542D1D: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:535) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5542D32: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:540) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5542D3E: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:562) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5542F91: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:575) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5542ECF: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:579) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5542ED5: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:579) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x554353C: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:580) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5543554: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:590) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553B979: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:31) ==506021== by 0x5542F54: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:613) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553B9A0: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:45) ==506021== by 0x5542F54: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:613) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553B9CA: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:61) ==506021== by 0x5542F54: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:613) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553B9CC: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:62) ==506021== by 0x5542F54: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:613) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553B9DD: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:67) ==506021== by 0x5542F54: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:613) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553B9F1: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:73) ==506021== by 0x5542F54: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:613) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5542D75: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:625) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5541571: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:95) ==506021== by 0x5541ED4: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:793) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553ACB8: __mpn_mul_1 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/mul_1.S:36) ==506021== by 0x5541578: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:96) ==506021== by 0x5541ED4: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:793) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553ACCE: __mpn_mul_1 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/mul_1.S:45) ==506021== by 0x5541578: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:96) ==506021== by 0x5541ED4: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:793) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553ACD3: __mpn_mul_1 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/mul_1.S:47) ==506021== by 0x5541578: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:96) ==506021== by 0x5541ED4: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:793) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553ACD5: __mpn_mul_1 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/mul_1.S:48) ==506021== by 0x5541578: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:96) ==506021== by 0x5541ED4: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:793) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553ACDA: __mpn_mul_1 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/mul_1.S:51) ==506021== by 0x5541578: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:96) ==506021== by 0x5541ED4: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:793) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553ACDC: __mpn_mul_1 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/mul_1.S:52) ==506021== by 0x5541578: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:96) ==506021== by 0x5541ED4: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:793) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x55420A5: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:805) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5541571: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:95) ==506021== by 0x55420BD: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:806) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x55420D4: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:808) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5542583: UnknownInlinedFun (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/../include/rounding-mode.h:52) ==506021== by 0x5542583: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:825) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x554258D: UnknownInlinedFun (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/../include/rounding-mode.h:52) ==506021== by 0x554258D: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:825) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x55425B7: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:835) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5542620: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:842) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5542639: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:855) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x55422C2: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:987) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x484D158: __strlen_sse2 (/builddir/build/BUILD/valgrind-3.24.0/memcheck/../shared/vg_replace_strmem.c:507) ==506021== by 0x4C9F88: Rf_mkChar (svn/R-devel/src/main/envir.c:4120) ==506021== by 0x546009: do_format (svn/R-devel/src/main/paste.c:566) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C9815: Rf_mkCharLenCE.part.0 (svn/R-devel/src/main/envir.c:4319) ==506021== by 0x546009: do_format (svn/R-devel/src/main/paste.c:566) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== by 0x4E2F71: bcEval_loop (svn/R-devel/src/main/eval.c:8134) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C9826: Rf_mkCharLenCE.part.0 (svn/R-devel/src/main/envir.c:4322) ==506021== by 0x546009: do_format (svn/R-devel/src/main/paste.c:566) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== by 0x4E2F71: bcEval_loop (svn/R-devel/src/main/eval.c:8134) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x52CEFB: VECTOR_ELT (svn/R-devel/src/main/memory.c:4135) ==506021== by 0x4C989C: Rf_mkCharLenCE.part.0 (svn/R-devel/src/main/envir.c:4352) ==506021== by 0x546009: do_format (svn/R-devel/src/main/paste.c:566) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x52CEFB: VECTOR_ELT (svn/R-devel/src/main/memory.c:4135) ==506021== by 0x4C9A2D: Rf_mkCharLenCE.part.0 (svn/R-devel/src/main/envir.c:4385) ==506021== by 0x546009: do_format (svn/R-devel/src/main/paste.c:566) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x52D69A: SET_VECTOR_ELT (svn/R-devel/src/main/memory.c:4305) ==506021== by 0x4C9A5A: Rf_mkCharLenCE.part.0 (svn/R-devel/src/main/envir.c:4390) ==506021== by 0x546009: do_format (svn/R-devel/src/main/paste.c:566) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x52D730: SET_VECTOR_ELT (svn/R-devel/src/main/memory.c:4311) ==506021== by 0x4C9A5A: Rf_mkCharLenCE.part.0 (svn/R-devel/src/main/envir.c:4390) ==506021== by 0x546009: do_format (svn/R-devel/src/main/paste.c:566) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x52D71C: SET_VECTOR_ELT (svn/R-devel/src/main/memory.c:4313) ==506021== by 0x4C9A5A: Rf_mkCharLenCE.part.0 (svn/R-devel/src/main/envir.c:4390) ==506021== by 0x546009: do_format (svn/R-devel/src/main/paste.c:566) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x55420E1: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:810) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x55420F1: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:818) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x55420FA: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:810) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x554210C: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:818) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x4FADC9: scientific (svn/R-devel/src/main/format.c:417) ==506021== by 0x4FADC9: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x545F8C: do_format (svn/R-devel/src/main/paste.c:560) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== by 0x4E2F71: bcEval_loop (svn/R-devel/src/main/eval.c:8134) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x4FADD7: scientific (svn/R-devel/src/main/format.c:419) ==506021== by 0x4FADD7: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x545F8C: do_format (svn/R-devel/src/main/paste.c:560) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== by 0x4E2F71: bcEval_loop (svn/R-devel/src/main/eval.c:8134) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FADF3: scientific (svn/R-devel/src/main/format.c:419) ==506021== by 0x4FADF3: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x545F8C: do_format (svn/R-devel/src/main/paste.c:560) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== by 0x4E2F71: bcEval_loop (svn/R-devel/src/main/eval.c:8134) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5541A15: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:297) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5542956: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:305) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553A73C: __mpn_lshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/lshift.S:59) ==506021== by 0x554295A: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:305) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553A73F: __mpn_lshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/lshift.S:60) ==506021== by 0x554295A: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:305) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5542989: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:310) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x55429A1: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:311) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5541A56: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:313) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5541B1D: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:322) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x484E6DA: memcpy@GLIBC_2.2.5 (/builddir/build/BUILD/valgrind-3.24.0/memcheck/../shared/vg_replace_strmem.c:1148) ==506021== by 0x5541ADF: UnknownInlinedFun (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/../string/bits/string_fortified.h:29) ==506021== by 0x5541ADF: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:369) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x484E6E7: is_overlap (/builddir/build/BUILD/valgrind-3.24.0/memcheck/../shared/vg_replace_strmem.c:144) ==506021== by 0x484E6E7: is_overlap (/builddir/build/BUILD/valgrind-3.24.0/memcheck/../shared/vg_replace_strmem.c:131) ==506021== by 0x484E6E7: memcpy@GLIBC_2.2.5 (/builddir/build/BUILD/valgrind-3.24.0/memcheck/../shared/vg_replace_strmem.c:1148) ==506021== by 0x5541ADF: UnknownInlinedFun (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/../string/bits/string_fortified.h:29) ==506021== by 0x5541ADF: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:369) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x484E707: memcpy@GLIBC_2.2.5 (/builddir/build/BUILD/valgrind-3.24.0/memcheck/../shared/vg_replace_strmem.c:1148) ==506021== by 0x5541ADF: UnknownInlinedFun (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/../string/bits/string_fortified.h:29) ==506021== by 0x5541ADF: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:369) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x484E8A4: memcpy@GLIBC_2.2.5 (/builddir/build/BUILD/valgrind-3.24.0/memcheck/../shared/vg_replace_strmem.c:1148) ==506021== by 0x5541ADF: UnknownInlinedFun (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/../string/bits/string_fortified.h:29) ==506021== by 0x5541ADF: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:369) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5541AEB: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:385) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5541AF1: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:385) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553A006: __mpn_cmp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/cmp.c:37) ==506021== by 0x55424EF: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:385) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553A00A: __mpn_cmp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/cmp.c:38) ==506021== by 0x55424EF: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:385) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553A011: __mpn_cmp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/cmp.c:39) ==506021== by 0x55424EF: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:385) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x55424F2: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:385) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x484E6DA: memcpy@GLIBC_2.2.5 (/builddir/build/BUILD/valgrind-3.24.0/memcheck/../shared/vg_replace_strmem.c:1148) ==506021== by 0x5541B84: UnknownInlinedFun (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/../string/bits/string_fortified.h:29) ==506021== by 0x5541B84: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:388) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x484E8A1: memcpy@GLIBC_2.2.5 (/builddir/build/BUILD/valgrind-3.24.0/memcheck/../shared/vg_replace_strmem.c:1148) ==506021== by 0x5541B84: UnknownInlinedFun (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/../string/bits/string_fortified.h:29) ==506021== by 0x5541B84: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:388) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x484E8A4: memcpy@GLIBC_2.2.5 (/builddir/build/BUILD/valgrind-3.24.0/memcheck/../shared/vg_replace_strmem.c:1148) ==506021== by 0x5541B84: UnknownInlinedFun (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/../string/bits/string_fortified.h:29) ==506021== by 0x5541B84: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:388) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x484E8AF: memcpy@GLIBC_2.2.5 (/builddir/build/BUILD/valgrind-3.24.0/memcheck/../shared/vg_replace_strmem.c:1148) ==506021== by 0x5541B84: UnknownInlinedFun (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/../string/bits/string_fortified.h:29) ==506021== by 0x5541B84: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:388) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5541B8D: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:389) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5541BDD: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:411) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5541BE2: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:407) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5541C06: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:407) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5541C41: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:407) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x55430DC: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:439) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x55430F6: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:442) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553B9CC: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:62) ==506021== by 0x554310A: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:458) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553B9F1: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:73) ==506021== by 0x554310A: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:458) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553B979: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:31) ==506021== by 0x554312E: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:461) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553B9A0: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:45) ==506021== by 0x554312E: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:461) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553B9CA: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:61) ==506021== by 0x554312E: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:461) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553B9CC: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:62) ==506021== by 0x554312E: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:461) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553B9DD: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:67) ==506021== by 0x554312E: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:461) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553B9F1: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:73) ==506021== by 0x554312E: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:461) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5543143: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:463) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5543149: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:463) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x55414B2: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:101) ==506021== by 0x55426E7: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:769) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553A200: __mpn_divrem (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/divrem.c:62) ==506021== by 0x5541504: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:105) ==506021== by 0x55426E7: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:769) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553A203: __mpn_divrem (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/divrem.c:63) ==506021== by 0x5541504: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:105) ==506021== by 0x55426E7: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:769) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553A213: __mpn_divrem (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/divrem.c:65) ==506021== by 0x5541504: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:105) ==506021== by 0x55426E7: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:769) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553A220: __mpn_divrem (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/divrem.c:72) ==506021== by 0x5541504: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:105) ==506021== by 0x55426E7: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:769) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553A230: __mpn_divrem (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/divrem.c:73) ==506021== by 0x5541504: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:105) ==506021== by 0x55426E7: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:769) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553A23F: __mpn_divrem (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/divrem.c:73) ==506021== by 0x5541504: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:105) ==506021== by 0x55426E7: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:769) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553A247: __mpn_divrem (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/divrem.c:72) ==506021== by 0x5541504: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:105) ==506021== by 0x55426E7: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:769) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553A275: __mpn_divrem (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/divrem.c:79) ==506021== by 0x5541504: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:105) ==506021== by 0x55426E7: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:769) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5541514: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:107) ==506021== by 0x55426E7: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:769) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x554151C: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:108) ==506021== by 0x55426E7: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:769) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5541530: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:111) ==506021== by 0x55426E7: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:769) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5541550: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:111) ==506021== by 0x55426E7: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:769) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553ACB8: __mpn_mul_1 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/mul_1.S:36) ==506021== by 0x55414C6: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:122) ==506021== by 0x55426E7: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:769) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553ACDC: __mpn_mul_1 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/mul_1.S:52) ==506021== by 0x55414C6: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:122) ==506021== by 0x55426E7: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:769) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x55414CA: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:123) ==506021== by 0x55426E7: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:769) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x55414DC: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:124) ==506021== by 0x55426E7: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:769) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5541514: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:107) ==506021== by 0x5541ED4: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:793) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x554151C: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:108) ==506021== by 0x5541ED4: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:793) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5541530: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:111) ==506021== by 0x5541ED4: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:793) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5541550: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:111) ==506021== by 0x5541ED4: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:793) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x55414CA: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:123) ==506021== by 0x5541ED4: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:793) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x55414DC: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:124) ==506021== by 0x5541ED4: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:793) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5541514: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:107) ==506021== by 0x55420BD: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:806) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x554151C: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:108) ==506021== by 0x55420BD: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:806) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5541530: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:111) ==506021== by 0x55420BD: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:806) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5541550: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:111) ==506021== by 0x55420BD: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:806) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x55414CA: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:123) ==506021== by 0x55420BD: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:806) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x55414DC: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:124) ==506021== by 0x55420BD: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:806) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5542155: UnknownInlinedFun (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/../include/rounding-mode.h:58) ==506021== by 0x5542155: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:825) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x484D149: __strlen_sse2 (/builddir/build/BUILD/valgrind-3.24.0/memcheck/../shared/vg_replace_strmem.c:507) ==506021== by 0x4C9F88: Rf_mkChar (svn/R-devel/src/main/envir.c:4120) ==506021== by 0x546009: do_format (svn/R-devel/src/main/paste.c:566) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C98E0: Rf_mkCharLenCE.part.0 (svn/R-devel/src/main/envir.c:4356) ==506021== by 0x546009: do_format (svn/R-devel/src/main/paste.c:566) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== by 0x4E2F71: bcEval_loop (svn/R-devel/src/main/eval.c:8134) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5542ABC: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:810) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5542AC0: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:810) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5542104: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:818) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5542106: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:818) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4850EDE: __memcmp_sse2 (/builddir/build/BUILD/valgrind-3.24.0/memcheck/../shared/vg_replace_strmem.c:1231) ==506021== by 0x4C9917: Rf_mkCharLenCE.part.0 (svn/R-devel/src/main/envir.c:4358) ==506021== by 0x546009: do_format (svn/R-devel/src/main/paste.c:566) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4850EB5: __memcmp_sse2 (/builddir/build/BUILD/valgrind-3.24.0/memcheck/../shared/vg_replace_strmem.c:1231) ==506021== by 0x4C9917: Rf_mkCharLenCE.part.0 (svn/R-devel/src/main/envir.c:4358) ==506021== by 0x546009: do_format (svn/R-devel/src/main/paste.c:566) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C991A: Rf_mkCharLenCE.part.0 (svn/R-devel/src/main/envir.c:4358) ==506021== by 0x546009: do_format (svn/R-devel/src/main/paste.c:566) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== by 0x4E2F71: bcEval_loop (svn/R-devel/src/main/eval.c:8134) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5542E64: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:542) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5542E91: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:562) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5542E97: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:564) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5542E9A: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:564) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553ACB8: __mpn_mul_1 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/mul_1.S:36) ==506021== by 0x5542D96: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:629) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553ACCE: __mpn_mul_1 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/mul_1.S:45) ==506021== by 0x5542D96: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:629) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553ACD3: __mpn_mul_1 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/mul_1.S:47) ==506021== by 0x5542D96: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:629) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553AD43: __mpn_mul_1 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/mul_1.S:85) ==506021== by 0x5542D96: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:629) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553ADB0: __mpn_mul_1 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/mul_1.S:115) ==506021== by 0x5542D96: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:629) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553ADB2: __mpn_mul_1 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/mul_1.S:117) ==506021== by 0x5542D96: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:629) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5542DA9: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:631) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5542DC4: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:633) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5542DD7: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:634) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553B979: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:31) ==506021== by 0x5543461: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:642) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553B9A0: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:45) ==506021== by 0x5543461: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:642) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553B9CA: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:61) ==506021== by 0x5543461: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:642) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553B9CC: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:62) ==506021== by 0x5543461: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:642) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553B9DD: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:67) ==506021== by 0x5543461: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:642) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553B9F1: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:73) ==506021== by 0x5543461: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:642) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5542E1C: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:645) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5542E22: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:645) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x484D158: __strlen_sse2 (/builddir/build/BUILD/valgrind-3.24.0/memcheck/../shared/vg_replace_strmem.c:507) ==506021== by 0x569546: Rstrlen (svn/R-devel/src/main/printutils.c:548) ==506021== by 0x4FA4C6: Rf_formatString (svn/R-devel/src/main/format.c:80) ==506021== by 0x564B63: printStringMatrix (svn/R-devel/src/main/printarray.c:292) ==506021== by 0x56548A: Rf_printMatrix (svn/R-devel/src/main/printarray.c:372) ==506021== by 0x5603E7: Rf_PrintValueRec (svn/R-devel/src/main/print.c:941) ==506021== by 0x5608BA: do_printdefault (svn/R-devel/src/main/print.c:320) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5514A4B: utf8_internal_loop (/usr/src/debug/glibc-2.39-38.fc40.x86_64/iconv/../iconv/loop.c:267) ==506021== by 0x5514A4B: __gconv_transform_utf8_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/iconv/../iconv/skeleton.c:509) ==506021== by 0x55A7221: mbrtowc (/usr/src/debug/glibc-2.39-38.fc40.x86_64/wcsmbs/mbrtowc.c:83) ==506021== by 0x568AFA: Rstrwid (svn/R-devel/src/main/printutils.c:435) ==506021== by 0x569554: Rstrlen (svn/R-devel/src/main/printutils.c:548) ==506021== by 0x4FA4C6: Rf_formatString (svn/R-devel/src/main/format.c:80) ==506021== by 0x564B63: printStringMatrix (svn/R-devel/src/main/printarray.c:292) ==506021== by 0x56548A: Rf_printMatrix (svn/R-devel/src/main/printarray.c:372) ==506021== by 0x5603E7: Rf_PrintValueRec (svn/R-devel/src/main/print.c:941) ==506021== by 0x5608BA: do_printdefault (svn/R-devel/src/main/print.c:320) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x55A7246: mbrtowc (/usr/src/debug/glibc-2.39-38.fc40.x86_64/wcsmbs/mbrtowc.c:99) ==506021== by 0x568AFA: Rstrwid (svn/R-devel/src/main/printutils.c:435) ==506021== by 0x569554: Rstrlen (svn/R-devel/src/main/printutils.c:548) ==506021== by 0x4FA4C6: Rf_formatString (svn/R-devel/src/main/format.c:80) ==506021== by 0x564B63: printStringMatrix (svn/R-devel/src/main/printarray.c:292) ==506021== by 0x56548A: Rf_printMatrix (svn/R-devel/src/main/printarray.c:372) ==506021== by 0x5603E7: Rf_PrintValueRec (svn/R-devel/src/main/print.c:941) ==506021== by 0x5608BA: do_printdefault (svn/R-devel/src/main/print.c:320) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x568B10: Rstrwid (svn/R-devel/src/main/printutils.c:441) ==506021== by 0x569554: Rstrlen (svn/R-devel/src/main/printutils.c:548) ==506021== by 0x4FA4C6: Rf_formatString (svn/R-devel/src/main/format.c:80) ==506021== by 0x564B63: printStringMatrix (svn/R-devel/src/main/printarray.c:292) ==506021== by 0x56548A: Rf_printMatrix (svn/R-devel/src/main/printarray.c:372) ==506021== by 0x5603E7: Rf_PrintValueRec (svn/R-devel/src/main/print.c:941) ==506021== by 0x5608BA: do_printdefault (svn/R-devel/src/main/print.c:320) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x56046F9: iswprint (/usr/src/debug/glibc-2.39-38.fc40.x86_64/wctype/wcfuncs.c:60) ==506021== by 0x568B1A: Rstrwid (svn/R-devel/src/main/printutils.c:441) ==506021== by 0x569554: Rstrlen (svn/R-devel/src/main/printutils.c:548) ==506021== by 0x4FA4C6: Rf_formatString (svn/R-devel/src/main/format.c:80) ==506021== by 0x564B63: printStringMatrix (svn/R-devel/src/main/printarray.c:292) ==506021== by 0x56548A: Rf_printMatrix (svn/R-devel/src/main/printarray.c:372) ==506021== by 0x5603E7: Rf_PrintValueRec (svn/R-devel/src/main/print.c:941) ==506021== by 0x5608BA: do_printdefault (svn/R-devel/src/main/print.c:320) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x560477B: iswprint (/usr/src/debug/glibc-2.39-38.fc40.x86_64/wctype/wcfuncs.c:60) ==506021== by 0x568B1A: Rstrwid (svn/R-devel/src/main/printutils.c:441) ==506021== by 0x569554: Rstrlen (svn/R-devel/src/main/printutils.c:548) ==506021== by 0x4FA4C6: Rf_formatString (svn/R-devel/src/main/format.c:80) ==506021== by 0x564B63: printStringMatrix (svn/R-devel/src/main/printarray.c:292) ==506021== by 0x56548A: Rf_printMatrix (svn/R-devel/src/main/printarray.c:372) ==506021== by 0x5603E7: Rf_PrintValueRec (svn/R-devel/src/main/print.c:941) ==506021== by 0x5608BA: do_printdefault (svn/R-devel/src/main/print.c:320) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x568B2A: Rstrwid (svn/R-devel/src/main/printutils.c:442) ==506021== by 0x569554: Rstrlen (svn/R-devel/src/main/printutils.c:548) ==506021== by 0x4FA4C6: Rf_formatString (svn/R-devel/src/main/format.c:80) ==506021== by 0x564B63: printStringMatrix (svn/R-devel/src/main/printarray.c:292) ==506021== by 0x56548A: Rf_printMatrix (svn/R-devel/src/main/printarray.c:372) ==506021== by 0x5603E7: Rf_PrintValueRec (svn/R-devel/src/main/print.c:941) ==506021== by 0x5608BA: do_printdefault (svn/R-devel/src/main/print.c:320) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x568B30: Rstrwid (svn/R-devel/src/main/printutils.c:442) ==506021== by 0x569554: Rstrlen (svn/R-devel/src/main/printutils.c:548) ==506021== by 0x4FA4C6: Rf_formatString (svn/R-devel/src/main/format.c:80) ==506021== by 0x564B63: printStringMatrix (svn/R-devel/src/main/printarray.c:292) ==506021== by 0x56548A: Rf_printMatrix (svn/R-devel/src/main/printarray.c:372) ==506021== by 0x5603E7: Rf_PrintValueRec (svn/R-devel/src/main/print.c:941) ==506021== by 0x5608BA: do_printdefault (svn/R-devel/src/main/print.c:320) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x568B42: Rstrwid (svn/R-devel/src/main/printutils.c:442) ==506021== by 0x569554: Rstrlen (svn/R-devel/src/main/printutils.c:548) ==506021== by 0x4FA4C6: Rf_formatString (svn/R-devel/src/main/format.c:80) ==506021== by 0x564B63: printStringMatrix (svn/R-devel/src/main/printarray.c:292) ==506021== by 0x56548A: Rf_printMatrix (svn/R-devel/src/main/printarray.c:372) ==506021== by 0x5603E7: Rf_PrintValueRec (svn/R-devel/src/main/print.c:941) ==506021== by 0x5608BA: do_printdefault (svn/R-devel/src/main/print.c:320) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x484D149: __strlen_sse2 (/builddir/build/BUILD/valgrind-3.24.0/memcheck/../shared/vg_replace_strmem.c:507) ==506021== by 0x569546: Rstrlen (svn/R-devel/src/main/printutils.c:548) ==506021== by 0x4FA4C6: Rf_formatString (svn/R-devel/src/main/format.c:80) ==506021== by 0x564B63: printStringMatrix (svn/R-devel/src/main/printarray.c:292) ==506021== by 0x56548A: Rf_printMatrix (svn/R-devel/src/main/printarray.c:372) ==506021== by 0x5603E7: Rf_PrintValueRec (svn/R-devel/src/main/print.c:941) ==506021== by 0x5608BA: do_printdefault (svn/R-devel/src/main/print.c:320) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== date step TSUM DVS LAI WRT WLV WST WSO 1 1980-02-06 1 0.00 0.0000000 0.04800000 36.00000 24.00000 0 0 2 1980-02-07 2 6.00 0.0075000==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x55A7246: mbrtowc (/usr/src/debug/glibc-2.39-38.fc40.x86_64/wcsmbs/mbrtowc.c:99) ==506021== by 0x569942: Rf_EncodeString (svn/R-devel/src/main/printutils.c:692) ==506021== by 0x564E88: printStringMatrix (svn/R-devel/src/main/printarray.c:295) ==506021== by 0x56548A: Rf_printMatrix (svn/R-devel/src/main/printarray.c:372) ==506021== by 0x5603E7: Rf_PrintValueRec (svn/R-devel/src/main/print.c:941) ==506021== by 0x5608BA: do_printdefault (svn/R-devel/src/main/print.c:320) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x569958: Rf_EncodeString (svn/R-devel/src/main/printutils.c:695) ==506021== by 0x564E88: printStringMatrix (svn/R-devel/src/main/printarray.c:295) ==506021== by 0x56548A: Rf_printMatrix (svn/R-devel/src/main/printarray.c:372) ==506021== by 0x5603E7: Rf_PrintValueRec (svn/R-devel/src/main/print.c:941) ==506021== by 0x5608BA: do_printdefault (svn/R-devel/src/main/print.c:320) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x569B7E: Rf_EncodeString (svn/R-devel/src/main/printutils.c:704) ==506021== by 0x564E88: printStringMatrix (svn/R-devel/src/main/printarray.c:295) ==506021== by 0x56548A: Rf_printMatrix (svn/R-devel/src/main/printarray.c:372) ==506021== by 0x5603E7: Rf_PrintValueRec (svn/R-devel/src/main/print.c:941) ==506021== by 0x5608BA: do_printdefault (svn/R-devel/src/main/print.c:320) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x56046F9: iswprint (/usr/src/debug/glibc-2.39-38.fc40.x86_64/wctype/wcfuncs.c:60) ==506021== by 0x569B8E: Rf_EncodeString (svn/R-devel/src/main/printutils.c:704) ==506021== by 0x564E88: printStringMatrix (svn/R-devel/src/main/printarray.c:295) ==506021== by 0x56548A: Rf_printMatrix (svn/R-devel/src/main/printarray.c:372) ==506021== by 0x5603E7: Rf_PrintValueRec (svn/R-devel/src/main/print.c:941) ==506021== by 0x5608BA: do_printdefault (svn/R-devel/src/main/print.c:320) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x560477B: iswprint (/usr/src/debug/glibc-2.39-38.fc40.x86_64/wctype/wcfuncs.c:60) ==506021== by 0x569B8E: Rf_EncodeString (svn/R-devel/src/main/printutils.c:704) ==506021== by 0x564E88: printStringMatrix (svn/R-devel/src/main/printarray.c:295) ==506021== by 0x56548A: Rf_printMatrix (svn/R-devel/src/main/printarray.c:372) ==506021== by 0x5603E7: Rf_PrintValueRec (svn/R-devel/src/main/print.c:941) ==506021== by 0x5608BA: do_printdefault (svn/R-devel/src/main/print.c:320) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x569BA2: Rf_EncodeString (svn/R-devel/src/main/printutils.c:705) ==506021== by 0x564E88: printStringMatrix (svn/R-devel/src/main/printarray.c:295) ==506021== by 0x56548A: Rf_printMatrix (svn/R-devel/src/main/printarray.c:372) ==506021== by 0x5603E7: Rf_PrintValueRec (svn/R-devel/src/main/print.c:941) ==506021== by 0x5608BA: do_printdefault (svn/R-devel/src/main/print.c:320) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x569BA8: Rf_EncodeString (svn/R-devel/src/main/printutils.c:705) ==506021== by 0x564E88: printStringMatrix (svn/R-devel/src/main/printarray.c:295) ==506021== by 0x56548A: Rf_printMatrix (svn/R-devel/src/main/printarray.c:372) ==506021== by 0x5603E7: Rf_PrintValueRec (svn/R-devel/src/main/print.c:941) ==506021== by 0x5608BA: do_printdefault (svn/R-devel/src/main/print.c:320) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x569BBA: Rf_EncodeString (svn/R-devel/src/main/printutils.c:705) ==506021== by 0x564E88: printStringMatrix (svn/R-devel/src/main/printarray.c:295) ==506021== by 0x56548A: Rf_printMatrix (svn/R-devel/src/main/printarray.c:372) ==506021== by 0x5603E7: Rf_PrintValueRec (svn/R-devel/src/main/print.c:941) ==506021== by 0x5608BA: do_printdefault (svn/R-devel/src/main/print.c:320) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x484D158: __strlen_sse2 (/builddir/build/BUILD/valgrind-3.24.0/memcheck/../shared/vg_replace_strmem.c:507) ==506021== by 0x55495B1: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-process-arg.c:435) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x554CC12: __vfprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1544) ==506021== by 0x56A6DD: Rvprintf (svn/R-devel/src/main/printutils.c:993) ==506021== by 0x56A7BB: Rprintf (svn/R-devel/src/main/printutils.c:906) ==506021== by 0x564EA2: printStringMatrix (svn/R-devel/src/main/printarray.c:295) ==506021== by 0x56548A: Rf_printMatrix (svn/R-devel/src/main/printarray.c:372) ==506021== by 0x5603E7: Rf_PrintValueRec (svn/R-devel/src/main/print.c:941) ==506021== by 0x5608BA: do_printdefault (svn/R-devel/src/main/print.c:320) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Syscall param write(buf) points to uninitialised byte(s) ==506021== at 0x55F3304: write (/usr/src/debug/glibc-2.39-38.fc40.x86_64/io/../sysdeps/unix/sysv/linux/write.c:26) ==506021== by 0x5573EA4: _IO_file_write@@GLIBC_2.2.5 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/fileops.c:1181) ==506021== by 0x557201C: new_do_write (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/fileops.c:449) ==506021== by 0x5572EB0: _IO_do_write@@GLIBC_2.2.5 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/fileops.c:426) ==506021== by 0x55735DF: _IO_file_sync@@GLIBC_2.2.5 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/fileops.c:799) ==506021== by 0x55666A4: fflush (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/iofflush.c:40) ==506021== by 0x56A6E6: Rvprintf (svn/R-devel/src/main/printutils.c:995) ==506021== by 0x56A7BB: Rprintf (svn/R-devel/src/main/printutils.c:906) ==506021== by 0x564EA2: printStringMatrix (svn/R-devel/src/main/printarray.c:295) ==506021== by 0x56548A: Rf_printMatrix (svn/R-devel/src/main/printarray.c:372) ==506021== by 0x5603E7: Rf_PrintValueRec (svn/R-devel/src/main/print.c:941) ==506021== by 0x5608BA: do_printdefault (svn/R-devel/src/main/print.c:320) ==506021== Address 0x102df864 is 4 bytes inside a block of size 4,096 alloc'd ==506021== at 0x4843866: malloc (/builddir/build/BUILD/valgrind-3.24.0/coregrind/m_replacemalloc/vg_replace_malloc.c:446) ==506021== by 0x55660A6: _IO_file_doallocate (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/filedoalloc.c:101) ==506021== by 0x5575413: _IO_doallocbuf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/genops.c:347) ==506021== by 0x5575413: _IO_doallocbuf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/genops.c:342) ==506021== by 0x55734C7: _IO_file_overflow@@GLIBC_2.2.5 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/fileops.c:745) ==506021== by 0x5573FE7: _IO_new_file_xsputn (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/fileops.c:1244) ==506021== by 0x5573FE7: _IO_file_xsputn@@GLIBC_2.2.5 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/fileops.c:1197) ==506021== by 0x55412C8: __printf_buffer_flush_to_file (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_buffer_to_file.c:59) ==506021== by 0x554138B: __printf_buffer_to_file_done (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_buffer_to_file.c:120) ==506021== by 0x554CC1A: __vfprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1545) ==506021== by 0x56A6DD: Rvprintf (svn/R-devel/src/main/printutils.c:993) ==506021== by 0x56A7BB: Rprintf (svn/R-devel/src/main/printutils.c:906) ==506021== by 0x5DC003: Rf_PrintGreeting (svn/R-devel/src/main/version.c:33) ==506021== by 0x526CC9: setup_Rmainloop (svn/R-devel/src/main/main.c:1118) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== 0.04816948==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x484D149: __strlen_sse2 (/builddir/build/BUILD/valgrind-3.24.0/memcheck/../shared/vg_replace_strmem.c:507) ==506021== by 0x55495B1: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-process-arg.c:435) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x554CC12: __vfprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1544) ==506021== by 0x56A6DD: Rvprintf (svn/R-devel/src/main/printutils.c:993) ==506021== by 0x56A7BB: Rprintf (svn/R-devel/src/main/printutils.c:906) ==506021== by 0x564EA2: printStringMatrix (svn/R-devel/src/main/printarray.c:295) ==506021== by 0x56548A: Rf_printMatrix (svn/R-devel/src/main/printarray.c:372) ==506021== by 0x5603E7: Rf_PrintValueRec (svn/R-devel/src/main/print.c:941) ==506021== by 0x5608BA: do_printdefault (svn/R-devel/src/main/print.c:320) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== 36.12711 24.08474 0 0 3 1980-02-08 3 12.55 0.0156875 0.04861904 36.45679 24.30539 0 0 4 1980-02-09 4 18.70 0.0233750 0.04931574 36.95550 24.64059 0 0 5 1980-02-10 5 26.65 0.0333125 0.05120242 38.27623 25.53184 0 0 6 1980-02-11 6 32.15 0.0401875 0.05261907 39.24019 26.18571 0 0 TRA EVS EVW SM 1 0.0001000000 0.010874959 0 0.11 2 0.0007161808 0.014007351 0 0.11 3 0.0005827242 0.015767681 0 0.11 4 0.0001000000 0.000898427 0 0.11 5 0.0003188057 0.007163577 0 0.11 6 0.0005475693 0.013225488 0 0.11 > tail(d) ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5542499: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:655) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x55424A2: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:659) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553A73C: __mpn_lshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/lshift.S:59) ==506021== by 0x55424A6: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:659) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553A73F: __mpn_lshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/lshift.S:60) ==506021== by 0x55424A6: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:659) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x55424C3: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:660) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5541571: hack_digit (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:95) ==506021== by 0x55426E7: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:769) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553AAF5: __mpn_mul (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/mul.c:83) ==506021== by 0x5541B47: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:375) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x554285A: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:999) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x55425F5: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:835) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x55425E3: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:835) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C419ED: __ieee754_log_avx (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_log.c:65) ==506021== by 0x4BF8DAC: __log10_finite@GLIBC_2.15 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_log10.c:87) ==506021== by 0x4FACEA: scientific (svn/R-devel/src/main/format.c:344) ==506021== by 0x4FACEA: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x545F8C: do_format (svn/R-devel/src/main/paste.c:560) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5542E9C: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:565) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x546001: do_format (svn/R-devel/src/main/paste.c:565) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== date step TSUM DVS LAI WRT WLV WST 167 1980-07-21 167 1482.25 1.900267 3.417582 1303.522 1311.5428 3329.686 168 1980-07-22 168 1493.70 1.915533 3.136361 1277.451 1210.0268 3263.963 169 1980-07-23 169 1507.30 1.933667 2.833905 1251.902 1099.8172 3199.715 170 1980-07-24 170 1523.25 1.954933 2.518234 1226.864 983.4855 3136.250 171 1980-07-25 171 1538.50 1.975267 2.232377 1202.327 876.9796 3073.785 172 1980-07-26 172 1555.20 1.997533 1.931902 1178.280 763.7486 3012.366 WSO TRA EVS EVW SM 167 7743.422 0.0963644 0.01461585 0 0.11 168 7800.195 0.1522289 0.01895849 0 0.11 169 7879.698 0.1507318 0.02087018 0 0.11 170 7931.840 0.1332122 0.02274644 0 0.11 171 7969.707 0.1205637 0.02453807 0 0.11 172 7984.706 0.1097512 0.02599360 0 0.11 > plot(d[,"step"], d[, "LAI"]) ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5B164A: logicalSubscript (svn/R-devel/src/main/subscript.c:662) ==506021== by 0x5B76D8: VectorSubset (svn/R-devel/src/main/subset.c:211) ==506021== by 0x5B76D8: do_subset_dflt (svn/R-devel/src/main/subset.c:861) ==506021== by 0x4D893B: VECSUBSET_PTR (svn/R-devel/src/main/eval.c:6349) ==506021== by 0x4E579E: bcEval_loop (svn/R-devel/src/main/eval.c:8339) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5BBEE2: rmin (svn/R-devel/src/main/summary.c:221) ==506021== by 0x5BDB9F: do_summary (svn/R-devel/src/main/summary.c:723) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x5BEC21: do_range (svn/R-devel/src/main/summary.c:1021) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5BBF6A: rmin (svn/R-devel/src/main/summary.c:221) ==506021== by 0x5BDB9F: do_summary (svn/R-devel/src/main/summary.c:723) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x5BEC21: do_range (svn/R-devel/src/main/summary.c:1021) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5BE0D5: do_summary (svn/R-devel/src/main/summary.c:757) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x5BEC21: do_range (svn/R-devel/src/main/summary.c:1021) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5BC1CF: rmax (svn/R-devel/src/main/summary.c:291) ==506021== by 0x5BD7EB: do_summary (svn/R-devel/src/main/summary.c:724) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x5BEC21: do_range (svn/R-devel/src/main/summary.c:1021) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5BC264: rmax (svn/R-devel/src/main/summary.c:291) ==506021== by 0x5BD7EB: do_summary (svn/R-devel/src/main/summary.c:724) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x5BEC21: do_range (svn/R-devel/src/main/summary.c:1021) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A684EE: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:530) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A68509: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:530) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A58D00: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:1945) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A58F14: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:1945) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x6018F4: Rf_fmax2 (svn/R-devel/src/nmath/fmax2.c:25) ==506021== by 0x11A58DCA: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:1964) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A58DDE: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:1968) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A58F3C: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:1979) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A58F6E: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:1981) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A58FC8: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:1999) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A58FFF: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2005) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A59021: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2006) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x509C75: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:54) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4B7CFE: GEPretty (svn/R-devel/src/main/engine.c:2462) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5F1246: R_pretty (svn/R-devel/src/appl/pretty.c:98) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x6018F4: Rf_fmax2 (svn/R-devel/src/nmath/fmax2.c:25) ==506021== by 0x5F1730: R_pretty (svn/R-devel/src/appl/pretty.c:102) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5F17F6: R_pretty (svn/R-devel/src/appl/pretty.c:119) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5F198F: R_pretty (svn/R-devel/src/appl/pretty.c:126) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5F12C4: R_pretty (svn/R-devel/src/appl/pretty.c:144) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5F1698: R_pretty (svn/R-devel/src/appl/pretty.c:149) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4BE008C: log10 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/w_log10_compat.c:30) ==506021== by 0x5F1348: R_pretty (svn/R-devel/src/appl/pretty.c:159) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4BF8CF6: __log10_finite@GLIBC_2.15 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_log10.c:67) ==506021== by 0x5F1348: R_pretty (svn/R-devel/src/appl/pretty.c:159) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4BF8D3F: __log10_finite@GLIBC_2.15 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_log10.c:78) ==506021== by 0x5F1348: R_pretty (svn/R-devel/src/appl/pretty.c:159) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4BF8E51: __ieee754_pow_sse2 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_pow.c:292) ==506021== by 0x4C07D0B: pow@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_pow_template.c:32) ==506021== by 0x5F135C: R_pretty (svn/R-devel/src/appl/pretty.c:159) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4BF91FF: __ieee754_pow_sse2 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_pow.c:299) ==506021== by 0x4C07D0B: pow@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_pow_template.c:32) ==506021== by 0x5F135C: R_pretty (svn/R-devel/src/appl/pretty.c:159) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4BF94E2: __ieee754_pow_sse2 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_pow.c:301) ==506021== by 0x4C07D0B: pow@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_pow_template.c:32) ==506021== by 0x5F135C: R_pretty (svn/R-devel/src/appl/pretty.c:159) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5F139D: R_pretty (svn/R-devel/src/appl/pretty.c:166) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5F1839: R_pretty (svn/R-devel/src/appl/pretty.c:188) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5F186A: R_pretty (svn/R-devel/src/appl/pretty.c:190) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5F187A: R_pretty (svn/R-devel/src/appl/pretty.c:190) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5F1892: R_pretty (svn/R-devel/src/appl/pretty.c:191) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5F14BA: R_pretty (svn/R-devel/src/appl/pretty.c:203) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5F14E3: R_pretty (svn/R-devel/src/appl/pretty.c:209) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5F1535: R_pretty (svn/R-devel/src/appl/pretty.c:216) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5F1563: R_pretty (svn/R-devel/src/appl/pretty.c:222) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5F15AA: R_pretty (svn/R-devel/src/appl/pretty.c:228) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4B7D8B: GEPretty (svn/R-devel/src/main/engine.c:2483) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4B7DA8: GEPretty (svn/R-devel/src/main/engine.c:2485) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4B7DDC: GEPretty (svn/R-devel/src/main/engine.c:2486) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4B7DE9: GEPretty (svn/R-devel/src/main/engine.c:2486) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x6018F4: Rf_fmax2 (svn/R-devel/src/nmath/fmax2.c:25) ==506021== by 0x509D94: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:84) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x509DAB: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:88) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x509DD2: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:91) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x509E38: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:114) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C00ED0: ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:23) ==506021== by 0x11A56E8E: Rf_GMapWin2Fig (svn/R-devel/src/library/graphics/src/graphics.c:1687) ==506021== by 0x11A685E7: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:582) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C00EDA: ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:23) ==506021== by 0x11A56E8E: Rf_GMapWin2Fig (svn/R-devel/src/library/graphics/src/graphics.c:1687) ==506021== by 0x11A685E7: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:582) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C00CD9: __scalbn (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/s_scalbn.c:35) ==506021== by 0x4C00EF0: __ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:24) ==506021== by 0x4C00EF0: ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:21) ==506021== by 0x11A56E8E: Rf_GMapWin2Fig (svn/R-devel/src/library/graphics/src/graphics.c:1687) ==506021== by 0x11A685E7: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:582) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C00CE5: __scalbn (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/s_scalbn.c:41) ==506021== by 0x4C00EF0: __ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:24) ==506021== by 0x4C00EF0: ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:21) ==506021== by 0x11A56E8E: Rf_GMapWin2Fig (svn/R-devel/src/library/graphics/src/graphics.c:1687) ==506021== by 0x11A685E7: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:582) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C00D07: __scalbn (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/s_scalbn.c:44) ==506021== by 0x4C00EF0: __ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:24) ==506021== by 0x4C00EF0: ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:21) ==506021== by 0x11A56E8E: Rf_GMapWin2Fig (svn/R-devel/src/library/graphics/src/graphics.c:1687) ==506021== by 0x11A685E7: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:582) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C00D0C: __scalbn (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/s_scalbn.c:49) ==506021== by 0x4C00EF0: __ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:24) ==506021== by 0x4C00EF0: ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:21) ==506021== by 0x11A56E8E: Rf_GMapWin2Fig (svn/R-devel/src/library/graphics/src/graphics.c:1687) ==506021== by 0x11A685E7: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:582) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C00F09: __ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:25) ==506021== by 0x4C00F09: ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:21) ==506021== by 0x11A56E8E: Rf_GMapWin2Fig (svn/R-devel/src/library/graphics/src/graphics.c:1687) ==506021== by 0x11A685E7: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:582) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C00F13: __ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:25) ==506021== by 0x4C00F13: ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:21) ==506021== by 0x11A56E8E: Rf_GMapWin2Fig (svn/R-devel/src/library/graphics/src/graphics.c:1687) ==506021== by 0x11A685E7: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:582) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C00F15: __ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:25) ==506021== by 0x4C00F15: ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:21) ==506021== by 0x11A56E8E: Rf_GMapWin2Fig (svn/R-devel/src/library/graphics/src/graphics.c:1687) ==506021== by 0x11A685E7: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:582) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C00ED0: ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:23) ==506021== by 0x11A56EAD: Rf_GMapWin2Fig (svn/R-devel/src/library/graphics/src/graphics.c:1687) ==506021== by 0x11A685E7: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:582) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C00EDA: ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:23) ==506021== by 0x11A56EAD: Rf_GMapWin2Fig (svn/R-devel/src/library/graphics/src/graphics.c:1687) ==506021== by 0x11A685E7: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:582) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C00F09: __ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:25) ==506021== by 0x4C00F09: ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:21) ==506021== by 0x11A56EAD: Rf_GMapWin2Fig (svn/R-devel/src/library/graphics/src/graphics.c:1687) ==506021== by 0x11A685E7: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:582) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C00F13: __ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:25) ==506021== by 0x4C00F13: ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:21) ==506021== by 0x11A56EAD: Rf_GMapWin2Fig (svn/R-devel/src/library/graphics/src/graphics.c:1687) ==506021== by 0x11A685E7: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:582) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C00F15: __ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:25) ==506021== by 0x4C00F15: ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:21) ==506021== by 0x11A56EAD: Rf_GMapWin2Fig (svn/R-devel/src/library/graphics/src/graphics.c:1687) ==506021== by 0x11A685E7: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:582) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C00ED0: ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:23) ==506021== by 0x11A56EDF: Rf_GMapWin2Fig (svn/R-devel/src/library/graphics/src/graphics.c:1686) ==506021== by 0x11A685E7: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:582) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C00EDA: ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:23) ==506021== by 0x11A56EDF: Rf_GMapWin2Fig (svn/R-devel/src/library/graphics/src/graphics.c:1686) ==506021== by 0x11A685E7: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:582) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C00F09: __ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:25) ==506021== by 0x4C00F09: ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:21) ==506021== by 0x11A56EDF: Rf_GMapWin2Fig (svn/R-devel/src/library/graphics/src/graphics.c:1686) ==506021== by 0x11A685E7: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:582) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C00F13: __ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:25) ==506021== by 0x4C00F13: ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:21) ==506021== by 0x11A56EDF: Rf_GMapWin2Fig (svn/R-devel/src/library/graphics/src/graphics.c:1686) ==506021== by 0x11A685E7: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:582) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C00F15: __ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:25) ==506021== by 0x4C00F15: ldexp (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./s_ldexp_template.c:21) ==506021== by 0x11A56EDF: Rf_GMapWin2Fig (svn/R-devel/src/library/graphics/src/graphics.c:1686) ==506021== by 0x11A685E7: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:582) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A6CBF0: C_plotXY (svn/R-devel/src/library/graphics/src/plot.c:1626) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4B6516: clipCircleCode (svn/R-devel/src/main/engine.c:1301) ==506021== by 0x4B6516: GECircle (svn/R-devel/src/main/engine.c:1365) ==506021== by 0x11A5C438: Rf_GSymbol (svn/R-devel/src/library/graphics/src/graphics.c:3272) ==506021== by 0x11A6CD6C: C_plotXY (svn/R-devel/src/library/graphics/src/plot.c:1640) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4B652E: clipCircleCode (svn/R-devel/src/main/engine.c:1301) ==506021== by 0x4B652E: GECircle (svn/R-devel/src/main/engine.c:1365) ==506021== by 0x11A5C438: Rf_GSymbol (svn/R-devel/src/library/graphics/src/graphics.c:3272) ==506021== by 0x11A6CD6C: C_plotXY (svn/R-devel/src/library/graphics/src/plot.c:1640) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x484D158: __strlen_sse2 (/builddir/build/BUILD/valgrind-3.24.0/memcheck/../shared/vg_replace_strmem.c:507) ==506021== by 0x5567009: fputs (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/iofputs.c:33) ==506021== by 0x11A1FA04: PDFwrite (svn/R-devel/src/library/grDevices/src/devPS.c:6274) ==506021== by 0x11A2D859: PDF_Circle (svn/R-devel/src/library/grDevices/src/devPS.c:8659) ==506021== by 0x11A5C438: Rf_GSymbol (svn/R-devel/src/library/graphics/src/graphics.c:3272) ==506021== by 0x11A6CD6C: C_plotXY (svn/R-devel/src/library/graphics/src/plot.c:1640) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x554270E: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:858) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x557050E: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x557050E: vsnprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:103) ==506021== by 0x11A1F989: PDFwrite (svn/R-devel/src/library/grDevices/src/devPS.c:6258) ==506021== by 0x11A2D859: PDF_Circle (svn/R-devel/src/library/grDevices/src/devPS.c:8659) ==506021== by 0x11A5C438: Rf_GSymbol (svn/R-devel/src/library/graphics/src/graphics.c:3272) ==506021== by 0x11A6CD6C: C_plotXY (svn/R-devel/src/library/graphics/src/plot.c:1640) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x554274F: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:861) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x557050E: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x557050E: vsnprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:103) ==506021== by 0x11A1F989: PDFwrite (svn/R-devel/src/library/grDevices/src/devPS.c:6258) ==506021== by 0x11A2D859: PDF_Circle (svn/R-devel/src/library/grDevices/src/devPS.c:8659) ==506021== by 0x11A5C438: Rf_GSymbol (svn/R-devel/src/library/graphics/src/graphics.c:3272) ==506021== by 0x11A6CD6C: C_plotXY (svn/R-devel/src/library/graphics/src/plot.c:1640) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x534ECE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2702) ==506021== by 0x55162B: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x55162B: Rf_CreateAtVector (svn/R-devel/src/main/plot.c:57) ==506021== by 0x11A6A3D3: C_axis (svn/R-devel/src/library/graphics/src/plot.c:963) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x534EDD: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2741) ==506021== by 0x55162B: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x55162B: Rf_CreateAtVector (svn/R-devel/src/main/plot.c:57) ==506021== by 0x11A6A3D3: C_axis (svn/R-devel/src/library/graphics/src/plot.c:963) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x534EE6: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2743) ==506021== by 0x55162B: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x55162B: Rf_CreateAtVector (svn/R-devel/src/main/plot.c:57) ==506021== by 0x11A6A3D3: C_axis (svn/R-devel/src/library/graphics/src/plot.c:963) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5354E9: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2779) ==506021== by 0x55162B: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x55162B: Rf_CreateAtVector (svn/R-devel/src/main/plot.c:57) ==506021== by 0x11A6A3D3: C_axis (svn/R-devel/src/library/graphics/src/plot.c:963) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x53543C: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2841) ==506021== by 0x55162B: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x55162B: Rf_CreateAtVector (svn/R-devel/src/main/plot.c:57) ==506021== by 0x11A6A3D3: C_axis (svn/R-devel/src/library/graphics/src/plot.c:963) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x535446: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2849) ==506021== by 0x55162B: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x55162B: Rf_CreateAtVector (svn/R-devel/src/main/plot.c:57) ==506021== by 0x11A6A3D3: C_axis (svn/R-devel/src/library/graphics/src/plot.c:963) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x535450: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2849) ==506021== by 0x55162B: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x55162B: Rf_CreateAtVector (svn/R-devel/src/main/plot.c:57) ==506021== by 0x11A6A3D3: C_axis (svn/R-devel/src/library/graphics/src/plot.c:963) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x53545A: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2849) ==506021== by 0x55162B: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x55162B: Rf_CreateAtVector (svn/R-devel/src/main/plot.c:57) ==506021== by 0x11A6A3D3: C_axis (svn/R-devel/src/library/graphics/src/plot.c:963) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x535177: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2870) ==506021== by 0x55162B: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x55162B: Rf_CreateAtVector (svn/R-devel/src/main/plot.c:57) ==506021== by 0x11A6A3D3: C_axis (svn/R-devel/src/library/graphics/src/plot.c:963) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x535B71: DATAPTR (svn/R-devel/src/include/Rinlinedfuns.h:141) ==506021== by 0x535B71: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2978) ==506021== by 0x55162B: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x55162B: Rf_CreateAtVector (svn/R-devel/src/main/plot.c:57) ==506021== by 0x11A6A3D3: C_axis (svn/R-devel/src/library/graphics/src/plot.c:963) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x551655: Rf_CreateAtVector (svn/R-devel/src/main/plot.c:59) ==506021== by 0x11A6A3D3: C_axis (svn/R-devel/src/library/graphics/src/plot.c:963) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x55184D: Rf_CreateAtVector (svn/R-devel/src/main/plot.c:82) ==506021== by 0x11A6A3D3: C_axis (svn/R-devel/src/library/graphics/src/plot.c:963) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x51ACEC: LENGTH_EX (svn/R-devel/src/include/Rinlinedfuns.h:229) ==506021== by 0x51ACEC: Rf_length (svn/R-devel/src/include/Rinlinedfuns.h:551) ==506021== by 0x11A69B95: C_axis (svn/R-devel/src/library/graphics/src/plot.c:967) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A68F04: LENGTH_EX (svn/R-devel/src/include/Rinlinedfuns.h:229) ==506021== by 0x11A68F04: Rf_length (svn/R-devel/src/include/Rinlinedfuns.h:551) ==506021== by 0x11A68F04: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:643) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FABE1: Rf_formatReal (svn/R-devel/src/main/format.c:444) ==506021== by 0x11A692A9: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:665) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FACA6: Rf_formatReal (svn/R-devel/src/main/format.c:445) ==506021== by 0x11A692A9: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:665) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FACB0: scientific (svn/R-devel/src/main/format.c:328) ==506021== by 0x4FACB0: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x11A692A9: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:665) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FACB2: scientific (svn/R-devel/src/main/format.c:328) ==506021== by 0x4FACB2: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x11A692A9: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:665) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FAE56: Rf_formatReal (svn/R-devel/src/main/format.c:444) ==506021== by 0x11A692A9: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:665) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FACB8: scientific (svn/R-devel/src/main/format.c:328) ==506021== by 0x4FACB8: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x11A692A9: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:665) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FAD15: scientific (svn/R-devel/src/main/format.c:348) ==506021== by 0x4FAD15: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x11A692A9: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:665) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FAD1D: scientific (svn/R-devel/src/main/format.c:349) ==506021== by 0x4FAD1D: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x11A692A9: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:665) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FB10A: scientific (svn/R-devel/src/main/format.c:349) ==506021== by 0x4FB10A: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x11A692A9: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:665) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x4FB11D: scientific (svn/R-devel/src/main/format.c:349) ==506021== by 0x4FB11D: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x11A692A9: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:665) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FAD3E: scientific (svn/R-devel/src/main/format.c:361) ==506021== by 0x4FAD3E: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x11A692A9: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:665) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FAD99: scientific (svn/R-devel/src/main/format.c:396) ==506021== by 0x4FAD99: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x11A692A9: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:665) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FADA5: scientific (svn/R-devel/src/main/format.c:419) ==506021== by 0x4FADA5: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x11A692A9: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:665) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FAEE0: Rf_formatReal (svn/R-devel/src/main/format.c:493) ==506021== by 0x11A692A9: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:665) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FB094: Rf_formatReal (svn/R-devel/src/main/format.c:495) ==506021== by 0x11A692A9: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:665) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x534ECE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2702) ==506021== by 0x11A692B8: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x11A692B8: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:666) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x534EDD: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2741) ==506021== by 0x11A692B8: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x11A692B8: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:666) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x534EE6: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2743) ==506021== by 0x11A692B8: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x11A692B8: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:666) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5350D3: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2807) ==506021== by 0x11A692B8: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x11A692B8: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:666) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x53543C: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2841) ==506021== by 0x11A692B8: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x11A692B8: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:666) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x535446: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2849) ==506021== by 0x11A692B8: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x11A692B8: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:666) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x535450: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2849) ==506021== by 0x11A692B8: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x11A692B8: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:666) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x53545A: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2849) ==506021== by 0x11A692B8: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x11A692B8: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:666) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x535177: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2870) ==506021== by 0x11A692B8: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x11A692B8: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:666) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x53584D: DATAPTR (svn/R-devel/src/include/Rinlinedfuns.h:141) ==506021== by 0x53584D: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2963) ==506021== by 0x11A692B8: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x11A692B8: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:666) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x535889: DATAPTR (svn/R-devel/src/include/Rinlinedfuns.h:141) ==506021== by 0x535889: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2965) ==506021== by 0x11A692B8: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x11A692B8: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:666) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5358FD: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2967) ==506021== by 0x11A692B8: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x11A692B8: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:666) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x535932: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2967) ==506021== by 0x11A692B8: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x11A692B8: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:666) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A692F1: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:667) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x568E10: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:208) ==506021== by 0x11A6931C: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:668) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x55491DF: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-process-arg.c:208) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E4E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:225) ==506021== by 0x11A6931C: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:668) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5548819: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-process-arg.c:233) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E4E: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:225) ==506021== by 0x11A6931C: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:668) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x52D4DF: SET_STRING_ELT (svn/R-devel/src/main/memory.c:4284) ==506021== by 0x11A69336: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:669) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A6933A: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:667) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x568F68: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:209) ==506021== by 0x11A6931C: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:668) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x55421B1: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:931) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x11A6931C: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:668) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C9815: Rf_mkCharLenCE.part.0 (svn/R-devel/src/main/envir.c:4319) ==506021== by 0x11A69324: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:669) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C9826: Rf_mkCharLenCE.part.0 (svn/R-devel/src/main/envir.c:4322) ==506021== by 0x11A69324: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:669) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C98E0: Rf_mkCharLenCE.part.0 (svn/R-devel/src/main/envir.c:4356) ==506021== by 0x11A69324: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:669) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C991A: Rf_mkCharLenCE.part.0 (svn/R-devel/src/main/envir.c:4358) ==506021== by 0x11A69324: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:669) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x51ACEC: LENGTH_EX (svn/R-devel/src/include/Rinlinedfuns.h:229) ==506021== by 0x51ACEC: Rf_length (svn/R-devel/src/include/Rinlinedfuns.h:551) ==506021== by 0x11A69BE2: C_axis (svn/R-devel/src/library/graphics/src/plot.c:980) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x51ACEC: LENGTH_EX (svn/R-devel/src/include/Rinlinedfuns.h:229) ==506021== by 0x51ACEC: Rf_length (svn/R-devel/src/include/Rinlinedfuns.h:551) ==506021== by 0x11A69BEF: C_axis (svn/R-devel/src/library/graphics/src/plot.c:980) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A69BF3: C_axis (svn/R-devel/src/library/graphics/src/plot.c:980) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x536EDA: R_alloc (svn/R-devel/src/main/memory.c:2324) ==506021== by 0x11A69CA6: C_axis (svn/R-devel/src/library/graphics/src/plot.c:993) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x536EF9: R_alloc (svn/R-devel/src/main/memory.c:2325) ==506021== by 0x11A69CA6: C_axis (svn/R-devel/src/library/graphics/src/plot.c:993) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x536F07: R_alloc (svn/R-devel/src/main/memory.c:2329) ==506021== by 0x11A69CA6: C_axis (svn/R-devel/src/library/graphics/src/plot.c:993) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x534ECE: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2702) ==506021== by 0x536F18: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x536F18: R_alloc (svn/R-devel/src/main/memory.c:2332) ==506021== by 0x11A69CA6: C_axis (svn/R-devel/src/library/graphics/src/plot.c:993) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x534EDD: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2741) ==506021== by 0x536F18: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x536F18: R_alloc (svn/R-devel/src/main/memory.c:2332) ==506021== by 0x11A69CA6: C_axis (svn/R-devel/src/library/graphics/src/plot.c:993) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x534EE6: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2743) ==506021== by 0x536F18: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x536F18: R_alloc (svn/R-devel/src/main/memory.c:2332) ==506021== by 0x11A69CA6: C_axis (svn/R-devel/src/library/graphics/src/plot.c:993) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x53548B: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2750) ==506021== by 0x536F18: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x536F18: R_alloc (svn/R-devel/src/main/memory.c:2332) ==506021== by 0x11A69CA6: C_axis (svn/R-devel/src/library/graphics/src/plot.c:993) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x53543C: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2841) ==506021== by 0x536F18: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x536F18: R_alloc (svn/R-devel/src/main/memory.c:2332) ==506021== by 0x11A69CA6: C_axis (svn/R-devel/src/library/graphics/src/plot.c:993) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x535446: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2849) ==506021== by 0x536F18: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x536F18: R_alloc (svn/R-devel/src/main/memory.c:2332) ==506021== by 0x11A69CA6: C_axis (svn/R-devel/src/library/graphics/src/plot.c:993) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x535450: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2849) ==506021== by 0x536F18: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x536F18: R_alloc (svn/R-devel/src/main/memory.c:2332) ==506021== by 0x11A69CA6: C_axis (svn/R-devel/src/library/graphics/src/plot.c:993) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x535177: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2870) ==506021== by 0x536F18: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x536F18: R_alloc (svn/R-devel/src/main/memory.c:2332) ==506021== by 0x11A69CA6: C_axis (svn/R-devel/src/library/graphics/src/plot.c:993) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x535691: DATAPTR (svn/R-devel/src/include/Rinlinedfuns.h:141) ==506021== by 0x535691: Rf_allocVector3 (svn/R-devel/src/main/memory.c:2986) ==506021== by 0x536F18: Rf_allocVector (svn/R-devel/src/include/Rinlinedfuns.h:609) ==506021== by 0x536F18: R_alloc (svn/R-devel/src/main/memory.c:2332) ==506021== by 0x11A69CA6: C_axis (svn/R-devel/src/library/graphics/src/plot.c:993) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A69CAF: C_axis (svn/R-devel/src/library/graphics/src/plot.c:994) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A69CB5: C_axis (svn/R-devel/src/library/graphics/src/plot.c:994) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A69CC7: C_axis (svn/R-devel/src/library/graphics/src/plot.c:994) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A69CF3: C_axis (svn/R-devel/src/library/graphics/src/plot.c:994) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x59D485: rsort_with_index (svn/R-devel/src/main/sort.c:348) ==506021== by 0x11A69D14: C_axis (svn/R-devel/src/library/graphics/src/plot.c:995) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x59D4A5: rsort_with_index (svn/R-devel/src/main/sort.c:350) ==506021== by 0x11A69D14: C_axis (svn/R-devel/src/library/graphics/src/plot.c:995) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x59D56E: rcmp (svn/R-devel/src/main/sort.c:48) ==506021== by 0x59D56E: rsort_with_index (svn/R-devel/src/main/sort.c:353) ==506021== by 0x11A69D14: C_axis (svn/R-devel/src/library/graphics/src/plot.c:995) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x59D58B: rcmp (svn/R-devel/src/main/sort.c:51) ==506021== by 0x59D58B: rcmp (svn/R-devel/src/main/sort.c:45) ==506021== by 0x59D58B: rsort_with_index (svn/R-devel/src/main/sort.c:353) ==506021== by 0x11A69D14: C_axis (svn/R-devel/src/library/graphics/src/plot.c:995) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x59D515: rsort_with_index (svn/R-devel/src/main/sort.c:350) ==506021== by 0x11A69D14: C_axis (svn/R-devel/src/library/graphics/src/plot.c:995) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A69D1F: C_axis (svn/R-devel/src/library/graphics/src/plot.c:997) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A69D4F: C_axis (svn/R-devel/src/library/graphics/src/plot.c:998) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A69D5C: C_axis (svn/R-devel/src/library/graphics/src/plot.c:997) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A65781: GetAxisLimits (svn/R-devel/src/library/graphics/src/plot.c:605) ==506021== by 0x11A6A4A0: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1202) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A6579F: GetAxisLimits (svn/R-devel/src/library/graphics/src/plot.c:609) ==506021== by 0x11A6A4A0: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1202) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A657A9: GetAxisLimits (svn/R-devel/src/library/graphics/src/plot.c:609) ==506021== by 0x11A6A4A0: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1202) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A65823: GetAxisLimits (svn/R-devel/src/library/graphics/src/plot.c:613) ==506021== by 0x11A6A4A0: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1202) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A657D4: GetAxisLimits (svn/R-devel/src/library/graphics/src/plot.c:628) ==506021== by 0x11A6A4A0: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1202) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A657FC: GetAxisLimits (svn/R-devel/src/library/graphics/src/plot.c:629) ==506021== by 0x11A6A4A0: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1202) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x6018F4: Rf_fmax2 (svn/R-devel/src/nmath/fmax2.c:25) ==506021== by 0x11A6A4CA: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1204) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x601918: Rf_fmin2 (svn/R-devel/src/nmath/fmin2.c:25) ==506021== by 0x11A6A4E6: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1204) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x6018F4: Rf_fmax2 (svn/R-devel/src/nmath/fmax2.c:25) ==506021== by 0x11A6A529: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1205) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x601918: Rf_fmin2 (svn/R-devel/src/nmath/fmin2.c:25) ==506021== by 0x11A6A538: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1205) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A5A887: Rf_GLine (svn/R-devel/src/library/graphics/src/graphics.c:2593) ==506021== by 0x11A6ADD7: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1255) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A5A8AA: Rf_GLine (svn/R-devel/src/library/graphics/src/graphics.c:2593) ==506021== by 0x11A6ADD7: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1255) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4B2884: clipcode (svn/R-devel/src/main/engine.c:680) ==506021== by 0x4B2884: CSclipline.isra.0 (svn/R-devel/src/main/engine.c:697) ==506021== by 0x4B5973: clipLine (svn/R-devel/src/main/engine.c:768) ==506021== by 0x4B5973: GELine (svn/R-devel/src/main/engine.c:789) ==506021== by 0x11A5A8DE: Rf_GLine (svn/R-devel/src/library/graphics/src/graphics.c:2594) ==506021== by 0x11A6ADD7: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1255) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4B2BA8: clipcode (svn/R-devel/src/main/engine.c:682) ==506021== by 0x4B2BA8: CSclipline.isra.0 (svn/R-devel/src/main/engine.c:698) ==506021== by 0x4B5973: clipLine (svn/R-devel/src/main/engine.c:768) ==506021== by 0x4B5973: GELine (svn/R-devel/src/main/engine.c:789) ==506021== by 0x11A5A8DE: Rf_GLine (svn/R-devel/src/library/graphics/src/graphics.c:2594) ==506021== by 0x11A6ADD7: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1255) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4B2BB0: CSclipline.isra.0 (svn/R-devel/src/main/engine.c:699) ==506021== by 0x4B5973: clipLine (svn/R-devel/src/main/engine.c:768) ==506021== by 0x4B5973: GELine (svn/R-devel/src/main/engine.c:789) ==506021== by 0x11A5A8DE: Rf_GLine (svn/R-devel/src/library/graphics/src/graphics.c:2594) ==506021== by 0x11A6ADD7: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1255) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x519AE0: DATAPTR (svn/R-devel/src/include/Rinlinedfuns.h:141) ==506021== by 0x11A6AE44: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1261) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A6AE51: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1262) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A6AE5D: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1262) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A5A887: Rf_GLine (svn/R-devel/src/library/graphics/src/graphics.c:2593) ==506021== by 0x11A6AE91: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1264) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A5A8AA: Rf_GLine (svn/R-devel/src/library/graphics/src/graphics.c:2593) ==506021== by 0x11A6AE91: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1264) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A6A70A: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1305) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A6A776: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1317) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A6A7FA: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1326) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A6A80A: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1326) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x11A6A923: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1348) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== by 0x53C72E: Rf_usemethod (svn/R-devel/src/main/objects.c:523) ==506021== by 0x53C9C2: do_usemethod (svn/R-devel/src/main/objects.c:579) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x601918: Rf_fmin2 (svn/R-devel/src/nmath/fmin2.c:25) ==506021== by 0x4B8BE9: clipTextCode (svn/R-devel/src/main/engine.c:1626) ==506021== by 0x4B8BE9: clipText (svn/R-devel/src/main/engine.c:1651) ==506021== by 0x4B8BE9: GEText (svn/R-devel/src/main/engine.c:2020) ==506021== by 0x11A5B6FE: Rf_GText (svn/R-devel/src/library/graphics/src/graphics.c:3093) ==506021== by 0x11A6A994: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1349) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x601918: Rf_fmin2 (svn/R-devel/src/nmath/fmin2.c:25) ==506021== by 0x4B8C0F: clipTextCode (svn/R-devel/src/main/engine.c:1626) ==506021== by 0x4B8C0F: clipText (svn/R-devel/src/main/engine.c:1651) ==506021== by 0x4B8C0F: GEText (svn/R-devel/src/main/engine.c:2020) ==506021== by 0x11A5B6FE: Rf_GText (svn/R-devel/src/library/graphics/src/graphics.c:3093) ==506021== by 0x11A6A994: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1349) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x601918: Rf_fmin2 (svn/R-devel/src/nmath/fmin2.c:25) ==506021== by 0x4B8C19: clipTextCode (svn/R-devel/src/main/engine.c:1626) ==506021== by 0x4B8C19: clipText (svn/R-devel/src/main/engine.c:1651) ==506021== by 0x4B8C19: GEText (svn/R-devel/src/main/engine.c:2020) ==506021== by 0x11A5B6FE: Rf_GText (svn/R-devel/src/library/graphics/src/graphics.c:3093) ==506021== by 0x11A6A994: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1349) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x6018F4: Rf_fmax2 (svn/R-devel/src/nmath/fmax2.c:25) ==506021== by 0x4B8C2F: clipTextCode (svn/R-devel/src/main/engine.c:1627) ==506021== by 0x4B8C2F: clipText (svn/R-devel/src/main/engine.c:1651) ==506021== by 0x4B8C2F: GEText (svn/R-devel/src/main/engine.c:2020) ==506021== by 0x11A5B6FE: Rf_GText (svn/R-devel/src/library/graphics/src/graphics.c:3093) ==506021== by 0x11A6A994: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1349) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x6018F4: Rf_fmax2 (svn/R-devel/src/nmath/fmax2.c:25) ==506021== by 0x4B8C4D: clipTextCode (svn/R-devel/src/main/engine.c:1627) ==506021== by 0x4B8C4D: clipText (svn/R-devel/src/main/engine.c:1651) ==506021== by 0x4B8C4D: GEText (svn/R-devel/src/main/engine.c:2020) ==506021== by 0x11A5B6FE: Rf_GText (svn/R-devel/src/library/graphics/src/graphics.c:3093) ==506021== by 0x11A6A994: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1349) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x6018F4: Rf_fmax2 (svn/R-devel/src/nmath/fmax2.c:25) ==506021== by 0x4B8C58: clipTextCode (svn/R-devel/src/main/engine.c:1627) ==506021== by 0x4B8C58: clipText (svn/R-devel/src/main/engine.c:1651) ==506021== by 0x4B8C58: GEText (svn/R-devel/src/main/engine.c:2020) ==506021== by 0x11A5B6FE: Rf_GText (svn/R-devel/src/library/graphics/src/graphics.c:3093) ==506021== by 0x11A6A994: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1349) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4B44D2: clipRectCode (svn/R-devel/src/main/engine.c:1433) ==506021== by 0x4B8D18: clipTextCode (svn/R-devel/src/main/engine.c:1628) ==506021== by 0x4B8D18: clipText (svn/R-devel/src/main/engine.c:1651) ==506021== by 0x4B8D18: GEText (svn/R-devel/src/main/engine.c:2020) ==506021== by 0x11A5B6FE: Rf_GText (svn/R-devel/src/library/graphics/src/graphics.c:3093) ==506021== by 0x11A6A994: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1349) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4B44DC: clipRectCode (svn/R-devel/src/main/engine.c:1434) ==506021== by 0x4B8D18: clipTextCode (svn/R-devel/src/main/engine.c:1628) ==506021== by 0x4B8D18: clipText (svn/R-devel/src/main/engine.c:1651) ==506021== by 0x4B8D18: GEText (svn/R-devel/src/main/engine.c:2020) ==506021== by 0x11A5B6FE: Rf_GText (svn/R-devel/src/library/graphics/src/graphics.c:3093) ==506021== by 0x11A6A994: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1349) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4B4512: clipRectCode (svn/R-devel/src/main/engine.c:1436) ==506021== by 0x4B8D18: clipTextCode (svn/R-devel/src/main/engine.c:1628) ==506021== by 0x4B8D18: clipText (svn/R-devel/src/main/engine.c:1651) ==506021== by 0x4B8D18: GEText (svn/R-devel/src/main/engine.c:2020) ==506021== by 0x11A5B6FE: Rf_GText (svn/R-devel/src/library/graphics/src/graphics.c:3093) ==506021== by 0x11A6A994: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1349) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4B451C: clipRectCode (svn/R-devel/src/main/engine.c:1437) ==506021== by 0x4B8D18: clipTextCode (svn/R-devel/src/main/engine.c:1628) ==506021== by 0x4B8D18: clipText (svn/R-devel/src/main/engine.c:1651) ==506021== by 0x4B8D18: GEText (svn/R-devel/src/main/engine.c:2020) ==506021== by 0x11A5B6FE: Rf_GText (svn/R-devel/src/library/graphics/src/graphics.c:3093) ==506021== by 0x11A6A994: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1349) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4B4526: clipRectCode (svn/R-devel/src/main/engine.c:1437) ==506021== by 0x4B8D18: clipTextCode (svn/R-devel/src/main/engine.c:1628) ==506021== by 0x4B8D18: clipText (svn/R-devel/src/main/engine.c:1651) ==506021== by 0x4B8D18: GEText (svn/R-devel/src/main/engine.c:2020) ==506021== by 0x11A5B6FE: Rf_GText (svn/R-devel/src/library/graphics/src/graphics.c:3093) ==506021== by 0x11A6A994: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1349) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4B8D1C: clipText (svn/R-devel/src/main/engine.c:1653) ==506021== by 0x4B8D1C: GEText (svn/R-devel/src/main/engine.c:2020) ==506021== by 0x11A5B6FE: Rf_GText (svn/R-devel/src/library/graphics/src/graphics.c:3093) ==506021== by 0x11A6A994: C_axis (svn/R-devel/src/library/graphics/src/plot.c:1349) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== > > > ## Another example > crop <- wofost_crop("rapeseed_1001") > soil <- wofost_soil("soil_5") > contr$modelstart <- as.Date("1977-01-01") > > rp <- wofost(crop, w, soil, contr) ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x184D4699: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:316) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x184D352F: WofostModel::crop_states() (packages/tests-vg/Rwofost/src/cropsi.cpp:388) ==506021== by 0x184DF008: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:322) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x184D357B: WofostModel::crop_states() (packages/tests-vg/Rwofost/src/cropsi.cpp:398) ==506021== by 0x184DF008: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:322) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x184D4609: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:309) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x184D4668: WofostModel::crop_rates() (packages/tests-vg/Rwofost/src/cropsi.cpp:309) ==506021== by 0x184DEFF0: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:315) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x184D351F: WofostModel::crop_states() (packages/tests-vg/Rwofost/src/cropsi.cpp:387) ==506021== by 0x184DF008: WofostModel::run() (packages/tests-vg/Rwofost/src/wofost.cpp:322) ==506021== by 0x184E40E0: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:216) ==506021== by 0x18484BE3: _Rwofost_wofost (packages/tests-vg/Rwofost/src/RcppExports.cpp:23) ==506021== by 0x4A70B1: R_doDotCall (svn/R-devel/src/main/dotcode.c:763) ==506021== by 0x4A7623: do_dotcall (svn/R-devel/src/main/dotcode.c:1437) ==506021== by 0x4E328C: bcEval_loop (svn/R-devel/src/main/eval.c:8114) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F16B5: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x4F16B5: Rf_eval (svn/R-devel/src/main/eval.c:1280) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== > plot(rp[,"step"], rp[, "LAI"]) ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x5F13D0: R_pretty (svn/R-devel/src/appl/pretty.c:167) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== > > # yield > plot(rp[, 1], rp[,"WSO"]) ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4BF903A: UnknownInlinedFun (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_pow.c:194) ==506021== by 0x4BF903A: __ieee754_pow_sse2 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_pow.c:379) ==506021== by 0x4C07D0B: pow@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_pow_template.c:32) ==506021== by 0x5F135C: R_pretty (svn/R-devel/src/appl/pretty.c:159) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x4BF908D: UnknownInlinedFun (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_pow.c:237) ==506021== by 0x4BF908D: __ieee754_pow_sse2 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_pow.c:379) ==506021== by 0x4C07D0B: pow@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_pow_template.c:32) ==506021== by 0x5F135C: R_pretty (svn/R-devel/src/appl/pretty.c:159) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4BF90F1: UnknownInlinedFun (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_pow.c:244) ==506021== by 0x4BF90F1: __ieee754_pow_sse2 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/../sysdeps/ieee754/dbl-64/e_pow.c:379) ==506021== by 0x4C07D0B: pow@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_pow_template.c:32) ==506021== by 0x5F135C: R_pretty (svn/R-devel/src/appl/pretty.c:159) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C07D2D: pow@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_pow_template.c:33) ==506021== by 0x5F135C: R_pretty (svn/R-devel/src/appl/pretty.c:159) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C07D37: pow@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_pow_template.c:45) ==506021== by 0x5F135C: R_pretty (svn/R-devel/src/appl/pretty.c:159) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4C07D39: pow@@GLIBC_2.29 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/math/./w_pow_template.c:45) ==506021== by 0x5F135C: R_pretty (svn/R-devel/src/appl/pretty.c:159) ==506021== by 0x4B7D58: GEPretty (svn/R-devel/src/main/engine.c:2473) ==506021== by 0x509E8E: Rf_GAxisPars (svn/R-devel/src/main/graphics.c:77) ==506021== by 0x11A58EC6: Rf_GScale (svn/R-devel/src/library/graphics/src/graphics.c:2072) ==506021== by 0x11A685DF: C_plot_window (svn/R-devel/src/library/graphics/src/plot.c:579) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x4FADC9: scientific (svn/R-devel/src/main/format.c:417) ==506021== by 0x4FADC9: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x11A692A9: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:665) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x4FADD7: scientific (svn/R-devel/src/main/format.c:419) ==506021== by 0x4FADD7: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x11A692A9: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:665) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x4FADF3: scientific (svn/R-devel/src/main/format.c:419) ==506021== by 0x4FADF3: Rf_formatReal (svn/R-devel/src/main/format.c:453) ==506021== by 0x11A692A9: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:665) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7497) ==506021== by 0x4F1277: bcEval (svn/R-devel/src/main/eval.c:7482) ==506021== by 0x4F15AA: Rf_eval (svn/R-devel/src/main/eval.c:1167) ==506021== by 0x4F332D: R_execClosure (svn/R-devel/src/main/eval.c:2389) ==506021== by 0x4F3FE6: applyClosure_core (svn/R-devel/src/main/eval.c:2302) ==506021== by 0x4F49D8: Rf_applyClosure (svn/R-devel/src/main/eval.c:2324) ==506021== by 0x53C12B: dispatchMethod (svn/R-devel/src/main/objects.c:473) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x5541C20: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:407) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x11A6931C: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:668) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x554315F: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:430) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x11A6931C: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:668) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x554316E: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:430) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x11A6931C: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:668) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x554318B: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:452) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x11A6931C: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:668) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553B9CC: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:62) ==506021== by 0x55431AA: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:470) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x11A6931C: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:668) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553B9F1: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:73) ==506021== by 0x55431AA: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:470) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x11A6931C: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:668) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553B979: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:31) ==506021== by 0x55431CB: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:474) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x11A6931C: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:668) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553B9A0: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:45) ==506021== by 0x55431CB: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:474) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x11A6931C: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:668) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553B9CA: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:61) ==506021== by 0x55431CB: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:474) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x11A6931C: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:668) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553B9CC: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:62) ==506021== by 0x55431CB: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:474) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x11A6931C: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:668) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x553B9DD: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:67) ==506021== by 0x55431CB: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:474) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x11A6931C: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:668) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x553B9F1: __mpn_rshift (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdlib/../sysdeps/x86_64/rshift.S:73) ==506021== by 0x55431CB: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:474) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x11A6931C: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:668) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Use of uninitialised value of size 8 ==506021== at 0x55431E0: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:478) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x11A6931C: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:668) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== ==506021== Conditional jump or move depends on uninitialised value(s) ==506021== at 0x55431E6: __printf_fp_buffer_1.isra.0 (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:478) ==506021== by 0x5543B83: __printf_fp_l_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/printf_fp.c:1122) ==506021== by 0x5549071: __printf_fp_spec (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:266) ==506021== by 0x5549071: printf_positional (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1404) ==506021== by 0x554A029: __printf_buffer (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/vfprintf-internal.c:1041) ==506021== by 0x5570452: __vsnprintf_internal (/usr/src/debug/glibc-2.39-38.fc40.x86_64/libio/vsnprintf.c:96) ==506021== by 0x5546B85: snprintf (/usr/src/debug/glibc-2.39-38.fc40.x86_64/stdio-common/snprintf.c:31) ==506021== by 0x568E6A: Rf_EncodeReal0 (svn/R-devel/src/main/printutils.c:226) ==506021== by 0x11A6931C: Rf_labelformat (svn/R-devel/src/library/graphics/src/plot.c:668) ==506021== by 0x11A6AC97: C_axis (svn/R-devel/src/library/graphics/src/plot.c:974) ==506021== by 0x4A546D: do_External (svn/R-devel/src/main/dotcode.c:576) ==506021== by 0x4A7872: do_Externalgr (svn/R-devel/src/main/dotcode.c:1511) ==506021== by 0x4EB8D1: bcEval_loop (svn/R-devel/src/main/eval.c:8049) ==506021== Uninitialised value was created by a stack allocation ==506021== at 0x184E0B7F: wofost(Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::DataFrame_Impl, Rcpp::Vector<19, Rcpp::PreserveStorage>, Rcpp::Vector<19, Rcpp::PreserveStorage>) (packages/tests-vg/Rwofost/src/wofost_R_interface.cpp:16) ==506021== > > > ## water limited > contr$water_limited <- TRUE > contr$modelstart <- as.Date("1985-01-01") > > crop <- wofost_crop("maize_1") > f <- system.file("extdata/Philippines_IRRI.csv", package="meteor") > wth <- read.csv(f) > wth$date <- as.Date(wth$date) > contr$elevation <- 21 > contr$latitude <- 14.18 > > ma <- wofost(crop, wth, soil, contr) > plot(ma[,"step"], ma[, "LAI"]) > > > > > cleanEx() > nameEx("wofost_control") > ### * wofost_control > > flush(stderr()); flush(stdout()) > > ### Name: wofost_control > ### Title: WOFOST control parameters > ### Aliases: wofost_control > > ### ** Examples > > contr <- wofost_control() > str(contr) List of 10 $ modelstart : Date[1:1], format: "2012-02-06" ..- attr(*, "names")="value" $ latitude : num 30 $ elevation : num 150 $ CO2 : num 360 $ cropstart : num 0 $ water_limited: num 0 $ watlim_oxygen: num 0 $ start_sowing : num 0 $ max_duration : num 365 $ stop_maturity: num 1 > > > > cleanEx() > nameEx("wofost_crop") > ### * wofost_crop > > flush(stderr()); flush(stdout()) > > ### Name: wofost_crop > ### Title: WOFOST crop parameters > ### Aliases: wofost_crop > > ### ** Examples > > wofost_crop('') [1] "barley, cassava, chickpea, cotton, cowpea\nfababean, groundnut, maize_1, maize_2, maize_201\nmaize_202, maize_203, maize_204, maize_205, maize_fra\nmaize_spa, millet, mungbean, pigeopea, potato_701\npotato_702, potato_703, potato_704, rapeseed_1001, rapeseed_1002\nrapeseed_1003, rapeseed_1004, rice_501, rice_hybds, rice_hybws\nrice_ir64d, rice_ir72, rice_ir72d, rice_ir72w, rice_ir8a\nsorghum, soybean, soybean_901, soybean_902, soybean_903\nsoybean_904, soybean_905, soybean_906, sugarbeet_601, sugarbeet_602\nsugarbeet_603, sugarbeet_604, sugarcane, sunflower_1101, sunflower_fra\nsunflower_spa, sweetpotato, tobacco, wheat_fra, wheat_spa\nwinterwheat_101, winterwheat_102, winterwheat_104, winterwheat_105, winterwheat_106\nwinterwheat_107 " > crop <- wofost_crop('barley') > str(crop) List of 48 $ TBASEM : num 0 $ TEFFMX : num 30 $ TSUMEM : num 110 $ IDSL : num 0 $ DLO : num -99 $ DLC : num -99 $ TSUM1 : num 800 $ TSUM2 : num 750 $ DTSMTB : num [1:2, 1:3] 0 0 35 35 45 35 $ TDWI : num 60 $ LAIEM : num 0.274 $ RGRLAI : num 0.0075 $ SLATB : num [1:2, 1:5] 0 0.002 0.3 0.0035 0.9 0.0025 1.45 0.0022 2 0.0022 $ SPA : num 0 $ SSATB : num [1:2, 1:2] 0 0 2 0 $ SPAN : num 25 $ TBASE : num 0 $ KDIFTB : num [1:2, 1:2] 0 0.44 2 0.44 $ EFFTB : num [1:2, 1:2] 0 0.4 40 0.4 $ AMAXTB : num [1:2, 1:3] 0 35 1.2 35 2 5 $ TMPFTB : num [1:2, 1:4] 0 0 10 1 30 1 35 0 $ TMNFTB : num [1:2, 1:2] 0 0 3 1 $ CVL : num 0.72 $ CVO : num 0.74 $ CVR : num 0.72 $ CVS : num 0.69 $ Q10 : num 2 $ RML : num 0.03 $ RMO : num 0.01 $ RMR : num 0.01 $ RMS : num 0.015 $ RFSETB : num [1:2, 1:2] 0 1 2 1 $ FRTB : num [1:2, 1:4] 0 0.6 0.4 0.55 1 0 2 0 $ FLTB : num [1:2, 1:6] 0 1 0.33 1 0.8 0.4 1 0.1 1.01 0 ... $ FSTB : num [1:2, 1:6] 0 0 0.33 0 0.8 0.6 1 0.9 1.01 0.15 ... $ FOTB : num [1:2, 1:5] 0 0 0.8 0 1 0 1.01 0.85 2 1 $ PERDL : num 0.03 $ RDRRTB : num [1:2, 1:4] 0 0 1.5 0 1.5 ... $ RDRSTB : num [1:2, 1:4] 0 0 1.5 0 1.5 ... $ CFET : num 1 $ DEPNR : num 4.5 $ IAIRDU : num 0 $ RDI : num 10 $ RRI : num 2 $ RDMCR : num 125 $ CO2AMAXTB: num [1:2, 1:5] 40 0 360 1 720 1.35 1000 1.5 2000 1.5 $ CO2EFFTB : num [1:2, 1:5] 40 0 360 1 720 1.11 1000 1.11 2000 1.11 $ CO2TRATB : num [1:2, 1:5] 40 0 360 1 720 0.9 1000 0.9 2000 0.9 > > > > cleanEx() > nameEx("wofost_model") > ### * wofost_model > > flush(stderr()); flush(stdout()) > > ### Name: wofost_model > ### Title: WOFOST crop growth model > ### Aliases: wofost_model run crop<- soil<- control<- weather<- force<- > ### crop<-,Rcpp_WofostModel,list-method > ### soil<-,Rcpp_WofostModel,list-method > ### control<-,Rcpp_WofostModel,list-method > ### weather<-,Rcpp_WofostModel,data.frame-method > ### force<-,Rcpp_WofostModel,data.frame-method > ### run,Rcpp_WofostModel-method > > ### ** Examples > > > # weather data > f <- system.file("extdata/Netherlands_Swifterbant.csv", package="meteor") > w <- read.csv(f) > w$date <- as.Date(w$date) > > crop <- wofost_crop("barley") > soil <- wofost_soil("ec1") > contr <- wofost_control() > > contr$modelstart <- as.Date("1980-02-06") > contr$latitude=52.57 > contr$elevation=50 > > # create model > m <- wofost_model(crop, w, soil, contr) > > # run model > x <- run(m) > plot(x[,"date"], x[, "LAI"], cex=.5) > > # make a change > m$control$modelstart = as.Date("1980-02-20") > > # run model again > y <- run(m) > lines(y[,"date"], y[, "LAI"], col="red") > > # change the crop > crop(m) <- wofost_crop("potato_704") > p <- run(m) > lines(p[,"date"], p[, "LAI"], col="blue") > > > > cleanEx() > nameEx("wofost_soil") > ### * wofost_soil > > flush(stderr()); flush(stdout()) > > ### Name: wofost_soil > ### Title: WOFOST soil parameters > ### Aliases: wofost_soil > > ### ** Examples > > wofost_soil('') [1] "ec1, ec2, ec3, ec4, ec5\nec6, m01, m02, m03, m04\nm05, soil_5, spg002, spg003, spg004\nspg005, spg006, spg007, sr1, sr2\nsr3, sr4 , " > soil <- wofost_soil('ec1') > str(soil) List of 20 $ SMTAB : num [1:2, 1:10] -1 0.39 1 0.38 1.3 ... $ SMW : num 0.04 $ SMFCF : num 0.11 $ SM0 : num 0.39 $ CRAIRC: num 0.09 $ CONTAB: num [1:2, 1:13] 0 2 1 1.38 1.3 ... $ K0 : num 99.8 $ SOPE : num 12.5 $ KSUB : num 24 $ SSMAX : num 0 $ IZT : num 0 $ IFUNRN: num 0 $ IDRAIN: num 0 $ WAV : num 25 $ ZTI : num 100 $ DD : num 0 $ RDMSOL: num 110 $ NOTINF: num 0 $ SSI : num 0 $ SMLIM : num 0.4 > > > > ### *