[ruby-core:32676] VC++ embedded rubygems gives NoMethodError undefined method `synchronize' for Mutex

From: Phlip <phlip2005@...>
Date: 2010-10-03 02:56:49 UTC
List: ruby-core #32676
[I will try Bill Kelly's PDB path advice presently; this issue is more
important. But I have time to work on this project now, if y'all catch my
drift...]

This one's about...

#<NoMethodError: undefined method `synchronize' for #<Mutex:0x750faa8>>

Firstly, I cook a Ruby install in c:/phlip/tools/ruby-1.9.1-p0/win32 , and I
set RUBYLIB to C:\phlip\tools\ruby-1.9.1-p0\lib in my "My Computer"
settings.

My debug statements show my running VC++ app has those settings in its ENV
global.

When I embed a require 'rubygems', I get that nasty error message.

(And I'm aware that someone, somewhere, might require 'rubygems' out of a
thread, but I wouldn't!;)

-- 
  Phlip
  http://flea.sourceforge.net/resume.html

In This Thread

Prev Next