similar to: Help to create bugzilla account

Displaying 20 results from an estimated 6000 matches similar to: "Help to create bugzilla account"

2017 Aug 12
3
Help to create bugzilla account
Strange because in my all my experiments calling malloc.trim always helped - memory reported by top decreased to the level it supposed to be. Do you have in mind case when calling malloc.trim won't do anything? Also shouldn't MALLOC_TRIM_THRESHOLD_ env variable has impact on malloc.trim calls? At the moment seems any value is ignored... 12 ???. 2017 ?. 6:09 ?? ???????????? "Simon
2017 Aug 11
2
Help to create bugzilla account
2017-08-11 16:00 GMT+02:00 Martin Maechler <maechler at stat.math.ethz.ch>: >>>>>> Dmitriy Selivanov <selivanov.dmitriy at gmail.com> >>>>>> on Fri, 11 Aug 2017 17:33:31 +0400 writes: > > > Hi mailing list and R-core. Could someone from R-core please help me to > > create account in bugzilla? I would like to submit issue
2017 Aug 12
4
Help to create bugzilla account
On 12 August 2017 at 15:10, luke-tierney at uiowa.edu wrote: | As the Python posts poitns out, it is possible to use alternate malloc | implementations, either rebuilding R to use them or using LD_PRELOAD. | On Ubuntu for example, you can have R use jemalloc with | | sudo apt-get install libjemalloc1 | env LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1 R | | This does not seem to hold
2017 Aug 12
0
Help to create bugzilla account
On Sat, 12 Aug 2017, Dmitriy Selivanov wrote: > Strange because in my all my experiments calling malloc.trim always helped > - memory reported by top decreased to the level it supposed to be. Do you > have in mind case when calling malloc.trim won't do anything? Also > shouldn't MALLOC_TRIM_THRESHOLD_ env variable has impact on malloc.trim > calls? At the moment seems any
2017 Aug 11
0
Help to create bugzilla account
>>>>> Dmitriy Selivanov <selivanov.dmitriy at gmail.com> >>>>> on Fri, 11 Aug 2017 17:33:31 +0400 writes: > Hi mailing list and R-core. Could someone from R-core please help me to > create account in bugzilla? I would like to submit issue related to gc() to > wishlist. I will create one. Your previous e-mails left me pretty clueless
2018 Nov 21
3
Subsetting row in single column matrix drops names in resulting vector
Hi Rui. Thanks for answer, I'm aware of drop = FALSE option. Unfortunately it doesn't resolve the issue - I'm expecting to get a vector, not a matrix . ??, 21 ????. 2018 ?. ? 20:54, Rui Barradas <ruipbarradas at sapo.pt>: > Hello, > > Use drop = FALSE. > > a[1, , drop = FALSE] > # col1 > #row1 1 > > > Hope this helps, > > Rui Barradas
2017 Aug 12
0
Help to create bugzilla account
> On Aug 11, 2017, at 12:57 PM, I?aki ?car <i.ucar86 at gmail.com> wrote: > > 2017-08-11 16:00 GMT+02:00 Martin Maechler <maechler at stat.math.ethz.ch>: >>>>>>> Dmitriy Selivanov <selivanov.dmitriy at gmail.com> >>>>>>> on Fri, 11 Aug 2017 17:33:31 +0400 writes: >> >>> Hi mailing list and R-core. Could
2018 Nov 21
2
Subsetting row in single column matrix drops names in resulting vector
Hello here. I'm struggling to understand R's subsetting behavior in couple of edge cases - subsetting row in a single column matrix and subsetting column in a single row matrix. I've read R's docs several times and haven't found answer. Consider following example: a = matrix(1:2, nrow = 2, dimnames = list(c("row1", "row2"), c("col1"))) a[1, ] # 1
2018 Nov 27
1
Subsetting row in single column matrix drops names in resulting vector
Dmitriy Selivanov (selivanov.dmitriy at gmail.com) wrote: > Consider following example: > > a = matrix(1:2, nrow = 2, dimnames = list(c("row1", "row2"), c("col1"))) > a[1, ] > # 1 > > It returns *unnamed* vector `1` where I would expect named vector. In fact > it returns named vector when number of columns is > 1. > Same issue applicable
2017 Aug 13
0
Help to create bugzilla account
Very interesting information about switching glibc malloc to jemalloc. So I see action plan as following: 1. set up some benchmark (need to think about design) 2. Run it on ubuntu machine with default glibc malloc 3. Run it with malloc_trim passed with reg.finalizer() 4. Run it with jemalloc 5. Review results and if they will look better than with glibc malloc - possibly
2017 Jun 17
0
Issue with memory deallocation/fragmentation on systems which use glibc
Hello mailing list. I'm writing to discuss issue which was already discussed here - https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=14611 - OS doesn't shrink memory of the process. Thanks to Simon Urbanek for digging and explanation. However it was quite hard to find this topic after I've discovered same problem on my Ubuntu machine (and I scratched my head because there were no
2004 Mar 24
3
Unvisible fonts
Hi All, I have problem with fonts. Some texts in programs running under wine aren't displayed. Problem is mainly with texts that describe some input boxes. There's a screenshot of Skype attached. wine version: 20040213 system: Mandrake 9.2 Problem occured with: Baldurs Gate 2 Skype TeamSpeak2rc2 I've tried: - coppying windows fonts to ~/.wine/c_drive/windows/Fonts - changing
2018 Nov 22
0
Subsetting row in single column matrix drops names in resulting vector
The problem is that the drop is only applied (or not) after the subsetting, so what R does is: - Getting the subset, which means a 1 x 1 matrix. - Only then It either returns that as is (when drop=FALSE), or removes ALL dimensions of extent 1, regardless of whether these are rows or columns (or higher dimensions). And it can't keep any names, because what name should be returned? The name
2013 Feb 23
2
[LLVMdev] Assertion failed after my storeRegToStackSlot/loadFromStackSlot
Hi All. I'm writing storeRegToStackSlot and loadFromStackSlot function for my Target. This Target can store/load one byte (not all word) from FrameIndex. If I need to store 16 bit register I will must to split it to two instruction like this: BuildMI(MBB, MI, dl, get(Z80::LD8xmr)) .addFrameIndex(FrameIndex).addImm(0) .addReg(SrcReg, 0, Z80::subreg_lo); BuildMI(MBB, MI, dl,
2015 Oct 05
4
does res_pjsip support ZRTP?
05.10.2015 23:24, Joshua Colp ?????: > On 15-10-05 05:22 PM, Dmitriy Serov wrote: >> Hello. Do I understand correctly that the current implementation >> res_pjsip does not support ZRTP? >> http://lists.digium.com/pipermail/asterisk-dev/2013-December/064401.html > > ZRTP is not supported in Asterisk itself. > >> Nothing has changed since 2013? P.S. I greatly
2015 Oct 02
3
Samba 4.3 Logon Error (Insufficient system resources exist to complete the requested service)
Stand contains two DC with Windows 2003 Std SP2 En: - root domain company.local - child domain (1) gonzo.company.local -- site 1: Windows 2003 (FSMO) -- site 2: Samba AD DC - child domain (2) depth.company.local I have CentOS 7 and Samba 4.3 in child domain (1) in dedicated active directory site (site 2 ). When I try logon from client (windows 7 workstation) I have error "Insufficient
2015 Oct 02
2
Samba 4.3 Logon Error (Insufficient system resources exist to complete the requested service)
I really forgot about .local but I don't think that the problem is related with this. -----Original Message----- From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of Rowland Penny Sent: Friday, October 02, 2015 3:25 PM To: samba at lists.samba.org Subject: Re: [Samba] Samba 4.3 Logon Error (Insufficient system resources exist to complete the requested service) On 02/10/15
2017 Jun 22
5
wbinfo --group-info not listed users inside the group
Hello colleagues, After upgrading Debian 8 to the latest version 9 (stretch). Command wbinfo --group-info LOCAL\\db_g - doesn't return list of all users inside the group, I have only: LOCAL\db_g:x:1000: and before it was: LOCAL\db_g:x:1000:user1, user2, user3, user4, ........ smb.conf: ---------------------------------------------------------- # Global parameters [global] realm =
2014 Jul 21
9
[Bug 81614] New: Nouveau freezes on GeForce 580 GTX at a random time
https://bugs.freedesktop.org/show_bug.cgi?id=81614 Priority: medium Bug ID: 81614 Assignee: nouveau at lists.freedesktop.org Summary: Nouveau freezes on GeForce 580 GTX at a random time Severity: blocker Classification: Unclassified OS: Linux (All) Reporter: doityourselfteam at gmail.com Hardware: x86-64
2015 Jan 29
28
[Bug 88868] New: PowerPC e5500, kernel crash, GT520, GT610
https://bugs.freedesktop.org/show_bug.cgi?id=88868 Bug ID: 88868 Summary: PowerPC e5500, kernel crash, GT520, GT610 Product: xorg Version: unspecified Hardware: PowerPC OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at