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

radare / radare2 / 6507
41%

Build:
DEFAULT BRANCH: master
Ran 01 Jul 2016 09:26AM UTC
Jobs 2
Files 94
Run time 1min
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
6507

push

travis-ci

radare
libr/debug: fix native debugger on Linux (#5259)

Linux kernel checks for unknown flags passed via the last argument to
waitpid() and fails waitpid() with EINVAL if it encounters one:

From kernel/exit.c:sys_wait4()

	if (options & ~(WNOHANG|WUNTRACED|WCONTINUED|
			__WNOTHREAD|__WCLONE|__WALL))
		return -EINVAL;

This makes it impossible to use debugger on Linux.

WAIT_ANY macro is actually supposed to be used as PID argument to wait
for all children without specifying particular PID.

Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>

986 of 16433 relevant lines covered (6.0%)

0.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6507.1 01 Jul 2016 09:27AM UTC 0
6.12
Travis Job 6507.1
2 6507.2 01 Jul 2016 09:26AM UTC 0
5.95
Travis Job 6507.2
Source Files on build 6507
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6507
  • fe9c419f on github
  • Prev Build on master (#6501)
  • Next Build on master (#6512)
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