Displaying 20 results from an estimated 3000 matches similar to: "GVN-Hoist test case not working"
2016 Aug 05
3
GVN Hoist moving a store across load
Hi,
I have a scenario, roughly like this:
if (...) {
... = *x
*x = 0
} else {
... = *x
*x = 0
}
The two sides are functionally different, but both load some value and
then set it to 0.
After GVN Hoist, I get:
*x = 0
if (...) {
... = *x
} else {
... = *x
}
That is, the store was hoisted above the loads.
The code is not exactly public, so I
2004 Jun 13
1
Re : Newbie help !
hi..
nope I do know about x100p being the fxo and the usb device being the fxs
....fxo using fxs signalling and fxs using fxo signalling and it is
reflected suitably in my zapata.conf and zaptel.conf...
The problem is that the S100U usb device is not identified upon zap show
channels ... only the 100xp wildcard is recognized....i get a sound when
pressing the keypad of the phone connected to
2009 Jul 03
1
New mailing list member introduction.
Hi all,
I am Digvijay.
Username : dbpatankar
I don't really get what do you want to mean by 'proposed subject of wiki
contributions'. My aim is to prepare simple documentations, how-tos and
guides for various applications.
I am from India.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Jun 11
2
Asterisk newbie help !!
hi,
I got a digit networks x100p card and instaled asterisk. everything went
fine and upon calling the phone asterisk issues a notification. Now i plan
to turn it into an ivr and modified extensions.conf to first record some
messages , problem is
1-)I am not able to understand how extensions refer to in my case ( a single
analog phone line plugged into line jack and a phone into the phone
2013 Mar 14
1
[virt-tools-list] C'ant migrate with virt-manager or virsh
On 03/14/2013 03:17 AM, Digvijay wrote:
> [root at node0 ~]# virsh migrate --live try1 qemu+ssh://root at 100.100.102.106/system
> --unsafe
> root at 100.100.102.106's password:
> error: operation failed: migration job: unexpectedly failed
> error: Reconnected to the hypervisor
>
CC-ing libvirt-users
I think that virsh command should work. Look at
2003 Nov 06
2
MinGW build (static linking) problem
Hi!
I am trying to build wxruby with statically linked wxWindows library, but
so far - no luck - bunch of unresolved references during the linking phase.
I''ve seen on the list that Curt was being able to build it, so any hint
would be helpful.
gcc 3.2.3 (MinGW 3.1.0) & MSYS 1.0.10rc2.
Sincerely,
Gour
--
Gour
gour@mail.inet.hr
Registered Linux User #278493
2004 Jan 04
4
wxRuby Windows installer available for testing
I have a first cut of a windows installer for wxRuby available for testing.
It can be downloaded with this URL:
http://curthibbs.us/wxruby-mswin-0.2_debug.zip
This installer currently assumes that you have installed Ruby from Andy
Hunt''s one-click Ruby Installer for Windows, *and* that you have installed
it in the default directory (C:\ruby). I still need to figure out how to
read
2004 May 14
2
Scalable IVR
Hi,
I am an asterisk newbie and looking around for information . I wish someone
could take their valuable time off to answer my query in detail.
I wish to set up an IVR system that can allow user authentication and
therefter accept 2-3 inputs from users ..generate a key and transmit the
same in voice back to the user .
The system will intially have small load but if the whole package in future
2003 Dec 13
5
Getting ready for 0.2 release
As I mentioned in October (wow, time moves quickly!), there are two big
items I would like to have in a 0.2 release of wxRuby:
1. Binary builds for as many platforms as possible
2. A document describing how to use the standard wxWindows/wxPython
documentation to develop wxRuby apps
In order for this to happen in any reasonable time frame, I will need
help. For those of you here who are not
2003 Nov 06
2
wxruby & wxWindows site
Hi!
By visiting wxWindows site I''ve noticed that wxruby is not listed amongst
other different bindings projects (Perl, Python, Lua, Java, Haskell ..)
Is it possible to include it on the list?
Sincerely,
Gour
--
Gour
gour@mail.inet.hr
Registered Linux User #278493
2003 Aug 28
2
Problem Running Samples (Mingw, Ruby 1.8.0)
I believe I have followed Gour''s instructions to the letter for
compiling wxwindows, ruby and wxruby.
Indeed all of the compilation stages have worked flawlessly, however
when I try to ruby any of the samples I get an error dialog
"This application has failed to start because wxmsw241d.dll was not
found ...."
Looking in the c:/mingw/lib directory
robertm@PC126 /mingw/lib
$
2003 Dec 29
5
Font support, MS Windows binaries, Mac status (?)
Wx::Font now supports almost all the methods of wxFont, which should be
good news for anyone interested in rich text editing (FreeRIDE anyone?).
These changes are checked in to CVS and my darcs repository.
Thanks to Nobuaki Arima for submitting font support code. Although I
didn''t actually use that font code, I did directly use the included
sample file, and the changes to const.cpp.
2004 Jan 05
3
Updated - wxRuby Windows installer available for
Curt,
I just downloaded and tried your installer and the installation went fine. There are problems with the samples not finding their images files, but only when I try to run the samples from their Start menu shortcuts. When I edit the properties of a shortcut, and change the "Start in" folder to match the folder where the sample resides, then the problems go away. (As-installed,
2012 Dec 13
3
Code for precopy algorithm
Hello all,
I want to optimize the pre copy algorithm.So in which file
can I find the implementation of algorithm.And how to understand the
working of code? Which part causes the live migration in code?
regards,
DigvijaySingh
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
2003 Nov 06
2
Gentoo ebuild
Hi!
Since I switched from SuSE to Gentoo (before Novell era :-) I wrote a simple
ebuild script for building wxruby on Gentoo.
Few notes:
a) in order to work, wxruby-0.1.0.tgz should contain wxruby-0.1.0 folder since
it is a Gentoo policy and I hope it''s not a problem to change that for 0.2.0
b) I assumed that one needs Ruby >= 1.8.0 and wx >= 2.4.1. Is it OK?
Please inspect
2011 Sep 06
3
booting & mdadm-1.2 metadata
Hello,
few days ago I returned from FreeBSD where I was using ZFS/GPT disks in raid-1
array back to (Arch)Linux and installed syslinux as bootloader for booting from
single MBR disk.
Now, after I finished with migration of my /home data, I'd like to deploy both
of my 1TB disks using ext4 (btrfs is not stable enough) under LVM2 using raid-1
array & GPT by having all my partitions (/boot,
2004 Jan 06
2
Debug and Release builds of the wxRuby Windows Installer
Ok, I now have both debug and release build installers for wxRuby 0.2 on
windows. As I said in my earlier emails these are designed to install on top
of Andy Hunt''s one-click Ruby Installer for Windows (version 1.8.0).
In the start menu I create a wxRuby group with shortcuts to run the sample
apps and to display "wxRuby Help" (which is just a freshly updated version
of the
2013 Feb 01
4
how to use sctp during live migration of vm with xen
Hello,
I want to carry out the performance analysis of transport protocol
i.e sctp so how can we achieve it.Instead of using tcp if we have to use
sctp how to do that?
regards,
DigvijaySingh
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2013 Feb 01
4
how to use sctp during live migration of vm with xen
Hello,
I want to carry out the performance analysis of transport protocol
i.e sctp so how can we achieve it.Instead of using tcp if we have to use
sctp how to do that?
regards,
DigvijaySingh
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2003 Nov 13
16
Submitting patches
I''m a bit new to working on a rubyforge/sourceforge/open source project,
so excuse my obliviousness. What is the preferred way of submitting a
patch to wxruby?
Thanks,
Nick