Ticket #542 (closed defect: fixed)
Attempt to unlock a mutex which is not locked (ThreadError)
| Reported by: | valerii.hiora@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | major | Milestone: | MacRuby 0.11 |
| Component: | MacRuby | Keywords: | |
| Cc: | valerii.hiora@… |
Description
$ DYLD_LIBRARY_PATH=. ./macruby -e "require 'net/imap'; imap = Net::IMAP.new('imap.gmail.com', 993, true); imap.login('somebody','somepassword')"
core:in `unlock': Attempt to unlock a mutex which is not locked (ThreadError)
from monitor.rb:178:in `mon_exit'
from monitor.rb:192:in `synchronize'
from core:in `send_command:'
from core:in `login:'
from -e:in `<main>'
Inspecting imap object from irb and macirb shows that latter has a mutex and seems it causes problem
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


