search for: 9362

Displaying 20 results from an estimated 23 matches for "9362".

Did you mean: 936
2006 Nov 13
1
wishlist: xlim in lines.polynomial (PR#9362)
Full_Name: Tamas K Papp Version: 2.4.0 OS: linux Submission from: (NULL) (140.180.166.160) I was using the lines.polynomial method for plotting piecewise polynomials (parts of splines). I needed a feature to limit the range of plotting using a parameter given to the function (as opposed to par("usr")). I think that the following changes would be a nice addition: lines.polynomial
2020 Jun 22
2
Hardware ASan Generating Unknown Instruction
...0.1 (git at github.com:llvm/llvm-project.git > >>> a634a80615b1e012f1a61aa0cd1e2e67ef77d0bd) > >>> Target: x86_64-unknown-linux-gnu > >>> Thread model: posix > >>> > >>> -- > >>> Derrick McKee > >>> Phone: (703) 957-9362 > >>> Email: derrick.mckee at gmail.com > >>> _______________________________________________ > >>> LLVM Developers mailing list > >>> llvm-dev at lists.llvm.org > >>> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >>...
2012 May 07
2
[LLVMdev] Address space information dropped
Thanks for your quick response Joerg. We have a very small test case where there is global array and its address space attribute specified like in the following code const int __attribute__((address_space(256))) fangle[13] = {2341, 4681, 7022, 9362, 11703, 1403,16384, 18725, 21065, 23406, 25746, 28087, 30427}; I need to put its initializer in another memory because it has a different address space and I wanted to pass this information through a target-depend asm directive. At the moment, I've overridden EmitGlobalVariable() from As...
2020 Jun 22
3
Hardware ASan Generating Unknown Instruction
...[1] >> clang version 10.0.1 (git at github.com:llvm/llvm-project.git >> a634a80615b1e012f1a61aa0cd1e2e67ef77d0bd) >> Target: x86_64-unknown-linux-gnu >> Thread model: posix >> >> -- >> Derrick McKee >> Phone: (703) 957-9362 >> Email: derrick.mckee at gmail.com >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> > _____________________________________________...
2012 May 07
2
[LLVMdev] Address space information dropped
...hanks for your quick response Joerg. >> >> We have a very small test case where there is global array and its >> address space attribute specified like in the following code >> >> const int __attribute__((address_space(256))) fangle[13] = >> {2341, 4681, 7022, 9362, 11703, 1403,16384, >> 18725, 21065, 23406, 25746, 28087, 30427}; >> >> I need to put its initializer in another memory because it has a >> different address space and I wanted to pass this information >> through a target-depend asm directive. >> At the momen...
2012 May 07
0
[LLVMdev] Address space information dropped
...n Llopard wrote: > Thanks for your quick response Joerg. > > We have a very small test case where there is global array and its > address space attribute specified like in the following code > > const int __attribute__((address_space(256))) fangle[13] = > {2341, 4681, 7022, 9362, 11703, 1403,16384, > 18725, 21065, 23406, 25746, 28087, 30427}; > > I need to put its initializer in another memory because it has a > different address space and I wanted to pass this information > through a target-depend asm directive. > At the moment, I've overridden E...
2020 Jun 09
2
Cross compile x64 to AArch64 issues
..., the failing program can be compiled with my system aarch64-linux-gnu-g++. Barring any misconfiguration, I think that the build system is not correctly using the sysroot and gcc-toolchain paths correctly. [1]: https://llvm.org/docs/HowToCrossCompileLLVM.html -- Derrick McKee Phone: (703) 957-9362 Email: derrick.mckee at gmail.com
2020 Jun 22
3
Hardware ASan Generating Unknown Instruction
...on # llvm-project/build-10.x/install/bin/clang --version [1] clang version 10.0.1 (git at github.com:llvm/llvm-project.git a634a80615b1e012f1a61aa0cd1e2e67ef77d0bd) Target: x86_64-unknown-linux-gnu Thread model: posix -- Derrick McKee Phone: (703) 957-9362 Email: derrick.mckee at gmail.com
2012 May 08
0
[LLVMdev] Address space information dropped
...nse Joerg. > >> > >>We have a very small test case where there is global array and its > >>address space attribute specified like in the following code > >> > >>const int __attribute__((address_space(256))) fangle[13] = > >> {2341, 4681, 7022, 9362, 11703, 1403,16384, > >> 18725, 21065, 23406, 25746, 28087, 30427}; > >> > >>I need to put its initializer in another memory because it has a > >>different address space and I wanted to pass this information > >>through a target-depend asm directive....
2012 May 07
0
[LLVMdev] Address space information dropped
On Mon, May 07, 2012 at 02:15:16PM +0200, Ivan Llopard wrote: > I would like to emit target-dependent asm directives depending on the > address space of constant initializers. Is there another method to > implement this feature ? I'm not sure I understand what your problem is. Can you provide an example of what you see and what you expect, please? Joerg
2008 Aug 01
4
Incredimail....Need help/ideas to get it running
I am trying to get a program called " Incredimail " working for my partner , she is love with it, and is stopping me from fully going to Ubunut. It seems to really on IE 5.5 +, along with VisualBasic C++. It loads up and installs, but wont run. Has anyone had any experience with this program, and getting the various C++ libs installed correctly..
2015 Nov 28
0
Connection between postfix and dovecot failing
...to now). >> I also get alerts in the Server application, warning that: >> >> An unassigned mail directory has been detected and is scheduled to be deleted. >> >> The unassigned mail directory located in: >> /Library/Server/Mail/Data/mail/702C16A8-6B2D-42D8-9362-659DD2949AFC >> is not associated with any user account and is scheduled to be deleted in 1 days. >> >> In the mean time no mail, and unfortunately, we need it badly. >> >> Any suggestions? >> >> Million thanks for your kind support. >> >> s...
2012 May 07
4
[LLVMdev] Address space information dropped
Hi all, Tuning my TargetAsmPrinter implementation in the back-end side, I discovered that the address space number is not passed down while emitting global variables with constant initializers. The information is dropped at AsmPrinter::EmitGlobalConstant() function call which defaults it to zero. I would like to emit target-dependent asm directives depending on the address space of constant
2012 Oct 16
2
unique
Hello everybody, I've got a problem concerning the function unique. I have got a data.frame "shopdata" with 1000 shop which were evaluated at different points in time. With function subset I chose those shops with more then 10 employee and store it in data.frame "bigshopdata" with 700 shops. bigshopdata=subset(shopdata, shopdata$employee>10) Now I use
2015 Nov 28
1
Connection between postfix and dovecot failing
...but new ones would. Not so, not a single message up to now). I also get alerts in the Server application, warning that: An unassigned mail directory has been detected and is scheduled to be deleted. The unassigned mail directory located in: /Library/Server/Mail/Data/mail/702C16A8-6B2D-42D8-9362-659DD2949AFC is not associated with any user account and is scheduled to be deleted in 1 days. In the mean time no mail, and unfortunately, we need it badly. Any suggestions? Million thanks for your kind support. sytse -- ------------------------------------------ - Sytse Kuijk...
2015 Nov 28
1
Connection between postfix and dovecot failing
...n the Server application, warning that: >>>> >>>> An unassigned mail directory has been detected and is scheduled to be deleted. >>>> >>>> The unassigned mail directory located in: >>>> /Library/Server/Mail/Data/mail/702C16A8-6B2D-42D8-9362-659DD2949AFC >>>> is not associated with any user account and is scheduled to be deleted in 1 days. >>>> >>>> In the mean time no mail, and unfortunately, we need it badly. >>>> >>>> Any suggestions? >>>> >>>> Mi...
2007 Apr 15
3
Fwd: Response from Canon - MultiPASS (KMM7153196V60774L0KM)
...Support Representative Special Note: Certain issues are very difficult to resolve via email. If your question remains unanswered after you have received this email, you may call our special toll-free number for email customers with unresolved issues and speak to a technician* by dialing 1-866-261-9362, Monday - Friday 8:00 a.m. - 12:00 midnight ET, and Saturday 10:00 a.m. - 8:00 p.m. ET (excluding holidays). If you prefer to continue to communicate via email, reply to this message and we will respond as quickly as possible. *Telephone support for products no longer covered under the manufactur...
2004 Aug 13
6
sequences in the auth.log
Hi all, I found similar sequences in the /var/auth.log files of freebsd boxes, I supervise.: Aug 13 13:56:08 www sshd[26091]: Illegal user test from 165.21.103.20 Aug 13 13:56:11 www sshd[26093]: Illegal user guest from 165.21.103.20 Aug 13 13:56:15 www sshd[26096]: Illegal user admin from 165.21.103.20 Aug 13 13:56:18 www sshd[26103]: Illegal user admin from 165.21.103.20 Aug 13 13:56:21 www
2019 Jan 28
2
Samba 4.9.4 - high RAM usage - OOM killer
...8361 rpc_server 8537 rpc_server 8735 rpc_server 8839 rpc_server 8888 rpc_server 8926 rpc_server 8948 rpc_server 9012 rpc_server 9026 rpc_server 9094 rpc_server 9362 rpc_server 9368 rpc_server 9396 rpc_server 9438 rpc_server 9498 rpc_server 9527 rpc_server 9537 rpc_server 9554 rpc_server 9573 rpc_server 9590 rpc_server 9623 rpc_serve...
2006 Jul 27
0
kernel BUG at fs/bio.c (kernel 2.6.9-34.0.2.EL)
...AT Translated Set 2 keyboard on isa0060/serio0 input: ImExPS/2 Logitech Explorer Mouse on isa0060/serio1 md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27 NET: Registered protocol family 2 IP: routing cache hash table of 1024 buckets, 32Kbytes TCP: Hash tables configured (established 32768 bind 9362) Initializing IPsec netlink socket NET: Registered protocol family 1 NET: Registered protocol family 17 Freeing unused kernel memory: 144k freed device-mapper: 4.5.0-ioctl (2005-10-04) initialised: dm-devel at redhat.com cdrom: open failed. EXT3-fs: INFO: recovery required on readonly filesystem. E...