Bug 151654

Summary: Kst crashes when using JavaScript
Product: [Applications] kst Reporter: Andrew Walker <arwalker>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 1.4.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andrew Walker 2007-10-31 22:36:19 UTC
Version:           1.4.0 (using KDE KDE 3.5.3)
Installed from:    Compiled From Sources
OS:                Linux

PROBLEM:
Kst crashes when using JavaScript

STEPS TO REPRODUCE:
Start Kst
If necessary enable the JavaScript extension
Select Tools... Show JavaScript Console 
In the JavaScript Console type the following:

p = new Plugin()
p.module

RESULTS:
Kst crashes

EXPECTED RESULTS:
Returns null
Comment 1 Andrew Walker 2007-10-31 22:37:45 UTC
SVN commit 731510 by arwalker:

BUG:151654 prevent crash in JavaScript

 M  +4 -3      bind_plugin.cpp  
 M  +1 -3      bind_pluginmodule.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=731510