• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rttrorg / rttr / 209
92%
master: 92%

Build:
Build:
LAST BUILD BRANCH: vcpkg-instructions
DEFAULT BRANCH: master
Ran 22 Apr 2016 09:16PM UTC
Jobs 2
Files 130
Run time 3min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
209

push

travis-ci

acki-m
fixed invalid access of memory, reported by valgrind.

The reason for the invalid access reported by valgrind, was because of an already removed
std::string in "custom_names" which was accessed via the string_view in "m_custom_name_to_id".
There were two string_views with the same name inserted into the flat_map. Which should not be allowed.

Therefore the flat_map class is now really a map, no double entires. And a separate class flat_multimap was created.

To really fix the memory access error, I switched to use std::string now for the mapping of custom name to id.
Which increases the memory usage, but makes the memory management easier.

4172 of 4520 relevant lines covered (92.3%)

1813.05 hits per line

Jobs
ID Job ID Ran Files Coverage
7 209.7 (COMPILER=g++-4.8 ARCH=x86 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true) 22 Apr 2016 09:16PM UTC 0
92.19
Travis Job 209.7
8 209.8 (COMPILER=g++-4.8 ARCH=x86_64 CONF=Debug GCOV_FLAGS='--coverage' UNIT_TESTS=true) 22 Apr 2016 09:19PM UTC 0
92.19
Travis Job 209.8
Source Files on build 209
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #209
  • 0a7cbc8e on github
  • Prev Build on add_string_view (#208)
  • Next Build on add_string_view (#210)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc