Bug 151654 - Kst crashes when using JavaScript
Summary: Kst crashes when using JavaScript
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.4.0
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-31 22:36 UTC by Andrew Walker
Modified: 2007-10-31 22:37 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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