[Webkit-unassigned] [Bug 20403] [Gtk] Segfault after logging in at partyliveonline.com
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Aug 16 06:35:09 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20403
------- Comment #5 from lkcl at lkcl.net 2008-08-16 06:35 PDT -------
must be run like this:
/var/src/WebKit/Programs/GtkLauncher /var/src/output/index2.html
if you run it as:
cd /var/src
/var/src/WebKit/Programs/GtkLauncher output/index2.html
you don't get a crash (don't know why)
don't look at me and say "that ain't reduced!!!!" - this is the app
that generated it:
from ui import RootPanel, VerticalPanel
from Timer import Timer
from ui import Frame
class index2:
def onModuleLoad(self):
self.panel=VerticalPanel()
RootPanel().add(self.panel)
Timer(1000, self)
def onTimer(self, t):
ad_frame = Frame("./side_ad.html")
self.panel.add(ad_frame)
RootPanel().add(self.panel)
i can't help it if those few lines of code result in 500k of javascript!!!
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list