[oe-commits] [openembedded-core] 31/50: ptest-runner: fix segfault with -t option

git at git.openembedded.org git at git.openembedded.org
Thu Sep 21 22:37:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 401895fc65baeab36a95f42f81a50768d0b4f1c3
Author: Yi Zhao <yi.zhao at windriver.com>
AuthorDate: Thu Sep 21 11:18:31 2017 +0800

    ptest-runner: fix segfault with -t option
    
    The ptest-runner would segfault with -t option:
    root at qemux86-64:~# ptest-runner -d /usr/lib test_pkg -t 5
    [  237.234112] ptest-runner[810]: segfault at 0 ip 000000382e638060 sp
    00007fff9130f400 error 4 in libc-2.26.so[382e600000+1a7000]
    
    It is safe to bump SRCREV to latest upstream commit to fix this issue
    because there is only one commit since the last update:
    
      commit 8a93832dad621535e90aa8e1fb74ae5ba743fc3e
      Author: Anders Wallin <wallinux at gmail.com>
      Date:   Sun May 28 11:47:00 2017 +0200
    
          timeout option missing the argument option ":" to getopt
    
          ptest-runner -t xx gives segfault
    
          Signed-off-by: Anders Wallin <wallinux at gmail.com>
          Signed-off-by: Aníbal Limón <anibal.limon at linux.intel.com>
    
    Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/ptest-runner/ptest-runner_2.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.1.bb b/meta/recipes-support/ptest-runner/ptest-runner_2.1.bb
index 89d709a..71c1dab 100644
--- a/meta/recipes-support/ptest-runner/ptest-runner_2.1.bb
+++ b/meta/recipes-support/ptest-runner/ptest-runner_2.1.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/about/"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
 
-SRCREV = "78afe246fb8cb864656c16dd5d1cfa5721ccc8b7"
+SRCREV = "8a93832dad621535e90aa8e1fb74ae5ba743fc3e"
 PV = "2.1+git${SRCPV}"
 
 SRC_URI = "git://git.yoctoproject.org/ptest-runner2"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list