Bug 441381
Summary: | RAWHIDE PackageKit dialogs do not appear when using KDE | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Shawn Starr <shawn.starr> |
Component: | PackageKit | Assignee: | Robin Norwood <robin.norwood> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | rdieter, richard, tim.lauridsen |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-04-12 09:38:10 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 421891, 441857 |
Description
Shawn Starr
2008-04-07 19:44:59 UTC
Can you please run: gpk-update-viewer --verbose and attach the output to this bug. Thanks. $ gpk-update-viewer --verbose TI:21:11:53 TH:0x90d6d68 FI:pk-debug.c FN:pk_debug_init,248 - Verbose debugging 1 (on console 1) TI:21:11:53 TH:0x90d6d68 FI:pk-connection.c FN:pk_connection_connection_changed_cb,129 - emit connection-changed: 1 TI:21:11:53 TH:0x90d6d68 FI:pk-client.c FN:pk_client_connect,3342 - connect TI:21:11:53 TH:0x90d6d68 FI:pk-client.c FN:pk_client_connect,3342 - connect TI:21:11:53 TH:0x90d6d68 FI:pk-job-list.c FN:pk_job_list_connect,195 - connect TI:21:11:54 TH:0x90d6d68 FI:pk-client.c FN:pk_client_allocate_transaction_id,1261 - Got tid: '2;cdacedae;data' TI:21:11:54 TH:0x90d6d68 FI:pk-client.c FN:pk_client_change_status,632 - emit status-changed wait (gpk-update-viewer:3289): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `pixbuf != NULL' failed (gpk-update-viewer:3289): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf != NULL' failed (gpk-update-viewer:3289): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed Segmentation fault quick gdb bt: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb7fec720 (LWP 3319)] 0x0804c92f in g_cclosure_marshal_VOID__STRING () (gdb) bt #0 0x0804c92f in g_cclosure_marshal_VOID__STRING () #1 0x0804cad5 in g_cclosure_marshal_VOID__STRING () #2 0x0804e28d in g_cclosure_marshal_VOID__STRING () #3 0x004265d6 in __libc_start_main () from /lib/libc.so.6 #4 0x0804bfd1 in g_cclosure_marshal_VOID__STRING () I'm thinking somehow the images/pixmaps are not being shown causing this crash. Since the about dialog which does appear has no packagekit logo icon even. Can you reproduce this if you use konsole in gnome? I really don't want to have to install the whole kde desktop to try and reproduce :-) Do you have gnome-icon-theme installed? gnome-icon-theme-2.22.0-5.fc9.noarch yep. Can you please try "thread apply all bt" in GDB instead of just "bt"? I think this is the backtrace for the wrong thread. |