GNOME Bugzilla – Bug 521874
crash in Epiphany Web Browser: Always reproducable cras...
Last modified: 2008-07-29 11:10:45 UTC
Version: 2.22.0 What were you doing when the application crashed? Always reproducable crash when closing the Page Information window. Distribution: Mandriva Linux release 2008.1 (Cooker) for i586 Gnome Release: 2.21.92 2008-02-26 (Mandriva) BugBuddy Version: 2.22.0 System: Linux 2.6.24.2-desktop-4mdv #1 SMP Thu Feb 21 19:40:50 CET 2008 i686 X Vendor: The X.Org Foundation X Vendor Release: 10400090 Selinux: No Accessibility: Enabled GTK+ Theme: Ia Ora Smooth Icon Theme: gnome Memory status: size: 171831296 vsize: 171831296 resident: 58126336 share: 27652096 rss: 58126336 rss_rlim: 4294967295 CPU usage: start_time: 1205116079 rtime: 461 utime: 134 stime: 327 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/epiphany' Using host libthread_db library "/lib/i686/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1232844176 (LWP 5811)] [New Thread -1349760112 (LWP 5823)] [New Thread -1320895600 (LWP 5820)] [New Thread -1312502896 (LWP 5819)] [New Thread -1304036464 (LWP 5818)] [New Thread -1287185520 (LWP 5816)] [New Thread -1273140336 (LWP 5813)] [New Thread -1255244912 (LWP 5812)] 0xffffe402 in __kernel_vsyscall ()
+ Trace 192129
Thread 1 (Thread -1232844176 (LWP 5811))
----------- .xsession-errors --------------------- ** (epiphany:5811): CRITICAL **: void gtk_moz_embed_get_nsIWebBrowser(GtkMozEmbed*, nsIWebBrowser**): assertion `GTK_IS_MOZ_EMBED(embed)' failed ** (epiphany:5811): CRITICAL **: page_info_dialog_constructor: assertion `dialog->priv->page_info != NULL' failed sys:1: GtkWarning: Open: missing action Open sys:1: GtkWarning: SaveAs: missing action SaveAs sys:1: GtkWarning: SetAsBackground: missing action SetAsBackground sys:1: GtkWarning: CopyMediumAddress: missing action CopyMediumAddress sys:1: GtkWarning: CopyLinkAddress: missing action CopyLinkAddress sys:1: GtkWarning: LinkSaveAs: missing action LinkSaveAs sys:1: GtkWarning: CopyMetadata: missing action CopyMetadata warning: the debug information found in "/usr/lib/debug//usr/lib/libgio-2.0.so.0.0.0.debug" does not match "/usr/lib/libgio-2.0.so.0" (CRC mismatch). Cannot access memory at address 0xe0002 Cannot access memory at address 0xe0002 --------------------------------------------------
Created attachment 107142 [details] [review] patch This fixes the crash and make the extension work properly again.
Committed to trunk. ------------------------------------------------------------------------ r1696 | cosimoc | 2008-03-12 19:27:03 +0100 (Wed, 12 Mar 2008) | 3 lines Use gtk_bin_get_child () to get the GtkMozEmbed. Fix bug #521874.
*** Bug 545291 has been marked as a duplicate of this bug. ***