search for: malyshev

Displaying 6 results from an estimated 6 matches for "malyshev".

2003 Sep 17
3
OpenSSH 3.7.1 compatibility problems on Linux
...ve an advice where to look for solution or what can be changed to make these clients work again? Is there any logging options that could help to see why the server fails to authenticate? Syslog shows just "Failed password for <username>" which is not very helpful. -- Stanislav Malyshev, Zend Products Engineer stas at zend.com http://www.zend.com/ +972-3-6139665 ext.109
2001 Feb 20
2
Cannot connect to OpenSSH 2.5.1p1
...ction closed by 10.1.1.1 debug: Calling cleanup 0x805efd0(0x0) And the conenction is dropped. The server says in the log: Feb 20 17:01:41 server sshd[5525]: fatal: xfree: NULL pointer given as argument and that's it. Any ideas? Protocol 1 works OK, so did protocol 2 with 2.3.0. -- Stanislav Malyshev, Zend Products Engineer stas at zend.com http://www.zend.com/ +972-3-6139665 ext.115
2017 Nov 29
3
Version of LLVM used in Xcode 9.1
Hello! I'm wondering which LLVM upstream version is used in "Apple LLVM version 9.0.0 (clang-900.0.38)" included in the latest stable Xcode 9.1? The last source code published by Apple was https://opensource.apple.com/source/clang/clang-800.0.42.1/src/ which used LLVM 3.9 version (according to CMakeLists.txt). Best regards, Anton -------------- next part -------------- An HTML
2014 Dec 18
13
[Bug 87436] New: INVALID_STATE [UNK05] chid 0 mthd 0x0080 data 0x00000000
https://bugs.freedesktop.org/show_bug.cgi?id=87436 Bug ID: 87436 Summary: INVALID_STATE [UNK05] chid 0 mthd 0x0080 data 0x00000000 Product: xorg Version: 7.7 (2012.06) Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2018 Apr 30
0
LLVM Weekly - #226, Apr 30th 2018
...et device information in LLVM IR](http://lists.llvm.org/pipermail/llvm-dev/2018-April/122767.html), which is needed for OpenMP backend outlining. * George Rimar reports back on [current code coverage of the LLD (ELF) tests](http://lists.llvm.org/pipermail/llvm-dev/2018-April/122782.html). * Danil Malyshev has been looking at the impact type-based alias analysis (TBAA) on the LLVM test suite and [reports results](http://lists.llvm.org/pipermail/llvm-dev/2018-April/122804.html). * Ciro Ceissler shares news of the [HardCloud OpenMP extension](http://lists.llvm.org/pipermail/llvm-dev/2018-April/122810....
2018 Apr 26
0
Compare test-suite benchmarks performance complied without TBAA, with default TBAA and with new TBAA struct path
Hello, I was interested in how much Type-Based Alias Analysis helps to optimize code. For that purpose, I've compared three sets of benchmarks: compiled without TBAA, compiled with a default TBAA metadata format, and compiled with new TBAA metadata format. As a set of benchmarks, I've used the LLVM test suite (http://llvm.org/docs/TestingGuide.html#test-suite-overview) which has a lot of