Project

General

Profile

Backport #1124

Updated by jeremyevans0 (Jeremy Evans) over 4 years ago

=begin 
  
  Calling openFilenameDialog while doing a Net::HTTP request causes windows to spew Unknown exception - code c0150014. 
 
  Attached script can produce the problem on Vista Ultimate service pack 1. Code runs correctly on XP. 
 
  This may not be a bug in ruby. I am not sure yet. I also do not know why Net::HTTP is needed to cause the error. 
 
  In the script, I have a timer installed using addTimer in order to make the http thread run. Without the timer the thread will never run with a dialog open. Maybe a system call is being interrupted? 
 
  If someone could run my test code and verify that I am not insane it would be nice! 
 
 =end 
 

Back