-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add ptrace caps to ci-docker * seccomp opt to allow gdbserver to enable aslr * increase sleeptime in test_gdbprotocol * execute gdbs target.run() as blocking=True * Fix ci-ubuntu version of gdb to 8.1-0ubuntu3 The most modern version of gdb, 8.1-0ubuntu3.1, introduces a bug when it comes to 32bit binaries on 64bit systems. This affects our CI, hence, let's use the slightly older 8.1-0ubuntu3 instead. Thanks for bringing this bug to our attention goes to @reyammer. * disabled temporary logging on testcase
- Loading branch information
Showing
4 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
import avatar2 | ||
import os | ||
import logging | ||
import sys | ||
|
||
from time import sleep | ||
from nose.tools import * | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters