diff mbox series

[bug#69538] : Update Nyxt to 3.11.4

Message ID 87le6ywacd.fsf@gmail.com
State New
Headers show
Series [bug#69538] : Update Nyxt to 3.11.4 | expand

Commit Message

André A. Gomes March 4, 2024, 10:38 a.m. UTC
Attached, thanks.

Comments

Guillaume Le Vaillant March 5, 2024, 12:25 p.m. UTC | #1
I tried to test this update, but Nyxt crashes with the following error:

--8<---------------cut here---------------start------------->8---
$ ./pre-inst-env guix shell nyxt -- nyxt -I

Nyxt version 3.11.4
<INFO> [13:26:14] Source location: #P"/gnu/store/qfrj51yy20v55lkwlxqc77cqavcyf148-nyxt-3.11.3/share/nyxt/"
<INFO> [13:26:14] Listening to socket: #P"/run/user/1000/nyxt/nyxt.socket"
CORRUPTION WARNING in SBCL pid 7807 tid 7845:
Memory fault at 0x633932b1 (pc=0x5499b5a5 [code 0x5499b530+0x75 ID 0x406b], fp=0x7f670390da48, sp=0x7f670390da30) tid 7845
The integrity of this image is possibly compromised.
Continuing with fingers crossed.
<WARN> [13:26:14] Warning: Error on GI-GTK thread: Unhandled memory fault at #x633932B1.
--8<---------------cut here---------------end--------------->8---

Does Nyxt start successfully for you?
André A. Gomes March 11, 2024, 10:05 a.m. UTC | #2
Guillaume Le Vaillant <glv@posteo.net> writes:

> I tried to test this update, but Nyxt crashes with the following error:
>
> $ ./pre-inst-env guix shell nyxt -- nyxt -I
>
> Nyxt version 3.11.4
> <INFO> [13:26:14] Source location: #P"/gnu/store/qfrj51yy20v55lkwlxqc77cqavcyf148-nyxt-3.11.3/share/nyxt/"
> <INFO> [13:26:14] Listening to socket: #P"/run/user/1000/nyxt/nyxt.socket"
> CORRUPTION WARNING in SBCL pid 7807 tid 7845:
> Memory fault at 0x633932b1 (pc=0x5499b5a5 [code 0x5499b530+0x75 ID 0x406b], fp=0x7f670390da48, sp=0x7f670390da30) tid 7845
> The integrity of this image is possibly compromised.
> Continuing with fingers crossed.
> <WARN> [13:26:14] Warning: Error on GI-GTK thread: Unhandled memory fault at #x633932B1.
>
> Does Nyxt start successfully for you?

Hi Guillaume,

Yes, it starts successfully for me.  I can't reproduce your report...
Guillaume Le Vaillant March 11, 2024, 10:27 a.m. UTC | #3
I can't reproduce the crash anymore (maybe the webkitgtk update fixed
it...), so patch pushed as c72d8feb1fca60164be980bbc66f48c9360d94a6.
Thanks.
diff mbox series

Patch

From 06472d1dfb9160a5c5d1a96e3889ac11c713b81e Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Mon, 4 Mar 2024 12:34:23 +0200
Subject: [PATCH 1/2] gnu: nyxt: Update to 3.11.4.

* gnu/packages/web-browsers.scm (nyxt): Update to 3.11.4.
---
 gnu/packages/web-browsers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 84f5c9f0eb..ae875551c1 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -590,7 +590,7 @@  (define-public vimb
 (define-public nyxt
   (package
     (name "nyxt")
-    (version "3.11.3")
+    (version "3.11.4")
     (source
      (origin
        (method git-fetch)
@@ -599,7 +599,7 @@  (define-public nyxt
              (commit version)))
        (sha256
         (base32
-         "0vp3w9a3zzn9kbq48a4b1nylrn1i4ibwxpl377yq04ggqkd6fi9a"))
+         "1c1kiwa7chm491gpzihpqv33ysmxfp83gw6wcsbq72hkwir6kf74"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
-- 
2.41.0