You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
Describe the bug
lorri just kinda crashed on me. Twice? lorri's service did not restart until the second recorded crash.
To Reproduce
Steps to reproduce the behavior:
Save a watched Nix file.
Unsure of what caused the first crash.
Unsure of what kicked off the second crash either (the one that actually led to a restart).
Expected behavior
lorri probably didn't want to crash? Also, lorri's service should have restarted after the first crash message.
Metadata
Two crash reports were generated, /tmp/report-e4ca6a0e-32e3-43af-8f08-4158725d26b4.toml and then /tmp/report-70d2e818-a6b2-4092-a39f-40b0bd199930.toml.
$ uname -aLinux nixzed 5.9.16 #1-NixOS SMP Mon Dec 21 12:28:21 UTC 2020 x86_64 GNU/Linux
Additional context
$ journalctl --user -xef -u lorri.service # abridgedFeb 13 18:08:06 nixzed lorri[28150]: Feb 13 18:08:06.880 INFO build status, message: BuildEvent(Started { nix_file: NixFile("/home/bb010g/Documents/go/git-lfs/shell.nix"), reason: FilesChanged(["/home/bb010g/Documents/go/git-lfs/shell.nix"]) })Feb 13 18:11:41 nixzed lorri[28150]: We have generated a report file at "/tmp/report-e4ca6a0e-32e3-43af-8f08-4158725d26b4.toml". Submit an issue or email with the subject of "lorri Crash Report" and include the report as an attachment.Feb 13 18:14:23 nixzed lorri[28150]: We have generated a report file at "/tmp/report-70d2e818-a6b2-4092-a39f-40b0bd199930.toml". Submit an issue or email with the subject of "lorri Crash Report" and include the report as an attachment.Feb 13 18:14:23 nixzed systemd[1823]: lorri.service: Main process exited, code=exited, status=101/n/aFeb 13 18:14:23 nixzed systemd[1823]: lorri.service: Failed with result 'exit-code'.Feb 13 18:14:23 nixzed systemd[1823]: lorri.service: Scheduled restart job, restart counter is at 1.
$ systemctl --user status lorri.service # abridged● lorri.service - lorri build daemon Loaded: loaded (/nix/store/b67v92zyvddlpjf77s8v42b2mpdlm75w-home-manager-files/.config/systemd/user/lorri.service; linked; vendor preset: enabled) Active: active (running) since Thu 2021-02-11 20:57:58 PST; 1 day 21h agoTriggeredBy: ● lorri.socket Main PID: 28150 (lorri) CGroup: /user.slice/user-1000.slice/user@1000.service/lorri.service └─28150 /nix/store/nn6vdy8172whwr5h1r6y6gwj3y54pgw0-lorri-1.2/bin/lorri daemonFeb 13 18:08:06 nixzed lorri[28150]: Feb 13 18:08:06.880 INFO build status, message: BuildEvent(Started { nix_file: NixFile("/home/bb010g/Documents/go/git-lfs/shell.nix"), reason: FilesChanged(["/home/bb010g/Documents/go/git-lfs/shell.nix"]) })Feb 13 18:11:41 nixzed lorri[28150]: We have generated a report file at "/tmp/report-e4ca6a0e-32e3-43af-8f08-4158725d26b4.toml". Submit an issue or email with the subject of "lorri Crash Report" and include the report as an attachment.
$ systemctl --user status lorri.service● lorri.service - lorri build daemon Loaded: loaded (/nix/store/b67v92zyvddlpjf77s8v42b2mpdlm75w-home-manager-files/.config/systemd/user/lorri.service; linked; vendor preset: enabled) Active: active (running) since Sat 2021-02-13 18:14:23 PST; 8min agoTriggeredBy: ● lorri.socket Main PID: 19086 (lorri) CGroup: /user.slice/user-1000.slice/user@1000.service/lorri.service └─19086 /nix/store/nn6vdy8172whwr5h1r6y6gwj3y54pgw0-lorri-1.2/bin/lorri daemonFeb 13 18:14:23 nixzed systemd[1823]: Started lorri build daemon.Feb 13 18:14:23 nixzed lorri[19086]: Feb 13 18:14:23.599 INFO ready
The text was updated successfully, but these errors were encountered:
Describe the bug
lorri just kinda crashed on me. Twice? lorri's service did not restart until the second recorded crash.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
lorri probably didn't want to crash? Also, lorri's service should have restarted after the first crash message.
Metadata
Two crash reports were generated,
/tmp/report-e4ca6a0e-32e3-43af-8f08-4158725d26b4.toml
and then/tmp/report-70d2e818-a6b2-4092-a39f-40b0bd199930.toml
.report-e4ca6a0e-32e3-43af-8f08-4158725d26b4.toml
report-70d2e818-a6b2-4092-a39f-40b0bd199930.toml
Additional context
The text was updated successfully, but these errors were encountered: