ATF-devel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: atf::not_found_error<atf::fs::path> exception



On Sun, May 2, 2010 at 1:09 AM, Stathis Kamperis <ekamperi%gmail.com@localhost> 
wrote:
>
> Actually just a reference in a non-existent test program is enough to
> make it die:
> % ls
> Atffile
> dead-to-the-world% cat Atffile
> Content-Type: application/X-atf-atffile; version="1"
>
> prop: test-suite = general
>
> tp: nonexist
>
> % atf-run
> terminate called after throwing an instance of
> 'atf::not_found_error<atf::fs::path>'
> terminate called recursively
> zsh: abort (core dumped)  atf-run

That's exactly what I tried before sending the email and I couldn't
reproduce the problem.

> % uname -a
> NetBSD dead-to-the-world.duskware.de 5.99.27 NetBSD 5.99.27 (DEAD)
> #29: Wed Apr 28 10:12:36 CEST 2010
> martin%night-porter.duskware.de@localhost:/usr/src/sys/arch/vax/compile/DEAD 
> vax
> %

Uh... are you really running on a vax??  It wouldn't surprise me if
the C++ runtime is broken in some way and thus explains why you are
seeing this problem.  I bet you may have more serious issues.

Can you do:

$ cd /usr/tests/atf
$ atf-run | tee /tmp/atf.log | atf-report

And then share the /tmp/atf.log file if there is more than 1 test case
failing please!

-- 
Julio Merino


Home | Main Index | Thread Index | Old Index