Skip to content

TLB Windows bug fix#1

Open
ambirag wants to merge 1 commit intomasterfrom
b509dc4707a1fbc6f7aadf7e125c9de62988fd9d
Open

TLB Windows bug fix#1
ambirag wants to merge 1 commit intomasterfrom
b509dc4707a1fbc6f7aadf7e125c9de62988fd9d

Conversation

@ambirag
Copy link
Copy Markdown
Owner

@ambirag ambirag commented Jan 17, 2013

Hi Pavan/Janmejey

Please review my fix for TLB to run on Windows.
fix includes
-- solution for fork() call issue
-- handling of Windows backslash issue

Regards
Ragavan

@ghost ghost assigned ambirag Jan 17, 2013
@ambirag
Copy link
Copy Markdown
Owner Author

ambirag commented Jan 22, 2013

def die
super
begin
@pid = nil
Process.wait
rescue Errno::ECHILD
puts "Got Errno::ECHILD"
rescue Exception => excep
raise excep
end
end

this is my change, let me know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants