search for: traped

Displaying 7 results from an estimated 7 matches for "traped".

Did you mean: trapped
2003 Aug 20
5
Rsync hang on HP-UX 10.20
...r, both rsync processes were still running. As the result, swinstall won't finish either. Swinstall uses tcp 2121 and udp 2121 ports. I ran trace on the hang rsync processes. The parent rsync process seemed waiting for the child rsync process which is reasonable. The child rsync process seemed traped in a loop of msleep calls. Here are some trace outputs: 11982: gettimeofday(0x7b03ac00, 0) = 0 11982: gettimeofday(0x7b03ac10, 0) = 0 11982: select(0, 0, 0, 0, 0x7b03abf0) = 0 11982: gettimeofday(0x7b03ac10, 0) = 0 11982: select(0, 0, 0, 0, 0x7b03abf0) = 0 11982: gettimeofday(0x7b03ac10, 0) = 0 1...
2006 Apr 25
0
[LLVMdev] Newbie questions
Chris Lattner wrote: > On Mon, 24 Apr 2006, Archie Cobbs wrote: >> Related idea.. what if all instructions (not just "invoke") could be >> allowed to have an optional "except label ..."? > > This is the direction that we plan to go, when someone is interested > enough to implement it. There are some rough high-level notes about > this idea here:
2006 Apr 24
3
[LLVMdev] Newbie questions
On Mon, 24 Apr 2006, Archie Cobbs wrote: > Related idea.. what if all instructions (not just "invoke") could be > allowed to have an optional "except label ..."? This is the direction that we plan to go, when someone is interested enough to implement it. There are some rough high-level notes about this idea here:
2008 Apr 01
0
[16/18]KVM:IA64 : Add kvm sal/pal virtulization support.V9
...wrote: >>From 5c70c038c57190144390ae9d30c3d06afba103d4 Mon Sep 17 00:00:00 2001 > From: Xiantao Zhang <xiantao.zhang at intel.com> > Date: Tue, 1 Apr 2008 14:59:30 +0800 > Subject: [PATCH] KVM:IA64 : Add kvm sal/pal virtulization support. > > Some sal/pal calls would be traped to kvm for virtulization > from guest firmware. > Signed-off-by: Xiantao Zhang <xiantao.zhang at intel.com> > --- > arch/ia64/kvm/kvm_fw.c | 500 Hi Xiantao, A few more comments: > --- /dev/null > +++ b/arch/ia64/kvm/kvm_fw.c > +static void kvm_get_pal_call_data(str...
2002 Apr 15
0
ANN: RPy (R from Python) 0.2
...m, can easily be used from within Python, without introducing any changes. Currently it works only on POSIX systems. CHANGES IN RPy 0.2 Fixed bugs o There were several bugs related to memory and R and Python garbage collectors, which caused Python segfaults. o There was a problem with signals traped by R, which made Python crash when <Ctl-C> was pressed. o R objects of class 'factor' or 'data.frame' were incorrect converted to Python. o Instances of any class converted to R were treated as sequences and made Python segfault. Conversion o RPy has now a new system f...
2008 May 12
3
[LLVMdev] LLVM Exception Handling Changes
I just took a closer read of Chris' "LLVM Exception Handling Changes" document and have some comments. [...] > This bloats the code and is quite slow: it's not feasible to use > hardware traps to implement these checks. It's not totally infeasible. An approach similar to what if-conversion does could implement this. I'm not necessarily advocating this, I'm
2006 Apr 25
4
[LLVMdev] Newbie questions
On 4/25/06, Archie Cobbs <archie at dellroad.org> wrote: > Chris Lattner wrote: > > On Mon, 24 Apr 2006, Archie Cobbs wrote: > >> Related idea.. what if all instructions (not just "invoke") could be > >> allowed to have an optional "except label ..."? > > > > This is the direction that we plan to go, when someone is interested >