search for: 20i

Displaying 19 results from an estimated 19 matches for "20i".

Did you mean: 20
2010 Jun 24
1
[LLVMdev] Why would -disable-fp-elim cause SEGV in JIT, when without it code works fine?
...warf > to unwind the stack but there is none available. > > Have you been able to succeed at linking statically with LLVM to get > the gdb JIT interface working? That should fix this, and give you the > ability to disas JITed functions. > > Another useful technique is to use x/20i<funcaddr> to look at the > assembly of the JITed function to see what is wrong with it. You > should be able to get the function addresses from your addr2line > output. As a last resort, you can unwind the stack yourself, so long > as all the code you're running has frame p...
2003 Sep 11
1
samba(PDC, machine A) + LDAP (machine B)?
Hello=20all, =20=20I=20am=20wondering=20if=20anyone=20successfully=20built=20samba=20PDC=20= on mahine=20A=20and=20used=20LDAP=20on=20machine=20B=20for=20authentication? =20=20Because=20now=20before=20creating=20a=20samba=20account,=20one=20must create=20an=20unit=20account,=20right? =20=20My=20goal=20is=20as=20follo...
2010 Jun 23
0
[LLVMdev] Why would -disable-fp-elim cause SEGV in JIT, when without it code works fine?
...s like when it is trying to use dwarf to unwind the stack but there is none available. Have you been able to succeed at linking statically with LLVM to get the gdb JIT interface working? That should fix this, and give you the ability to disas JITed functions. Another useful technique is to use x/20i <funcaddr> to look at the assembly of the JITed function to see what is wrong with it. You should be able to get the function addresses from your addr2line output. As a last resort, you can unwind the stack yourself, so long as all the code you're running has frame pointers enabled. Re...
2010 Jun 23
2
[LLVMdev] Why would -disable-fp-elim cause SEGV in JIT, when without it code works fine?
I have this situation when the same code SEGVs in JIT with option -disable-fp-elim and works fine without it. How can this possibly happen? Is it possible that there is a bug in JIT that stack isn't properly lowered for local variables when prologs are present? Or maybe JIT can accidentally use ebp for some values when it's supposed to be only used by frame pointer value. Stack (see
2007 Sep 04
3
Ocfs2 and debian
.../config/cluster/mail/heartbeat/609B5AA47550431CB3EB010C41D14312") = 0 [pid 3875] semop(98306, 0xbfd4ec9e, 1) = 0 [pid 3875] write(2, "ocfs2_hb_ctl", 12ocfs2_hb_ctl) = 12 [pid 3875] write(2, ": ", 2: ) = 2 [pid 3875] write(2, "I/O error on channel", 20I/O error on channel) = 20 [pid 3875] write(2, " ", 1 ) = 1 [pid 3875] write(2, "while starting heartbeat", 24while starting heartbeat) = 24 [pid 3875] write(2, "\r\n", 2 ) = 2 [pid 3875] rt_sigprocmask(SIG_UNBLOCK, ~[TRAP SEGV RTMIN RT_1], NULL,...
2011 Mar 20
0
[LLVMdev] how to debug with interpreter
x/20i $pc - 20 or so is your friend. In general, you can't disassemble x86 backwards, but gdb does a reasonably good job if you just guess. Alternatively, if you're on Linux, there's the gdb-jit interface, which should give you symbols and unwind tables without any extra effort on your part...
2013 May 23
0
xml newbie
...host is Born</string> <key>Persistent ID</key><string>A8B0E5CF2E86A4C6</string> <key>Track Type</key><string>File</string> <key>Location</key><string>file://localhost/Users/Alex/Music/iTunes/iTunes%20Media/Music/Wilco/A%20Ghost%20is%20Born/09%20I'm%20A%20Wheel.m4a</string> <key>File Folder Count</key><integer>5</integer> <key>Library Folder Count</key><integer>1</integer> </dict>  >From each entry, i'd like to extract: Track ID, Track Number and Play Cou...
2011 Mar 19
2
[LLVMdev] how to debug with interpreter
Hi, I'm using the JIT execution engine for my language, and I'm finding it extremely painful to find bugs in generated code. I get a "seg fault" and I can't see where it happened. Writing a debugger or generating info for GDB seems like too much work at this point. Is there a way to use the Interpreter to run this code, stepping through and printing the LLVM
2001 Jul 06
1
installing tree pkg on linux
I am having trouble installing the tree package on linux. I followed all the steps in section 5.2 of the FAQ http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html#How%20can%20add-on%20packages%20be%20installed%3f In particular, I typed 'R CMD INSTALL -l /home/cs/murphyk/R tree_1.0-2.tar.gz'. This created the files 'LibIndex', 'R.css' and a subdirectory called 'tree'. I then created a ~/.Renviron file with the line 'R_LIBS="/home/cs/murphyk/R"'....
2003 Feb 06
2
Can't boot NT floppy
...nd try to make a bootable CD using memdisk.... it loads the image and then suddenly reboot the whole PC.... I tried to do the same thing another way, creating my bootable floppy image with another tool, following these instructions : http://www.cenatek.com/product_ramdisk.cfm?Page=FAQ_NT#How%20do%20I%20create %20a%20bootable%20disk The result is a little bit different, after loading the image, it says "booting" and the systems hangs.... but is still does not work. So is there a reason for memdisk not to work with the NT boot ? If you've already done the same thinkg then it's...
2006 Jan 12
0
bug in qr.coef() and (therefore) in qr.solve (PR#8476)
...ns). Examples: > A <- matrix(rnorm(9),3,3) > B <- matrix(rnorm(9),3,3) > solve(A+1i*B,A+1i*B) [,1] [,2] [,3] [1,] 1.000000e+00+0.000000e+00i -1.853360e-17-1.199306e-17i 0+0i [2,] 2.338819e-17-1.192988e-19i 1.000000e+00+1.155338e-20i 0+0i [3,] -6.940188e-18+1.120842e-17i 5.188659e-17-3.226848e-17i 1+0i > qr.solve(A+1i*B,A+1i*B) [,1] [,2] [1,] 1.000000e-00-2.583088e-16i 1.000000e-00-2.583088e-16i [2,] -1.045057e-16+1.979352e-16i -1.045057e-16+1.979352e-16i [3,] 3.966684e-...
2009 Jan 08
9
how do you point the c drive to a physical drive?
how do you point the c drive to a physical drive? i am currently dual booting xp and ubuntu on a machine with a 400GB HDD but my ubuntu filesystem is currently 10GB which is nowhere near big enough to install anything within the wine directory - is it possible to point the wine c drive to my xp drive named system which i am mounting automatically each time the system starts as this has my xp
2011 Oct 11
1
R CMD INSTALL configure.args and CC customization
...tOS-5 a while ago and so far it has worked out great. I crosspost to r-sig-hpc and welcome others to comment if there are potential downsides to this solution. George > Michael Spiegel michael.m.spiegel at gmail.com > <mailto:r-devel%40r-project.org?Subject=Re%3A%20%5BRd%5D%20R%20CMD%20INSTALL%20configure.args%20and%20CC%20customization&In-Reply-To=%3CCANwu5-rGUYrC73vRo04GJCdW_ZQerycbVU4K_2Dun1ytqNXQ7g%40mail.gmail.com%3E> > /Fri Sep 9 20:40:42 CEST 2011/ > I am running into the following issue that has been previously > reported on the R-devel mailing list. The sh...
2004 Feb 05
2
I am totally lost on how to install R . . .
First . . . SUBSCRIBE (I want to subscribe to the list). Second, I am trying to install R on windows XP. In looking at the instruction manual I get the following: The simplest way is to use 'rw1081.exe' or 'miniR.exe'. Just double-click on the icon and follow the instructions. If you installed R this way you can uninstall it from the Control Panel. How do I get the
2004 Apr 14
3
A bug report?
Folks, I have a strange situation, which I may have isolated as a bug report. Or, it could just be that there's something about R that I don't know. :-) I have attached the data file and the program file but don't know whether these attachments will make it into the list. Here is my bugreport.R program -- ---------------------------------------------------------------------------
2011 Jun 12
3
What is someone trying to do?
...call: 1 Time(s) /lib/js/e.old: 1 Time(s) /lib/js/e.push: 1 Time(s) /lib/js/e=c.data: 1 Time(s) /lib/js/e=d.nodeType?c.data: 1 Time(s) /lib/js/e=h.get: 1 Time(s) /lib/js/f,a,bb.call: 1 Time(s) /lib/js/f.call: 1 Time(s) /lib/js/f.push: 1 Time(s) /lib/js/f=k.get: 1 Time(s) /lib/js/function(i)%7Breturn%20i.getAttrib ... %20class='TEST': 1 Time(s) /lib/js/h.html: 1 Time(s) /lib/js/h=c.data: 1 Time(s) /lib/js/j.call: 1 Time(s) /lib/js/ja.test: 1 Time(s) /lib/js/m.push: 1 Time(s) /lib/js/n.push: 1 Time(s) /lib/js/o.match.POS.test: 1 Time(s) /lib/js/o=sb.exec: 1 Time(s) /lib/js/q.expr,q.set: 1 Ti...
2018 Nov 25
3
BUGS n code generated for target i386 compiling __bswapdi3, and for target x86-64 compiling __bswapsi2()
bswapdi2 for i386 is correct Bits 31:0 of the source are loaded into edx. Bits 63:32 are loaded into eax. Those are each bswapped. The ABI for the return is edx contains bits [63:32] and eax contains [31:0]. This is opposite of how the register were loaded. ~Craig On Sun, Nov 25, 2018 at 10:36 AM Craig Topper <craig.topper at gmail.com> wrote: > bswapsi2 on the x86-64 isn't using
2004 Dec 20
7
'I'nvalid extension handling problems, even with workaround
...ouble configuring Asterisk to play an "invalid extension" message to anyone dialing an undefined extension. First I tried using the 'i' pseudo-extension, but it didn't work at all; searching the wiki I found that page: http://www.voip-info.org/tiki-index.php?page=Asterisk%20i%20extension where it basically says that the 'i' extension can't be used like I (and apparently the wiki page author) thought. I then did the "separate context with _." trick the above wiki page suggests; at first it seemed to work: picking up an extension and dialing any inv...
2013 Mar 12
14
vpmu=1 and running 'perf top' within a PVHVM guest eventually hangs dom0 and hypervisor has stuck vCPUS. Romley-EP (model=45, stepping=2)
...cs_dump_vcpu+0x4e/0x756^M (XEN) [<ffff82c4c01ced80>] vmcs_dump+0x9a/0xe2^M (XEN) [<ffff82c4c011054c>] handle_keypress+0x70/0x9c^M (XEN) [<ffff82c4c011058d>] keypress_action+0x15/0x17^M So it is stuck spinning around. The vmx_vmexit_handler looks to be stuck in: (gdb) x/20i 0xffff82c4c01d383f 0xffff82c4c01d383f <vmx_vmexit_handler+511>: cmp $0x12,%r15d 0xffff82c4c01d3843 <vmx_vmexit_handler+515>: jne 0xffff82c4c01d3867 <vmx_vmexit_handler+551> 0xffff82c4c01d3845 <vmx_vmexit_handler+517>: mov %r12,%rdi 0xffff82c4c01d3848 &lt...