Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Fail better when no space in temp directory

オープン
#855 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
25/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
git
領域
backend, tooling

調査の方向性

まず、一時ディレクトリを含むファイルシステムの空き容量がない状態で障害を再現し、次に Embedded Git がコマンドの出力を一時ファイルにリダイレクトする仕組みを追跡します。ディスクフルの状態が明確に表面化し、メニューの欠落や誤解を招く警告、ILLEGAL VALUE エラーを引き起こさなくなった時点で、この課題は完了です。

索引モデルが issue の本文から書いたものです。

説明

customer

Two separate customers now have had support issues because there was no space in the file system with the temp directory. This is what happens:

  • The source control menus do not load
  • The Git Web UI does not load at all
  • The settings page has a misleading warning message "File not found" under the Git executable path
  • There is a mysterious ILLEGAL VALUE error in the app error log

The real issue is that Embedded Git is trying to run Git commands with output redirected to a temp file and the output redirection fails when the disk is full. We can't fix this ourselves but we should make it easier to discover the problem.

主要言語
ObjectScript
スター
22
フォーク
14
平均マージ
1日 9時間
マージ済み PR(30日)
5

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

intersystems/git-source-control のほかの issue

intersystems/git-source-control の issue をすべて見る

似ている issue

Backend & API Design の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。