similar to: FW: problem with win32 waitpid

Displaying 20 results from an estimated 1100 matches similar to: "FW: problem with win32 waitpid"

2004 Nov 18
1
Forward from Laurent Julliard
Let''s try that again, without Hotmail''s crappy formatting. Dan, I am one of the developer of the FreeRIDE project (the Ruby IDE) and I''m in charge of the FreeRIDE debugger with which we have had a number of problems on Windows now mostly due to the clunky implementation of IO/Process/Signal stuff on Win32. I recently came across your Win32 utils package and
2015 Apr 15
2
unknown driver format value 'qcow3'
Hi All I am trying to deploy VMs using libvirt and a domainXML file where i mention the parameters for the VM to be deployed. I am using libvirt version: libvirt 0.10.2 ********** virsh # version Compiled against library: libvirt 0.10.2 Using library: libvirt 0.10.2 Using API: QEMU 0.10.2 Running hypervisor: QEMU 0.12.1 *********** I get this libvirt exception while deploying a VM. Exception
2005 Oct 27
1
InstRails FAQ: FreeRIDE
Does it help to observe that in the ..\ruby\freeride directory created by 1CI there are batch files run.bat and runw.bat that can invoke FreeRIDE for you? Waiting patiently but with ''bated breath for InstRails-pre3 Thanks for your continuing efforts - DeeJay, Leicester, UK
2017 Apr 27
0
Problem with using opus on iOS
Hello! I'm trying to build pjsip library with opus codec. And when I'm trying to package an app I receive errors about "bands.o": in /var/folders/dj/njldlc3s2hldwxtbgw26zwd80000gn/T/96371209-c2d0-41e1-866d-388b6d47c6e7/libadagio.anes.sip.a(bands.o), archive member 'bands.o' with length 84496 is not mach-o or llvm bitcode for architecture arm64
2006 Jan 15
1
Getting started with Ruby and FreeRIDE
I have downloaded the Ruby Windows installer, installed everything, and started FreeRIDE. The FreeRIDE documentation says: > The first thing you''ll want to do is to create a new file. Click on File > -> New: a new empty editor window named ''Untitled 1'' is created. Type the > following code in the empty editor window: > > Click on File -> Save and
2001 Nov 25
1
How to get Civ 3 running...
Apparently it is possible to run Civilization 3 under wine, but i'm having no luck. It installed fine, but won't run. With recent CVS winex i get: [~/.wine/c_drive/civ3]$ wine Civilization3.exe fixme:module:CreateProcessA (E:\~ef7194.tmp,...): CREATE_NEW_CONSOLE ignored fixme:module:CreateProcessA (E:\~ef7194.tmp,...): NORMAL_PRIORITY_CLASS ignored err:int:INSTR_IDT_Emulate Evil attempt
2004 Apr 20
0
Top RubyForge Downloads
I thought that the list of top RubyForge downloads was interesting: (6,992) Ruby Release Mirror (2,539) Win32 Utils (1,994) FreeRIDE (1,569) RMagick (1,470) AEditor (1,418) wxRuby In looking at this, I discard the top two entries -- the first because that''s Ruby itself, and the second because Win32 Utils is broken up into *lots* of packages that are downloaded separately and this skews
2016 Apr 14
0
[PATCH] Add safe wrapper around waitpid which deals with EINTR correctly.
Thanks: Eric Blake. --- src/Makefile.am | 1 + src/command.c | 7 ++---- src/guestfs-internal.h | 4 +++ src/launch-direct.c | 11 +++------ src/launch-uml.c | 11 +++------ src/umask.c | 10 ++------ src/wait.c | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 84 insertions(+), 27 deletions(-) create mode 100644
2004 Feb 16
0
wait vs waitpid
Hi, It looks like the current wait() method is actually a mix of wait and waitpid. Should we break this down into wait and waitpid for win32, just to keep the API consistent with the Unix version? Mind you, I''m not sure what flags, if any, would be valid for Win32 with regards to waitpid. Also, is wait2 a possibility? Regards, Dan
2001 Jul 01
1
directX
Does the current CVS version of wine have the transgaming directX patch already in it? I'm pretty sure that I've installed wine correctly. I installed the most recent RPM available, and the Diablo II installer says that it can't find direct X. I then downloaded the tar-ball, and tried to run the transgaming patch on it, and it said that it had already been run. That's not so
2001 Mar 25
2
Bug in bsd-waitpid.c and bsd-nextstep.c
Hi! The handling of the "status" information in bsd-waitpid.c and bsd-nextstep.c seems to be bit odd. Patch attached. Best regards, Lutz -- Lutz Jaenicke Lutz.Jaenicke at aet.TU-Cottbus.DE BTU Cottbus http://www.aet.TU-Cottbus.DE/personen/jaenicke/ Lehrstuhl Allgemeine Elektrotechnik Tel. +49 355 69-4129 Universitaetsplatz
2003 Nov 17
0
qtelnet product, FXO gateway
I just received this email in response to a question I asked of Qtelnet about their hardware's compatibility. I had specifically asked about their FreeRide FXO-1301 Gateway. Now, if someone would be so kind as to send me a demo unit, I'd be glad to test it :-) ----- Andrew Thompson ----- Original Message ----- From: "Matt Lukens" <email snipped> To: <email
2006 Mar 17
3
Best debugger for Rails on Linux
A quick survey... what''s the best gui debugging tool for Rails 1.0 on Linux that you''ve used? SW versions? Personally I''ve tried FreeRIDE 0.95 and RDT 0.7.0 in Eclipse 3.1.2. Both are very slow and the latter got quite a few bugs itself. TIA! -- Posted via http://www.ruby-forum.com/.
2016 Apr 14
2
[PATCH] Add safe wrapper around waitpid which deals with EINTR correctly.
As Eric Blake noted in: https://www.redhat.com/archives/libguestfs/2016-April/msg00154.html libguestfs doesn't correctly handle the case where waitpid receives a SIGCHLD signal and the main program has registered a non-restartable signal handler. In this case waitpid would return -EINTR and we would print an error, but actually we should retry this case. This adds two new internal functions,
2009 Aug 22
1
[PATCH] Add waitpid along guestfs_close path (RHBZ#518747)
Not quite sure what happened to the waitpid()s which were along that path, but at some point they seem to have got deleted. This is a fix for: https://bugzilla.redhat.com/show_bug.cgi?id=518747 I haven't been able to run the tests yet however, because currently Rawhide is broken (ntfsprogs has missing dependencies). Rich. -- Richard Jones, Emerging Technologies, Red Hat
2006 Mar 13
9
what the » ???
Im just learning trough the "geting started with ruby" i''m only on page Ruby.new and im stuck here''s the thing, I''m using FreeRIDE to duplicate the examples a = %w{ ant bee cat dog elk } a[0] ? "ant" a[3] ? "dog" for the live of me i cant seem to use Alt+0187 (?) what happen?? -- Posted via http://www.ruby-forum.com/.
2006 Jul 11
1
Securing MySQL with InstantRails
Hi, I sucessfully got InstantRails installed on my WinXP Home pc and the demo applications ran fine. I noticed that the MySQL root was the user accessing the MYSQL Server and that there was no password used. Due to security concerns I have added a password to the root user but this has now broken my Rails applications. I believe I have found the config file but am unsure how to edit it. Do I
2006 Mar 24
2
How to use Readymade plugins?????
Hi, I have downloaded "Ruby on Rails validator plugin for password fields". & they have specified that for using it we have to unzip it in plugins directory of your rails application. But I cant find the plugin directory in my Rails Application. Also there is plugin directory in Rails server installation directory:-"C:\local\ruby\freeride\plugins\". & so I have
2001 Feb 15
1
newbie
I installed wine, mainly to run MS-Office, Corel WP, corel Draw end CorelVentura But none of these programs work (smaller programs do work) (On the Corel website I read all corel programs should work in wine) Where can i find a list of errors and patches (To avoid sending useless mails to this newsgroup)? Thanks, Tijl Some info: Wine version: 20010112 OS: red hat 6.2 Here are some errors:
2001 Apr 06
1
installshield problems
I'm having problems when installing applications using InstallShield. This is what I get: ... fixme:module:CreateProcessA (C:\Program Files\Common Files\InstallShield\Engine\6\Intel 32\IKernel.exe,...): CREATE_NEW_CONSOLE ignored fixme:module:CreateProcessA (C:\Program Files\Common Files\InstallShield\Engine\6\Intel 32\IKernel.exe,...): lpStartupInfo->lpTitle