[Win32utils-devel] Fwd: win32/process problem
Daniel Berger
djberg96 at gmail.com
Wed Dec 5 10:52:40 EST 2007
Any ideas?
---------- Forwarded message ----------
From: Christian Kerth <christian.ke... at dynamicmedia.at>
Date: Dec 5, 8:28 am
Subject: win32/process problem
To: comp.lang.ruby
I have an application that consists of serveral independent parts.
I want to use the Windows Process API to spawn the different
processes.
e.g.
require 'rubygems'
require 'win32/process'
x = Process.create(:app_name => "rubyw learnbase_server.rb")
puts x.process_id
puts a process id, but i get the error: [BUG] Segmentation fault.
Not even x = Process.create(:app_name => "notepad") works. It starts
notepad, but i get the same error.
--
Posted viahttp://www.ruby-forum.com/.
More information about the win32utils-devel
mailing list