Ruby debugger crashes on post

Hello,

I'm currently creating a project that involves parsing XML files, connecting and communicating with webservices over the Internet. Untill yesterday I was able to write code in my IDE (Rubymine), perform debug operations and trace through the stacks for errors.

Today however, nothing is working anymore. I can guarantee now that nothing has changed in the code, the gems, the platform or the Operating System. The system I'm developing on is my laptop from work, a DELL Latitude E6510 with Windows 7 x64 Service Pack 1 installed. I'm running Ruby 1.9.2, installed from http://rubyinstaller.org, rubygems on the latest version and a bunch of gems to help me with my project. Below I will give an overview of all the tools I'm working with:

- IDE : Rubymine 3.1.1 - Ruby : ruby 1.9.2p180 (2011-02-18) [i386-mingw32] - gcc : gcc version 4.5.2 - make: GNU Make 3.81 - OS : Windows 7 x64 Service Pack 1 - gem

C:\Users\arne.de.herdt.TENFORCE2>gem env RubyGems Environment:   - RUBYGEMS VERSION: 1.8.1   - RUBY VERSION: 1.9.2 (2011-02-18 patchlevel 180) [i386-mingw32]   - INSTALLATION DIRECTORY: C:/Ruby/lib/ruby/gems/1.9.1   - RUBY EXECUTABLE: C:/Ruby/bin/ruby.exe   - EXECUTABLE DIRECTORY: C:/Ruby/bin   - RUBYGEMS PLATFORMS:     - ruby     - x86-mingw32   - GEM PATHS:      - C:/Ruby/lib/ruby/gems/1.9.1      - C:/Users/arne.de.herdt.TENFORCE2/.gem/ruby/1.9.1   - GEM CONFIGURATION:      - :update_sources => true      - :verbose => true      - :benchmark => false      - :backtrace => false      - :bulk_threshold => 1000   - REMOTE SOURCES:      - http://rubygems.org/

- gem list abstract (1.0.0) actionmailer (3.0.7, 2.3.9, 2.3.8, 2.0.2) actionpack (3.0.7, 2.3.11, 2.3.9, 2.3.8, 2.1.2, 2.0.2) activemodel (3.0.7) activerecord (3.0.7, 2.3.11, 2.3.9, 2.3.8, 2.1.2, 2.0.2) activeresource (3.0.7, 2.3.9, 2.3.8, 2.0.2) activesupport (3.0.7, 2.3.11, 2.3.9, 2.3.8, 2.1.2, 2.0.2) addressable (2.2.5, 2.2.4) allison (2.0.3) archive-tar-minitar (0.5.2) arel (2.1.0, 2.0.9) builder (3.0.0, 2.1.2) bundler (1.0.13, 1.0.12) camping (2.1) capistrano (2.6.0) cgi_multipart_eof_fix (2.5.0) columnize (0.3.2) crack (0.1.8) curb (0.7.15) daemons (1.1.3) diff-lcs (1.1.2) echoe (4.5.6) erubis (2.7.0, 2.6.6) eventmachine (1.0.0.beta.3) extensions (0.6.0) fastthread (1.0.7) gem_plugin (0.2.3) gemcutter (0.7.0) geokit (1.5.0) haml (3.1.1) highline (1.6.1) httparty (0.7.7) i18n (0.5.0) json_pure (1.5.1) linecache (0.43 mswin32) linecache19 (0.5.12) mail (2.3.0, 2.2.19) mime-types (1.16) minitest (2.1.0, 1.6.0) mkrf (0.2.3) mysql (2.8.1 x86-mingw32) mysql2 (0.3.2, 0.2.6 x86-mingw32) net-scp (1.0.4) net-sftp (2.0.5) net-ssh (2.1.4) net-ssh-gateway (1.1.0) polyglot (0.3.1) rack (1.2.2) rack-mount (0.7.2, 0.6.14) rack-test (0.6.0, 0.5.7) rails (3.0.7, 2.3.9, 2.3.8, 2.0.2) railties (3.0.7) rake (0.8.7) rake-compiler (0.7.8) rdf (0.3.3) rdoc (3.5.3, 2.5.8) rdoc-data (2.5.3) RedCloth (4.2.7 x86-mingw32) rspec (2.5.0, 1.2.9, 1.2.4) rspec-core (2.5.2) rspec-expectations (2.5.0) rspec-mocks (2.5.0) ruby-debug (0.10.4) ruby-debug-base (0.10.4 mswin32) ruby-debug-base19 (0.11.25) ruby-debug-base19x (0.11.28) ruby-debug-ide (0.4.16) ruby-debug19 (0.11.6) ruby-sesame (0.1.0) ruby_core_source (0.1.5) rubyforge (2.0.4) rubygems-update (1.8.2, 1.8.1, 1.7.2) rubyzip (0.9.4) sass (3.1.1) swiftiply (0.6.1.1) test-unit (2.3.0) thin (1.2.11 x86-mingw32) thor (0.14.6) treetop (1.4.9) tzinfo (0.3.27) will_paginate (2.3.15) win32-api (1.4.8 x86-mingw32) win32-service (0.7.1 x86-mswin32-60) win32console (1.3.0 x86-mingw32) windows-api (0.4.0) windows-pr (1.2.0)

Sorry for the long post, but this problem is driving me nuts. When I look at the Windows Event Log the following entry is displayed:

Faulting application name: ruby.exe, version: 1.9.2.180, time stamp: 0x4d5ee5ed Faulting module name: ruby_debug.so, version: 0.0.0.0, time stamp: 0x4dbebd19 Exception code: 0xc0000005 Fault offset: 0x00003c9d Faulting process id: 0x1670 Faulting application start time: 0x01cc1078db62bd94 Faulting application path: C:\Ruby\bin\ruby.exe Faulting module path: C:\Ruby\lib\ruby\gems\1.9.1\gems\ruby-debug- base19x-0.11.28\lib\ruby_debug.so Report Id: 4d85cb7d-7c6c-11e0-b8ce-5cac4cf954c1

When looking at the details of the error, I can provide this as additional information: Fault bucket 2439879360, type 1 Event Name: APPCRASH Response: Not available Cab Id: 0

Problem signature: P1: ruby.exe P2: 1.9.2.180 P3: 4d5ee5ed P4: ruby_debug.so P5: 0.0.0.0 P6: 4dbebd19 P7: c0000005 P8: 00003c9d P9: P10:

Attached files: C:\Users\arne.de.herdt.TENFORCE2\AppData\Local\Temp \WERFA75.tmp.WERInternalMetadata.xml

These files may be available here: C:\Users\arne.de.herdt.TENFORCE2\AppData\Local\Microsoft\Windows\WER \ReportArchive \AppCrash_ruby.exe_111ff5dfe1c3c3c1c059d6d466ebbeb97f47ce84_082012a7

Analysis symbol: Rechecking for solution: 0 Report Id: bfa75044-7c6b-11e0-b8ce-5cac4cf954c1 Report Status: 0