VGIT problem

Talk about commercial or opensource products that already exist for OpenVMS or may be available in the future.
Post Reply

Topic author
mjvms27
Contributor
Posts: 23
Joined: Wed May 17, 2023 2:11 pm
Reputation: 0
Status: Offline

VGIT problem

Post by mjvms27 » Sun Jan 21, 2024 8:49 am

I'm encountering a problem with vgit on OpenVMS V9.2-1 x86_64
$ vgit version
Version 1.4.1-B (Jan 2 2024 07:53:32)

Code: Select all

$ vgit pull
Fetching origin for repo 36406D0
remote: Enumerating objects: 25935, done.
remote: Counting objects: 100% (11606/11606), done.
remote: Compressing objects: 100% (1040/1040), done.
remote: Total 25935 (delta 10759), reused 11258 (delta 10562), pack-reused 14329
Resolving deltas 20811/20811
%SYSTEM-F-STKOVF, stack overflow, PC=000000000008A65B, PS=0000001B

  Improperly handled condition, image exit forced by last chance handler.
    Signal arguments:   Number = 0000000000000003
                        Name   = 0000000000000554
                                 000000000008A65B
                                 000000000000001B
    Register dump:
    RAX = 0000000000000300  RDI = 000000007ACDF170  RSI = 0000000000000001
    RDX = 0000000000000124  RCX = 0000000000000001  R8  = 0000000000000000
    R9  = 00000000066F3360  RBX = 00000000033DFF00  RBP = 000000007ACDEFF0
    R10 = 00000000FFFFFF00  R11 = 0000000000000246  R12 = 00000000033DFFE8
    R13 = 0000000000000001  R14 = 00000000034CA0E0  R15 = 00000000035F190C
    RIP = 000000000008A65B  RSP = 000000007ACCEFC0  SS  = 000000000000001B

Code: Select all

$ show proc /quota

20-JAN-2024 12:01:37.10   User: SYSTEM           Process ID:   00000424
                          Node: TEST04           Process name: "SYSTEM"

Process Quotas:
 Account name: SYSTEM
 CPU limit:                      Infinite  Direct I/O limit:       150
 Buffered I/O byte count quota:    255808  Buffered I/O limit:     150
 Timer queue entry quota:             100  Open file quota:        256
 Paging file quota:                685584  Subprocess quota:        50
 Default page fault cluster:           64  AST quota:              298
 Enqueue quota:                      4000  Shared file limit:        0
 Max detached processes:                0  Max active jobs:          0

Post Reply