Displaying 3 results from an estimated 3 matches for "from_child".
Did you mean:
fork_child
2007 Mar 01
0
No subject
...ntent-Type: text/plain;
name="test.rb"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="test.rb"
class ChildExit < Exception
def initialize(command, status)
@status = status
@command = command
end
attr_reader :command, :status
end
def from_child(command)
output = ""
IO.popen(command) do |x|
begin
puts :BEGIN
old_sighandler = trap(:SIGCHLD) { raise ChildExit.new(command, $?) }
loop do
output << x.read(1)
puts [:readloop, output].inspect
end
rescue ChildExit => e
puts :RESCUE
t...
2006 Jan 06
3
Flashing Window in Quicken
...2,
changed_bits=00000030 }
000c: select( flags=12, cookie=0x7fc0a194, signal=(nil),
timeout=1136580768.646032 (-0.000210), handles={0x104} )
000c: select() = 0
000c: redraw_window( window=0x10224, flags=00000180,
region={} )
000c: redraw_window() = 0
000c: get_update_region( window=0x10224, from_child=(nil),
flags=0000005c )
000c: get_update_region() = 0 { child=0x10224,
flags=00000000, total_size=0, region={} }
000c: set_focus_window( handle=0x10224 )
000c: set_focus_window() = 0 { previous=0x10224 }
000c: get_window_children( parent=0x2021e, atom=0000,
tid=0000 )
000c: get_window_child...
2007 Sep 12
2
cc5 where to start debugging
Hi,
I've been running close combat 5 with wine for a while now but lately
I've been getting a error with the program crashing.
The following output comes in the terminal:
----------------------------------------------------------------------------------------------------------------------------------------------------
wine: Unhandled page fault on write access to 0x0375fffe at