[AppVeyor] Sometimes buffer overrun error occurs when running tests
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.
System.Process.Vimproc のテストが関連していて,どちらかを exclude して skip すると問題なくテストが実行される.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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