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

youtube / vitess / 431
44%
master: 61%

Build:
Build:
LAST BUILD BRANCH: revert-1223-change_protocol_defaults_to_grpc
DEFAULT BRANCH: master
Ran 13 Jan 2015 08:01AM UTC
Jobs 1
Files 344
Run time 2min
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
431

push

travis-ci

enisoc
Fix "invalid heap pointer" crash when built with Go 1.4.

The CGO wrapper for ZK was casting arbitrary integers to unsafe.Pointer.
For example, it would call C.something(unsafe.Pointer(1)) in order to
call "void something(void* tag)" with a tag value of (void*)1.

In Go 1.4, if a GC happens to occur while C.something() is executing, it
will find the unsafe.Pointer(1) on the stack and crash because 1 is not
a valid memory address.

17178 of 38713 relevant lines covered (44.37%)

0.44 hits per line

Jobs
ID Job ID Ran Files Coverage
7 431.7 (MAKE_TARGET=unit_test_goveralls) 13 Jan 2015 08:01AM UTC 0
44.37
Travis Job 431.7
Source Files on build 431
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #431
  • d18bdd4a on github
  • Prev Build on invalid-heap-pointer (#430)
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