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 171261 - Epiphany never ends if an exception is raised and not catched
Epiphany never ends if an exception is raised and not catched
Status: RESOLVED OBSOLETE
Product: epiphany
Classification: Core
Component: [obsolete] Bindings:Python
git master
Other Linux
: High critical
: Ephy/XR
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-22 20:09 UTC by Jean-François Rameau
Modified: 2009-08-21 22:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Rameau 2005-03-22 20:09:31 UTC
Distribution/Version: Fedora core 3

Just raise an exception and don't catch it, for example insert 1 / 0 at the
beginning of the attach_window function.
Comment 1 Jean-François Rameau 2005-03-31 21:04:24 UTC
It is not completly exact.

Try this:

#!/usr/bin/env python
import epiphany
shell = epiphany.ephy_shell_get_default ()

Epiphany never ends.

Of course if you add:

1 / 0 at the bottom of the script; Epiphnay will never end too.
Comment 2 Christian Persch 2005-05-21 20:45:29 UTC
-> Epiphany
Comment 3 Christian Persch 2005-08-27 09:57:51 UTC
Hmm the problem with storing the shell is that it'll add a reference to it and
epiphany exists exactly when the shell is finalised... is this really the same
problem as an uncaught exception?
Comment 4 Javier Jardón (IRC: jjardon) 2009-08-12 22:21:27 UTC
You reported this bug a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue for you.

Can you please check again if the issue you reported here still happens in a recent version and update this report by adding a comment and adjusting the 'Version' field?

Again thank you for reporting this and sorry that it could not be fixed for the version you originally used here.

Without feedback this report will be closed as INCOMPLETE after 6 weeks.
Comment 5 Gustavo Noronha (kov) 2009-08-21 22:57:12 UTC
Python is no longer supported for writing extensions, so I consider this to be obsolete.