search for: dparam

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

Did you mean: param
2015 Feb 09
2
[LLVMdev] DataLayout missing in isDereferenceablePointer()
Eric Christopher wrote: > How are you trying to call it? Do you have a DataLayout? In test/Analysis/ValueTracking/memory-dereferenceable.ll, just change byval to dereferenceable(8), and %dparam won't match (see lib/IR/Value.cpp:521 for the logic that is supposed to fire). How do I get it to pass? I tried introducing a target-triple and target-datalayout, but it didn't help.
2008 Jul 24
4
DO NOT REPLY [Bug 5633] New: --pidfile option for rsync daemon
https://bugzilla.samba.org/show_bug.cgi?id=5633 Summary: --pidfile option for rsync daemon Product: rsync Version: 3.0.3 Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: arekm@maven.pl
2013 Feb 02
0
patches in distros - include upstream ?
...he official rsync patches git, as most of them don`t look very distro specific to me. regards Roland Opensuse: http://ftp.uni-ulm.de/mirrors/opensuse/source/distribution/openSUSE-current/repo/oss/suse/src/rsync-3.0.9-14.2.1.src.rpm > dparam.diff This patch adds a daemon option, --dparam (-M), that lets you override global/default items in the config file when starting the daemon up. > drop-cache.diff From: Tobi Oetiker tobi{at}oetiker.ch Date: 2007-04-23 I am using rsync for hard-link backup. I found that there is a major problem...
2015 Feb 09
2
[LLVMdev] DataLayout missing in isDereferenceablePointer()
Hi, I've been debugging this issue for many hours, and would like a sanity check. The issue is that DL (DataLayout) is nullptr inside isDereferenceablePointer() no matter what I try. Why is DataLayout ever nullptr (shouldn't it get defaults?), and what should I do to make it non-nullptr? Thanks. Ram
2018 May 28
1
Rsync 3.1.3 segfault
Hello. I've problem with rsync 3.1.3 in my distribution (TLD Linux). It segfaults when service is started. Services are controlled by rc-scripts (TLD Linux is systemd free). Actual command thats being run by rc-scripts is: nice -n 15 initlog -c "/usr/bin/rsync --daemon --dparam=pidfile=/var/run/rsync.pid" When ran by hand it works, when ran from rc-scripts rsync segfaults. The only difference is that rc-scripts are closing/redirecting std streams prior to calling above command. The code responsible for segfault is new popt_unalias function added in 3.1.3. To be...
2010 Jul 07
0
ggplot2 version 0.8.8
...-count bins by default * stat_bin: fix small bug when dealing with single bin with NA position (reported by John Rauser) * stat_binhex: uses range of data from scales when computing binwidth so hexes are the same size in all facets (thanks to Nicholas Lewin-Koh for the bug report) * stat_qq has new dparam parameter for specifying distribution parameters (thanks to Yunfeng Zhang for the bug report) * stat_smooth now uses built-in confidence interval (with small sample correction) for linear models (thanks to suggestion by Ian Fellows) * stat_spoke: correctly calculate stat_spoke (cos and sin were fli...
2010 Jul 07
0
ggplot2 version 0.8.8
...-count bins by default * stat_bin: fix small bug when dealing with single bin with NA position (reported by John Rauser) * stat_binhex: uses range of data from scales when computing binwidth so hexes are the same size in all facets (thanks to Nicholas Lewin-Koh for the bug report) * stat_qq has new dparam parameter for specifying distribution parameters (thanks to Yunfeng Zhang for the bug report) * stat_smooth now uses built-in confidence interval (with small sample correction) for linear models (thanks to suggestion by Ian Fellows) * stat_spoke: correctly calculate stat_spoke (cos and sin were fli...