Displaying 20 results from an estimated 90 matches similar to: "[LLVMdev] opts do not occur in some situations?"
2008 Dec 07
2
zvol_read() and zvol_write().
I can''t find anything using those functions. Can they be removed?
--
Pawel Jakub Dawidek http://www.wheel.pl
pjd at FreeBSD.org http://www.FreeBSD.org
FreeBSD committer Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type:
2011 Feb 28
0
[LLVMdev] Building clang with mingw/msys/gcc 4.4
I managed to build clang on mingw/msys today.
Running configure, make install worked for both debug and optimized builds
in general. However there were a few hitches along the way. Make would fail
with:
ln: creating symbolic link
`/d/super/dump/code/llvm/llvm-project/llvm/build.clang/Release+Asserts/bin/clang++.exe'
to `clang.exe': No such file or directory
ln: creating symbolic link
2008 Dec 07
0
Unexpected behaviour in ForkCDR
Dear members of the list;
I am writing in the hope to get some help with a very peculiar problem with
my new asterisk 1.6.0.1 installation. The same code runs on version 1.2
without problems, but it seems the behaviour has changed (also on 1.4.7,
which I tried).
Please consider the following extension:
exten => 1213,1,Answer
exten => 1213,n,Set(counter=X)
exten =>
2008 Dec 07
2
International Calls still failing - Confused!
My international calls are not connecting.
[general]
pridialplan=dynamic
;prilocaldialplan=unknown
internationalprefix=00
nationalprefix=0
localprefix=
I have the above in my zapta.conf - yet when I dial an international number, I get a ring, then I get the message "the person you are calling, is currently unavailable"
This is an ubuntu machine, with a sangoma card, with
2008 Dec 07
0
[LLVMdev] Build errors on trunk for about a week now.
On Sat, Dec 6, 2008 at 9:48 PM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> OvermindDL1 <overminddl1 at gmail.com> writes:
>
>> I had also tried that before, but let me clean it and do it again to
>> give you just a debug build log (since the current log just contains
>> errors anyway, seeing the whole build might be useful). So what is
>> attached is from
2010 May 07
0
confused about zpool import -f and export
Hi, all,
I think I''m missing a concept with import and export. I''m working on installing a Nexenta b134 system under Xen, and I have to run the installer under hvm mode, then I''m trying to get it back up under pv mode. In that process the controller names change, and that''s where I''m getting tripped up.
I do a successful install, then I boot OK,
2013 Dec 12
0
[LLVMdev] Making LLVM safer in out-of-memory situations
On Dec 12, 2013, at 04:25 , Gasiunas, Vaidas <vaidas.gasiunas at sap.com> wrote:
> To address these requirements we have developed a set of patches improving performance and malfunction safety of certain compiler passes and would be interested in contributing them at some point. Before proposing concrete changes, we would like to know what the general interest is with respect to making
2014 Jun 04
0
[patch] Tiny patch to change 'no slots' to debug in PKCS#11 situations
Folks,
Not very critical - but below would help make the PKCS#11 experience a bit smoother. The, occasionally informative, no-slots message is moved to ?debug?; as otherwise, in a mixed pkcs#11 and file-based environment virtually all non chip-card driven ssh connections spew ?no slot? on stderr. And in day to day use - the only time you want this message is when you are debugging an issue; such
2003 Apr 19
0
Unexpected behavior of X100P and * in no-dialtone situations
I have some strange behavior happening with call flow when analog
line errors are encountered. This may be due to the way that the
X100P detects "busy" signals, or it may be something in the software.
Could someone with more in-depth knowledge make a comment on the
items below?
My dialing logic says "dial local area code numbers out of the analog
line, and if the analog line
2019 Mar 19
0
selectMethod() can fail to find methods in situations of multiple dispatch
This is due to the intentional truncation of ANY suffixes from method
signatures. I've hacked selectMethod() to be robust to that and will commit
soon. Thanks for the report.
Michael
On Thu, Mar 14, 2019 at 9:32 AM Pages, Herve <hpages at fredhutch.org> wrote:
> Here is an example:
>
> setGeneric("foo", function(x, y) standardGeneric("foo"))
>
>
2020 Aug 16
0
I would suggest stats::glm() should set "converged" to FALSE in the return value in a few more situations.
I would suggest stats::glm() should set "converged" to FALSE in the return value in a few more situations. I believe the current returned converged == TRUE can be needlessly misleading when the algorithm has clearly failed (and the algo even issued a warning, but the returned structure claims all is well).
In particular there are pathological inputs which cause the residual deviance to
2009 Sep 02
1
foreach + snowfall for multicore situations
Hello dear R community.
I just started playing with the snowfall package (a wrapper for the snow
package), and found it very convenient.
(See also this great website:
http://www.imbi.uni-freiburg.de/parallel/ )
I was wondering if it is possible to connect snowfall with the foreach
package (since it has some connection to snow).
My final goal is to do some simple parallel simulations on my two
2020 Jun 01
1
[v2v PATCH v2] libosinfo: do not declare OsinfoList auto-cleanup in certain situations
libosinfo changed the way OsinfoList is declared in 1.7.0, however that
was changed back to the old way in 1.8.0; the change was an ABI break,
and made OsinfoList a Module class. Starting from 2.63.3, Module
classes have already auto-cleanup functions declared for them, leading
to double declarations in certain setups.
Hence, do some version check dance to declare the OsinfoList only when
using
2019 Mar 22
0
selectMethod() can fail to find methods in situations of multiple dispatch
If we started over, I'd try to avoid this sort of complexity, but "ANY"
truncation has been happening since at least 2003.
> matchSignature(c("numeric", "ANY"), foo)
x
"numeric"
So I'm not sure we want to mess with it.
Michael
On Thu, Mar 21, 2019 at 8:14 PM Pages, Herve <hpages at fredhutch.org> wrote:
> Hi Michael,
>
2013 Dec 19
0
[LLVMdev] Making LLVM safer in out-of-memory situations
On 12/13/13 4:55 AM, Becker, Philipp wrote:
> To increase stability for us we have already moved the main part of the compilation to a separate process that may crash in case of an error without doing much harm, i.e. does not crash the database.
Were there any interesting challenges that arose during this process?
This seems to be an approach many folks are either taking or
considering. If
2015 Jun 25
5
[Bug 2417] New: SOCKS5 should respond with appropriate error reply in error situations
https://bugzilla.mindrot.org/show_bug.cgi?id=2417
Bug ID: 2417
Summary: SOCKS5 should respond with appropriate error reply in
error situations
Product: Portable OpenSSH
Version: 6.8p1
Hardware: All
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component:
2019 Mar 22
0
selectMethod() can fail to find methods in situations of multiple dispatch
Agreed but I'm not sure we want users accessing documentation with those
types of aliases. One option is the method?foo("numeric") syntax.
On Thu, Mar 21, 2019 at 9:52 PM Pages, Herve <hpages at fredhutch.org> wrote:
> Fine with me as long as eliminating the inconveniences associated with it
> can be put on the roadmap. The alias instability and the fact that the user
2001 Oct 08
1
access denied but only in cetain situations
Hello
we did reinstall a server and we also reinstalled samba ( using the old smb.conf )
Now we have a strange behavior.
If i start a dos programm that resides on the samba server from the command line we get the message "access denied" ( Zugriff verweigert ).
if I start the same program form windos start/run with the entire path, then the app starts.
What is even stranger, after I
2013 Dec 13
0
[LLVMdev] Making LLVM safer in out-of-memory situations
On 12/12/13 4:25 AM, Gasiunas, Vaidas wrote:
> Hello,
>
> Philipp Becker and me, Vaidas Gasiunas, are developers at SAP and part of a team developing a C-like domain-specific language for the SAP HANA in-memory database. We use LLVM as a backend to translate our language to native code, primarily on x86-64 platforms. Our programs are created dynamically, compiled and optimized in a
2020 Oct 19
6
[Bug 3221] New: hostkey preference ordering is broken in some situations
https://bugzilla.mindrot.org/show_bug.cgi?id=3221
Bug ID: 3221
Summary: hostkey preference ordering is broken in some
situations
Product: Portable OpenSSH
Version: 8.4p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh