unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#63255: Firefox crashes when triggering file dialog open
@ 2023-05-04  2:00 Steven Roose
  2023-05-04  7:33 ` Giovanni Biscuolo
  2023-05-04  8:43 ` Josselin Poiret via Bug reports for GNU Guix
  0 siblings, 2 replies; 5+ messages in thread
From: Steven Roose @ 2023-05-04  2:00 UTC (permalink / raw)
  To: 63255

Whenever I right click and "safe image as" or when I try to do a file 
upload, firefox segfaults.


This is an excerpt trying to save google's logo to disk:


** Gtk:ERROR:gtkiconhelper.c:494:ensure_surface_for_gicon: assertion 
failed (error == NULL): Failed to load 
/run/current-system/profile/share/icons/Adwaita/16x16/status/image-missing.png: 
Unrecognized image file format (gdk-pixbuf-error-quark, 3) Bail out! 
Gtk:ERROR:gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed 
(error == NULL): Failed to load 
/run/current-system/profile/share/icons/Adwaita/16x16/status/image-missing.png: 
Unrecognized image file format (gdk-pixbuf-error-quark, 3) Redirecting 
call to abort() to mozalloc_abort





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

* bug#63255: Firefox crashes when triggering file dialog open
  2023-05-04  2:00 bug#63255: Firefox crashes when triggering file dialog open Steven Roose
@ 2023-05-04  7:33 ` Giovanni Biscuolo
  2023-05-04  8:43 ` Josselin Poiret via Bug reports for GNU Guix
  1 sibling, 0 replies; 5+ messages in thread
From: Giovanni Biscuolo @ 2023-05-04  7:33 UTC (permalink / raw)
  To: Steven Roose, 63255

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

Hello Steven,

Steven Roose <steven@roose.io> writes:

> Whenever I right click and "safe image as" or when I try to do a file 
> upload, firefox segfaults.

Firefox is not distributed in the official Guix channel, do yo use a
third-party channel to install it?

> This is an excerpt trying to save google's logo to disk:
>
> ** Gtk:ERROR:gtkiconhelper.c:494:ensure_surface_for_gicon: assertion 
> failed (error == NULL): Failed to load 
> /run/current-system/profile/share/icons/Adwaita/16x16/status/image-missing.png: 
> Unrecognized image file format (gdk-pixbuf-error-quark, 3) Bail out! 

[...]

Strange error, what is the output of this command please:

--8<---------------cut here---------------start------------->8---

file /run/current-system/profile/share/icons/Adwaita/16x16/status/image-missing.png

--8<---------------cut here---------------end--------------->8---

Best regards, Gio'

-- 
Giovanni Biscuolo

Xelera IT Infrastructures

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

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

* bug#63255: Firefox crashes when triggering file dialog open
  2023-05-04  2:00 bug#63255: Firefox crashes when triggering file dialog open Steven Roose
  2023-05-04  7:33 ` Giovanni Biscuolo
@ 2023-05-04  8:43 ` Josselin Poiret via Bug reports for GNU Guix
  2023-05-05 17:27   ` steven
  1 sibling, 1 reply; 5+ messages in thread
From: Josselin Poiret via Bug reports for GNU Guix @ 2023-05-04  8:43 UTC (permalink / raw)
  To: Steven Roose, 63255

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

Hi Steven,

Steven Roose <steven@roose.io> writes:

> Whenever I right click and "safe image as" or when I try to do a file 
> upload, firefox segfaults.
>
>
> This is an excerpt trying to save google's logo to disk:
>
>
> ** Gtk:ERROR:gtkiconhelper.c:494:ensure_surface_for_gicon: assertion 
> failed (error == NULL): Failed to load 
> /run/current-system/profile/share/icons/Adwaita/16x16/status/image-missing.png: 
> Unrecognized image file format (gdk-pixbuf-error-quark, 3) Bail out! 
> Gtk:ERROR:gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed 
> (error == NULL): Failed to load 
> /run/current-system/profile/share/icons/Adwaita/16x16/status/image-missing.png: 
> Unrecognized image file format (gdk-pixbuf-error-quark, 3) Redirecting 
> call to abort() to mozalloc_abort

Does this happen if you start firefox through `guix shell gdk-pixbuf
librsvg -- firefox`?

Best,
-- 
Josselin Poiret

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

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

* bug#63255: Firefox crashes when triggering file dialog open
  2023-05-04  8:43 ` Josselin Poiret via Bug reports for GNU Guix
@ 2023-05-05 17:27   ` steven
  2023-05-05 18:36     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 1 reply; 5+ messages in thread
From: steven @ 2023-05-05 17:27 UTC (permalink / raw)
  To: Josselin Poiret, 63255

Ah, my apologies, I forgot Firefox is part of nonguix. I suppose I'm expected to report there and close this issue? I don't know how to close an issue here though.

As for your inquiries:


$ file /run/current-system/profile/share/icons/Adwaita/16x16/status/image-missing.png
/run/current-system/profile/share/icons/Adwaita/16x16/status/image-missing.png: symbolic link to /gnu/store/bdg4a8zqcz96pm6as8fhl1dk3gz8cchj-gtk-icon-themes/share/icons/Adwaita/16x16/status/image-missing.png
$ file /gnu/store/bdg4a8zqcz96pm6as8fhl1dk3gz8cchj-gtk-icon-themes/share/icons/Adwaita/16x16/status/image-missing.png
/gnu/store/bdg4a8zqcz96pm6as8fhl1dk3gz8cchj-gtk-icon-themes/share/icons/Adwaita/16x16/status/image-missing.png: PNG image data, 16 x 16, 8-bit/color RGBA, non-interlaced


And yes it also happens when I run `guix shell gdk-pixbuf librsvg -- firefox`.


On 5/4/23 9:43 AM, Josselin Poiret <dev@jpoiret.xyz> wrote:
> Hi Steven,
> 
> Steven Roose <steven@roose.io> writes:
> 
> > Whenever I right click and "safe image as" or when I try to do a file
> > upload, firefox segfaults.
> >
> >
> > This is an excerpt trying to save google's logo to disk:
> >
> >
> > ** Gtk:ERROR:gtkiconhelper.c:494:ensure_surface_for_gicon: assertion
> > failed (error == NULL): Failed to load
> > /run/current-system/profile/share/icons/Adwaita/16x16/status/image-missing.png:
> > Unrecognized image file format (gdk-pixbuf-error-quark, 3) Bail out!
> > Gtk:ERROR:gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed
> > (error == NULL): Failed to load
> > /run/current-system/profile/share/icons/Adwaita/16x16/status/image-missing.png:
> > Unrecognized image file format (gdk-pixbuf-error-quark, 3) Redirecting
> > call to abort() to mozalloc_abort
> 
> Does this happen if you start firefox through `guix shell gdk-pixbuf
> librsvg -- firefox`?
> 
> Best,
> 




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

* bug#63255: Firefox crashes when triggering file dialog open
  2023-05-05 17:27   ` steven
@ 2023-05-05 18:36     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 0 replies; 5+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2023-05-05 18:36 UTC (permalink / raw)
  To: Josselin Poiret, 63255-done

See the To: field of this message.  Done!  :-)

Kind regards,

T G-R

Sent on the go.  Excuse or enjoy my brevity.




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

end of thread, other threads:[~2023-05-05 18:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-04  2:00 bug#63255: Firefox crashes when triggering file dialog open Steven Roose
2023-05-04  7:33 ` Giovanni Biscuolo
2023-05-04  8:43 ` Josselin Poiret via Bug reports for GNU Guix
2023-05-05 17:27   ` steven
2023-05-05 18:36     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix

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).