I hereby claim:
- I am felixbuenemann on github.
- I am felixbuenemann (https://keybase.io/felixbuenemann) on keybase.
- I have a public key ASCgJ2EhlzU9bQZM9vRcNyLtzJs1lQmXo_8JKELQHLvRrwo
To claim this, I am signing this object:
#0 typo3conf/ext/aus_driver_amazon_s3/Resources/Private/PHP/Aws/Aws/Middleware.php(79): Aws\Api\Validator->validate('HeadObject', Object(Aws\Api\StructureShape), Array) | |
#1 typo3conf/ext/aus_driver_amazon_s3/Resources/Private/PHP/Aws/Aws/S3/S3Client.php(354): Aws\Middleware::Aws\{closure}(Object(Aws\Command), NULL) | |
#2 typo3conf/ext/aus_driver_amazon_s3/Resources/Private/PHP/Aws/Aws/S3/S3Client.php(377): Aws\S3\S3Client::Aws\S3\{closure}(Object(Aws\Command), NULL) | |
#3 typo3conf/ext/aus_driver_amazon_s3/Resources/Private/PHP/Aws/Aws/S3/S3Client.php(311): Aws\S3\S3Client::Aws\S3\{closure}(Object(Aws\Command), NULL) | |
#4 typo3conf/ext/aus_driver_amazon_s3/Resources/Private/PHP/Aws/Aws/S3/S3Client.php(330): Aws\S3\S3Client::Aws\S3\{closure}(Object(Aws\Command), NULL) | |
#5 typo3conf/ext/aus_driver_amazon_s3/Resources/Private/PHP/Aws/Aws/Middleware.php(55): Aws\S3\S3Client::Aws\S3\{closure}(Object(Aws\Command), NULL) | |
#6 typo3conf/ext/aus_driver_amazon_s3/Resources/Private/PHP/Aws/Aws/S3/SSECMiddleware.php(59): Aws\Middlew |
<VirtualHost *:443> | |
ServerName solr.example.org | |
DocumentRoot /var/www/html | |
<LocationMatch "^/(solr/core_[a-z]{2,4}/select)$"> | |
Order allow,deny | |
Allow from 127.0.0.1 | |
Satisfy any | |
AuthType Basic | |
AuthName Restricted |
Process: Python [21106] | |
Path: /usr/local/Cellar/python@2/2.7.15/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python | |
Identifier: Python | |
Version: 2.7.15 (2.7.15) | |
Code Type: X86-64 (Native) | |
Parent Process: zsh [95368] | |
Responsible: Python [21106] | |
User ID: 501 | |
Date/Time: 2018-06-14 18:19:03.823 +0200 |
(lldb) target create "/usr/local/bin/python2" --core "/cores/core.20206" | |
Core file '/cores/core.20206' (x86_64) was loaded. | |
(lldb) bt all | |
warning: could not execute support code to read Objective-C class data in the process. This may reduce the quality of type information available. | |
* thread #1, stop reason = signal SIGSTOP | |
* frame #0: 0x00007fff58ea5a36 libsystem_kernel.dylib`__psynch_mutexdrop + 10 | |
frame #1: 0x00007fff5906dae4 libsystem_pthread.dylib`_pthread_mutex_unlock_drop + 36 | |
frame #2: 0x00007fff5906b917 libsystem_pthread.dylib`_pthread_mutex_unlock_slow + 459 | |
frame #3: 0x000000010cf57f7f libglib-2.0.0.dylib`g_mutex_unlock + 26 | |
frame #4: 0x000000010cf3ea59 libglib-2.0.0.dylib`g_thread_new_internal + 122 |
PATH=/usr/bin lldb ./bug | |
(lldb) target create "./bug" | |
Current executable set to './bug' (x86_64). | |
(lldb) r | |
Process 69589 launched: './bug' (x86_64) | |
libvips.42.dylib was compiled with optimization - stepping may behave oddly; variables may not be available. | |
Process 69589 stopped | |
* thread #2, name = 'worker', stop reason = EXC_BAD_ACCESS (code=2, address=0x700009e36128) | |
frame #0: 0x000000010022853d libvips.42.dylib`vips_executor_set_program(executor=0x0000700009e35e00, vector=0x0000000102043310, n=100) at vector.c:470 [opt] | |
467 vips_executor_set_program( VipsExecutor *executor, VipsVector *vector, int n ) |
Sampling process 39953 for 3 seconds with 1 millisecond of run time between samples | |
Sampling completed, processing symbols... | |
Analysis of sampling com.docker.supervisor (pid 39953) every 1 millisecond | |
Process: com.docker.supervisor [39953] | |
Path: /Applications/Docker.app/Contents/MacOS/com.docker.supervisor | |
Load Address: 0x4000000 | |
Identifier: com.docker.supervisor | |
Version: 0 | |
Code Type: X86-64 | |
Parent Process: Docker [39921] |
class Samba < Formula | |
desc "SMB/CIFS file, print, and login server for UNIX" | |
homepage "https://samba.org/" | |
url "https://download.samba.org/pub/samba/stable/samba-4.7.5.tar.gz" | |
sha256 "316d04fa9fbabad6f2739fe68e1928778af4866265409119aba6ef3435c8fe8d" | |
depends_on "pkg-config" => :build | |
depends_on "gnutls" | |
# Once the smbd daemon is executed with required root permissions |
compiler = require('vue-template-compiler') | |
template = "<div id=\"foo,\nbar\">\n<textarea id=\"foo,\nbar\">foo\nbar</textarea>\n</div>" | |
result = compiler.ssrCompile(template) | |
console.log(result.render) | |
// output: with(this){return _c('div',{attrs:{"id":"foo,\nbar"}},[_ssrNode("<textarea id=\"foo,\\nbar\">foo\nbar</textarea>")])} |
I hereby claim:
To claim this, I am signing this object:
diff --git a/libvips/convolution/conva.c b/libvips/convolution/conva.c | |
index 2b3a48bdf..49aed0aa2 100644 | |
--- a/libvips/convolution/conva.c | |
+++ b/libvips/convolution/conva.c | |
@@ -79,9 +79,9 @@ sys 0m0.100s | |
*/ | |
/* | |
- */ | |
#define DEBUG |