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 65960 - Crash on javascript URL, crash on recovery.
Crash on javascript URL, crash on recovery.
Status: RESOLVED DUPLICATE of bug 65399
Product: galeon
Classification: Deprecated
Component: general
1.0.x
Other Linux
: Normal major
: ---
Assigned To: Yanko Kaneti
Yanko Kaneti
Depends on:
Blocks:
 
 
Reported: 2001-12-02 05:23 UTC by nat
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description nat 2001-12-02 05:23:25 UTC
When a new tab gets an invalid URL in the form "javascript:function()",
galeon segfaults (this happens frequently when I hit the middle mouse
button  to open new tab on links with javascript code). On restarting
galeon, if I try to recover the previous session, it hits the same problem
and segfaults again.

If you drop in a session_crashed.xml like the one below, you'll see the
problem upon restoring the session:
<?xml version="2.0"?>
<session>
  <window x="0" y="0" width="1022" height="672">
    <embed url="javascript:function('param')" title="Untitled"/>
    <embed url="http://bugzilla.gnome.org/enter_bug.cgi?product=galeon"
title="Login"/>
  </window>
</session>
Comment 1 Yanko Kaneti 2001-12-02 18:57:18 UTC

*** This bug has been marked as a duplicate of 65399 ***