vim-jp / vim-jp/vital.vim

[AppVeyor] Sometimes buffer overrun error occurs when running tests

Open
#426 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Vim Script
Stars
587
Forks
64
Avg merge
2d 8h
Merged PRs (30d)
1

Description

概要

PR #415 で足した :Vitalize や vital のローダのテストがVim 7.3 on Windows の Appveyor 環境でテストが落ちる.
というか実行されない.

https://ci.appveyor.com/project/vim-jp/vital-vim/build/620

Command exited with code -1073740791

これはバッファオーバランのエラーならしい.

Stack buffer overflow / overrun. Error can indicate a bug in the executed software that causes stack overflow, leading to abnormal termination of the software.

http://www.febooti.com/products/automation-workshop/online-help/events/run-dos-cmd-command/exit-codes/

System.Process.Vimproc のテストが関連していて,どちらかを exclude して skip すると問題なくテストが実行される.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the AppVeyor build 620 failure on Vim 7.3 for Windows and compare the tests added by PR #415. Investigate the interaction between the :Vitalize or vital loader tests and System.Process.Vimproc, using exit code -1073740791 as the failure signal. Done means the affected tests run successfully without excluding either test group.

Written by the indexing model from the issue text.

Assessment

Tech stack
vim
Domain
ci-cd, testing-qa
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.