
Message: Process 7753 (gitkraken) of user 1000 dumped core. Storage: /var/lib/systemd/coredump/core.gitkraken.1000.4 Timestamp: Wed 15:08:23 CEST (4min 33s ago)Ĭommand Line: /opt/gitkraken/gitkraken -type=renderer -field-trial-handle=4362807483864876216,15507163438042910860,131072 -disable-features=SpareRendererForSitePerProcess -lang=en-GB -app-path=/opt/gitkraken/resources/app.asar -node-integration -node-integration-in-worker -webview-tag -no-sandbox -no-zygote -background-color=#fff -num-raster-threads=4 -enable-main-frame-before-activation -service-request-channel-token=9321343284359643949 -renderer-client-id=7 -no-v8-untrusted-code-mitigations -shared-files=v8_context_snapshot_data:100,v8_natives_data:101Ĭontrol Group: /user.slice/user-1000.slice/session-1.scopeīoot ID: 19131a0ec5494bfcb97c8d6b14781079 Here is the output of the core-dump corresponding to the above run/occurrence:


Thus my hope is to get some pointers for further debugging this issue here from the outside system perspective. I already tried completely removing the app and all its configs and then reinstallign it, but the problem pesists.
#Gitkraken failed to write chunk footer update#
Unfortunately I currently cannot say, when exactly the issue started (since I am only rarely going into the preferences of the app), and therefore unfortunately cannot tell if it was some GitKraken update or maybe an update to another system component that introduced this faulty behaviour. Only the last two lines occur directly at the point of the crash, the one immediately preceding happens when I open the drop down menu and hover over one of the menu entries with my mouse, all other entries happen during regular operation, and therefore don't appear to be related to the crash, I think. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or om() methods instead. (node:7753) DeprecationWarning: Buffer() is deprecated due to security and usability issues. (node:7753) DeprecationWarning: crypto.createDecipher is deprecated. (node:7753) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see for more information GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command LibGit2Sharp.LibGit2SharpException: failed to write chunk header: The connection with the server was terminated abnormallyĪt (Int32 result) in C:\projects\libgit2sharp\LibGit2Sharp\Core\Ensure.cs:line 136Īt _remote_push(RemoteHandle remote, IEnumerable 1 refSpecs, GitPushOptions opts) in C:\projects\libgit2sharp\LibGit2Sharp\Core\Proxy.cs:line 2225 at (Remote remote, IEnumerable1 pushRefSpecs, PushOptions pushOptions) in C:\projects\libgit2sharp\LibGit2Sharp\Network.cs:line 372Īt VA._4.MoveNext() in D:\Sources\VA\migrationTool\VA.Services\BitbucketService.GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command Remote remote = ĬredentialsProvider = (_url, _user, _cred) =>Īnd I get error when I try to push a large file ( > 1GB)

Signature author = new Signature("translator", "", DateTime.Now) Ĭommit commit = repo.Commit($"Resx files updated ", author, committer) Create the committer's signature and commit
