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 310910 - crash on window.get_data("context_event")
crash on window.get_data("context_event")
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
git master
Other Linux
: High blocker
: 1.8
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2005-07-19 19:02 UTC by Guillaume Desmottes
Modified: 2005-08-03 20:29 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
stack trace of the crash (12.30 KB, text/plain)
2005-07-19 19:03 UTC, Guillaume Desmottes
Details

Description Guillaume Desmottes 2005-07-19 19:02:12 UTC
In a callback from a EphyInputPopup entry, I made
d = window.get_data("context_event")
print d

It seems that without the print, epiphany doesn't crash.
Comment 1 Guillaume Desmottes 2005-07-19 19:03:15 UTC
Created attachment 49417 [details]
stack trace of the crash
Comment 2 Christian Persch 2005-07-20 11:10:17 UTC
I think this is the same problem as bug 170105: EphyEmbedEvent is an iface on a
non-wrapped object (MozillaEmbedEvent). We just need to complete the python
bindings.
Comment 3 Christian Persch 2005-07-31 21:02:18 UTC
Fixed in cvs.
Comment 4 Christian Persch 2005-08-01 22:25:28 UTC
Still happens, re-opening.
Comment 5 Christian Persch 2005-08-03 20:29:33 UTC
It's fixed here now. You can now use window.get_context_event() instead of the
undocumented get_data call, and it works(TM) :)