This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 101120 - Prevent evaluation of process-dangerous method
Summary: Prevent evaluation of process-dangerous method
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
: 112670 (view as bug list)
Depends on:
Blocks: 112670
  Show dependency tree
 
Reported: 2007-04-16 11:07 UTC by Martin Krauskopf
Modified: 2011-01-28 20:10 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Krauskopf 2007-04-16 11:07:44 UTC
At least balloon evaluation of methods like Kernel.exit(). Maybe just override
default method behavior in the backend during evaluation phase. Or run them in
some kind of sandbox.
Comment 1 Jiri Kovalsky 2007-07-03 14:11:47 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 2 Martin Krauskopf 2007-09-18 08:37:53 UTC
*** Issue 112670 has been marked as a duplicate of this issue. ***
Comment 3 Martin Krauskopf 2007-09-24 12:09:43 UTC
See and consider Tor's note on the NetBeans Ruby Users ML:

  http://ruby.netbeans.org/servlets/ReadMsg?list=users&msgNo=181

Using modifiers key for evaluating state-changing expressions.