Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory Access Error on opening App page #439

Open
leogott opened this issue Apr 1, 2024 · 2 comments
Open

Memory Access Error on opening App page #439

leogott opened this issue Apr 1, 2024 · 2 comments

Comments

@leogott
Copy link

leogott commented Apr 1, 2024

pop-shop crashes when clicking on Github Desktop in the search results

  1. open pop-shop
  2. type github in the search bar
  3. click on the first result ("Github Desktop")

below is the output when opening the shop from the console. (Only the last line happened after clicking)

user@computer:~$ io.elementary.appcenter 

** (io.elementary.appcenter:96977): CRITICAL **: 15:53:20.233: app_center_widgets_banner_construct: assertion 'package != NULL' failed

(io.elementary.appcenter:96977): GLib-GObject-CRITICAL **: 15:53:20.233: g_object_ref_sink: assertion 'G_IS_OBJECT (object)' failed

(io.elementary.appcenter:96977): Gtk-CRITICAL **: 15:53:20.233: gtk_container_add: assertion 'GTK_IS_WIDGET (widget)' failed

(io.elementary.appcenter:96977): Gtk-CRITICAL **: 15:53:22.238: gtk_revealer_set_reveal_child: assertion 'GTK_IS_REVEALER (revealer)' failed

(io.elementary.appcenter:96977): Gtk-CRITICAL **: 15:53:22.546: gtk_revealer_set_reveal_child: assertion 'GTK_IS_REVEALER (revealer)' failed

(io.elementary.appcenter:96977): Gtk-CRITICAL **: 15:53:25.464: gtk_revealer_set_reveal_child: assertion 'GTK_IS_REVEALER (revealer)' failed

(io.elementary.appcenter:96977): Handy-CRITICAL **: 15:53:27.596: hdy_carousel_box_get_nth_child: assertion 'n < hdy_carousel_box_get_n_pages (self)' failed

(io.elementary.appcenter:96977): Handy-CRITICAL **: 15:53:27.596: hdy_carousel_box_scroll_to: assertion 'GTK_IS_WIDGET (widget)' failed

(io.elementary.appcenter:96977): Gtk-CRITICAL **: 15:53:27.608: gtk_revealer_set_reveal_child: assertion 'GTK_IS_REVEALER (revealer)' failed

(io.elementary.appcenter:96977): Gtk-CRITICAL **: 15:53:27.609: gtk_container_remove: assertion 'GTK_IS_WIDGET (widget)' failed
Speicherzugriffsfehler (Speicherabzug geschrieben)
@MathiasYde
Copy link

MathiasYde commented Apr 15, 2024

Same issue for me. Can't even uninstall it now to install the other one

edit: doing apt list --installed | grep github revealed the package name which can be used in sudo apt remove

@jacobgkau
Copy link
Member

Got this at the crash when running a debug build with gdb:

Thread 77 "content-loading" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe2a00640 (LWP 12773)]
0x00007ffff7069f1b in as_image_get_url () from /lib/x86_64-linux-gnu/libappstream.so.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants