I just installed gnome-hearts and it crashes on startup.
I get the same backtrace as the bug submitter.


Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 47935319911392 (LWP 21008)]
0x0000000000407cce in cards_image_set_size (cards=0x0, width=93,
height=89)
    at cards-image.c:135
135             if (cards->preimage->pixbuf == NULL)


on_configure_event() passes the global variable "cards_image" which is
NULL to cards_image_set_size() as "cards" where it gets dereferenced
leading to the SEGFAULT.



Regards,
Andreas Henriksson



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to