unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#72859: Segmentation fault on guix pull / guix system reconfigure
@ 2024-08-28 18:54 Rodion Goritskov
  2024-08-29  6:27 ` bug#72859: confirmation Julian Flake
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Rodion Goritskov @ 2024-08-28 18:54 UTC (permalink / raw)
  To: 72859


Hello!

Today, after successfully doing the "guix pull" command, subsequent runs
of "guix pull" or "sudo guix system reconfigure" leads to the following
uninformative error:

rodion@bumblebee-mighty ~$ guix pull
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Segmentation fault

I couldn't obtain any more information (--debug option doesn't lead to
any additional logs)

"guix describe" output is the following:
Generation 134  Aug 28 2024 21:57:39    (current)
  guix 0c90851
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: 0c908518375aea50be6dec703367c01944c8c721
  nonguix 1d7c890
    repository URL: https://gitlab.com/nonguix/nonguix
    branch: master
    commit: 1d7c890926a0f7c7abfce83b6cff42960a5f4228
  little-guix-channel 74e2d20
    repository URL: https://git.goritskov.com/rodion/little-guix-channel.git
    branch: master
    commit: 74e2d2009b6e3e8aa9d1dd8dbe5eb7553a84f46e
  blogs f1e8181
    repository URL: https://git.goritskov.com/rodion/blogs.git
    branch: main
    commit: f1e81810e56f243a168d5cb666bb45a32cab84a3




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#72859: confirmation
  2024-08-28 18:54 bug#72859: Segmentation fault on guix pull / guix system reconfigure Rodion Goritskov
@ 2024-08-29  6:27 ` Julian Flake
  2024-08-29  8:28 ` bug#72859: Segmentation fault on guix pull / guix system reconfigure Ayan Das via Bug reports for GNU Guix
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Julian Flake @ 2024-08-29  6:27 UTC (permalink / raw)
  To: 72859

Hi,

I can confirm this observation with the same commit hashes (except 
for your personal channels, of course).

Best Regards,
Julian

-- 
Dipl.-Inf. Julian Flake

University of Koblenz
Faculty 4: Computer Science
Institute for Software Technology
PB 20 16 02 | D-56016 Koblenz | Germany

Voice: +49 261 287 2787
Email: flake@uni-koblenz.de
https://www.uni-koblenz.de/~flake




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#72859: Segmentation fault on guix pull / guix system reconfigure
  2024-08-28 18:54 bug#72859: Segmentation fault on guix pull / guix system reconfigure Rodion Goritskov
  2024-08-29  6:27 ` bug#72859: confirmation Julian Flake
@ 2024-08-29  8:28 ` Ayan Das via Bug reports for GNU Guix
  2024-08-29  9:07 ` Z572
  2024-08-29 11:53 ` Ludovic Courtès
  3 siblings, 0 replies; 5+ messages in thread
From: Ayan Das via Bug reports for GNU Guix @ 2024-08-29  8:28 UTC (permalink / raw)
  To: 72859@debbugs.gnu.org

[-- Attachment #1: Type: text/plain, Size: 2212 bytes --]

Greetings

I am facing the same issue at commit 41d05c7d65e3634e0986ac108ca8df68b141e9be which makes the switch to the patched libgit2@1.8 for guile-git:

カオス ~ > guix describe                                                                              29 Aug  1:38:38
Generation 63     Aug 29 2024 12:32:36    (current)
  guix 41d05c7
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: 41d05c7d65e3634e0986ac108ca8df68b141e9be
  myguix 278e4df
    repository URL: https://github.com/b-vitamins/myguix.git
    branch: master
    commit: 278e4dfc6eb5f8e8651ae13fb8594d9a62718a92
カオス ~ > guix pull                                                                                  29 Aug  1:38:52
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Updating channel 'myguix' from Git repository at 'https://github.com/b-vitamins/myguix.git'...
zsh: segmentation fault  guix pull
カオス ~ > guix pull --roll-back                                                                      29 Aug  1:39:05
switched from generation 63 to 62
カオス ~ > guix describe                                                                              29 Aug  1:39:08
Generation 62     Aug 29 2024 13:27:07    (current)
  guix 591972d
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: 591972dfa14d401621cb060b6aac45989c342cd8
  myguix 278e4df
    repository URL: https://github.com/b-vitamins/myguix.git
    branch: master
    commit: 278e4dfc6eb5f8e8651ae13fb8594d9a62718a92
カオス ~ > guix pull                                                                                  29 Aug  1:39:14
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Updating channel 'myguix' from Git repository at 'https://github.com/b-vitamins/myguix.git'...
Building from these channels:
  guix      https://git.savannah.gnu.org/git/guix.git 41d05c7
  myguix    https://github.com/b-vitamins/myguix.git  278e4df
Computing Guix derivation for 'x86_64-linux'...

Sincerely,
Ayan


[-- Attachment #2: Type: text/html, Size: 8309 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#72859: Segmentation fault on guix pull / guix system reconfigure
  2024-08-28 18:54 bug#72859: Segmentation fault on guix pull / guix system reconfigure Rodion Goritskov
  2024-08-29  6:27 ` bug#72859: confirmation Julian Flake
  2024-08-29  8:28 ` bug#72859: Segmentation fault on guix pull / guix system reconfigure Ayan Das via Bug reports for GNU Guix
@ 2024-08-29  9:07 ` Z572
  2024-08-29 11:53 ` Ludovic Courtès
  3 siblings, 0 replies; 5+ messages in thread
From: Z572 @ 2024-08-29  9:07 UTC (permalink / raw)
  To: Rodion Goritskov; +Cc: 72859

[-- Attachment #1: Type: text/plain, Size: 1357 bytes --]

Rodion Goritskov <rodion.goritskov@gmail.com> writes:

> Hello!
>
> Today, after successfully doing the "guix pull" command, subsequent runs
> of "guix pull" or "sudo guix system reconfigure" leads to the following
> uninformative error:
>
> rodion@bumblebee-mighty ~$ guix pull
> Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
> Segmentation fault
>
> I couldn't obtain any more information (--debug option doesn't lead to
> any additional logs)
>
> "guix describe" output is the following:
> Generation 134  Aug 28 2024 21:57:39    (current)
>   guix 0c90851
>     repository URL: https://git.savannah.gnu.org/git/guix.git
>     branch: master
>     commit: 0c908518375aea50be6dec703367c01944c8c721
>   nonguix 1d7c890
>     repository URL: https://gitlab.com/nonguix/nonguix
>     branch: master
>     commit: 1d7c890926a0f7c7abfce83b6cff42960a5f4228
>   little-guix-channel 74e2d20
>     repository URL: https://git.goritskov.com/rodion/little-guix-channel.git
>     branch: master
>     commit: 74e2d2009b6e3e8aa9d1dd8dbe5eb7553a84f46e
>   blogs f1e8181
>     repository URL: https://git.goritskov.com/rodion/blogs.git
>     branch: main
>     commit: f1e81810e56f243a168d5cb666bb45a32cab84a3

look like revert 41d05c7d65e3634e0986ac108ca8df68b141e9be (gnu: guile-git: Switch to libgit2 1.8.) can fix it.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#72859: Segmentation fault on guix pull / guix system reconfigure
  2024-08-28 18:54 bug#72859: Segmentation fault on guix pull / guix system reconfigure Rodion Goritskov
                   ` (2 preceding siblings ...)
  2024-08-29  9:07 ` Z572
@ 2024-08-29 11:53 ` Ludovic Courtès
  3 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2024-08-29 11:53 UTC (permalink / raw)
  To: Rodion Goritskov; +Cc: 72859

Hi,

Rodion Goritskov <rodion.goritskov@gmail.com> skribis:

> Today, after successfully doing the "guix pull" command, subsequent runs
> of "guix pull" or "sudo guix system reconfigure" leads to the following
> uninformative error:
>
> rodion@bumblebee-mighty ~$ guix pull
> Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
> Segmentation fault

Turns out my libgit2 fix was partial.  Fixed with
d5312370b46ace47e138d84e1bb28e5651cee94b.

To come back to a usable state, you can do:

  guix pull --roll-back && guix pull

Alternatively, you can run ‘guix pull’ using another, bug-free ‘guix’,
as in:

  /run/current-system/profile/bin/guix pull

Thanks for quickly reporting the bug!

Ludo’.




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-08-29 20:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-28 18:54 bug#72859: Segmentation fault on guix pull / guix system reconfigure Rodion Goritskov
2024-08-29  6:27 ` bug#72859: confirmation Julian Flake
2024-08-29  8:28 ` bug#72859: Segmentation fault on guix pull / guix system reconfigure Ayan Das via Bug reports for GNU Guix
2024-08-29  9:07 ` Z572
2024-08-29 11:53 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).