search for: 1m30s

Displaying 20 results from an estimated 24 matches for "1m30s".

2019 Oct 16
1
Winbind queries take longer than 1m30s to complete
When I say winbind query I mean from `wbinfo -u` to a simple `getent passwd SAMDOM\\user`. When the winbind cache is small, clients that use a program in a network share of this server get timeouts while using the program, due to the cache expiring and the query to the PDC taking too, long. I've worked around that by setting a winbind cache time longer than the span of work hours and a cron
2017 May 23
2
bugpoint, LLVM tools (opt, llc, etc), and symbolizing costs
test/BugPoint/metadata.ll Takes about 6 seconds to run if llvm-symbolizer isn't present 13 seconds with debug info 1m30s with split DWARF/Fission So, couple of things: 1) llvm-symbolizer is /really slow/ on split-dwarf files... 2) Why are stack traces even attempted when using bugpoint? Even if it's just the 6->13s slowdown, that's still halving the speed of bugpoint in the presence of llvm-symbolizer+deb...
2017 May 24
1
bugpoint, LLVM tools (opt, llc, etc), and symbolizing costs
...e command manually? > > On Tue, May 23, 2017 at 2:02 PM, David Blaikie via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> test/BugPoint/metadata.ll >> Takes about 6 seconds to run if llvm-symbolizer isn't present >> 13 seconds with debug info >> 1m30s with split DWARF/Fission >> >> So, couple of things: >> 1) llvm-symbolizer is /really slow/ on split-dwarf files... >> 2) Why are stack traces even attempted when using bugpoint? Even if it's >> just the 6->13s slowdown, that's still halving the speed of bug...
2020 May 28
5
[Bug 3171] New: Error in time conversion
...rity: minor Priority: P5 Component: Miscellaneous Assignee: unassigned-bugs at mindrot.org Reporter: ronf at timeheart.net While experimenting with the RekeyLimit option, I ran across a small bug in the convtime() function. When I entered a time value of '1m30s', I found that it converted this to 1860 seconds instead of the expected 90 seconds. Entering it as '30s1m' worked fine as a workaround (as would just entering "90"), but clearly the conversion is incorrect. The bug appears to be that the convtime() function doesn't reset...
2018 Jan 29
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...e mapped. On Mon, Jan 29, 2018 at 9:24 AM Leonardo Santagada <santagada at gmail.com> wrote: > > I cleaned up my tests and figured that the obj file generated with > problems was only with msvc 2015, so trying again with msvc 2017 I get: > > lld-link: 4s > lld-link /debug: 1m30s and ~20gb of ram > lld-link /debug:ghash: 59s and ~20gb of ram > link: 13s > link /debug:fastlink: 43s and 1gb of ram > link specialpdb: 1m10s and 4gb of ram > link /debug: 9m16s min and >14gb of ram > > link incremental: 8s when it works. > > > *specialpdb is creat...
2018 Jan 29
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
I cleaned up my tests and figured that the obj file generated with problems was only with msvc 2015, so trying again with msvc 2017 I get: lld-link: 4s lld-link /debug: 1m30s and ~20gb of ram lld-link /debug:ghash: 59s and ~20gb of ram link: 13s link /debug:fastlink: 43s and 1gb of ram link specialpdb: 1m10s and 4gb of ram link /debug: 9m16s min and >14gb of ram link incremental: 8s when it works. *specialpdb is created with passing to a set of compilation units (...
2018 Jan 29
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...t 9:24 AM Leonardo Santagada <santagada at gmail.com> > wrote: > >> >> I cleaned up my tests and figured that the obj file generated with >> problems was only with msvc 2015, so trying again with msvc 2017 I get: >> >> lld-link: 4s >> lld-link /debug: 1m30s and ~20gb of ram >> lld-link /debug:ghash: 59s and ~20gb of ram >> link: 13s >> link /debug:fastlink: 43s and 1gb of ram >> link specialpdb: 1m10s and 4gb of ram >> link /debug: 9m16s min and >14gb of ram >> >> link incremental: 8s when it works. >&gt...
2018 Jan 29
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...;santagada at gmail.com> >> wrote: >> >>> >>> I cleaned up my tests and figured that the obj file generated with >>> problems was only with msvc 2015, so trying again with msvc 2017 I get: >>> >>> lld-link: 4s >>> lld-link /debug: 1m30s and ~20gb of ram >>> lld-link /debug:ghash: 59s and ~20gb of ram >>> link: 13s >>> link /debug:fastlink: 43s and 1gb of ram >>> link specialpdb: 1m10s and 4gb of ram >>> link /debug: 9m16s min and >14gb of ram >>> >>> link incrementa...
2018 Jan 29
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...>> wrote: >>> >>>> >>>> I cleaned up my tests and figured that the obj file generated with >>>> problems was only with msvc 2015, so trying again with msvc 2017 I get: >>>> >>>> lld-link: 4s >>>> lld-link /debug: 1m30s and ~20gb of ram >>>> lld-link /debug:ghash: 59s and ~20gb of ram >>>> link: 13s >>>> link /debug:fastlink: 43s and 1gb of ram >>>> link specialpdb: 1m10s and 4gb of ram >>>> link /debug: 9m16s min and >14gb of ram >>>> >...
2018 Jan 29
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...> >>>>> >>>>> I cleaned up my tests and figured that the obj file generated with >>>>> problems was only with msvc 2015, so trying again with msvc 2017 I get: >>>>> >>>>> lld-link: 4s >>>>> lld-link /debug: 1m30s and ~20gb of ram >>>>> lld-link /debug:ghash: 59s and ~20gb of ram >>>>> link: 13s >>>>> link /debug:fastlink: 43s and 1gb of ram >>>>> link specialpdb: 1m10s and 4gb of ram >>>>> link /debug: 9m16s min and >14gb of ram &...
2018 Jan 28
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
I don’t have pgo numbers. When I build using -flto=thin the link time is significantly faster than msvc /ltcg and runtime is slightly faster, but I haven’t tested on a large variety of different workloads, so YMMV. Link time will definitely be faster though On Sun, Jan 28, 2018 at 2:20 PM Leonardo Santagada <santagada at gmail.com> wrote: > This part is only for objects with /Z7 debug
2018 Jan 30
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...;> >>>>>> I cleaned up my tests and figured that the obj file generated with >>>>>> problems was only with msvc 2015, so trying again with msvc 2017 I get: >>>>>> >>>>>> lld-link: 4s >>>>>> lld-link /debug: 1m30s and ~20gb of ram >>>>>> lld-link /debug:ghash: 59s and ~20gb of ram >>>>>> link: 13s >>>>>> link /debug:fastlink: 43s and 1gb of ram >>>>>> link specialpdb: 1m10s and 4gb of ram >>>>>> link /debug: 9m16s min a...
2018 Jan 30
4
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...t;>>> I cleaned up my tests and figured that the obj file generated with >>>>>>> problems was only with msvc 2015, so trying again with msvc 2017 I get: >>>>>>> >>>>>>> lld-link: 4s >>>>>>> lld-link /debug: 1m30s and ~20gb of ram >>>>>>> lld-link /debug:ghash: 59s and ~20gb of ram >>>>>>> link: 13s >>>>>>> link /debug:fastlink: 43s and 1gb of ram >>>>>>> link specialpdb: 1m10s and 4gb of ram >>>>>>> link...
2002 Jan 26
5
[PATCH] Connect timeout
The attached patch adds a new 'ConnectTimeout' option (man page updated in patch) to avoid wasting time when the target host is down. I needed that because I was using rsync/rdist over ssh for massive files update and the default connect() took too long for my purpose. The patch was tested on Linux only, but I used a similar one for ssh 1.2.XX on Linux, Solaris and HP-UX without
2018 Jan 30
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...cleaned up my tests and figured that the obj file generated with >>>>>>>> problems was only with msvc 2015, so trying again with msvc 2017 I get: >>>>>>>> >>>>>>>> lld-link: 4s >>>>>>>> lld-link /debug: 1m30s and ~20gb of ram >>>>>>>> lld-link /debug:ghash: 59s and ~20gb of ram >>>>>>>> link: 13s >>>>>>>> link /debug:fastlink: 43s and 1gb of ram >>>>>>>> link specialpdb: 1m10s and 4gb of ram >>>>&...
2018 Jan 30
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...>>>>>>> with problems was only with msvc 2015, so trying again with msvc 2017 I >>>>>>>>>> get: >>>>>>>>>> >>>>>>>>>> lld-link: 4s >>>>>>>>>> lld-link /debug: 1m30s and ~20gb of ram >>>>>>>>>> lld-link /debug:ghash: 59s and ~20gb of ram >>>>>>>>>> link: 13s >>>>>>>>>> link /debug:fastlink: 43s and 1gb of ram >>>>>>>>>> link specialpdb: 1m10s...
2018 Jan 30
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...ests and figured that the obj file generated with >>>>>>>>> problems was only with msvc 2015, so trying again with msvc 2017 I get: >>>>>>>>> >>>>>>>>> lld-link: 4s >>>>>>>>> lld-link /debug: 1m30s and ~20gb of ram >>>>>>>>> lld-link /debug:ghash: 59s and ~20gb of ram >>>>>>>>> link: 13s >>>>>>>>> link /debug:fastlink: 43s and 1gb of ram >>>>>>>>> link specialpdb: 1m10s and 4gb of ram &...
2018 Jan 31
0
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...>>> with problems was only with msvc 2015, so trying again with msvc 2017 I >>>>>>>>>>> get: >>>>>>>>>>> >>>>>>>>>>> lld-link: 4s >>>>>>>>>>> lld-link /debug: 1m30s and ~20gb of ram >>>>>>>>>>> lld-link /debug:ghash: 59s and ~20gb of ram >>>>>>>>>>> link: 13s >>>>>>>>>>> link /debug:fastlink: 43s and 1gb of ram >>>>>>>>>>> link sp...
2015 Sep 17
0
[ANNOUNCE] nftables 0.5 release
...st { 192.168.1.120 } % nft -f incremental-ruleset-update * Fix monitor mode, ie. nft monitor, when reloading relatively large rulesets. * Fix transport matching in bridge when no context is provided, eg. % nft add rule bridge filter input tcp dport 22 * Parsing of time, eg. ct expiration lt 1m30s * Missing family when listing tables, ie. % nft list tables table ip nat table ip filter * Propagate error to shell on evaluation problems, eg. % nft add chain filter input { type filter hook inputt priority 0\; } <cmdline>:1:43-48: Error: unknown chain hook inputt add chain filt...
2018 Jan 31
2
[lldb-dev] Trying out lld to link windows binaries (using msvc as a compiler)
...;>>>>>>>>>>> with problems was only with msvc 2015, so trying again with msvc 2017 I get: >>>>>>>>>>>> >>>>>>>>>>>> lld-link: 4s >>>>>>>>>>>> lld-link /debug: 1m30s and ~20gb of ram >>>>>>>>>>>> lld-link /debug:ghash: 59s and ~20gb of ram >>>>>>>>>>>> link: 13s >>>>>>>>>>>> link /debug:fastlink: 43s and 1gb of ram >>>>>>>>>>...