search for: elided

Displaying 20 results from an estimated 753 matches for "elided".

2018 Jul 11
2
Connection refused (61)
...> > Here's my config. > $ grep -v "^//" config.inc.php > <?php > > /* Local configuration for Roundcube Webmail */ > > $config['mime_types'] = '/usr/local/etc/apache22/mime.types'; > $config['db_dsnw'] = 'pgsql://roundcube:<elided>@localhost/roundcubemail'; > > $config['default_host'] = 'tls://thebighonker.lerctr.org'; > > $config['imap_timeout'] = 3600; > $config['imap_vendor'] = 'dovecot'; > > $config['smtp_server'] = 'tls://thebighonker.lerctr...
2018 Jul 11
2
Connection refused (61)
...^//" config.inc.php > > <?php > > > > /* Local configuration for Roundcube Webmail */ > > > > $config['mime_types'] = '/usr/local/etc/apache22/mime.types'; > > $config['db_dsnw'] = 'pgsql://roundcube:<elided>@localhost/roundcubemail'; > > > > $config['default_host'] = 'tls://thebighonker.lerctr.org'; > > > > $config['imap_timeout'] = 3600; > > $config['imap_vendor'] = 'dovecot'; > > > >...
2018 Jul 11
2
Connection refused (61)
Dear list, in a box with the following setup: openbsd 6.3 opensmtpd dovecot 2.2.34 roundcubemail 1.3.5 httpd web server when a system user is authenticated via roundcubemail and tries to send an email, the following errors pops in the roundcube log file: Connection refused (61) Failed to connect socket: Connection refused () here is my roundcube config file: $config['default_host']
2018 Jul 11
2
Connection refused (61)
...hp > > > > > > /* Local configuration for Roundcube Webmail */ > > > > > > $config['mime_types'] = '/usr/local/etc/apache22/mime.types'; > > > $config['db_dsnw'] = 'pgsql://roundcube:<elided>@localhost/roundcubemail'; > > > > > > $config['default_host'] = 'tls://thebighonker.lerctr.org'; > > > > > > $config['imap_timeout'] = 3600; > > > $config['imap_vendor'] = ...
2010 Feb 28
2
[LLVMdev] Stuck
...ould look it up. > Another problem with the _Unwind functions is that they aren't supported on all platforms either. (This is a problem I will eventually have to solve anyway, since my exception personality function also uses these functions.) In practice, so long as frame pointers are not elided, a handful of lines of assembly per platform should get you a stack walker. If frame pointers are elided, however, you're looking at parsing DWARF to find out where it was saved, which is probably too expensive for the job. — Gordon -------------- next part -------------- An HTML attachment wa...
2014 Oct 01
2
[LLVMdev] size_t?
...ent unused during compilation: >> '/FdDebug\x64\vc120.pdb' >> 1>clang-cl.exe : warning : argument unused during compilation: '/Gd' >> 1> In file included from <built-in>:187: >> 1> In file included from <command line>:19: >> 1>[elided header file name](9,1): error : static_assert failed >> "sizeof(size_t) == 4" >> 1> static_assert(sizeof(size_t) != 4, "sizeof(size_t) == 4"); >> 1> ^ ~~~~~~~~~~~~~~~~~~~ >> >> Later on, I get an error saying that crtdefs.h is tr...
2018 Jul 11
4
Connection refused (61)
...gt; > > /* Local configuration for Roundcube Webmail */ > > > > > > > > $config['mime_types'] = '/usr/local/etc/apache22/mime.types'; > > > > $config['db_dsnw'] = 'pgsql://roundcube:<elided>@localhost/roundcubemail'; > > > > > > > > $config['default_host'] = 'tls://thebighonker.lerctr.org'; > > > > > > > > $config['imap_timeout'] = 3600; > > >...
2016 Sep 16
2
LLVM v3.9.0 and math built-ins
...clude <math.h> extern double foo(double); int useMathName() { if ((exp(1.0) < 2.71) || (exp(1.0) > 2.72)) return -1; return 0; } int useOtherName() { if ((foo(1.0) < 2.71) || (foo(1.0) > 2.72)) return -1; return 0; } With v3.8.0 the compiler elided both the calls to 'exp' and the tests, so the function 'useMathName' reduced to simply: return 0; But this was not correct as it ignored the possibility that the math functions could have the side-effect of changing 'errno', and this was fixed in v3.9.0, and the call...
2010 Feb 28
0
[LLVMdev] Stuck
On Sun, Feb 28, 2010 at 9:55 AM, Gordon Henriksen <gordonhenriksen at me.com> wrote: > In practice, so long as frame pointers are not elided, a handful of lines of > assembly per platform should get you a stack walker. If frame pointers are > elided, however, you're looking at parsing DWARF to find out where it was > saved, which is probably too expensive for the job. Unless you have control of all the binaries that you...
2019 Apr 17
2
Disable combining of loads and stores in instcombine
> Why do you want this? The goal is to share arrays between multiple tiles on a manycore architecture by splitting arrays between tiles. With a DRF memory model, it makes sense to elide multiple loads to the same memory location between barriers.; IIRC the semantics for volatile don’t allow this eliding. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2018 Jul 11
2
Connection refused (61)
...cal configuration for Roundcube Webmail */ > > > > > > > > > > $config['mime_types'] = '/usr/local/etc/apache22/mime.types'; > > > > > $config['db_dsnw'] = 'pgsql://roundcube:<elided>@localhost/roundcubemail'; > > > > > > > > > > $config['default_host'] = 'tls://thebighonker.lerctr.org'; > > > > > > > > > > $config['imap_timeout&...
2018 Jul 11
2
Connection refused (61)
...cube Webmail */ > > > > > > > > > > > > $config['mime_types'] = '/usr/local/etc/apache22/mime.types'; > > > > > > $config['db_dsnw'] = 'pgsql://roundcube:<elided>@localhost/roundcubemail'; > > > > > > > > > > > > $config['default_host'] = 'tls://thebighonker.lerctr.org'; > > > > > > > > > > >...
2009 May 31
2
Problem with reshaping of data
...-v20 are values of satisfaction on holidays for 20 days and now i should reshape the data such that each record contains only one participiant on one day could somebody help me? i don't know how to do this?! thank you _________________________________________________________________ [[elided Hotmail spam]] [[elided Hotmail spam]] [[alternative HTML version deleted]]
2018 Jul 11
0
Connection refused (61)
...you expecting it connect to on 127.0.0.1? Here's my config. $ grep -v "^//" config.inc.php <?php /* Local configuration for Roundcube Webmail */ $config['mime_types'] = '/usr/local/etc/apache22/mime.types'; $config['db_dsnw'] = 'pgsql://roundcube:<elided>@localhost/roundcubemail'; $config['default_host'] = 'tls://thebighonker.lerctr.org'; $config['imap_timeout'] = 3600; $config['imap_vendor'] = 'dovecot'; $config['smtp_server'] = 'tls://thebighonker.lerctr.org'; $config['smtp_po...
2020 Aug 28
4
[Bug 1456] New: Consider eliding empty variables if expanded within an element list
https://bugzilla.netfilter.org/show_bug.cgi?id=1456 Bug ID: 1456 Summary: Consider eliding empty variables if expanded within an element list Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft
2018 Jul 11
0
Connection refused (61)
...fig. > $ grep -v "^//" config.inc.php > <?php > > /* Local configuration for Roundcube Webmail */ > > $config['mime_types'] = '/usr/local/etc/apache22/mime.types'; > $config['db_dsnw'] = 'pgsql://roundcube:<elided>@localhost/roundcubemail'; > > $config['default_host'] = 'tls://thebighonker.lerctr.org'; > > $config['imap_timeout'] = 3600; > $config['imap_vendor'] = 'dovecot'; > > $config['smtp_server'] = ...
2019 Jun 29
2
Avoiding alloca elision
...een stacks, we must make sure that restoring the stack doesn't blow away the current stack frame before calling longjmp. To do that, we check how big the stack we are restoring is, and use alloca to push the current stack frame beyond that. It works but when I add "-O3" the alloca is elided and it fails again. I managed to avoid this by using the resulting buffer in an operation the compiler can't elide. But I was wondering, is there an __attribute__ or other mechanism by which I can tell the compiler: Don't elide this statement even if the result is unused. Here is the code...
2016 Sep 20
4
LLVM v3.9.0 and math built-ins
...clude <math.h> extern double foo(double); int useMathName() { if ((exp(1.0) < 2.71) || (exp(1.0) > 2.72)) return -1; return 0; } int useOtherName() { if ((foo(1.0) < 2.71) || (foo(1.0) > 2.72)) return -1; return 0; } With v3.8.0 the compiler elided both the calls to ‘exp’ and the tests, so the function ‘useMathName’ reduced to simply: return 0; But this was not correct as it ignored the possibility that the math functions could have the side-effect of changing ‘errno’, and this was fixed in v3.9.0, and the calls are no longer elided,...
2018 Jul 11
2
Connection refused (61)
...t; > > > > > > > > > > > > $config['mime_types'] = '/usr/local/etc/apache22/mime.types'; > > > > > > > $config['db_dsnw'] = 'pgsql://roundcube:<elided>@localhost/roundcubemail'; > > > > > > > > > > > > > > $config['default_host'] = 'tls://thebighonker.lerctr.org'; > > > > > > > > >...
2014 Sep 19
1
Pointer ownership with GECreateDevDesc/GEDestroyDevDesc
According to the "R Internals" document, for a custom device, I should create a pDevDesc structure that gets passed to GECreateDevDesc. ..elided... pDevDesc dev; /* Allocate and initialize the device driver data */ if (!(dev = (pDevDesc) calloc(1, sizeof(DevDesc)))) return 0; /* or error() */ /* set up device driver or free ?dev? and error() */ gdd = GEcreateDevDesc(dev); GEaddDevice2(gdd, "dev_name"); ...elided... which indicate...