R Under development (unstable) (2021-05-17 r80307) -- "Unsuffered Consequences" Copyright (C) 2021 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) 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 <- "freetypeharfbuzz" > source(file.path(R.home("share"), "R", "examples-header.R")) > options(warn = 1) > library('freetypeharfbuzz') > > base::assign(".oldSearch", base::search(), pos = 'CheckExEnv') > base::assign(".old_wd", base::getwd(), pos = 'CheckExEnv') > cleanEx() > nameEx("font_info") > ### * font_info > > flush(stderr()); flush(stdout()) > > ### Name: font_info > ### Title: Font metrics > ### Aliases: font_info str_info str_width > > ### ** Examples > > file <- fontquiver::font("Liberation", "serif", "bold")$ttf > font_info(font_size = 13, font_file = file) ascent descent linegap 12 3 0 > > str_width("foobar", font_size = 13) hb-open-type-private.hh:958:23: runtime error: index 2 out of bounds for type 'TableRecord [1]' #0 0x7f187a4f5592 in int OT::ArrayOf::lsearch(OT::Tag const&) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:958 #1 0x7f187a4f5592 in OT::OffsetTable::find_table_index(unsigned int, unsigned int*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-file-private.hh:116 #2 0x7f187a4f5592 in OT::OffsetTable::get_table_by_tag(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-file-private.hh:124 #3 0x7f187a4f5592 in _hb_face_for_data_reference_table /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-face.cc:140 #4 0x7f187a4f5592 in _hb_face_for_data_reference_table /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-face.cc:130 #5 0x7f187a586597 in hb_face_t::reference_table(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-face-private.hh:76 #6 0x7f187a586597 in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:61 #7 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #8 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #9 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #10 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #11 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #12 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #13 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #14 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #15 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #16 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #17 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #18 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #19 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #20 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #21 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #22 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #23 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #24 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #25 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #26 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #27 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #28 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:958:23: runtime error: index 2 out of bounds for type 'TableRecord [1]' #0 0x7f187a4f569c in int OT::ArrayOf::lsearch(OT::Tag const&) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:958 #1 0x7f187a4f569c in OT::OffsetTable::find_table_index(unsigned int, unsigned int*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-file-private.hh:116 #2 0x7f187a4f569c in OT::OffsetTable::get_table_by_tag(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-file-private.hh:124 #3 0x7f187a4f569c in _hb_face_for_data_reference_table /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-face.cc:140 #4 0x7f187a4f569c in _hb_face_for_data_reference_table /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-face.cc:130 #5 0x7f187a586597 in hb_face_t::reference_table(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-face-private.hh:76 #6 0x7f187a586597 in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:61 #7 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #8 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #9 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #10 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #11 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #12 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #13 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #14 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #15 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #16 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #17 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #18 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #19 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #20 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #21 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #22 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #23 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #24 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #25 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #26 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #27 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #28 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:884:17: runtime error: index 3 out of bounds for type 'TableRecord [1]' #0 0x7f187a4f5a73 in OT::ArrayOf::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:884 #1 0x7f187a4f5a73 in OT::OffsetTable::get_table(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-file-private.hh:90 #2 0x7f187a4f5a73 in OT::OffsetTable::get_table_by_tag(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-file-private.hh:125 #3 0x7f187a4f5a73 in _hb_face_for_data_reference_table /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-face.cc:140 #4 0x7f187a4f5a73 in _hb_face_for_data_reference_table /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-face.cc:130 #5 0x7f187a586597 in hb_face_t::reference_table(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-face-private.hh:76 #6 0x7f187a586597 in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:61 #7 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #8 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #9 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #10 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #11 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #12 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #13 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #14 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #15 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #16 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #17 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #18 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #19 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #20 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #21 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #22 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #23 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #24 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #25 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #26 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #27 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #28 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:884:17: runtime error: index 3 out of bounds for type 'TableRecord [1]' #0 0x7f187a4f5bbf in OT::ArrayOf::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:884 #1 0x7f187a4f5bbf in OT::OffsetTable::get_table(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-file-private.hh:90 #2 0x7f187a4f5bbf in OT::OffsetTable::get_table_by_tag(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-file-private.hh:125 #3 0x7f187a4f5bbf in _hb_face_for_data_reference_table /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-face.cc:140 #4 0x7f187a4f5bbf in _hb_face_for_data_reference_table /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-face.cc:130 #5 0x7f187a586597 in hb_face_t::reference_table(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-face-private.hh:76 #6 0x7f187a586597 in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:61 #7 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #8 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #9 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #10 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #11 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #12 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #13 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #14 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #15 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #16 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #17 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #18 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #19 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #20 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #21 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #22 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #23 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #24 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #25 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #26 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #27 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #28 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:937:11: runtime error: index 2 out of bounds for type 'Record [1]' #0 0x7f187a67e6ee in OT::ArrayOf, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #1 0x7f187a684949 in OT::RecordListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:136 #2 0x7f187a684949 in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #3 0x7f187a684949 in OT::GSUBGPOS::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:2344 #4 0x7f187a5867d7 in OT::GSUB::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1305 #5 0x7f187a5867d7 in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #6 0x7f187a5867d7 in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:61 #7 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #8 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #9 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #10 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #11 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #12 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #13 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #14 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #15 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #16 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #17 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #18 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #19 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #20 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #21 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #22 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #23 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #24 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #25 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #26 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #27 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #28 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:937:11: runtime error: index 2 out of bounds for type 'Record [1]' #0 0x7f187a67e80c in OT::ArrayOf, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #1 0x7f187a684949 in OT::RecordListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:136 #2 0x7f187a684949 in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #3 0x7f187a684949 in OT::GSUBGPOS::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:2344 #4 0x7f187a5867d7 in OT::GSUB::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1305 #5 0x7f187a5867d7 in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #6 0x7f187a5867d7 in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:61 #7 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #8 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #9 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #10 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #11 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #12 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #13 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #14 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #15 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #16 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #17 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #18 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #19 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #20 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #21 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #22 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #23 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #24 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #25 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #26 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #27 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #28 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:937:11: runtime error: index 2 out of bounds for type 'Record [1]' #0 0x7f187a682960 in OT::ArrayOf, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #1 0x7f187a684b32 in OT::RecordListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:136 #2 0x7f187a684b32 in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #3 0x7f187a684b32 in OT::GSUBGPOS::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:2344 #4 0x7f187a5867d7 in OT::GSUB::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1305 #5 0x7f187a5867d7 in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #6 0x7f187a5867d7 in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:61 #7 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #8 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #9 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #10 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #11 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #12 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #13 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #14 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #15 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #16 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #17 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #18 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #19 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #20 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #21 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #22 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #23 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #24 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #25 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #26 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #27 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #28 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:937:11: runtime error: index 2 out of bounds for type 'Record [1]' #0 0x7f187a682a37 in OT::ArrayOf, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #1 0x7f187a684b32 in OT::RecordListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:136 #2 0x7f187a684b32 in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #3 0x7f187a684b32 in OT::GSUBGPOS::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:2344 #4 0x7f187a5867d7 in OT::GSUB::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1305 #5 0x7f187a5867d7 in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #6 0x7f187a5867d7 in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:61 #7 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #8 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #9 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #10 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #11 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #12 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #13 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #14 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #15 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #16 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #17 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #18 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #19 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #20 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #21 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #22 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #23 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #24 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #25 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #26 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #27 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #28 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:937:11: runtime error: index 2 out of bounds for type 'OffsetTo [1]' #0 0x7f187a65ad7a in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #1 0x7f187a65ad7a in OT::OffsetListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:1000 #2 0x7f187a65ad7a in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #3 0x7f187a684b9b in OT::GSUBGPOS::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:2344 #4 0x7f187a5867d7 in OT::GSUB::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1305 #5 0x7f187a5867d7 in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #6 0x7f187a5867d7 in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:61 #7 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #8 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #9 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #10 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #11 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #12 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #13 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #14 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #15 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #16 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #17 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #18 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #19 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #20 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #21 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #22 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #23 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #24 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #25 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #26 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #27 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #28 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:937:11: runtime error: index 2 out of bounds for type 'OffsetTo [1]' #0 0x7f187a65ae7c in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #1 0x7f187a65ae7c in OT::OffsetListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:1000 #2 0x7f187a65ae7c in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #3 0x7f187a684b9b in OT::GSUBGPOS::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:2344 #4 0x7f187a5867d7 in OT::GSUB::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1305 #5 0x7f187a5867d7 in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #6 0x7f187a5867d7 in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:61 #7 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #8 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #9 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #10 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #11 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #12 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #13 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #14 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #15 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #16 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #17 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #18 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #19 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #20 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #21 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #22 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #23 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #24 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #25 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #26 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #27 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #28 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:937:11: runtime error: index 2 out of bounds for type 'OffsetTo [1]' #0 0x7f187a6a6b65 in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #1 0x7f187a586b15 in OT::OffsetListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:1000 #2 0x7f187a586b15 in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #3 0x7f187a586b15 in OT::GSUB::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1307 #4 0x7f187a586b15 in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #5 0x7f187a586b15 in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:61 #6 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #7 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #8 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #9 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #10 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #11 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #12 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #13 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #14 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #15 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #16 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #17 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #18 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #19 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #20 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #21 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #22 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #23 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #24 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #25 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #26 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #27 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:937:11: runtime error: index 2 out of bounds for type 'OffsetTo [1]' #0 0x7f187a6a6b23 in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #1 0x7f187a586b15 in OT::OffsetListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:1000 #2 0x7f187a586b15 in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #3 0x7f187a586b15 in OT::GSUB::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1307 #4 0x7f187a586b15 in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #5 0x7f187a586b15 in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:61 #6 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #7 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #8 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #9 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #10 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #11 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #12 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #13 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #14 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #15 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #16 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #17 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #18 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #19 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #20 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #21 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #22 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #23 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #24 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #25 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #26 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #27 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:937:11: runtime error: index 2 out of bounds for type 'OffsetTo [1]' #0 0x7f187a6a4009 in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #1 0x7f187a6a4009 in OT::LigatureSubstFormat1::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:861 #2 0x7f187a6a4009 in bool OT::hb_sanitize_context_t::dispatch(OT::LigatureSubstFormat1 const&) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:214 #3 0x7f187a6a4009 in OT::hb_sanitize_context_t::return_t OT::LigatureSubst::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:908 #4 0x7f187a6a4009 in OT::hb_sanitize_context_t::return_t OT::SubstLookupSubTable::dispatch(OT::hb_sanitize_context_t*, unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1111 #5 0x7f187a6a591b in OT::hb_sanitize_context_t::return_t OT::Lookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:624 #6 0x7f187a6a591b in OT::hb_sanitize_context_t::return_t OT::SubstLookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1263 #7 0x7f187a6a591b in OT::SubstLookup::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1269 #8 0x7f187a6a591b in OT::OffsetTo >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #9 0x7f187a6a591b in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #10 0x7f187a586b15 in OT::OffsetListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:1000 #11 0x7f187a586b15 in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #12 0x7f187a586b15 in OT::GSUB::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1307 #13 0x7f187a586b15 in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #14 0x7f187a586b15 in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:61 #15 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #16 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #17 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #18 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #19 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #20 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #21 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #22 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #23 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #24 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #25 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #26 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #27 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #28 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #29 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #30 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #31 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #32 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #33 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #34 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #35 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #36 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:937:11: runtime error: index 2 out of bounds for type 'OffsetTo [1]' #0 0x7f187a6a4104 in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #1 0x7f187a6a4104 in OT::LigatureSubstFormat1::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:861 #2 0x7f187a6a4104 in bool OT::hb_sanitize_context_t::dispatch(OT::LigatureSubstFormat1 const&) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:214 #3 0x7f187a6a4104 in OT::hb_sanitize_context_t::return_t OT::LigatureSubst::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:908 #4 0x7f187a6a4104 in OT::hb_sanitize_context_t::return_t OT::SubstLookupSubTable::dispatch(OT::hb_sanitize_context_t*, unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1111 #5 0x7f187a6a591b in OT::hb_sanitize_context_t::return_t OT::Lookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:624 #6 0x7f187a6a591b in OT::hb_sanitize_context_t::return_t OT::SubstLookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1263 #7 0x7f187a6a591b in OT::SubstLookup::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1269 #8 0x7f187a6a591b in OT::OffsetTo >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #9 0x7f187a6a591b in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #10 0x7f187a586b15 in OT::OffsetListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:1000 #11 0x7f187a586b15 in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #12 0x7f187a586b15 in OT::GSUB::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1307 #13 0x7f187a586b15 in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #14 0x7f187a586b15 in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:61 #15 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #16 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #17 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #18 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #19 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #20 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #21 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #22 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #23 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #24 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #25 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #26 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #27 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #28 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #29 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #30 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #31 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #32 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #33 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #34 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #35 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #36 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:937:11: runtime error: index 2 out of bounds for type 'OffsetTo [1]' #0 0x7f187a664dc8 in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #1 0x7f187a6a2733 in OT::LigatureSet::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:768 #2 0x7f187a6a2733 in OT::OffsetTo >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #3 0x7f187a6a2733 in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #4 0x7f187a6a2733 in OT::LigatureSubstFormat1::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:861 #5 0x7f187a6a2733 in bool OT::hb_sanitize_context_t::dispatch(OT::LigatureSubstFormat1 const&) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:214 #6 0x7f187a6a2733 in OT::hb_sanitize_context_t::return_t OT::LigatureSubst::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:908 #7 0x7f187a6a2733 in OT::hb_sanitize_context_t::return_t OT::SubstLookupSubTable::dispatch(OT::hb_sanitize_context_t*, unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1111 #8 0x7f187a6a591b in OT::hb_sanitize_context_t::return_t OT::Lookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:624 #9 0x7f187a6a591b in OT::hb_sanitize_context_t::return_t OT::SubstLookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1263 #10 0x7f187a6a591b in OT::SubstLookup::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1269 #11 0x7f187a6a591b in OT::OffsetTo >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #12 0x7f187a6a591b in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #13 0x7f187a586b15 in OT::OffsetListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:1000 #14 0x7f187a586b15 in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #15 0x7f187a586b15 in OT::GSUB::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1307 #16 0x7f187a586b15 in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #17 0x7f187a586b15 in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:61 #18 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #19 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #20 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #21 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #22 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #23 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #24 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #25 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #26 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #27 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #28 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #29 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #30 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #31 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #32 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #33 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #34 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #35 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #36 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #37 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #38 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #39 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:937:11: runtime error: index 2 out of bounds for type 'OffsetTo [1]' #0 0x7f187a664e94 in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #1 0x7f187a6a2733 in OT::LigatureSet::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:768 #2 0x7f187a6a2733 in OT::OffsetTo >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #3 0x7f187a6a2733 in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #4 0x7f187a6a2733 in OT::LigatureSubstFormat1::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:861 #5 0x7f187a6a2733 in bool OT::hb_sanitize_context_t::dispatch(OT::LigatureSubstFormat1 const&) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:214 #6 0x7f187a6a2733 in OT::hb_sanitize_context_t::return_t OT::LigatureSubst::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:908 #7 0x7f187a6a2733 in OT::hb_sanitize_context_t::return_t OT::SubstLookupSubTable::dispatch(OT::hb_sanitize_context_t*, unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1111 #8 0x7f187a6a591b in OT::hb_sanitize_context_t::return_t OT::Lookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:624 #9 0x7f187a6a591b in OT::hb_sanitize_context_t::return_t OT::SubstLookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1263 #10 0x7f187a6a591b in OT::SubstLookup::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1269 #11 0x7f187a6a591b in OT::OffsetTo >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #12 0x7f187a6a591b in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #13 0x7f187a586b15 in OT::OffsetListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:1000 #14 0x7f187a586b15 in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #15 0x7f187a586b15 in OT::GSUB::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1307 #16 0x7f187a586b15 in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #17 0x7f187a586b15 in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:61 #18 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #19 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #20 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #21 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #22 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #23 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #24 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #25 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #26 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #27 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #28 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #29 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #30 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #31 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #32 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #33 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #34 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #35 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #36 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #37 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #38 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #39 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-ot-layout-gpos-table.hh:670:5: runtime error: index 2 out of bounds for type 'IntType [1]' #0 0x7f187a66bdf5 in OT::PairSet::sanitize(OT::hb_sanitize_context_t*, OT::PairSet::sanitize_closure_t const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:670 #1 0x7f187a66bdf5 in bool OT::OffsetTo >::sanitize(OT::hb_sanitize_context_t*, void const*, OT::PairSet::sanitize_closure_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:845 #2 0x7f187a66bdf5 in bool OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*, OT::PairSet::sanitize_closure_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:948 #3 0x7f187a6acb52 in OT::PairPosFormat1::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:727 #4 0x7f187a6acb52 in bool OT::hb_sanitize_context_t::dispatch(OT::PairPosFormat1 const&) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:214 #5 0x7f187a6acb52 in OT::hb_sanitize_context_t::return_t OT::PairPos::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:849 #6 0x7f187a6acb52 in OT::hb_sanitize_context_t::return_t OT::PosLookupSubTable::dispatch(OT::hb_sanitize_context_t*, unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1421 #7 0x7f187a6afc9d in OT::hb_sanitize_context_t::return_t OT::Lookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:624 #8 0x7f187a6afc9d in OT::hb_sanitize_context_t::return_t OT::PosLookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1487 #9 0x7f187a6afc9d in OT::PosLookup::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1493 #10 0x7f187a6afc9d in OT::OffsetTo >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #11 0x7f187a6afc9d in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #12 0x7f187a587d7d in OT::OffsetListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:1000 #13 0x7f187a587d7d in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #14 0x7f187a587d7d in OT::GPOS::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1519 #15 0x7f187a587d7d in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #16 0x7f187a587d7d in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:64 #17 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #18 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #19 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #20 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #21 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #22 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #23 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #24 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #25 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #26 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #27 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #28 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #29 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #30 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #31 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #32 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #33 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #34 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #35 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #36 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #37 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #38 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:948:11: runtime error: index 2 out of bounds for type 'OffsetTo [1]' #0 0x7f187a66b05a in bool OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*, OT::PairSet::sanitize_closure_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:948 #1 0x7f187a6acb52 in OT::PairPosFormat1::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:727 #2 0x7f187a6acb52 in bool OT::hb_sanitize_context_t::dispatch(OT::PairPosFormat1 const&) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:214 #3 0x7f187a6acb52 in OT::hb_sanitize_context_t::return_t OT::PairPos::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:849 #4 0x7f187a6acb52 in OT::hb_sanitize_context_t::return_t OT::PosLookupSubTable::dispatch(OT::hb_sanitize_context_t*, unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1421 #5 0x7f187a6afc9d in OT::hb_sanitize_context_t::return_t OT::Lookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:624 #6 0x7f187a6afc9d in OT::hb_sanitize_context_t::return_t OT::PosLookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1487 #7 0x7f187a6afc9d in OT::PosLookup::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1493 #8 0x7f187a6afc9d in OT::OffsetTo >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #9 0x7f187a6afc9d in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #10 0x7f187a587d7d in OT::OffsetListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:1000 #11 0x7f187a587d7d in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #12 0x7f187a587d7d in OT::GPOS::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1519 #13 0x7f187a587d7d in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #14 0x7f187a587d7d in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:64 #15 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #16 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #17 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #18 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #19 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #20 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #21 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #22 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #23 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #24 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #25 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #26 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #27 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #28 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #29 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #30 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #31 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #32 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #33 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #34 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #35 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #36 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:948:11: runtime error: index 2 out of bounds for type 'OffsetTo [1]' #0 0x7f187a66b1c2 in bool OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*, OT::PairSet::sanitize_closure_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:948 #1 0x7f187a6acb52 in OT::PairPosFormat1::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:727 #2 0x7f187a6acb52 in bool OT::hb_sanitize_context_t::dispatch(OT::PairPosFormat1 const&) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:214 #3 0x7f187a6acb52 in OT::hb_sanitize_context_t::return_t OT::PairPos::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:849 #4 0x7f187a6acb52 in OT::hb_sanitize_context_t::return_t OT::PosLookupSubTable::dispatch(OT::hb_sanitize_context_t*, unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1421 #5 0x7f187a6afc9d in OT::hb_sanitize_context_t::return_t OT::Lookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:624 #6 0x7f187a6afc9d in OT::hb_sanitize_context_t::return_t OT::PosLookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1487 #7 0x7f187a6afc9d in OT::PosLookup::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1493 #8 0x7f187a6afc9d in OT::OffsetTo >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #9 0x7f187a6afc9d in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #10 0x7f187a587d7d in OT::OffsetListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:1000 #11 0x7f187a587d7d in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #12 0x7f187a587d7d in OT::GPOS::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1519 #13 0x7f187a587d7d in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #14 0x7f187a587d7d in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:64 #15 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #16 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #17 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #18 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #19 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #20 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #21 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #22 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #23 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #24 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #25 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #26 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #27 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #28 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #29 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #30 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #31 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #32 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #33 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #34 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #35 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #36 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-ot-layout-gpos-table.hh:381:21: runtime error: index 2 out of bounds for type 'OffsetTo [1]' #0 0x7f187a6704d1 in OT::AnchorMatrix::sanitize(OT::hb_sanitize_context_t*, unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:381 #1 0x7f187a6704d1 in bool OT::OffsetTo >::sanitize(OT::hb_sanitize_context_t*, void const*, unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:845 #2 0x7f187a6abe4d in OT::MarkMarkPosFormat1::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1333 #3 0x7f187a6abe4d in bool OT::hb_sanitize_context_t::dispatch(OT::MarkMarkPosFormat1 const&) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:214 #4 0x7f187a6abe4d in OT::hb_sanitize_context_t::return_t OT::MarkMarkPos::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1369 #5 0x7f187a6abe4d in OT::hb_sanitize_context_t::return_t OT::PosLookupSubTable::dispatch(OT::hb_sanitize_context_t*, unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1425 #6 0x7f187a6afc9d in OT::hb_sanitize_context_t::return_t OT::Lookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:624 #7 0x7f187a6afc9d in OT::hb_sanitize_context_t::return_t OT::PosLookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1487 #8 0x7f187a6afc9d in OT::PosLookup::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1493 #9 0x7f187a6afc9d in OT::OffsetTo >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #10 0x7f187a6afc9d in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #11 0x7f187a587d7d in OT::OffsetListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:1000 #12 0x7f187a587d7d in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #13 0x7f187a587d7d in OT::GPOS::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1519 #14 0x7f187a587d7d in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #15 0x7f187a587d7d in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:64 #16 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #17 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #18 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #19 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #20 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #21 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #22 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #23 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #24 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #25 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #26 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #27 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #28 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #29 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #30 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #31 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #32 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #33 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #34 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #35 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #36 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #37 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-ot-layout-gpos-table.hh:381:21: runtime error: index 2 out of bounds for type 'OffsetTo [1]' #0 0x7f187a67044d in OT::AnchorMatrix::sanitize(OT::hb_sanitize_context_t*, unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:381 #1 0x7f187a67044d in bool OT::OffsetTo >::sanitize(OT::hb_sanitize_context_t*, void const*, unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:845 #2 0x7f187a6abe4d in OT::MarkMarkPosFormat1::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1333 #3 0x7f187a6abe4d in bool OT::hb_sanitize_context_t::dispatch(OT::MarkMarkPosFormat1 const&) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:214 #4 0x7f187a6abe4d in OT::hb_sanitize_context_t::return_t OT::MarkMarkPos::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1369 #5 0x7f187a6abe4d in OT::hb_sanitize_context_t::return_t OT::PosLookupSubTable::dispatch(OT::hb_sanitize_context_t*, unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1425 #6 0x7f187a6afc9d in OT::hb_sanitize_context_t::return_t OT::Lookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:624 #7 0x7f187a6afc9d in OT::hb_sanitize_context_t::return_t OT::PosLookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1487 #8 0x7f187a6afc9d in OT::PosLookup::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1493 #9 0x7f187a6afc9d in OT::OffsetTo >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #10 0x7f187a6afc9d in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #11 0x7f187a587d7d in OT::OffsetListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:1000 #12 0x7f187a587d7d in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #13 0x7f187a587d7d in OT::GPOS::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1519 #14 0x7f187a587d7d in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #15 0x7f187a587d7d in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:64 #16 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #17 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #18 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #19 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #20 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #21 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #22 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #23 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #24 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #25 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #26 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #27 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #28 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #29 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #30 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #31 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #32 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #33 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #34 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #35 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #36 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #37 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:937:11: runtime error: index 2 out of bounds for type 'OffsetTo [1]' #0 0x7f187a6b0e18 in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #1 0x7f187a587d7d in OT::OffsetListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:1000 #2 0x7f187a587d7d in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #3 0x7f187a587d7d in OT::GPOS::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1519 #4 0x7f187a587d7d in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #5 0x7f187a587d7d in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:64 #6 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #7 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #8 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #9 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #10 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #11 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #12 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #13 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #14 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #15 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #16 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #17 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #18 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #19 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #20 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #21 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #22 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #23 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #24 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #25 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #26 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #27 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:937:11: runtime error: index 2 out of bounds for type 'OffsetTo [1]' #0 0x7f187a6b0dd6 in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #1 0x7f187a587d7d in OT::OffsetListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:1000 #2 0x7f187a587d7d in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #3 0x7f187a587d7d in OT::GPOS::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1519 #4 0x7f187a587d7d in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #5 0x7f187a587d7d in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:64 #6 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #7 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #8 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #9 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #10 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #11 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #12 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #13 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #14 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #15 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #16 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #17 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #18 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #19 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #20 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #21 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #22 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #23 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #24 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #25 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #26 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #27 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:937:11: runtime error: index 2 out of bounds for type 'MarkRecord [1]' #0 0x7f187a66e50f in OT::ArrayOf >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #1 0x7f187a66e50f in OT::MarkArray::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:453 #2 0x7f187a66e50f in OT::OffsetTo >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #3 0x7f187a6abda6 in OT::MarkBasePosFormat1::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1102 #4 0x7f187a6abda6 in bool OT::hb_sanitize_context_t::dispatch(OT::MarkBasePosFormat1 const&) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:214 #5 0x7f187a6abda6 in OT::hb_sanitize_context_t::return_t OT::MarkBasePos::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1136 #6 0x7f187a6abda6 in OT::hb_sanitize_context_t::return_t OT::PosLookupSubTable::dispatch(OT::hb_sanitize_context_t*, unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1423 #7 0x7f187a6afc9d in OT::hb_sanitize_context_t::return_t OT::Lookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:624 #8 0x7f187a6afc9d in OT::hb_sanitize_context_t::return_t OT::PosLookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1487 #9 0x7f187a6afc9d in OT::PosLookup::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1493 #10 0x7f187a6afc9d in OT::OffsetTo >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #11 0x7f187a6afc9d in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #12 0x7f187a587d7d in OT::OffsetListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:1000 #13 0x7f187a587d7d in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #14 0x7f187a587d7d in OT::GPOS::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1519 #15 0x7f187a587d7d in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #16 0x7f187a587d7d in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:64 #17 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #18 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #19 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #20 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #21 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #22 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #23 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #24 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #25 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #26 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #27 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #28 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #29 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #30 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #31 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #32 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #33 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #34 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #35 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #36 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #37 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #38 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:937:11: runtime error: index 2 out of bounds for type 'MarkRecord [1]' #0 0x7f187a66e484 in OT::ArrayOf >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #1 0x7f187a66e484 in OT::MarkArray::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:453 #2 0x7f187a66e484 in OT::OffsetTo >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #3 0x7f187a6abda6 in OT::MarkBasePosFormat1::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1102 #4 0x7f187a6abda6 in bool OT::hb_sanitize_context_t::dispatch(OT::MarkBasePosFormat1 const&) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:214 #5 0x7f187a6abda6 in OT::hb_sanitize_context_t::return_t OT::MarkBasePos::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1136 #6 0x7f187a6abda6 in OT::hb_sanitize_context_t::return_t OT::PosLookupSubTable::dispatch(OT::hb_sanitize_context_t*, unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1423 #7 0x7f187a6afc9d in OT::hb_sanitize_context_t::return_t OT::Lookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:624 #8 0x7f187a6afc9d in OT::hb_sanitize_context_t::return_t OT::PosLookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1487 #9 0x7f187a6afc9d in OT::PosLookup::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1493 #10 0x7f187a6afc9d in OT::OffsetTo >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #11 0x7f187a6afc9d in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #12 0x7f187a587d7d in OT::OffsetListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:1000 #13 0x7f187a587d7d in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #14 0x7f187a587d7d in OT::GPOS::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1519 #15 0x7f187a587d7d in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #16 0x7f187a587d7d in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:64 #17 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #18 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #19 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #20 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #21 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #22 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #23 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #24 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #25 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #26 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #27 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #28 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #29 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #30 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #31 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #32 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #33 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #34 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #35 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #36 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #37 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #38 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:884:17: runtime error: index 2 out of bounds for type 'OffsetTo [1]' #0 0x7f187a6b06fe in OT::ArrayOf >, OT::IntType >::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:884 #1 0x7f187a6b06fe in OT::PosLookupSubTable const& OT::Lookup::get_subtable(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:592 #2 0x7f187a6b06fe in OT::hb_sanitize_context_t::return_t OT::Lookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:624 #3 0x7f187a6b06fe in OT::hb_sanitize_context_t::return_t OT::PosLookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1487 #4 0x7f187a6b06fe in OT::PosLookup::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1493 #5 0x7f187a6b06fe in OT::OffsetTo >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #6 0x7f187a6b06fe in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #7 0x7f187a587d7d in OT::OffsetListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:1000 #8 0x7f187a587d7d in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #9 0x7f187a587d7d in OT::GPOS::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1519 #10 0x7f187a587d7d in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #11 0x7f187a587d7d in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:64 #12 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #13 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #14 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #15 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #16 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #17 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #18 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #19 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #20 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #21 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #22 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #23 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #24 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #25 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #26 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #27 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #28 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #29 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #30 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #31 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #32 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #33 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:884:17: runtime error: index 2 out of bounds for type 'OffsetTo [1]' #0 0x7f187a6b066b in OT::ArrayOf >, OT::IntType >::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:884 #1 0x7f187a6b066b in OT::PosLookupSubTable const& OT::Lookup::get_subtable(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:592 #2 0x7f187a6b066b in OT::hb_sanitize_context_t::return_t OT::Lookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:624 #3 0x7f187a6b066b in OT::hb_sanitize_context_t::return_t OT::PosLookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1487 #4 0x7f187a6b066b in OT::PosLookup::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1493 #5 0x7f187a6b066b in OT::OffsetTo >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #6 0x7f187a6b066b in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #7 0x7f187a587d7d in OT::OffsetListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:1000 #8 0x7f187a587d7d in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #9 0x7f187a587d7d in OT::GPOS::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1519 #10 0x7f187a587d7d in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #11 0x7f187a587d7d in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:64 #12 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #13 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #14 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #15 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #16 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #17 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #18 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #19 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #20 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #21 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #22 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #23 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #24 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #25 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #26 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #27 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #28 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #29 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #30 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #31 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #32 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #33 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:937:11: runtime error: index 2 out of bounds for type 'OffsetTo [1]' #0 0x7f187a676d62 in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #1 0x7f187a69f314 in OT::ChainContextFormat3::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:2151 #2 0x7f187a69f314 in bool OT::hb_sanitize_context_t::dispatch(OT::ChainContextFormat3 const&) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:214 #3 0x7f187a69f314 in OT::hb_sanitize_context_t::return_t OT::ChainContext::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:2192 #4 0x7f187a6ab7a3 in OT::hb_sanitize_context_t::return_t OT::PosLookupSubTable::dispatch(OT::hb_sanitize_context_t*, unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1427 #5 0x7f187a6afc9d in OT::hb_sanitize_context_t::return_t OT::Lookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:624 #6 0x7f187a6afc9d in OT::hb_sanitize_context_t::return_t OT::PosLookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1487 #7 0x7f187a6afc9d in OT::PosLookup::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1493 #8 0x7f187a6afc9d in OT::OffsetTo >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #9 0x7f187a6afc9d in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #10 0x7f187a587d7d in OT::OffsetListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:1000 #11 0x7f187a587d7d in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #12 0x7f187a587d7d in OT::GPOS::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1519 #13 0x7f187a587d7d in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #14 0x7f187a587d7d in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:64 #15 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #16 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #17 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #18 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #19 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #20 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #21 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #22 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #23 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #24 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #25 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #26 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #27 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #28 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #29 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #30 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #31 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #32 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #33 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #34 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #35 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #36 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:937:11: runtime error: index 2 out of bounds for type 'OffsetTo [1]' #0 0x7f187a676ce1 in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #1 0x7f187a69f314 in OT::ChainContextFormat3::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:2151 #2 0x7f187a69f314 in bool OT::hb_sanitize_context_t::dispatch(OT::ChainContextFormat3 const&) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:214 #3 0x7f187a69f314 in OT::hb_sanitize_context_t::return_t OT::ChainContext::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:2192 #4 0x7f187a6ab7a3 in OT::hb_sanitize_context_t::return_t OT::PosLookupSubTable::dispatch(OT::hb_sanitize_context_t*, unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1427 #5 0x7f187a6afc9d in OT::hb_sanitize_context_t::return_t OT::Lookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:624 #6 0x7f187a6afc9d in OT::hb_sanitize_context_t::return_t OT::PosLookup::dispatch(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1487 #7 0x7f187a6afc9d in OT::PosLookup::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1493 #8 0x7f187a6afc9d in OT::OffsetTo >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #9 0x7f187a6afc9d in OT::ArrayOf >, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:937 #10 0x7f187a587d7d in OT::OffsetListOf::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:1000 #11 0x7f187a587d7d in OT::OffsetTo, OT::IntType >::sanitize(OT::hb_sanitize_context_t*, void const*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:834 #12 0x7f187a587d7d in OT::GPOS::sanitize(OT::hb_sanitize_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1519 #13 0x7f187a587d7d in OT::Sanitizer::sanitize(hb_blob_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:354 #14 0x7f187a587d7d in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:64 #15 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #16 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #17 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #18 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #19 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #20 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #21 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #22 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #23 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #24 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #25 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #26 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #27 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #28 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #29 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #30 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #31 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #32 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #33 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #34 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #35 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #36 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:994:28: runtime error: index 2 out of bounds for type 'OffsetTo [1]' #0 0x7f187a58bbea in OT::OffsetListOf::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:994 #1 0x7f187a58bbea in OT::GSUBGPOS::get_lookup(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:2321 #2 0x7f187a58bbea in OT::GSUB::get_lookup(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1298 #3 0x7f187a58bbea in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:199 #4 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #5 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #6 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #7 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #8 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #9 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #10 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #11 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #12 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #13 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #14 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #15 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #16 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #17 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #18 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #19 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #20 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #21 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #22 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #23 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #24 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #25 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:994:28: runtime error: index 2 out of bounds for type 'OffsetTo [1]' #0 0x7f187a58bcf3 in OT::OffsetListOf::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:994 #1 0x7f187a58bcf3 in OT::GSUBGPOS::get_lookup(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:2321 #2 0x7f187a58bcf3 in OT::GSUB::get_lookup(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1298 #3 0x7f187a58bcf3 in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:199 #4 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #5 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #6 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #7 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #8 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #9 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #10 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #11 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #12 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #13 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #14 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #15 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #16 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #17 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #18 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #19 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #20 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #21 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #22 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #23 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #24 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #25 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:884:17: runtime error: index 2 out of bounds for type 'RangeRecord [1]' #0 0x7f187a538387 in OT::ArrayOf >::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:884 #1 0x7f187a538387 in bool OT::CoverageFormat2::add_coverage, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >(hb_set_digest_combiner_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > >*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:821 #2 0x7f187a538387 in bool OT::Coverage::add_coverage, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >(hb_set_digest_combiner_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > >*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:936 #3 0x7f187a58a4c7 in OT::hb_add_coverage_context_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >::stop_sublookup_iteration(OT::Coverage const&) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:208 #4 0x7f187a58a4c7 in OT::hb_add_coverage_context_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >::return_t OT::Lookup::dispatch, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > > >(OT::hb_add_coverage_context_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:625 #5 0x7f187a58a4c7 in OT::hb_add_coverage_context_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >::return_t OT::SubstLookup::dispatch, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > > >(OT::hb_add_coverage_context_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1263 #6 0x7f187a58a4c7 in void OT::SubstLookup::add_coverage, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >(hb_set_digest_combiner_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > >*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1177 #7 0x7f187a58a4c7 in void hb_ot_layout_lookup_accelerator_t::init(OT::SubstLookup const&) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-private.hh:149 #8 0x7f187a58a4c7 in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:199 #9 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #10 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #11 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #12 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #13 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #14 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #15 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #16 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #17 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #18 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #19 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #20 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #21 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #22 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #23 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #24 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #25 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #26 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #27 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #28 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #29 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #30 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:884:17: runtime error: index 2 out of bounds for type 'RangeRecord [1]' #0 0x7f187a538102 in OT::ArrayOf >::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:884 #1 0x7f187a538102 in bool OT::CoverageFormat2::add_coverage, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >(hb_set_digest_combiner_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > >*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:821 #2 0x7f187a538102 in bool OT::Coverage::add_coverage, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >(hb_set_digest_combiner_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > >*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:936 #3 0x7f187a58a4c7 in OT::hb_add_coverage_context_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >::stop_sublookup_iteration(OT::Coverage const&) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:208 #4 0x7f187a58a4c7 in OT::hb_add_coverage_context_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >::return_t OT::Lookup::dispatch, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > > >(OT::hb_add_coverage_context_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:625 #5 0x7f187a58a4c7 in OT::hb_add_coverage_context_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >::return_t OT::SubstLookup::dispatch, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > > >(OT::hb_add_coverage_context_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1263 #6 0x7f187a58a4c7 in void OT::SubstLookup::add_coverage, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >(hb_set_digest_combiner_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > >*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1177 #7 0x7f187a58a4c7 in void hb_ot_layout_lookup_accelerator_t::init(OT::SubstLookup const&) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-private.hh:149 #8 0x7f187a58a4c7 in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:199 #9 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #10 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #11 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #12 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #13 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #14 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #15 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #16 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #17 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #18 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #19 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #20 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #21 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #22 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #23 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #24 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #25 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #26 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #27 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #28 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #29 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #30 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:994:28: runtime error: index 2 out of bounds for type 'OffsetTo [1]' #0 0x7f187a58c301 in OT::OffsetListOf::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:994 #1 0x7f187a58c301 in OT::GSUBGPOS::get_lookup(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:2321 #2 0x7f187a58c301 in OT::GPOS::get_lookup(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1508 #3 0x7f187a58c301 in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:201 #4 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #5 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #6 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #7 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #8 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #9 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #10 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #11 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #12 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #13 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #14 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #15 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #16 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #17 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #18 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #19 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #20 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #21 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #22 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #23 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #24 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #25 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:994:28: runtime error: index 2 out of bounds for type 'OffsetTo [1]' #0 0x7f187a58c256 in OT::OffsetListOf::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:994 #1 0x7f187a58c256 in OT::GSUBGPOS::get_lookup(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:2321 #2 0x7f187a58c256 in OT::GPOS::get_lookup(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1508 #3 0x7f187a58c256 in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:201 #4 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #5 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #6 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #7 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #8 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #9 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #10 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #11 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #12 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #13 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #14 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #15 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #16 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #17 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #18 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #19 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #20 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #21 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #22 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #23 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #24 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #25 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:884:17: runtime error: index 2 out of bounds for type 'OffsetTo [1]' #0 0x7f187a58b001 in OT::ArrayOf >, OT::IntType >::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:884 #1 0x7f187a58b001 in OT::PosLookupSubTable const& OT::Lookup::get_subtable(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:592 #2 0x7f187a58b001 in OT::hb_add_coverage_context_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >::return_t OT::Lookup::dispatch, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > > >(OT::hb_add_coverage_context_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:624 #3 0x7f187a58b001 in OT::hb_add_coverage_context_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >::return_t OT::PosLookup::dispatch, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > > >(OT::hb_add_coverage_context_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1487 #4 0x7f187a58b001 in void OT::PosLookup::add_coverage, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >(hb_set_digest_combiner_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > >*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1477 #5 0x7f187a58b001 in void hb_ot_layout_lookup_accelerator_t::init(OT::PosLookup const&) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-private.hh:149 #6 0x7f187a58b001 in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:201 #7 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #8 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #9 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #10 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #11 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #12 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #13 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #14 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #15 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #16 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #17 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #18 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #19 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #20 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #21 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #22 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #23 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #24 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #25 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #26 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #27 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #28 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:884:17: runtime error: index 2 out of bounds for type 'OffsetTo [1]' #0 0x7f187a58af6e in OT::ArrayOf >, OT::IntType >::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:884 #1 0x7f187a58af6e in OT::PosLookupSubTable const& OT::Lookup::get_subtable(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:592 #2 0x7f187a58af6e in OT::hb_add_coverage_context_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >::return_t OT::Lookup::dispatch, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > > >(OT::hb_add_coverage_context_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:624 #3 0x7f187a58af6e in OT::hb_add_coverage_context_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >::return_t OT::PosLookup::dispatch, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > > >(OT::hb_add_coverage_context_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1487 #4 0x7f187a58af6e in void OT::PosLookup::add_coverage, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > > >(hb_set_digest_combiner_t, hb_set_digest_combiner_t, hb_set_digest_lowest_bits_t > >*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1477 #5 0x7f187a58af6e in void hb_ot_layout_lookup_accelerator_t::init(OT::PosLookup const&) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-private.hh:149 #6 0x7f187a58af6e in _hb_ot_layout_create(hb_face_t*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:201 #7 0x7f187a4093ef in _hb_ot_shaper_face_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:138 #8 0x7f187a4093ef in hb_ot_shaper_face_data_ensure /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:133 #9 0x7f187a3fd2a5 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #10 0x7f187a3fd2a5 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #11 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #12 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #13 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #14 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #15 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #16 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #17 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #18 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #19 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #20 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #21 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #22 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #23 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #24 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #25 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #26 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #27 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #28 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:884:17: runtime error: index 3 out of bounds for type 'Record [1]' #0 0x7f187a561ca9 in OT::ArrayOf, OT::IntType >::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:884 #1 0x7f187a561ca9 in OT::RecordListOf::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:131 #2 0x7f187a561ca9 in OT::GSUBGPOS::get_script(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:2301 #3 0x7f187a561ca9 in hb_ot_layout_script_find_language /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:485 #4 0x7f187a6bd5a3 in hb_ot_map_builder_t::hb_ot_map_builder_t(hb_face_t*, hb_segment_properties_t const*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-map.cc:62 #5 0x7f187a409912 in hb_ot_shape_planner_t::hb_ot_shape_planner_t(hb_shape_plan_t const*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape-private.hh:77 #6 0x7f187a409912 in _hb_ot_shaper_shape_plan_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:183 #7 0x7f187a3fd2e1 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #8 0x7f187a3fd2e1 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #9 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #10 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #11 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #12 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #13 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #14 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #15 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #16 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #17 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #18 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #19 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #20 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #21 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #22 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #23 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #24 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #25 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #26 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:884:17: runtime error: index 3 out of bounds for type 'Record [1]' #0 0x7f187a56232b in OT::ArrayOf, OT::IntType >::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:884 #1 0x7f187a56232b in OT::RecordListOf::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:131 #2 0x7f187a56232b in OT::GSUBGPOS::get_script(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:2301 #3 0x7f187a56232b in hb_ot_layout_script_find_language /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:485 #4 0x7f187a6bd5a3 in hb_ot_map_builder_t::hb_ot_map_builder_t(hb_face_t*, hb_segment_properties_t const*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-map.cc:62 #5 0x7f187a409912 in hb_ot_shape_planner_t::hb_ot_shape_planner_t(hb_shape_plan_t const*) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape-private.hh:77 #6 0x7f187a409912 in _hb_ot_shaper_shape_plan_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:183 #7 0x7f187a3fd2e1 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #8 0x7f187a3fd2e1 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #9 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #10 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #11 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #12 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #13 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #14 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #15 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #16 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #17 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #18 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #19 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #20 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #21 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #22 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #23 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #24 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #25 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #26 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:884:17: runtime error: index 3 out of bounds for type 'Record [1]' #0 0x7f187a563857 in OT::ArrayOf, OT::IntType >::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:884 #1 0x7f187a563857 in OT::RecordListOf::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:131 #2 0x7f187a563857 in OT::GSUBGPOS::get_script(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:2301 #3 0x7f187a563857 in hb_ot_layout_language_get_required_feature /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:527 #4 0x7f187a6c0b2d in hb_ot_map_builder_t::compile(hb_ot_map_t&, int const*, unsigned int) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-map.cc:159 #5 0x7f187a40a9e2 in hb_ot_shape_planner_t::compile(hb_ot_shape_plan_t&, int const*, unsigned int) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape-private.hh:86 #6 0x7f187a40a9e2 in _hb_ot_shaper_shape_plan_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:190 #7 0x7f187a3fd2e1 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #8 0x7f187a3fd2e1 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #9 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #10 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #11 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #12 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #13 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #14 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #15 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #16 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #17 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #18 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #19 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #20 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #21 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #22 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #23 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #24 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #25 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #26 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:884:17: runtime error: index 3 out of bounds for type 'Record [1]' #0 0x7f187a563739 in OT::ArrayOf, OT::IntType >::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:884 #1 0x7f187a563739 in OT::RecordListOf::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:131 #2 0x7f187a563739 in OT::GSUBGPOS::get_script(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:2301 #3 0x7f187a563739 in hb_ot_layout_language_get_required_feature /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:527 #4 0x7f187a6c0b2d in hb_ot_map_builder_t::compile(hb_ot_map_t&, int const*, unsigned int) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-map.cc:159 #5 0x7f187a40a9e2 in hb_ot_shape_planner_t::compile(hb_ot_shape_plan_t&, int const*, unsigned int) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape-private.hh:86 #6 0x7f187a40a9e2 in _hb_ot_shaper_shape_plan_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:190 #7 0x7f187a3fd2e1 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #8 0x7f187a3fd2e1 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #9 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #10 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #11 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #12 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #13 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #14 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #15 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #16 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #17 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #18 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #19 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #20 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #21 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #22 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #23 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #24 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #25 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #26 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:884:17: runtime error: index 3 out of bounds for type 'Record [1]' #0 0x7f187a56a3af in OT::ArrayOf, OT::IntType >::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:884 #1 0x7f187a56a3af in OT::RecordListOf::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:131 #2 0x7f187a56a3af in OT::GSUBGPOS::get_script(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:2301 #3 0x7f187a56a3af in hb_ot_layout_language_find_feature /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:586 #4 0x7f187a6c24bd in hb_ot_map_builder_t::compile(hb_ot_map_t&, int const*, unsigned int) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-map.cc:222 #5 0x7f187a40a9e2 in hb_ot_shape_planner_t::compile(hb_ot_shape_plan_t&, int const*, unsigned int) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape-private.hh:86 #6 0x7f187a40a9e2 in _hb_ot_shaper_shape_plan_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:190 #7 0x7f187a3fd2e1 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #8 0x7f187a3fd2e1 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #9 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #10 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #11 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #12 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #13 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #14 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #15 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #16 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #17 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #18 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #19 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #20 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #21 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #22 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #23 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #24 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #25 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #26 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:884:17: runtime error: index 3 out of bounds for type 'Record [1]' #0 0x7f187a56a1d0 in OT::ArrayOf, OT::IntType >::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:884 #1 0x7f187a56a1d0 in OT::RecordListOf::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-common-private.hh:131 #2 0x7f187a56a1d0 in OT::GSUBGPOS::get_script(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:2301 #3 0x7f187a56a1d0 in hb_ot_layout_language_find_feature /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:586 #4 0x7f187a6c24bd in hb_ot_map_builder_t::compile(hb_ot_map_t&, int const*, unsigned int) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-map.cc:222 #5 0x7f187a40a9e2 in hb_ot_shape_planner_t::compile(hb_ot_shape_plan_t&, int const*, unsigned int) /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape-private.hh:86 #6 0x7f187a40a9e2 in _hb_ot_shaper_shape_plan_data_create /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:190 #7 0x7f187a3fd2e1 in hb_shape_plan_plan /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #8 0x7f187a3fd2e1 in hb_shape_plan_create2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:172 #9 0x7f187a400391 in hb_shape_plan_create_cached2 /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape-plan.cc:531 #10 0x7f187a3fcb2e in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:128 #11 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #12 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #13 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #14 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #15 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #16 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #17 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #18 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #19 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #20 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #21 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #22 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #23 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #24 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #25 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #26 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:994:28: runtime error: index 4 out of bounds for type 'OffsetTo [1]' #0 0x7f187a596dd8 in OT::OffsetListOf::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:994 #1 0x7f187a596dd8 in OT::GSUBGPOS::get_lookup(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:2321 #2 0x7f187a596dd8 in OT::GSUB::get_lookup(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1298 #3 0x7f187a596dd8 in void hb_ot_map_t::apply(GSUBProxy const&, hb_ot_shape_plan_t const*, hb_font_t*, hb_buffer_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:1258 #4 0x7f187a596dd8 in hb_ot_map_t::substitute(hb_ot_shape_plan_t const*, hb_font_t*, hb_buffer_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:1274 #5 0x7f187a412766 in hb_ot_shape_plan_t::substitute(hb_font_t*, hb_buffer_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape-private.hh:59 #6 0x7f187a412766 in hb_ot_substitute_complex /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:619 #7 0x7f187a412766 in hb_ot_substitute /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:632 #8 0x7f187a412766 in hb_ot_shape_internal /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:861 #9 0x7f187a412766 in _hb_ot_shape /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:889 #10 0x7f187a3ffbd9 in hb_shape_plan_execute /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #11 0x7f187a3fcb47 in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:132 #12 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #13 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #14 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #15 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #16 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #17 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #18 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #19 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #20 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #21 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #22 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #23 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #24 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #25 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #26 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #27 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:994:28: runtime error: index 4 out of bounds for type 'OffsetTo [1]' #0 0x7f187a596e8d in OT::OffsetListOf::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:994 #1 0x7f187a596e8d in OT::GSUBGPOS::get_lookup(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:2321 #2 0x7f187a596e8d in OT::GSUB::get_lookup(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsub-table.hh:1298 #3 0x7f187a596e8d in void hb_ot_map_t::apply(GSUBProxy const&, hb_ot_shape_plan_t const*, hb_font_t*, hb_buffer_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:1258 #4 0x7f187a596e8d in hb_ot_map_t::substitute(hb_ot_shape_plan_t const*, hb_font_t*, hb_buffer_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:1274 #5 0x7f187a412766 in hb_ot_shape_plan_t::substitute(hb_font_t*, hb_buffer_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape-private.hh:59 #6 0x7f187a412766 in hb_ot_substitute_complex /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:619 #7 0x7f187a412766 in hb_ot_substitute /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:632 #8 0x7f187a412766 in hb_ot_shape_internal /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:861 #9 0x7f187a412766 in _hb_ot_shape /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:889 #10 0x7f187a3ffbd9 in hb_shape_plan_execute /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #11 0x7f187a3fcb47 in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:132 #12 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #13 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #14 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #15 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #16 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #17 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #18 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #19 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #20 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #21 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #22 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #23 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #24 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #25 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #26 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #27 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:994:28: runtime error: index 17 out of bounds for type 'OffsetTo [1]' #0 0x7f187a6bb891 in OT::OffsetListOf::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:994 #1 0x7f187a6bb891 in OT::GSUBGPOS::get_lookup(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:2321 #2 0x7f187a6bb891 in OT::GPOS::get_lookup(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1508 #3 0x7f187a6bb891 in void hb_ot_map_t::apply(GPOSProxy const&, hb_ot_shape_plan_t const*, hb_font_t*, hb_buffer_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:1258 #4 0x7f187a58e2b2 in hb_ot_map_t::position(hb_ot_shape_plan_t const*, hb_font_t*, hb_buffer_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:1280 #5 0x7f187a413ece in hb_ot_shape_plan_t::position(hb_font_t*, hb_buffer_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape-private.hh:60 #6 0x7f187a413ece in hb_ot_position_complex /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:742 #7 0x7f187a413ece in hb_ot_position /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:776 #8 0x7f187a413ece in hb_ot_shape_internal /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:862 #9 0x7f187a413ece in _hb_ot_shape /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:889 #10 0x7f187a3ffbd9 in hb_shape_plan_execute /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #11 0x7f187a3fcb47 in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:132 #12 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #13 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #14 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #15 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #16 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #17 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #18 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #19 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #20 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #21 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #22 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #23 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #24 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #25 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #26 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #27 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:994:28: runtime error: index 17 out of bounds for type 'OffsetTo [1]' #0 0x7f187a6bb826 in OT::OffsetListOf::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:994 #1 0x7f187a6bb826 in OT::GSUBGPOS::get_lookup(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gsubgpos-private.hh:2321 #2 0x7f187a6bb826 in OT::GPOS::get_lookup(unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:1508 #3 0x7f187a6bb826 in void hb_ot_map_t::apply(GPOSProxy const&, hb_ot_shape_plan_t const*, hb_font_t*, hb_buffer_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:1258 #4 0x7f187a58e2b2 in hb_ot_map_t::position(hb_ot_shape_plan_t const*, hb_font_t*, hb_buffer_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:1280 #5 0x7f187a413ece in hb_ot_shape_plan_t::position(hb_font_t*, hb_buffer_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape-private.hh:60 #6 0x7f187a413ece in hb_ot_position_complex /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:742 #7 0x7f187a413ece in hb_ot_position /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:776 #8 0x7f187a413ece in hb_ot_shape_internal /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:862 #9 0x7f187a413ece in _hb_ot_shape /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:889 #10 0x7f187a3ffbd9 in hb_shape_plan_execute /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #11 0x7f187a3fcb47 in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:132 #12 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #13 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #14 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #15 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #16 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #17 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #18 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #19 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #20 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #21 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #22 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #23 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #24 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #25 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #26 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #27 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:884:17: runtime error: index 11 out of bounds for type 'OffsetTo [1]' #0 0x7f187a5ffbdb in OT::ArrayOf >, OT::IntType >::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:884 #1 0x7f187a5ffbdb in OT::PairPosFormat1::apply(OT::hb_ot_apply_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:709 #2 0x7f187a541924 in hb_get_subtables_context_t::hb_applicable_t::apply(OT::hb_ot_apply_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:1103 #3 0x7f187a541924 in apply_forward /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:1148 #4 0x7f187a6bb0a9 in apply_string /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:1216 #5 0x7f187a6bb0a9 in void hb_ot_map_t::apply(GPOSProxy const&, hb_ot_shape_plan_t const*, hb_font_t*, hb_buffer_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:1257 #6 0x7f187a58e2b2 in hb_ot_map_t::position(hb_ot_shape_plan_t const*, hb_font_t*, hb_buffer_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:1280 #7 0x7f187a413ece in hb_ot_shape_plan_t::position(hb_font_t*, hb_buffer_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape-private.hh:60 #8 0x7f187a413ece in hb_ot_position_complex /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:742 #9 0x7f187a413ece in hb_ot_position /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:776 #10 0x7f187a413ece in hb_ot_shape_internal /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:862 #11 0x7f187a413ece in _hb_ot_shape /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:889 #12 0x7f187a3ffbd9 in hb_shape_plan_execute /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #13 0x7f187a3fcb47 in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:132 #14 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #15 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #16 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #17 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #18 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #19 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #20 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #21 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #22 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #23 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #24 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #25 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #26 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #27 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #28 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #29 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) hb-open-type-private.hh:884:17: runtime error: index 11 out of bounds for type 'OffsetTo [1]' #0 0x7f187a5ffb30 in OT::ArrayOf >, OT::IntType >::operator[](unsigned int) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-open-type-private.hh:884 #1 0x7f187a5ffb30 in OT::PairPosFormat1::apply(OT::hb_ot_apply_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout-gpos-table.hh:709 #2 0x7f187a541924 in hb_get_subtables_context_t::hb_applicable_t::apply(OT::hb_ot_apply_context_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:1103 #3 0x7f187a541924 in apply_forward /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:1148 #4 0x7f187a6bb0a9 in apply_string /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:1216 #5 0x7f187a6bb0a9 in void hb_ot_map_t::apply(GPOSProxy const&, hb_ot_shape_plan_t const*, hb_font_t*, hb_buffer_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:1257 #6 0x7f187a58e2b2 in hb_ot_map_t::position(hb_ot_shape_plan_t const*, hb_font_t*, hb_buffer_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-layout.cc:1280 #7 0x7f187a413ece in hb_ot_shape_plan_t::position(hb_font_t*, hb_buffer_t*) const /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape-private.hh:60 #8 0x7f187a413ece in hb_ot_position_complex /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:742 #9 0x7f187a413ece in hb_ot_position /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:776 #10 0x7f187a413ece in hb_ot_shape_internal /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:862 #11 0x7f187a413ece in _hb_ot_shape /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-ot-shape.cc:889 #12 0x7f187a3ffbd9 in hb_shape_plan_execute /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shaper-list.hh:43 #13 0x7f187a3fcb47 in hb_shape_full /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/build/harfbuzz-1.7.6-CRAN/src/hb-shape.cc:132 #14 0x7f187a3ae96b in init_buffer /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/harfbuzz.c:49 #15 0x7f187a3afd4a in calc_string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/string-info.c:16 #16 0x7f187a3af649 in string_width /data/gannet/ripley/R/packages/tests-gcc-SAN/freetypeharfbuzz/src/r-interface.c:70 #17 0x57d0c3 in R_doDotCall /data/gannet/ripley/R/svn/R-devel/src/main/dotcode.c:604 #18 0x6382b1 in bcEval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:7671 #19 0x66f667 in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:727 #20 0x674974 in R_execClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1897 #21 0x676d97 in Rf_applyClosure /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:1823 #22 0x66ff2f in Rf_eval /data/gannet/ripley/R/svn/R-devel/src/main/eval.c:850 #23 0x6ef78d in Rf_ReplIteration /data/gannet/ripley/R/svn/R-devel/src/main/main.c:264 #24 0x6efdf0 in R_ReplConsole /data/gannet/ripley/R/svn/R-devel/src/main/main.c:314 #25 0x6eff34 in run_Rmainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1117 #26 0x6eff82 in Rf_mainloop /data/gannet/ripley/R/svn/R-devel/src/main/main.c:1124 #27 0x41b3d8 in main /data/gannet/ripley/R/svn/R-devel/src/main/Rmain.c:29 #28 0x7f188b9e2081 in __libc_start_main (/lib64/libc.so.6+0x27081) #29 0x41db7d in _start (/data/gannet/ripley/R/gcc-SAN/bin/exec/R+0x41db7d) [1] 36.875 > str_info("foobar", font_size = 13) width height ascent descent 36.875000 9.546875 9.421875 0.125000 > str_info("foobar", font_size = 13, font_file = file) width height ascent descent 36.82812 9.28125 9.15625 0.12500 > > > > ### *