kyua on Ubuntu 14.04 test failures due to apport

10 views
Skip to first unread message

Craig Rodrigues

unread,
Sep 21, 2014, 1:42:44 AM9/21/14
to kyua-d...@googlegroups.com
Hi,

I was testing kyua on Ubuntu 14.04, and some of the stacktrace
tests were failing because it could not find corefiles for certain tests.
I looked into it for a while, and found the following.

# cat /proc/sys/kernel/core_pattern
|/usr/share/apport/apport %p %s %c %P

Looking here: https://wiki.ubuntu.com/Apport

I found that this is a Python script on Ubuntu systems that intercepts user coredumps
and generates some sort of report.

I disabled it by:

(1)  edit /etc/defaults/apport

    set enabled=0

(2)  sudo service apport stop

I looked at the core_pattern:

# cat /proc/sys/kernel/core_pattern
core

When I re-ran all the kyua tests, the stacktrace tests then passed.

--
Craig

Julio Merino

unread,
Sep 21, 2014, 3:13:48 AM9/21/14
to kyua-d...@googlegroups.com
On Sun, Sep 21, 2014 at 7:42 AM, Craig Rodrigues <rod...@freebsd.org> wrote:
> Hi,
>
> I was testing kyua on Ubuntu 14.04, and some of the stacktrace
> tests were failing because it could not find corefiles for certain tests.
> I looked into it for a while, and found the following.
>
> # cat /proc/sys/kernel/core_pattern
> |/usr/share/apport/apport %p %s %c %P

Please file this as a bug.
Reply all
Reply to author
Forward
0 new messages