search for: 6940

Displaying 20 results from an estimated 61 matches for "6940".

Did you mean: 640
2008 Mar 16
8
HP Deskjet 6940 and 6988
Hello all, Does anybody share HP Deskjet 6940 and HP Deskjet 6988 off a samba server successfully? I currently using Samba versions 3.0.24 Ubuntu Fiesty Fawn in my production environment. I also the issue occurs on my laptop which is running Gutsy Gibbon 7.10 which uses Samba 3.0.26. The issue is when my users try to print multiple copies t...
2014 Jun 17
1
CentOS 6 - Ethernet Bond Errors, 1 per frame
...GPL description: Intel(R) 10 Gigabit PCI Express Network Driver author: Intel Corporation, <linux.nics at intel.com> srcversion: B390E9D9904338B52C2E361 I have updated this to 3.18.7-1 as well, same results # ifconfig bond1 |grep error RX packets:4476995 errors:6940 dropped:0 overruns:0 frame:6940 TX packets:2130564 errors:0 dropped:0 overruns:0 carrier:0 # cat /proc/net/bonding/bond1 Ethernet Channel Bonding Driver: v3.6.0 (September 26, 2009) Bonding Mode: adaptive load balancing Primary Slave: None Currently Active Slave: p6p1 MII Status: up MII...
2006 Apr 13
4
[LLVMdev] standalone llvm
...ing gcc and friends ? Do I use lli ? I'd like to directly create executable code that i can stick in memory somewhere and jump into (call). (I'm looking to use llvm in a BSD licensed project). Simon. -- Simon Burton, B.Sc. Licensed PO Box 8066 ANU Canberra 2601 Australia Ph. 61 02 6249 6940 http://arrowtheory.com
2006 Apr 19
2
[LLVMdev] floating point exception and SSE2 instructions
...D machine. What is LLVM doing with my code ? Does it generate SSE2 instructions ? thanks! Simon. double sum_d(double*mem,int n) { double val=0.0; while(n) { val += *mem; mem++; n--; } return val; } -- Simon Burton, B.Sc. Licensed PO Box 8066 ANU Canberra 2601 Australia Ph. 61 02 6249 6940 http://arrowtheory.com
2001 Apr 04
3
users.map file
...s in the users.map file, we can then connect to that share, but not the share with @unixgroup3. whatever group is first in the users.map file works, and the groups after that do not. Does anyone know why this happens? Is this the way the file behaves by default? Chris Isbell Copiersnow.com 6940 S. Holly Circle Suite 105 Englewood, CO 80112 303.694.0515 x129 www.copiersnow.com chris@copiersnow.com -------------- next part -------------- HTML attachment scrubbed and removed
2006 May 05
2
[LLVMdev] ExecutionEngine blew the stack ?
...0x40ada64f in (anonymous namespace)::X86DAGToDAGISel::Select(llvm::SDOperand&, llvm::SDOperand) (this=0x822d660, Result=@0xbf801098, N={Val = 0x82544d0, ResNo = 0}) at X86ISelDAGToDAG.cpp:835 etc.... -- Simon Burton, B.Sc. Licensed PO Box 8066 ANU Canberra 2601 Australia Ph. 61 02 6249 6940 http://arrowtheory.com -------------- next part -------------- A non-text attachment was scrubbed... Name: dump.ll Type: application/octet-stream Size: 68038 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060505/faf9bba6/attachment.obj>
2006 Apr 17
0
[LLVMdev] Re: how to code a loop in llvm assembly
...calls the LLVM library ? I have a mild C++ allergy that I don't wish to aggravate. > The later is simpler and relieves you > from some nasty burdens. Yes, i'm finding it quite hairy! :) Simon. -- Simon Burton, B.Sc. Licensed PO Box 8066 ANU Canberra 2601 Australia Ph. 61 02 6249 6940 http://arrowtheory.com
2006 May 05
2
[LLVMdev] ExecutionEngine blew the stack ?
On Fri, 5 May 2006, Simon Burton wrote: > This leads me to my next question: as I make more and more functions > with the EE, it slows down. I am re-using the Module, ExistingModuleProvider, > and ExecutionEngine, and pumping the parser like so: > M = ParseAssemblyString(AsmString, M); > ISTM that there should be a way of creating multiple modules/EEs but I ran > into trouble
2006 May 05
0
[LLVMdev] ExecutionEngine blew the stack ?
...rifyModule( *M ) M->getNamedFunction(name); EE->getPointerToFunction It feels like there is a linear name lookup going on somewhere. (will be able to do report more thorough timings later) Simon. -- Simon Burton, B.Sc. Licensed PO Box 8066 ANU Canberra 2601 Australia Ph. 61 02 6249 6940 http://arrowtheory.com
2006 May 31
2
[LLVMdev] size of generated machine code ?
Hi, Is there a way to find out how much memory some JIT'ed machine code uses ? Simon. -- Simon Burton, B.Sc. Licensed PO Box 8066 ANU Canberra 2601 Australia Ph. 61 02 6249 6940 http://arrowtheory.com
2006 Jun 12
2
[LLVMdev] JIT'ing constant globals
...e defined, not after. I would like to produce eg. "hello world!" functions in a JIT. So I was hoping to use global string constants. Is there another way to do this kind of thing ? thanks, Simon. -- Simon Burton, B.Sc. Licensed PO Box 8066 ANU Canberra 2601 Australia Ph. 61 02 6249 6940 http://arrowtheory.com
2006 Apr 19
0
[LLVMdev] floating point exception and SSE2 instructions
...anks! > > Simon. > > double sum_d(double*mem,int n) > { > double val=0.0; > while(n) > { val += *mem; mem++; n--; } > return val; > } > > > -- > Simon Burton, B.Sc. > Licensed PO Box 8066 > ANU Canberra 2601 > Australia > Ph. 61 02 6249 6940 > http://arrowtheory.com > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2006 Apr 19
2
[LLVMdev] floating point exception and SSE2 instructions
...using a > release or cvs? CVS. >From what I remember, this is a bug in debian libc: some floating point flags are set incorrectly causing SIGFPE. Can't find the bug report ATM. Thanks, Simon. -- Simon Burton, B.Sc. Licensed PO Box 8066 ANU Canberra 2601 Australia Ph. 61 02 6249 6940 http://arrowtheory.com
2006 Apr 13
0
[LLVMdev] standalone llvm
...ectly create executable code that i can > stick in memory somewhere and jump into (call). > > (I'm looking to use llvm in a BSD licensed project). > > Simon. > > -- > Simon Burton, B.Sc. > Licensed PO Box 8066 > ANU Canberra 2601 > Australia > Ph. 61 02 6249 6940 > http://arrowtheory.com > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2006 Apr 14
2
[LLVMdev] Re: standalone llvm
...0x83e43b8 "h\2245\b\002" > > What happens when you execute your function the same way the Fibonacci > example does? (See examples/Fibonacci/fibonacci.cpp line 112). That works OK. Simon. -- Simon Burton, B.Sc. Licensed PO Box 8066 ANU Canberra 2601 Australia Ph. 61 02 6249 6940 http://arrowtheory.com
2006 Jun 21
0
[LLVMdev] size of generated machine code ?
...= 0x864c000 --- SIGSEGV (Segmentation fault) @ 0 (0) --- pipe([4, 5]) = 0 futex(0xb7ecf900, FUTEX_WAIT, 2, NULL <unfinished ...> dump.bc attached. Simon. -- Simon Burton, B.Sc. Licensed PO Box 8066 ANU Canberra 2601 Australia Ph. 61 02 6249 6940 http://arrowtheory.com -------------- next part -------------- A non-text attachment was scrubbed... Name: dump.bc Type: application/octet-stream Size: 22744 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060621/bd4b9001/attachment.obj>
2004 Jun 05
1
Crash in OSX (PR#6940)
Full_Name: Murray Pung Version: 1.9.0 OS: OSX Mac Submission from: (NULL) (134.148.20.33) Date/Time: 2004-06-05 12:32:30 +1000 OS Version: 10.3.4 (Build 7H63) Report Version: 2 Command: R.bin Path: /Library/Frameworks/R.framework/Resources/bin/R.bin Version: 1.9.0 (R 1.9.0) PID: 358 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at
2006 Jun 21
3
[LLVMdev] size of generated machine code ?
On Tue, 20 Jun 2006, Chris Lattner wrote: > On Wed, 21 Jun 2006, Simon Burton wrote: >> This from the output: >> >> 24620 x86-emitter - Number of machine instructions emitted >> >> (i had to write a dummy main function to get this to work) >> >> Is this really the number of bytes of machine code ? > Yes. To be specific, this is the
2006 Aug 08
3
[LLVMdev] build error
...nsigned int __llvm_sjljeh_try_catching_longjmp_exception(void**)': SJLJ-Exception.cpp:138: error: `free' undeclared (first use this function) $ gcc --version gcc (GCC) 3.3.5 (Debian 1:3.3.5-12) Simon. -- Simon Burton, B.Sc. Licensed PO Box 8066 ANU Canberra 2601 Australia Ph. 61 2 6249 6940 http://arrowtheory.com
2006 May 05
1
[LLVMdev] ExecutionEngine blew the stack ?
...> (llvm::SDOperand&, llvm::SDOperand) (this=0x822d660, > Result=@0xbf801098, N={Val = 0x82544d0, ResNo = 0}) at > X86ISelDAGToDAG.cpp:835 > > etc.... > > -- > Simon Burton, B.Sc. > Licensed PO Box 8066 > ANU Canberra 2601 > Australia > Ph. 61 02 6249 6940 > http://arrowtheory.com > <dump.ll> > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev