Bug 20873 - SEGFAULT на Dejagnu runtest
Summary: SEGFAULT на Dejagnu runtest
Status: CLOSED WORKSFORME
Alias: None
Product: Sisyphus
Classification: Development
Component: expect (show other bugs)
Version: unstable
Hardware: all Linux
: P3 major
Assignee: Vladimir D. Seleznev
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-25 21:30 MSD by ildar
Modified: 2017-09-09 23:04 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ildar 2009-07-25 21:30:20 MSD
/usr/bin/expect -- /usr/share/dejagnu/runtest.exp --outdir log --tool unit
...
Running ./unit/_get_cword.exp ...
Ошибка сегментирования

Наблюдаю на дереве bash-compeltion в папке test
http://git.altlinux.org/people/ildar/packages/bash-compeltion.git
Comment 1 Vladimir D. Seleznev 2017-09-09 23:04:24 MSK
Не воспроизводится.

$ /usr/bin/expect -- /usr/share/dejagnu/runtest.exp --outdir $TMP/log --tool unit

...

Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using ./config/default.exp as tool-and-target-specific interface file.
Running ./unit/__expand_tilde_by_ref.exp ...
Running ./unit/_count_args.exp ...
Running ./unit/_filedir.exp ...
Running ./unit/_get_comp_words_by_ref.exp ...
Running ./unit/_get_cword.exp ...
Running ./unit/_known_hosts_real.exp ...
FAIL: Hosts should be put in COMPREPLY
FAIL: Hosts should have username prefix and colon suffix
Running ./unit/_parse_help.exp ...
Running ./unit/_tilde.exp ...
Running ./unit/compgen.exp ...
Running ./unit/find_unique_completion_pair.exp ...

                === unit Summary ===

# of expected passes            144
# of unexpected failures        2
# of unresolved testcases       2
# of unsupported tests          1

...