Displaying 20 results from an estimated 50000 matches similar to: "fork on win32 and use.perl entry"
2004 Feb 15
1
Win32::Process fork fragility
Park,
I was just playing around with the Process.fork/wait that you committed. I
discovered that it''s rather easy to break with this:
require "win32/process"
include Win32
Dir.chdir ".." # This causes the problem
pid = Win32::Process.fork
if pid == 0
puts "In the child"
exit
else
puts "In the parent"
end
Win32::Process.wait(pid)
I think
2007 May 04
1
Trying to get a good example for win32-mutex
Hi all,
I''ve been going through the various IPC modules for Win32Utils and
converting them to pure Ruby. I''m almost done with win32-mutex, but I
can''t get the example to work. I keep getting this error:
C:/Documents and
Settings/djberge/workspace/win32-mutex/examples/mutex_test.rb:41:
undefined method `+'' for nil:NilClass
(NoMethodError)
from
2004 Feb 20
0
RE: BUG report: win32-process
> -----Original Message-----
> From: Date, Shashank [Non-Employee]
> [mailto:Shashank.Date@mail.sprint.com]
> Sent: Friday, February 20, 2004 11:04 AM
> To: Berger, Daniel
> Cc: phasis@nownuri.net
> Subject: BUG report: win32-process
>
>
> gets does not work in the forked process.
>
> See win32 and cygwin transcripts below:
>
>
2006 Apr 26
3
[ win32utils-Support Requests-4264 ] win32 process
Support Requests item #4264, was opened at 2006-04-26 15:07
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=412&aid=4264&group_id=85
Category: Install Problem (example)
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: win32 process
Initial Comment:
I try to use the fork example, but I
2004 May 08
0
win32-process - mixing Process into Object
I''ve committed a new version of process.c, which removes the Win32 toplevel
module/namespace and defines the methods directly in the Process module.
One thing I want to accomplish, however, is the ability to call fork()
without having to using the Process constant, i.e. fork vs Process.fork.
In pure Ruby, you can do this:
module Process
def fork
puts "fork!"
end
2006 May 07
2
Problem with the new version of win32-process
Hi all,
Well, I''ve messed something up in the pure Ruby Process.fork method. If
you run the test_fork_waitpid.rb file (in CVS), you''ll see this error:
c:/ruby/lib/ruby/site_ruby/1.8/windows/process.rb:132:in `call'': can''t
convert false into Integer (TypeError)
from c:/ruby/lib/ruby/site_ruby/1.8/windows/process.rb:132:in
`OpenProcess''
2004 Feb 15
0
Return values from Process.fork
Park,
Right now it looks like Process.fork is return 0 to the parent and a pid to
the child. Shouldn''t it be a pid to the parent and nil to the child?
Or is that just how it has to work for Win32?
Dan
_________________________________________________________________
Keep up with high-tech trends here at "Hook''d on Technology."
2004 Nov 23
2
streams in fork
hi all,
is there a way to use fork with redirected streams? i mean in a
similar way that ruby''s standard open3 does it.
i''d like to be able to read the stdout/stdin/stderr streams from the
forked ruby process in the parent process.
cheers,
aslak
2007 Sep 10
1
[ win32utils-Bugs-13825 ] /win32-file-stat-1.2.5/lib/win32/file/stat.rb:81:in `at'': bignum too big to convert into `long'' (RangeError)
Bugs item #13825, was opened at 2007-09-10 16:04
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=13825&group_id=85
Category: win32-file-stat
Group: Code
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: /win32-file-stat-1.2.5/lib/win32/file/stat.rb:81:in `at'': bignum too big to
2011 Feb 02
0
[ win32utils-Bugs-28904 ] Gem win32-eventlog v0.5.2 on Ruby 1.9.1 and 1.9.2
Bugs item #28904, was opened at 2011-02-02 18:41
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=28904&group_id=85
Category: win32-eventlog
Group: Code
Status: Open
Resolution: None
Priority: 3
Submitted By: Jason Bourne (jbourne)
Assigned to: Nobody (None)
Summary: Gem win32-eventlog v0.5.2 on Ruby 1.9.1 and 1.9.2
Initial Comment:
1.Requirement:
2008 Jul 07
0
[ win32utils-Support Requests-11344 ] Can''t user win32-service inside of a Rails application
Support Requests item #11344, was opened at 2007-06-04 03:21
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=412&aid=11344&group_id=85
Category: win32-service
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Roberto V. A. (robo)
Assigned to: Nobody (None)
Summary: Can''t user win32-service inside of a Rails application
Initial
2007 Jun 04
0
[ win32utils-Support Requests-11344 ] Can''t user win32-service inside of a Rails application
Support Requests item #11344, was opened at 2007-06-04 10:21
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=412&aid=11344&group_id=85
Category: win32-service
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Roberto V. A. (robo)
Assigned to: Nobody (None)
Summary: Can''t user win32-service inside of a Rails application
Initial
2004 May 16
0
Fwd: Re: fork
Is there any way we can have fork execute at the point
that it''s called rather than at the top of the script?
Regards,
Dan
Note: forwarded message attached.
__________________________________
Do you Yahoo!?
SBC Yahoo! - Internet access at a great low price.
http://promo.yahoo.com/sbc/
-------------- next part --------------
An embedded message was scrubbed...
From: Joel
2008 Jan 22
0
[ win32utils-Bugs-17395 ] Cannot install win32-api gem
Bugs item #17395, was opened at 2008-01-22 03:53
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=17395&group_id=85
Category: win32-api
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: Cannot install win32-api gem
Initial Comment:
Hi,
I use cygwin (version 1.90) on windows XP
2008 May 30
1
[ win32utils-Bugs-20455 ] win32-open3: crashes after 170 popen3 operations
Bugs item #20455, was opened at 2008-05-30 16:54
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=20455&group_id=85
Category: None
Group: Code
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: win32-open3: crashes after 170 popen3 operations
Initial Comment:
OS: XP w/SP2
C:\Documents and
2007 May 04
0
[ win32utils-Feature Requests-1316 ] Support for Win32 Remote Access API
Feature Requests item #1316, was opened at 2005-01-10 10:07
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=414&aid=1316&group_id=85
Category: Interface Improvements (example)
Group: Code
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
>Assigned to: Nobody (None)
Summary: Support for Win32 Remote Access API
Initial Comment:
I am
2006 Dec 05
0
[ win32utils-Feature Requests-872 ] Port of Win32::Screenshot
Feature Requests item #872, was opened at 2004-09-05 20:52
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=414&aid=872&group_id=85
Category: None
Group: None
>Status: Deleted
>Resolution: Rejected
Priority: 2
Submitted By: Daniel Berger (djberg96)
>Assigned to: Nobody (None)
Summary: Port of Win32::Screenshot
Initial Comment:
I think porting Petr
2007 Dec 11
0
[ win32utils-Bugs-16211 ] win32-service will not install/build corectly if the system has VC8
Bugs item #16211, was opened at 2007-12-10 15:40
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=16211&group_id=85
Category: win32-service
Group: Packaging
Status: Closed
Resolution: Rejected
Priority: 3
Submitted By: Sorin Sbarnea (intersol)
Assigned to: Daniel Berger (djberg96)
Summary: win32-service will not install/build corectly if the system
2006 Feb 08
2
[ win32utils-Feature Requests-3502 ] Allow win32-open3 to take a block
Feature Requests item #3502, was opened at 2006-02-08 10:29
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=414&aid=3502&group_id=85
Category: win32-open3
Group: Code
Status: Open
Resolution: None
Priority: 4
Submitted By: Daniel Berger (djberg96)
Assigned to: Park Heesob (phasis68)
Summary: Allow win32-open3 to take a block
Initial Comment:
I think we
2005 Apr 27
0
[ win32utils-Feature Requests-872 ] Port of Win32::Screenshot
Feature Requests item #872, was opened at 2004-09-05 20:52
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=414&aid=872&group_id=85
Category: None
Group: None
Status: Open
Resolution: None
Priority: 4
Submitted By: Daniel Berger (djberg96)
>Assigned to: Shashank Date (shashank)
Summary: Port of Win32::Screenshot
Initial Comment:
I think porting Petr