After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 434716 - crash in Epiphany Web Browser: Right clicked on a web p...
crash in Epiphany Web Browser: Right clicked on a web p...
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: Epiphany
1.0.1
Other All
: High critical
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2007-04-30 22:02 UTC by Sam Morris
Modified: 2007-05-03 22:42 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Sam Morris 2007-04-30 22:02:51 UTC
Version: 2.18.1

What were you doing when the application crashed?
Right clicked on a web page and chose 'sign' in the popup menu... I think the gpg menu items should not appear unless the user right-clicks on a text input box.


Distribution: Debian lenny/sid
Gnome Release: 2.18.1 2007-04-25 (Debian)
BugBuddy Version: 2.18.1

System: Linux 2.6.18-4-k7 #1 SMP Mon Mar 26 17:57:15 UTC 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 70101000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Clearlooks
Icon Theme: gnome

Memory status: size: 181116928 vsize: 181116928 resident: 57626624 share: 28848128 rss: 57626624 rss_rlim: 4294967295
CPU usage: start_time: 1177966871 rtime: 5775 utime: 5388 stime: 387 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/epiphany-browser'

Using host libthread_db library "/lib/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1241786672 (LWP 4089)]
[New Thread -1309070448 (LWP 7586)]
[New Thread -1252693104 (LWP 7516)]
[New Thread -1299997808 (LWP 7427)]
[New Thread -1274037360 (LWP 4369)]
[New Thread -1261085808 (LWP 4263)]
0xb7f3b410 in ?? ()


----------- .xsession-errors ---------------------
** Message: drive = 0
** Message: volume = 0
** Message: drive = 0
** Message: volume = 0
** Message: drive = 0
** Message: volume = 0
** Message: drive = 0
** Message: volume = 0
** Message: drive = 0
** Message: volume = 0
** Message: drive = 0
** Message: volume = 0
** Message: drive = 0
** Message: volume = 0
Failed to read a valid object file image from memory.
--------------------------------------------------
Comment 1 Sam Morris 2007-05-01 08:50:43 UTC
Better backtrace:

  • #0 sign_seahorse_cb
    at seahorse-extension.c line 294
  • #1 g_cclosure_marshal_VOID__VOID
    from /usr/lib/libgobject-2.0.so.0
  • #2 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #3 ??
    from /usr/lib/libgobject-2.0.so.0
  • #4 ??
  • #5 ??

Comment 2 Adam Schreiber 2007-05-03 22:42:57 UTC
This should have been fixed by the following commit.  Please reopen the bug if it does not.

2007-04-15  Adam Schreiber  <sadam@clemson.edu>
    
    * plugins/epiphany/seahorse-extension.c: Fix problem with context
    menu items always appearing.

This should be present in HEAD and the tip of the gnome-2-18 branch.