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 138307 - ruby debugger stops continuing
Summary: ruby debugger stops continuing
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-26 06:23 UTC by jamespb
Modified: 2008-09-10 19:34 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
message log (1.37 MB, text/plain)
2008-06-26 06:25 UTC, jamespb
Details
messages.log with debugger options turned on (602.62 KB, text/plain)
2008-06-26 16:05 UTC, jamespb
Details
screencast of the debug session that produced the log (8.88 MB, application/octet-stream)
2008-06-26 16:08 UTC, jamespb
Details
messages.log with ruby 1.8.7 (104.27 KB, text/plain)
2008-06-26 16:59 UTC, jamespb
Details
messages.log with ruby 1.8.7 and debugger options turned on (290.51 KB, text/plain)
2008-06-26 17:11 UTC, jamespb
Details
output window contents (94.55 KB, text/plain)
2008-06-26 17:12 UTC, jamespb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jamespb 2008-06-26 06:23:25 UTC
I'm seeing the ruby debugger frequently get to a state where hitting 'continue' only goes for a short while and then
stops again.  Unfortunately, I don't have a consistent repro case, but Pete.Williams@sun.com sent a similar issue to the
mailing list - I figure it's not just me.

I'll include a log file.
Comment 1 jamespb 2008-06-26 06:24:30 UTC
Changeset 33aeb191f5f0
Product Version: NetBeans IDE Dev (Build 080625)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05
System: Linux version 2.6.22-14-generic running on i386; UTF-8; en_US (nb)
Userdir: /home/james/.netbeans/dev
Comment 2 jamespb 2008-06-26 06:25:37 UTC
Created attachment 63477 [details]
message log
Comment 3 _ pcw 2008-06-26 07:00:21 UTC
Yes I was seeing this behavior consistently when debugging rake commands today, NB dev build from 4/23, so pretty
recent.  No problem reproducing it.  Hard not too, actually.
Comment 4 Martin Krauskopf 2008-06-26 13:22:52 UTC
Thanks for the feedback to both. Kind of duplicated discussion so will not ask the same as on the dev ML:

  http://ruby.netbeans.org/servlets/BrowseList?list=dev&by=thread&from=854507

Archive note: so this started, more info on the list.
Comment 5 jamespb 2008-06-26 16:05:22 UTC
Created attachment 63518 [details]
messages.log with debugger options turned on
Comment 6 jamespb 2008-06-26 16:08:51 UTC
Created attachment 63519 [details]
screencast of the debug session that produced the log
Comment 7 jamespb 2008-06-26 16:21:28 UTC
I'm running ruby 1.8.6 (2007-09-24 patchlevel 111) [i686-linux]
Comment 8 Martin Krauskopf 2008-06-26 16:27:00 UTC
Could you attach also the content of the output windows?

But I think I really need some reproducible scenario with sample application. I think I've encountered this myself, but
thought it was fixed.

So if you could attach the output window content it would be enough.

I'll start to play with it myself. Since as you and Peter said it should not be hard to reproduce.
Comment 9 jamespb 2008-06-26 16:33:25 UTC
Waiting for connection on 'localhost:57092'
Fast Debugger (ruby-debug-ide 0.2.0) listens on localhost:57092
Starting command read loop
Processing: b /home/james/dev/caclr/test/functional/summaries_controller_test.rb:24
<breakpointAdded no="1" location="/home/james/dev/caclr/test/functional/summaries_controller_test.rb:24"/>
Processing: b /home/james/dev/caclr/test/functional/summaries_controller_test.rb:39
<breakpointAdded no="2" location="/home/james/dev/caclr/test/functional/summaries_controller_test.rb:39"/>
Processing: b /home/james/dev/caclr/app/controllers/summaries_controller.rb:19
<breakpointAdded no="3" location="/home/james/dev/caclr/app/controllers/summaries_controller.rb:19"/>
Processing: start
Starting: running program script
no implementation for this test. <false> is not true.
ActionView::TemplateError: You have a nil object when you didn't expect it! The error occurred while evaluating nil.year

    19:       <% end %>

    20:     </span>

    21:   </span>

    22:   <%= c.citation %>

    23: </span>

    24: <% render :partial => 'category_display', :collection => c.categories, :spacer_template => 'shared/br_spacer' %>

    25: <br />


    app/models/summary.rb:75:in `citation'
    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/associations/association_proxy.rb:177:in `send'
    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/associations/association_proxy.rb:177:in
`method_missing'
    app/views/summaries/_summary_standard.rhtml:22:in `_run_erb_47app47views47summaries47_summary_standard46rhtml'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/base.rb:338:in `send'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/base.rb:338:in `execute'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/template_handlers/compilable.rb:29:in `send'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/template_handlers/compilable.rb:29:in `render'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/partial_template.rb:20:in `render'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:26:in `benchmark'
    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:26:in `benchmark'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/partial_template.rb:19:in `render'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/template.rb:22:in `render_template'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/partials.rb:110:in
`render_partial_without_active_scaffold'
    vendor/plugins/active_scaffold/lib/extensions/action_view_rendering.rb:69:in `render_partial'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/base.rb:273:in `render_without_active_scaffold'
    vendor/plugins/active_scaffold/lib/extensions/action_view_rendering.rb:60:in `render'
    app/views/summaries/case_of_the_day.html.erb:2:in `_run_erb_47app47views47summaries47case_of_the_day46html46erb'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/helpers/capture_helper.rb:141:in `call'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/helpers/capture_helper.rb:141:in
`capture_erb_with_buffer'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/helpers/capture_helper.rb:44:in `capture'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/helpers/capture_helper.rb:125:in `content_for'
    app/views/summaries/case_of_the_day.html.erb:1:in `_run_erb_47app47views47summaries47case_of_the_day46html46erb'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/base.rb:338:in `send'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/base.rb:338:in `execute'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/template_handlers/compilable.rb:29:in `send'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/template_handlers/compilable.rb:29:in `render'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/template.rb:35:in `render'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/template.rb:22:in `render_template'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/base.rb:245:in `render_file'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1108:in `render_for_file'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:841:in `render_with_no_layout'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/layout.rb:251:in `render_without_benchmark'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:51:in
`render_without_active_scaffold'
    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:51:in
`render_without_active_scaffold'
    vendor/plugins/active_scaffold/lib/extensions/action_controller_rendering.rb:22:in `render'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1157:in `default_render'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1168:in
`perform_action_without_filters'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in
`perform_action_without_benchmark'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in
`perform_action_without_rescue'
    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in
`perform_action_without_rescue'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in
`perform_action_without_caching'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
   
/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in
`cache'
    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in
`process_without_session_management_support'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in
`process_without_test'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb:16:in `process'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb:394:in `process'
    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb:365:in `get'
    test/functional/summaries_controller_test.rb:18:in `test_get_case_of_the_day_should_return_success'
    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb:67:in `__send__'
    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb:67:in `run'
    /usr/local/lib/ruby/1.8/test/unit/testsuite.rb:34:in `run'
    /usr/local/lib/ruby/1.8/test/unit/testsuite.rb:33:in `each'
    /usr/local/lib/ruby/1.8/test/unit/testsuite.rb:33:in `run'
    /usr/local/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb:46:in `run_suite'
    /home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb:128:in `run_mediator'
    /home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb:123:in `each'
    /home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb:123:in `run_mediator'
    /home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb:187
    /usr/local/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.2.0/lib/ruby-debug.rb:96:in `debug_load'
    /usr/local/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.2.0/lib/ruby-debug.rb:96:in `main'
    /usr/local/lib/ruby/gems/1.8/gems/ruby-debug-ide-0.2.0/bin/rdebug-ide:74
    /usr/local/bin/rdebug-ide:19:in `load'
    /usr/local/bin/rdebug-ide:19
<breakpoint file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="19" threadId="1"/>
Stopping Thread #<Thread:0xb7dd6708>
Threads equal: true
Processing: th l
<threads>
<thread id="1" status="sleep" />
</threads>
Processing: w
Processing context: w
<frames>
<frame no="1" file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="19" current="true" />
<frame no="2" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="3" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="4" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="580" />
<frame no="5" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="573" />
<frame no="6" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="7" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="8" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb" line="201" />
<frame no="9" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="13" />
<frame no="10" file="/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb" line="8" />
<frame no="11" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="12" />
<frame no="12" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="13" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="14" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="569" />
<frame no="15" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb"
line="130" />
<frame no="16" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="16" />
<frame no="17" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="394" />
<frame no="18" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="365" />
<frame no="19" file="/home/james/dev/caclr/test/functional/summaries_controller_test.rb" line="38" />
<frame no="20"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="21"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="22" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="34" />
<frame no="23" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="33" />
<frame no="24" file="/usr/local/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb" line="46" />
<frame no="25" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="128" />
<frame no="26" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="123" />
<frame no="27" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="187" />
</frames>
Processing: frame 1; v l
Processing context: frame 1
Selected frame no 0
Processing context:  v l
<variables>
<variable name="self" kind="local" value="#&lt;SummariesController:0xb6ff55bc&gt;" type="SummariesController"
hasChildren="true" objectId="-0x24805522"/>
<variable name="cats" kind="local"/>
<variable name="conditions" kind="local"/>
<variable name="search_string" kind="local"/>
<variable name="shared_arguments" kind="local"/>
</variables>
Processing: frame 1; next
Processing context: frame 1
Selected frame no 0
Processing context:  next
Resumed Thread #<Thread:0xb7dd6708>
<suspended file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="20" threadId="1" frames="27"/>
Stopping Thread #<Thread:0xb7dd6708>
Threads equal: true
Processing: th l
<threads>
<thread id="1" status="sleep" />
</threads>
Processing: w
Processing context: w
<frames>
<frame no="1" file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="20" current="true" />
<frame no="2" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="3" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="4" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="580" />
<frame no="5" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="573" />
<frame no="6" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="7" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="8" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb" line="201" />
<frame no="9" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="13" />
<frame no="10" file="/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb" line="8" />
<frame no="11" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="12" />
<frame no="12" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="13" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="14" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="569" />
<frame no="15" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb"
line="130" />
<frame no="16" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="16" />
<frame no="17" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="394" />
<frame no="18" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="365" />
<frame no="19" file="/home/james/dev/caclr/test/functional/summaries_controller_test.rb" line="38" />
<frame no="20"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="21"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="22" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="34" />
<frame no="23" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="33" />
<frame no="24" file="/usr/local/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb" line="46" />
<frame no="25" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="128" />
<frame no="26" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="123" />
<frame no="27" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="187" />
</frames>
Processing: frame 1; v l
Processing context: frame 1
Selected frame no 0
Processing context:  v l
<variables>
<variable name="self" kind="local" value="#&lt;SummariesController:0xb6ff55bc&gt;" type="SummariesController"
hasChildren="true" objectId="-0x24805522"/>
<variable name="cats" kind="local"/>
<variable name="conditions" kind="local" value="Empty Array" type="Array" hasChildren="false" objectId="-0x24847d78"/>
<variable name="search_string" kind="local"/>
<variable name="shared_arguments" kind="local"/>
</variables>
Processing: frame 1; next
Processing context: frame 1
Selected frame no 0
Processing context:  next
Resumed Thread #<Thread:0xb7dd6708>
<suspended file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="20" threadId="1" frames="27"/>
Stopping Thread #<Thread:0xb7dd6708>
Threads equal: true
Processing: th l
<threads>
<thread id="1" status="sleep" />
</threads>
Processing: w
Processing context: w
<frames>
<frame no="1" file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="20" current="true" />
<frame no="2" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="3" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="4" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="580" />
<frame no="5" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="573" />
<frame no="6" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="7" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="8" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb" line="201" />
<frame no="9" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="13" />
<frame no="10" file="/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb" line="8" />
<frame no="11" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="12" />
<frame no="12" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="13" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="14" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="569" />
<frame no="15" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb"
line="130" />
<frame no="16" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="16" />
<frame no="17" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="394" />
<frame no="18" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="365" />
<frame no="19" file="/home/james/dev/caclr/test/functional/summaries_controller_test.rb" line="38" />
<frame no="20"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="21"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="22" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="34" />
<frame no="23" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="33" />
<frame no="24" file="/usr/local/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb" line="46" />
<frame no="25" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="128" />
<frame no="26" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="123" />
<frame no="27" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="187" />
</frames>
Processing: frame 1; v l
Processing context: frame 1
Selected frame no 0
Processing context:  v l
<variables>
<variable name="self" kind="local" value="#&lt;SummariesController:0xb6ff55bc&gt;" type="SummariesController"
hasChildren="true" objectId="-0x24805522"/>
<variable name="cats" kind="local"/>
<variable name="conditions" kind="local" value="Empty Array" type="Array" hasChildren="false" objectId="-0x24847d78"/>
<variable name="search_string" kind="local"/>
<variable name="shared_arguments" kind="local"/>
</variables>
Processing: frame 1; next
Processing context: frame 1
Selected frame no 0
Processing context:  next
Resumed Thread #<Thread:0xb7dd6708>
<suspended file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="23" threadId="1" frames="27"/>
Stopping Thread #<Thread:0xb7dd6708>
Threads equal: true
Processing: th l
<threads>
<thread id="1" status="sleep" />
</threads>
Processing: w
Processing context: w
<frames>
<frame no="1" file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="23" current="true" />
<frame no="2" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="3" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="4" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="580" />
<frame no="5" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="573" />
<frame no="6" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="7" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="8" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb" line="201" />
<frame no="9" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="13" />
<frame no="10" file="/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb" line="8" />
<frame no="11" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="12" />
<frame no="12" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="13" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="14" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="569" />
<frame no="15" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb"
line="130" />
<frame no="16" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="16" />
<frame no="17" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="394" />
<frame no="18" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="365" />
<frame no="19" file="/home/james/dev/caclr/test/functional/summaries_controller_test.rb" line="38" />
<frame no="20"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="21"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="22" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="34" />
<frame no="23" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="33" />
<frame no="24" file="/usr/local/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb" line="46" />
<frame no="25" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="128" />
<frame no="26" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="123" />
<frame no="27" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="187" />
</frames>
Processing: frame 1; v l
Processing context: frame 1
Selected frame no 0
Processing context:  v l
<variables>
<variable name="self" kind="local" value="#&lt;SummariesController:0xb6ff55bc&gt;" type="SummariesController"
hasChildren="true" objectId="-0x24805522"/>
<variable name="cats" kind="local"/>
<variable name="conditions" kind="local" value="Empty Array" type="Array" hasChildren="false" objectId="-0x24847d78"/>
<variable name="search_string" kind="local"/>
<variable name="shared_arguments" kind="local"/>
</variables>
Processing: frame 1; next
Processing context: frame 1
Selected frame no 0
Processing context:  next
Resumed Thread #<Thread:0xb7dd6708>
<suspended file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="29" threadId="1" frames="27"/>
Stopping Thread #<Thread:0xb7dd6708>
Threads equal: true
Processing: th l
<threads>
<thread id="1" status="sleep" />
</threads>
Processing: w
Processing context: w
<frames>
<frame no="1" file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="29" current="true" />
<frame no="2" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="3" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="4" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="580" />
<frame no="5" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="573" />
<frame no="6" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="7" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="8" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb" line="201" />
<frame no="9" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="13" />
<frame no="10" file="/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb" line="8" />
<frame no="11" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="12" />
<frame no="12" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="13" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="14" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="569" />
<frame no="15" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb"
line="130" />
<frame no="16" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="16" />
<frame no="17" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="394" />
<frame no="18" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="365" />
<frame no="19" file="/home/james/dev/caclr/test/functional/summaries_controller_test.rb" line="38" />
<frame no="20"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="21"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="22" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="34" />
<frame no="23" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="33" />
<frame no="24" file="/usr/local/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb" line="46" />
<frame no="25" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="128" />
<frame no="26" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="123" />
<frame no="27" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="187" />
</frames>
Processing: frame 1; v l
Processing context: frame 1
Selected frame no 0
Processing context:  v l
<variables>
<variable name="self" kind="local" value="#&lt;SummariesController:0xb6ff55bc&gt;" type="SummariesController"
hasChildren="true" objectId="-0x24805522"/>
<variable name="cats" kind="local"/>
<variable name="conditions" kind="local" value="Empty Array" type="Array" hasChildren="false" objectId="-0x24847d78"/>
<variable name="search_string" kind="local"/>
<variable name="shared_arguments" kind="local" value="Hash (4 element(s))" type="Hash" hasChildren="true"
objectId="-0x2485a48c"/>
</variables>
Processing: frame 1; next
Processing context: frame 1
Selected frame no 0
Processing context:  next
Resumed Thread #<Thread:0xb7dd6708>
<suspended file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="30" threadId="1" frames="27"/>
Stopping Thread #<Thread:0xb7dd6708>
Threads equal: true
Processing: th l
<threads>
<thread id="1" status="sleep" />
</threads>
Processing: w
Processing context: w
<frames>
<frame no="1" file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="30" current="true" />
<frame no="2" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="3" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="4" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="580" />
<frame no="5" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="573" />
<frame no="6" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="7" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="8" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb" line="201" />
<frame no="9" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="13" />
<frame no="10" file="/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb" line="8" />
<frame no="11" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="12" />
<frame no="12" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="13" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="14" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="569" />
<frame no="15" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb"
line="130" />
<frame no="16" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="16" />
<frame no="17" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="394" />
<frame no="18" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="365" />
<frame no="19" file="/home/james/dev/caclr/test/functional/summaries_controller_test.rb" line="38" />
<frame no="20"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="21"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="22" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="34" />
<frame no="23" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="33" />
<frame no="24" file="/usr/local/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb" line="46" />
<frame no="25" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="128" />
<frame no="26" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="123" />
<frame no="27" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="187" />
</frames>
Processing: frame 1; v l
Processing context: frame 1
Selected frame no 0
Processing context:  v l
<variables>
<variable name="self" kind="local" value="#&lt;SummariesController:0xb6ff55bc&gt;" type="SummariesController"
hasChildren="true" objectId="-0x24805522"/>
<variable name="cats" kind="local"/>
<variable name="conditions" kind="local" value="Empty Array" type="Array" hasChildren="false" objectId="-0x24847d78"/>
<variable name="search_string" kind="local"/>
<variable name="shared_arguments" kind="local" value="Hash (4 element(s))" type="Hash" hasChildren="true"
objectId="-0x2485a48c"/>
</variables>
Processing: frame 1; next
Processing context: frame 1
Selected frame no 0
Processing context:  next
Resumed Thread #<Thread:0xb7dd6708>
<suspended file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="31" threadId="1" frames="27"/>
Stopping Thread #<Thread:0xb7dd6708>
Threads equal: true
Processing: th l
<threads>
<thread id="1" status="sleep" />
</threads>
Processing: w
Processing context: w
<frames>
<frame no="1" file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="31" current="true" />
<frame no="2" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="3" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="4" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="580" />
<frame no="5" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="573" />
<frame no="6" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="7" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="8" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb" line="201" />
<frame no="9" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="13" />
<frame no="10" file="/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb" line="8" />
<frame no="11" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="12" />
<frame no="12" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="13" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="14" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="569" />
<frame no="15" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb"
line="130" />
<frame no="16" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="16" />
<frame no="17" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="394" />
<frame no="18" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="365" />
<frame no="19" file="/home/james/dev/caclr/test/functional/summaries_controller_test.rb" line="38" />
<frame no="20"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="21"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="22" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="34" />
<frame no="23" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="33" />
<frame no="24" file="/usr/local/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb" line="46" />
<frame no="25" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="128" />
<frame no="26" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="123" />
<frame no="27" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="187" />
</frames>
Processing: frame 1; v l
Processing context: frame 1
Selected frame no 0
Processing context:  v l
<variables>
<variable name="self" kind="local" value="#&lt;SummariesController:0xb6ff55bc&gt;" type="SummariesController"
hasChildren="true" objectId="-0x24805522"/>
<variable name="cats" kind="local" value="Array (1 element(s))" type="Array" hasChildren="true" objectId="-0x2486ae54"/>
<variable name="conditions" kind="local" value="Empty Array" type="Array" hasChildren="false" objectId="-0x24847d78"/>
<variable name="search_string" kind="local"/>
<variable name="shared_arguments" kind="local" value="Hash (4 element(s))" type="Hash" hasChildren="true"
objectId="-0x2485a48c"/>
</variables>
Processing: frame 1; next
Processing context: frame 1
Selected frame no 0
Processing context:  next
Resumed Thread #<Thread:0xb7dd6708>
<suspended file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="32" threadId="1" frames="27"/>
Stopping Thread #<Thread:0xb7dd6708>
Threads equal: true
Processing: th l
<threads>
<thread id="1" status="sleep" />
</threads>
Processing: w
Processing context: w
<frames>
<frame no="1" file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="32" current="true" />
<frame no="2" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="3" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="4" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="580" />
<frame no="5" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="573" />
<frame no="6" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="7" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="8" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb" line="201" />
<frame no="9" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="13" />
<frame no="10" file="/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb" line="8" />
<frame no="11" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="12" />
<frame no="12" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="13" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="14" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="569" />
<frame no="15" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb"
line="130" />
<frame no="16" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="16" />
<frame no="17" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="394" />
<frame no="18" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="365" />
<frame no="19" file="/home/james/dev/caclr/test/functional/summaries_controller_test.rb" line="38" />
<frame no="20"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="21"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="22" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="34" />
<frame no="23" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="33" />
<frame no="24" file="/usr/local/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb" line="46" />
<frame no="25" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="128" />
<frame no="26" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="123" />
<frame no="27" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="187" />
</frames>
Processing: frame 1; v l
Processing context: frame 1
Selected frame no 0
Processing context:  v l
<variables>
<variable name="self" kind="local" value="#&lt;SummariesController:0xb6ff55bc&gt;" type="SummariesController"
hasChildren="true" objectId="-0x24805522"/>
<variable name="cats" kind="local" value="Array (1 element(s))" type="Array" hasChildren="true" objectId="-0x2486ae54"/>
<variable name="conditions" kind="local" value="Array (1 element(s))" type="Array" hasChildren="true"
objectId="-0x24847d78"/>
<variable name="search_string" kind="local"/>
<variable name="shared_arguments" kind="local" value="Hash (4 element(s))" type="Hash" hasChildren="true"
objectId="-0x2485a48c"/>
</variables>
Processing: frame 1; next
Processing context: frame 1
Selected frame no 0
Processing context:  next
Resumed Thread #<Thread:0xb7dd6708>
<suspended file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="33" threadId="1" frames="27"/>
Stopping Thread #<Thread:0xb7dd6708>
Threads equal: true
Processing: th l
<threads>
<thread id="1" status="sleep" />
</threads>
Processing: w
Processing context: w
<frames>
<frame no="1" file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="33" current="true" />
<frame no="2" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="3" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="4" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="580" />
<frame no="5" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="573" />
<frame no="6" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="7" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="8" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb" line="201" />
<frame no="9" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="13" />
<frame no="10" file="/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb" line="8" />
<frame no="11" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="12" />
<frame no="12" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="13" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="14" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="569" />
<frame no="15" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb"
line="130" />
<frame no="16" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="16" />
<frame no="17" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="394" />
<frame no="18" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="365" />
<frame no="19" file="/home/james/dev/caclr/test/functional/summaries_controller_test.rb" line="38" />
<frame no="20"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="21"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="22" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="34" />
<frame no="23" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="33" />
<frame no="24" file="/usr/local/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb" line="46" />
<frame no="25" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="128" />
<frame no="26" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="123" />
<frame no="27" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="187" />
</frames>
Processing: frame 1; v l
Processing context: frame 1
Selected frame no 0
Processing context:  v l
<variables>
<variable name="self" kind="local" value="#&lt;SummariesController:0xb6ff55bc&gt;" type="SummariesController"
hasChildren="true" objectId="-0x24805522"/>
<variable name="cats" kind="local" value="Array (1 element(s))" type="Array" hasChildren="true" objectId="-0x2486ae54"/>
<variable name="conditions" kind="local" value="Array (2 element(s))" type="Array" hasChildren="true"
objectId="-0x24847d78"/>
<variable name="search_string" kind="local"/>
<variable name="shared_arguments" kind="local" value="Hash (4 element(s))" type="Hash" hasChildren="true"
objectId="-0x2485a48c"/>
</variables>
Processing: frame 1; step
Processing context: frame 1
Selected frame no 0
Processing context:  step
Resumed Thread #<Thread:0xb7dd6708>
<suspended file="/usr/local/lib/ruby/gems/1.8/gems/mislav-will_paginate-2.3.2/lib/will_paginate/finder.rb" line="65"
threadId="1" frames="28"/>
Stopping Thread #<Thread:0xb7dd6708>
Threads equal: true
Processing: th l
<threads>
<thread id="1" status="sleep" />
</threads>
Processing: w
Processing context: w
<frames>
<frame no="1" file="/usr/local/lib/ruby/gems/1.8/gems/mislav-will_paginate-2.3.2/lib/will_paginate/finder.rb" line="65"
current="true" />
<frame no="2" file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="33" />
<frame no="3" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="4" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="5" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="580" />
<frame no="6" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="573" />
<frame no="7" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="8" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="9" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb" line="201" />
<frame no="10" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="13" />
<frame no="11" file="/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb" line="8" />
<frame no="12" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="12" />
<frame no="13" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="14" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="15" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="569" />
<frame no="16" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb"
line="130" />
<frame no="17" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="16" />
<frame no="18" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="394" />
<frame no="19" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="365" />
<frame no="20" file="/home/james/dev/caclr/test/functional/summaries_controller_test.rb" line="38" />
<frame no="21"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="22"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="23" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="34" />
<frame no="24" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="33" />
<frame no="25" file="/usr/local/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb" line="46" />
<frame no="26" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="128" />
<frame no="27" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="123" />
<frame no="28" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="187" />
</frames>
Processing: frame 1; v l
Processing context: frame 1
Selected frame no 0
Processing context:  v l
<variables>
<variable name="self" kind="local" value="Summary" type="Class" hasChildren="true" objectId="-0x2469c474"/>
<variable name="args" kind="local" value="Array (1 element(s))" type="Array" hasChildren="true" objectId="-0x24893d9a"/>
<variable name="block" kind="local"/>
<variable name="finder" kind="local"/>
<variable name="options" kind="local"/>
<variable name="page" kind="local"/>
<variable name="per_page" kind="local"/>
<variable name="total_entries" kind="local"/>
</variables>
Processing: frame 1; next
Processing context: frame 1
Selected frame no 0
Processing context:  next
Resumed Thread #<Thread:0xb7dd6708>
<suspended file="/usr/local/lib/ruby/gems/1.8/gems/mislav-will_paginate-2.3.2/lib/will_paginate/finder.rb" line="66"
threadId="1" frames="28"/>
Stopping Thread #<Thread:0xb7dd6708>
Threads equal: true
Processing: th l
<threads>
<thread id="1" status="sleep" />
</threads>
Processing: w
Processing context: w
<frames>
<frame no="1" file="/usr/local/lib/ruby/gems/1.8/gems/mislav-will_paginate-2.3.2/lib/will_paginate/finder.rb" line="66"
current="true" />
<frame no="2" file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="33" />
<frame no="3" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="4" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="5" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="580" />
<frame no="6" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="573" />
<frame no="7" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="8" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="9" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb" line="201" />
<frame no="10" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="13" />
<frame no="11" file="/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb" line="8" />
<frame no="12" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="12" />
<frame no="13" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="14" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="15" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="569" />
<frame no="16" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb"
line="130" />
<frame no="17" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="16" />
<frame no="18" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="394" />
<frame no="19" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="365" />
<frame no="20" file="/home/james/dev/caclr/test/functional/summaries_controller_test.rb" line="38" />
<frame no="21"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="22"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="23" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="34" />
<frame no="24" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="33" />
<frame no="25" file="/usr/local/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb" line="46" />
<frame no="26" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="128" />
<frame no="27" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="123" />
<frame no="28" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="187" />
</frames>
Processing: frame 1; v l
Processing context: frame 1
Selected frame no 0
Processing context:  v l
<variables>
<variable name="self" kind="local" value="Summary" type="Class" hasChildren="true" objectId="-0x2469c474"/>
<variable name="args" kind="local" value="Empty Array" type="Array" hasChildren="false" objectId="-0x24893d9a"/>
<variable name="block" kind="local"/>
<variable name="finder" kind="local"/>
<variable name="options" kind="local" value="Hash (5 element(s))" type="Hash" hasChildren="true" objectId="-0x24893d86"/>
<variable name="page" kind="local"/>
<variable name="per_page" kind="local"/>
<variable name="total_entries" kind="local"/>
</variables>
Processing: frame 1; next
Processing context: frame 1
Selected frame no 0
Processing context:  next
Resumed Thread #<Thread:0xb7dd6708>
<suspended file="/usr/local/lib/ruby/gems/1.8/gems/mislav-will_paginate-2.3.2/lib/will_paginate/finder.rb" line="67"
threadId="1" frames="28"/>
Stopping Thread #<Thread:0xb7dd6708>
Threads equal: true
Processing: th l
<threads>
<thread id="1" status="sleep" />
</threads>
Processing: w
Processing context: w
<frames>
<frame no="1" file="/usr/local/lib/ruby/gems/1.8/gems/mislav-will_paginate-2.3.2/lib/will_paginate/finder.rb" line="67"
current="true" />
<frame no="2" file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="33" />
<frame no="3" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="4" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="5" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="580" />
<frame no="6" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="573" />
<frame no="7" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="8" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="9" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb" line="201" />
<frame no="10" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="13" />
<frame no="11" file="/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb" line="8" />
<frame no="12" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="12" />
<frame no="13" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="14" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="15" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="569" />
<frame no="16" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb"
line="130" />
<frame no="17" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="16" />
<frame no="18" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="394" />
<frame no="19" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="365" />
<frame no="20" file="/home/james/dev/caclr/test/functional/summaries_controller_test.rb" line="38" />
<frame no="21"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="22"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="23" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="34" />
<frame no="24" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="33" />
<frame no="25" file="/usr/local/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb" line="46" />
<frame no="26" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="128" />
<frame no="27" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="123" />
<frame no="28" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="187" />
</frames>
Processing: frame 1; v l
Processing context: frame 1
Selected frame no 0
Processing context:  v l
<variables>
<variable name="self" kind="local" value="Summary" type="Class" hasChildren="true" objectId="-0x2469c474"/>
<variable name="args" kind="local" value="Empty Array" type="Array" hasChildren="false" objectId="-0x24893d9a"/>
<variable name="block" kind="local"/>
<variable name="finder" kind="local"/>
<variable name="options" kind="local" value="Hash (5 element(s))" type="Hash" hasChildren="true" objectId="-0x24893d86"/>
<variable name="page" kind="local" value="1" type="Fixnum" hasChildren="false" objectId="+0x3"/>
<variable name="per_page" kind="local" value="10" type="Fixnum" hasChildren="false" objectId="+0x15"/>
<variable name="total_entries" kind="local"/>
</variables>
Processing: frame 1; next
Processing context: frame 1
Selected frame no 0
Processing context:  next
Resumed Thread #<Thread:0xb7dd6708>
<suspended file="/usr/local/lib/ruby/gems/1.8/gems/mislav-will_paginate-2.3.2/lib/will_paginate/finder.rb" line="69"
threadId="1" frames="28"/>
Stopping Thread #<Thread:0xb7dd6708>
Threads equal: true
Processing: th l
<threads>
<thread id="1" status="sleep" />
</threads>
Processing: w
Processing context: w
<frames>
<frame no="1" file="/usr/local/lib/ruby/gems/1.8/gems/mislav-will_paginate-2.3.2/lib/will_paginate/finder.rb" line="69"
current="true" />
<frame no="2" file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="33" />
<frame no="3" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="4" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="5" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="580" />
<frame no="6" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="573" />
<frame no="7" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="8" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="9" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb" line="201" />
<frame no="10" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="13" />
<frame no="11" file="/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb" line="8" />
<frame no="12" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="12" />
<frame no="13" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="14" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="15" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="569" />
<frame no="16" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb"
line="130" />
<frame no="17" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="16" />
<frame no="18" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="394" />
<frame no="19" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="365" />
<frame no="20" file="/home/james/dev/caclr/test/functional/summaries_controller_test.rb" line="38" />
<frame no="21"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="22"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="23" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="34" />
<frame no="24" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="33" />
<frame no="25" file="/usr/local/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb" line="46" />
<frame no="26" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="128" />
<frame no="27" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="123" />
<frame no="28" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="187" />
</frames>
Processing: frame 1; v l
Processing context: frame 1
Selected frame no 0
Processing context:  v l
<variables>
<variable name="self" kind="local" value="Summary" type="Class" hasChildren="true" objectId="-0x2469c474"/>
<variable name="args" kind="local" value="Empty Array" type="Array" hasChildren="false" objectId="-0x24893d9a"/>
<variable name="block" kind="local"/>
<variable name="finder" kind="local" value="find" type="String" hasChildren="false" objectId="-0x248a9384"/>
<variable name="options" kind="local" value="Hash (5 element(s))" type="Hash" hasChildren="true" objectId="-0x24893d86"/>
<variable name="page" kind="local" value="1" type="Fixnum" hasChildren="false" objectId="+0x3"/>
<variable name="per_page" kind="local" value="10" type="Fixnum" hasChildren="false" objectId="+0x15"/>
<variable name="total_entries" kind="local"/>
</variables>
Processing: frame 1; v inspect finder
Processing context: frame 1
Selected frame no 0
Processing context:  v inspect finder
Evaluating with timeout after 10 sec
<variables>
<variable name="eval_result" kind="local" value="find" type="String" hasChildren="false" objectId="-0x248a9384"/>
</variables>
Processing: frame 1; v inspect finder
Processing context: frame 1
Selected frame no 0
Processing context:  v inspect finder
Evaluating with timeout after 10 sec
<variables>
<variable name="eval_result" kind="local" value="find" type="String" hasChildren="false" objectId="-0x248a9384"/>
</variables>
Processing: frame 1; v inspect page
Processing context: frame 1
Selected frame no 0
Processing context:  v inspect page
Evaluating with timeout after 10 sec
<variables>
<variable name="eval_result" kind="local" value="1" type="Fixnum" hasChildren="false" objectId="+0x3"/>
</variables>
Processing: frame 1; v inspect per_page
Processing context: frame 1
Selected frame no 0
Processing context:  v inspect per_page
Evaluating with timeout after 10 sec
<variables>
<variable name="eval_result" kind="local" value="10" type="Fixnum" hasChildren="false" objectId="+0x15"/>
</variables>
Processing: frame 1; v inspect total_entries
Processing context: frame 1
Selected frame no 0
Processing context:  v inspect total_entries
Evaluating with timeout after 10 sec
<variables>
<variable name="eval_result" kind="local"/>
</variables>
Processing: frame 1; v inspect options
Processing context: frame 1
Selected frame no 0
Processing context:  v inspect options
Evaluating with timeout after 10 sec
<variables>
<variable name="eval_result" kind="local" value="Hash (5 element(s))" type="Hash" hasChildren="true"
objectId="-0x24893d86"/>
</variables>
Processing: frame 1; next
Processing context: frame 1
Selected frame no 0
Processing context:  next
Resumed Thread #<Thread:0xb7dd6708>
<suspended file="/usr/local/lib/ruby/gems/1.8/gems/mislav-will_paginate-2.3.2/lib/will_paginate/finder.rb" line="71"
threadId="1" frames="28"/>
Stopping Thread #<Thread:0xb7dd6708>
Threads equal: true
Processing: th l
<threads>
<thread id="1" status="sleep" />
</threads>
Processing: w
Processing context: w
<frames>
<frame no="1" file="/usr/local/lib/ruby/gems/1.8/gems/mislav-will_paginate-2.3.2/lib/will_paginate/finder.rb" line="71"
current="true" />
<frame no="2" file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="33" />
<frame no="3" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="4" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="5" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="580" />
<frame no="6" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="573" />
<frame no="7" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="8" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="9" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb" line="201" />
<frame no="10" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="13" />
<frame no="11" file="/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb" line="8" />
<frame no="12" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="12" />
<frame no="13" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="14" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="15" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="569" />
<frame no="16" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb"
line="130" />
<frame no="17" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="16" />
<frame no="18" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="394" />
<frame no="19" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="365" />
<frame no="20" file="/home/james/dev/caclr/test/functional/summaries_controller_test.rb" line="38" />
<frame no="21"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="22"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="23" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="34" />
<frame no="24" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="33" />
<frame no="25" file="/usr/local/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb" line="46" />
<frame no="26" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="128" />
<frame no="27" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="123" />
<frame no="28" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="187" />
</frames>
Processing: frame 1; v l
Processing context: frame 1
Selected frame no 0
Processing context:  v l
<variables>
<variable name="self" kind="local" value="Summary" type="Class" hasChildren="true" objectId="-0x2469c474"/>
<variable name="args" kind="local" value="Empty Array" type="Array" hasChildren="false" objectId="-0x24893d9a"/>
<variable name="block" kind="local"/>
<variable name="finder" kind="local" value="find" type="String" hasChildren="false" objectId="-0x248a9384"/>
<variable name="options" kind="local" value="Hash (5 element(s))" type="Hash" hasChildren="true" objectId="-0x24893d86"/>
<variable name="page" kind="local" value="1" type="Fixnum" hasChildren="false" objectId="+0x3"/>
<variable name="per_page" kind="local" value="10" type="Fixnum" hasChildren="false" objectId="+0x15"/>
<variable name="total_entries" kind="local"/>
</variables>
Processing: frame 1; next
Processing context: frame 1
Selected frame no 0
Processing context:  next
Resumed Thread #<Thread:0xb7dd6708>
<suspended file="/usr/local/lib/ruby/gems/1.8/gems/mislav-will_paginate-2.3.2/lib/will_paginate/finder.rb" line="73"
threadId="1" frames="28"/>
Stopping Thread #<Thread:0xb7dd6708>
Threads equal: true
Processing: th l
<threads>
<thread id="1" status="sleep" />
</threads>
Processing: w
Processing context: w
<frames>
<frame no="1" file="/usr/local/lib/ruby/gems/1.8/gems/mislav-will_paginate-2.3.2/lib/will_paginate/finder.rb" line="73"
current="true" />
<frame no="2" file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="33" />
<frame no="3" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="4" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="5" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="580" />
<frame no="6" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="573" />
<frame no="7" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="8" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="9" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb" line="201" />
<frame no="10" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="13" />
<frame no="11" file="/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb" line="8" />
<frame no="12" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="12" />
<frame no="13" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="14" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="15" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="569" />
<frame no="16" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb"
line="130" />
<frame no="17" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="16" />
<frame no="18" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="394" />
<frame no="19" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="365" />
<frame no="20" file="/home/james/dev/caclr/test/functional/summaries_controller_test.rb" line="38" />
<frame no="21"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="22"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="23" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="34" />
<frame no="24" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="33" />
<frame no="25" file="/usr/local/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb" line="46" />
<frame no="26" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="128" />
<frame no="27" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="123" />
<frame no="28" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="187" />
</frames>
Processing: frame 1; v l
Processing context: frame 1
Selected frame no 0
Processing context:  v l
<variables>
<variable name="self" kind="local" value="Summary" type="Class" hasChildren="true" objectId="-0x2469c474"/>
<variable name="args" kind="local" value="Empty Array" type="Array" hasChildren="false" objectId="-0x24893d9a"/>
<variable name="block" kind="local"/>
<variable name="finder" kind="local" value="find" type="String" hasChildren="false" objectId="-0x248a9384"/>
<variable name="options" kind="local" value="Hash (5 element(s))" type="Hash" hasChildren="true" objectId="-0x24893d86"/>
<variable name="page" kind="local" value="1" type="Fixnum" hasChildren="false" objectId="+0x3"/>
<variable name="per_page" kind="local" value="10" type="Fixnum" hasChildren="false" objectId="+0x15"/>
<variable name="total_entries" kind="local"/>
</variables>
Processing: frame 1; next
Processing context: frame 1
Selected frame no 0
Processing context:  next
Resumed Thread #<Thread:0xb7dd6708>
<suspended file="/usr/local/lib/ruby/gems/1.8/gems/mislav-will_paginate-2.3.2/lib/will_paginate/finder.rb" line="76"
threadId="1" frames="28"/>
Stopping Thread #<Thread:0xb7dd6708>
Threads equal: true
Processing: th l
<threads>
<thread id="1" status="sleep" />
</threads>
Processing: w
Processing context: w
<frames>
<frame no="1" file="/usr/local/lib/ruby/gems/1.8/gems/mislav-will_paginate-2.3.2/lib/will_paginate/finder.rb" line="76"
current="true" />
<frame no="2" file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="33" />
<frame no="3" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="4" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="5" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="580" />
<frame no="6" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="573" />
<frame no="7" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="8" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="9" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb" line="201" />
<frame no="10" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="13" />
<frame no="11" file="/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb" line="8" />
<frame no="12" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="12" />
<frame no="13" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="14" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="15" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="569" />
<frame no="16" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb"
line="130" />
<frame no="17" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="16" />
<frame no="18" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="394" />
<frame no="19" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="365" />
<frame no="20" file="/home/james/dev/caclr/test/functional/summaries_controller_test.rb" line="38" />
<frame no="21"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="22"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="23" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="34" />
<frame no="24" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="33" />
<frame no="25" file="/usr/local/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb" line="46" />
<frame no="26" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="128" />
<frame no="27" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="123" />
<frame no="28" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="187" />
</frames>
Processing: frame 1; v l
Processing context: frame 1
Selected frame no 0
Processing context:  v l
<variables>
<variable name="self" kind="local" value="Summary" type="Class" hasChildren="true" objectId="-0x2469c474"/>
<variable name="args" kind="local" value="Array (1 element(s))" type="Array" hasChildren="true" objectId="-0x24893d9a"/>
<variable name="block" kind="local"/>
<variable name="finder" kind="local" value="find" type="String" hasChildren="false" objectId="-0x248a9384"/>
<variable name="options" kind="local" value="Hash (5 element(s))" type="Hash" hasChildren="true" objectId="-0x24893d86"/>
<variable name="page" kind="local" value="1" type="Fixnum" hasChildren="false" objectId="+0x3"/>
<variable name="per_page" kind="local" value="10" type="Fixnum" hasChildren="false" objectId="+0x15"/>
<variable name="total_entries" kind="local"/>
</variables>
Processing: frame 1; step
Processing context: frame 1
Selected frame no 0
Processing context:  step
Resumed Thread #<Thread:0xb7dd6708>
<suspended file="/usr/local/lib/ruby/gems/1.8/gems/mislav-will_paginate-2.3.2/lib/will_paginate/collection.rb" line="86"
threadId="1" frames="29"/>
Stopping Thread #<Thread:0xb7dd6708>
Threads equal: true
Processing: th l
<threads>
<thread id="1" status="sleep" />
</threads>
Processing: w
Processing context: w
<frames>
<frame no="1" file="/usr/local/lib/ruby/gems/1.8/gems/mislav-will_paginate-2.3.2/lib/will_paginate/collection.rb"
line="86" current="true" />
<frame no="2" file="/usr/local/lib/ruby/gems/1.8/gems/mislav-will_paginate-2.3.2/lib/will_paginate/finder.rb" line="76" />
<frame no="3" file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="33" />
<frame no="4" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="5" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="6" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="580" />
<frame no="7" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="573" />
<frame no="8" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="9" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="10" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb" line="201" />
<frame no="11" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="13" />
<frame no="12" file="/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb" line="8" />
<frame no="13" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="12" />
<frame no="14" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="15" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="16" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="569" />
<frame no="17" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb"
line="130" />
<frame no="18" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="16" />
<frame no="19" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="394" />
<frame no="20" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="365" />
<frame no="21" file="/home/james/dev/caclr/test/functional/summaries_controller_test.rb" line="38" />
<frame no="22"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="23"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="24" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="34" />
<frame no="25" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="33" />
<frame no="26" file="/usr/local/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb" line="46" />
<frame no="27" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="128" />
<frame no="28" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="123" />
<frame no="29" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="187" />
</frames>
Processing: frame 1; v l
Processing context: frame 1
Selected frame no 0
Processing context:  v l
<variables>
<variable name="self" kind="local" value="WillPaginate::Collection" type="Class" hasChildren="true" objectId="-0x2486231c"/>
<variable name="block" kind="local"
value="#&lt;Proc:0xb6f03f64@/usr/local/lib/ruby/gems/1.8/gems/mislav-will_paginate-2.3.2/lib/will_paginate/finder.rb:76&gt;"
type="Proc" hasChildren="false" objectId="-0x248ce756"/>
<variable name="page" kind="local" value="1" type="Fixnum" hasChildren="false" objectId="+0x3"/>
<variable name="pager" kind="local"/>
<variable name="per_page" kind="local" value="10" type="Fixnum" hasChildren="false" objectId="+0x15"/>
<variable name="total" kind="local"/>
</variables>
Processing: frame 1; finish
Processing context: frame 1
Selected frame no 0
Processing context:  finish
Resumed Thread #<Thread:0xb7dd6708>
<suspended file="/usr/local/lib/ruby/gems/1.8/gems/mislav-will_paginate-2.3.2/lib/will_paginate/collection.rb" line="85"
threadId="1" frames="29"/>
Stopping Thread #<Thread:0xb7dd6708>
Threads equal: true
Processing: th l
<threads>
<thread id="1" status="sleep" />
</threads>
Processing: w
Processing context: w
<frames>
<frame no="1" file="/usr/local/lib/ruby/gems/1.8/gems/mislav-will_paginate-2.3.2/lib/will_paginate/collection.rb"
line="85" current="true" />
<frame no="2" file="/usr/local/lib/ruby/gems/1.8/gems/mislav-will_paginate-2.3.2/lib/will_paginate/finder.rb" line="76" />
<frame no="3" file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="33" />
<frame no="4" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="5" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="6" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="580" />
<frame no="7" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="573" />
<frame no="8" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="9" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="10" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb" line="201" />
<frame no="11" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="13" />
<frame no="12" file="/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb" line="8" />
<frame no="13" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="12" />
<frame no="14" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="15" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="16" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="569" />
<frame no="17" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb"
line="130" />
<frame no="18" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="16" />
<frame no="19" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="394" />
<frame no="20" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="365" />
<frame no="21" file="/home/james/dev/caclr/test/functional/summaries_controller_test.rb" line="38" />
<frame no="22"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="23"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="24" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="34" />
<frame no="25" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="33" />
<frame no="26" file="/usr/local/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb" line="46" />
<frame no="27" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="128" />
<frame no="28" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="123" />
<frame no="29" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="187" />
</frames>
Processing: frame 1; v l
Processing context: frame 1
Selected frame no 0
Processing context:  v l
<variables>
<variable name="self" kind="local" value="WillPaginate::Collection" type="Class" hasChildren="true" objectId="-0x2486231c"/>
<variable name="block" kind="local"
value="#&lt;Proc:0xb6f03f64@/usr/local/lib/ruby/gems/1.8/gems/mislav-will_paginate-2.3.2/lib/will_paginate/finder.rb:76&gt;"
type="Proc" hasChildren="false" objectId="-0x248ce756"/>
<variable name="page" kind="local" value="1" type="Fixnum" hasChildren="false" objectId="+0x3"/>
<variable name="pager" kind="local" value="WillPaginate::Collection (1 element(s))" type="WillPaginate::Collection"
hasChildren="true" objectId="-0x248da920"/>
<variable name="per_page" kind="local" value="10" type="Fixnum" hasChildren="false" objectId="+0x15"/>
<variable name="total" kind="local"/>
</variables>
Processing: frame 1; finish
Processing context: frame 1
Selected frame no 0
Processing context:  finish
Resumed Thread #<Thread:0xb7dd6708>
<suspended file="/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/attribute_methods.rb" line="338"
threadId="1" frames="29"/>
Stopping Thread #<Thread:0xb7dd6708>
Threads equal: true
Processing: th l
<threads>
<thread id="1" status="sleep" />
</threads>
suamrsf
Processing: w
Processing context: w
<frames>
<frame no="1" file="/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/attribute_methods.rb"
line="338" current="true" />
<frame no="2" file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="35" />
<frame no="3" file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="35" />
<frame no="4" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="5" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="6" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="580" />
<frame no="7" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="573" />
<frame no="8" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="9" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="10" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb" line="201" />
<frame no="11" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="13" />
<frame no="12" file="/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb" line="8" />
<frame no="13" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="12" />
<frame no="14" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="15" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="16" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="569" />
<frame no="17" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb"
line="130" />
<frame no="18" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="16" />
<frame no="19" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="394" />
<frame no="20" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="365" />
<frame no="21" file="/home/james/dev/caclr/test/functional/summaries_controller_test.rb" line="38" />
<frame no="22"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="23"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="24" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="34" />
<frame no="25" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="33" />
<frame no="26" file="/usr/local/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb" line="46" />
<frame no="27" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="128" />
<frame no="28" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="123" />
<frame no="29" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="187" />
</frames>
Processing: frame 1; v l
Processing context: frame 1
Selected frame no 0
Processing context:  v l
<variables>
<variable name="self" kind="local" value="#&lt;Summary:0xb6e49e5c&gt;" type="Summary" hasChildren="true"
objectId="-0x248db0d2"/>
<variable name="include_priv" kind="local"/>
<variable name="md" kind="local"/>
<variable name="method" kind="local" value="to_ary" type="Symbol" hasChildren="false" objectId="+0x10192"/>
<variable name="method_name" kind="local" value="to_ary" type="String" hasChildren="false" objectId="-0x248e143c"/>
</variables>
Processing: frame 1; v inspect true
Processing context: frame 1
Selected frame no 0
Processing context:  v inspect true
Evaluating with timeout after 10 sec
<variables>
<variable name="eval_result" kind="local" value="true" type="TrueClass" hasChildren="false" objectId="+0x2"/>
</variables>
Processing: frame 1; v inspect method
Processing context: frame 1
Selected frame no 0
Processing context:  v inspect method
Evaluating with timeout after 10 sec
<variables>
<variable name="eval_result" kind="local" value="to_ary" type="Symbol" hasChildren="false" objectId="+0x10192"/>
</variables>
Processing: frame 1; v inspect method
Processing context: frame 1
Selected frame no 0
Processing context:  v inspect method
Evaluating with timeout after 10 sec
<variables>
<variable name="eval_result" kind="local" value="to_ary" type="Symbol" hasChildren="false" objectId="+0x10192"/>
</variables>
Processing: frame 1; v inspect method
Processing context: frame 1
Selected frame no 0
Processing context:  v inspect method
Evaluating with timeout after 10 sec
<variables>
<variable name="eval_result" kind="local" value="to_ary" type="Symbol" hasChildren="false" objectId="+0x10192"/>
</variables>
Processing: frame 1; v inspect include_priv
Processing context: frame 1
Selected frame no 0
Processing context:  v inspect include_priv
Evaluating with timeout after 10 sec
<variables>
<variable name="eval_result" kind="local"/>
</variables>
Processing: frame 1; v inspect self.class.generated_methods
Processing context: frame 1
Selected frame no 0
Processing context:  v inspect self.class.generated_methods
Evaluating with timeout after 10 sec
<variables>
<variable name="eval_result" kind="local" value="#&lt;Set:0xb71b0a3c&gt;" type="Set" hasChildren="true"
objectId="-0x24727ae2"/>
</variables>
#<Summary:0xb6e49e5c>
Processing: frame 1; next
Processing context: frame 1
Selected frame no 0
Processing context:  next
Resumed Thread #<Thread:0xb7dd6708>
<suspended file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="37" threadId="1" frames="27"/>
Stopping Thread #<Thread:0xb7dd6708>
Threads equal: true
Processing: th l
<threads>
<thread id="1" status="sleep" />
</threads>
Processing: w
Processing context: w
<frames>
<frame no="1" file="/home/james/dev/caclr/app/controllers/summaries_controller.rb" line="37" current="true" />
<frame no="2" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="3" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="1162" />
<frame no="4" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="580" />
<frame no="5" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="573" />
<frame no="6" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="7" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb" line="68" />
<frame no="8" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb" line="201" />
<frame no="9" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="13" />
<frame no="10" file="/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb" line="8" />
<frame no="11" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb"
line="12" />
<frame no="12" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="13" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb" line="529" />
<frame no="14" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb" line="569" />
<frame no="15" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb"
line="130" />
<frame no="16" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="16" />
<frame no="17" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="394" />
<frame no="18" file="/usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/test_process.rb" line="365" />
<frame no="19" file="/home/james/dev/caclr/test/functional/summaries_controller_test.rb" line="38" />
<frame no="20"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="21"
file="/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/testing/setup_and_teardown.rb" line="67" />
<frame no="22" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="34" />
<frame no="23" file="/usr/local/lib/ruby/1.8/test/unit/testsuite.rb" line="33" />
<frame no="24" file="/usr/local/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb" line="46" />
<frame no="25" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="128" />
<frame no="26" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="123" />
<frame no="27" file="/home/james/dev/netbeans/nbbuild/netbeans/ruby2/nb_test_mediator.rb" line="187" />
</frames>
Processing: frame 1; v l
Processing context: frame 1
Selected frame no 0
Processing context:  v l
<variables>
<variable name="self" kind="local" value="#&lt;SummariesController:0xb6ff55bc&gt;" type="SummariesController"
hasChildren="true" objectId="-0x24805522"/>
<variable name="cats" kind="local" value="Array (1 element(s))" type="Array" hasChildren="true" objectId="-0x2486ae54"/>
<variable name="conditions" kind="local" value="Array (2 element(s))" type="Array" hasChildren="true"
objectId="-0x24847d78"/>
<variable name="search_string" kind="local"/>
<variable name="shared_arguments" kind="local" value="Hash (4 element(s))" type="Hash" hasChildren="true"
objectId="-0x2485a48c"/>
</variables>
Processing: exit
<message>finished</message>
Exiting debugger.
Comment 10 Martin Krauskopf 2008-06-26 16:48:08 UTC
Thanks (please, use attachment for such a long texts).

Uou might be hitting the issue in Ruby 1.8.6, which was fixed in 1.8.7:

  http://rubyforge.org/tracker/index.php?func=detail&aid=18749&group_id=426&atid=22040

So worth to upgrade latest stable 1.8.x:

  http://www.ruby-lang.org/en/downloads/
Comment 11 jamespb 2008-06-26 16:58:26 UTC
I was surprised when I saw the version number - I thought this machine was running a more recent ruby.

I upgraded to ruby 1.8.7 (2008-06-20 patchlevel 22) [i686-linux], and I still see the problem - I'll include a new log
and output window contents (attached, not pasted, sorry about that)
Comment 12 jamespb 2008-06-26 16:59:24 UTC
Created attachment 63522 [details]
messages.log with ruby 1.8.7
Comment 13 jamespb 2008-06-26 17:03:23 UTC
Ignore the last attachment (Thu Jun 26 15:59:00 +0000 2008: messages.log) - I didn't have the flags set for more
debugger info.
Comment 14 jamespb 2008-06-26 17:11:52 UTC
Created attachment 63525 [details]
messages.log with ruby 1.8.7 and debugger options turned on
Comment 15 jamespb 2008-06-26 17:12:21 UTC
Created attachment 63527 [details]
output window contents
Comment 16 jamespb 2008-06-26 17:15:02 UTC
And this morning I've been running with changeset:   86592:1f4b14d63e34
Comment 17 Martin Krauskopf 2008-06-27 10:39:47 UTC
Thanks James. As I've replied on mailing list, I've also reproduced several weird scenarios last night. Will investigate
soon.
Comment 18 Martin Krauskopf 2008-06-30 15:16:34 UTC
This not bug in NetBeans, neither in ruby-debug-ide. It is either bug in the ruby-debug-base backend or in MRI directly.
I can reproduce with CLI debugger (using the same backend as ruby-debug-ide) as well. I've started by filing:

https://rubyforge.org/tracker/index.php?func=detail&aid=20900&group_id=1900&atid=7436

Leaving this open as a TASK until it is solved in backend and/or MRI completely.
Comment 19 jamespb 2008-07-01 01:12:14 UTC
I just to make sure this is clear - until this is fixed, there's no ruby debugging.  It happens all the time, and the
ruby debugger/netbeans combination right now isn't worth using.
Comment 20 jamespb 2008-07-01 01:13:25 UTC
(Sorry - bad edit.  That last comment should have been "I just want to make sure this is clear...")
Comment 21 Martin Krauskopf 2008-07-14 23:45:02 UTC
Seems that Kent has fixed this in the ruby-debug-base trunk:

  http://rubyforge.org/pipermail/ruby-debug-commits/2008-July/000075.html

I've added 'forward compatibility' into NetBeans. So you might try to build trunk version of ruby-debug-ide and
ruby-debug-base gems.

  svn://rubyforge.org/var/svn/ruby-debug/trunk
  svn://rubyforge.org/var/svn/debug-commons/ruby-debug-ide/trunk/
Comment 22 Martin Krauskopf 2008-09-10 19:34:25 UTC
New backends were released so this should be fixed. Let me know if you are still able to reproduce this. Thanks.