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

Appcenter crashes without apphub ppa #153

Closed
GiltosMx opened this issue Mar 23, 2017 · 5 comments
Closed

Appcenter crashes without apphub ppa #153

GiltosMx opened this issue Mar 23, 2017 · 5 comments
Assignees
Labels
Priority: High To be addressed after any critical issues
Milestone

Comments

@GiltosMx
Copy link
Contributor

GiltosMx commented Mar 23, 2017

elementary/appcenter#1  0x0000000000427921 in app_center_homepage_construct ()
elementary/appcenter#2  0x000000000041d452 in ?? ()
elementary/triage#46  0x00007ffff5afe149 in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
elementary/appcenter#4  0x00007ffff5b001b5 in g_object_new_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
elementary/appcenter#5  0x00007ffff5b00521 in g_object_new () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
elementary/appcenter#6  0x000000000041c947 in app_center_main_window_construct ()
elementary/appcenter#7  0x000000000041af59 in ?? ()
elementary/appcenter#8  0x00007ffff5af91d4 in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
elementary/appcenter#9  0x00007ffff5b139a6 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
elementary/appcenter#10 0x00007ffff5b1408f in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
elementary/settings-daemon#92 0x00007ffff75abae6 in ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
elementary/appcenter#12 0x00007ffff75abcd2 in g_application_run () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
elementary/appcenter#13 0x00007ffff7b6f390 in granite_application_run () from /usr/lib/x86_64-linux-gnu/libgranite.so.3
elementary/appcenter#14 0x000000000041ba58 in _vala_main ()
elementary/appcenter#15 0x00007ffff518d830 in __libc_start_main (main=0x410cb0 <main>, argc=1, argv=0x7fffffffde18, 
    init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffde08)
    at ../csu/libc-start.c:291
elementary/appcenter#16 0x0000000000410cf9 in _start ()```
@danirabbit danirabbit added this to the juno-beta1 milestone Mar 23, 2017
@danirabbit danirabbit added the Priority: High To be addressed after any critical issues label Mar 23, 2017
@Philip-Scott
Copy link
Member

Can confirm, this is most likely the reason @cassidyjames was crashing. We might be missing a nullcheck in AppCenterCore

@donadigo
Copy link
Contributor

@Philip-Scott get_package_for_id should never be called with id as null , but the method itself can actually be wrong, it needs some debugging anyway.

@Philip-Scott
Copy link
Member

I think @GiltosMx wanted to fix it :) I bet that info will help, thanks!

@Philip-Scott
Copy link
Member

I think that the problema is not that the ID is null, but that the package doesn't exist. That ID is taken from the Houston API. And it might be trying to get a package that doesn't yet exist

@danirabbit
Copy link
Member

Resolved in #158

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: High To be addressed after any critical issues
Projects
None yet
Development

No branches or pull requests

4 participants