Skip to content

Instantly share code, notes, and snippets.

View webmaster128's full-sized avatar

Simon Warta webmaster128

View GitHub Profile
12-10 00:29:46.063 1139-1139/? I/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
12-10 00:29:46.063 1139-1139/? I/DEBUG: Build fingerprint: 'Android/sdk_phone_x86/generic_x86:5.1.1/LMY48X/2780077:userdebug/test-keys'
12-10 00:29:46.063 1139-1139/? I/DEBUG: Revision: '0'
12-10 00:29:46.063 1139-1139/? I/DEBUG: ABI: 'x86'
12-10 00:29:46.063 1139-1139/? I/DEBUG: pid: 5309, tid: 5309, name: t.kullo.android >>> net.kullo.android <<<
12-10 00:29:46.063 1139-1139/? I/DEBUG: signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
12-10 00:29:46.068 1139-1139/? I/DEBUG: eax 00000000 ebx 000014bd ecx 000014bd edx 00000006
12-10 00:29:46.068 1139-1139/? I/DEBUG: esi b77edc48 edi 00000002
12-10 00:29:46.068 1139-1139/? I/DEBUG: xcs 00000073 xds 0000007b xes 0000007b xfs 00000007 xss 0000007b
12-10 00:29:46.068 1139-1139/? I/DEBUG: eip b757cbb6 ebp 000014bd esp bfbe8d40 flags 00200286
//
// https://gist.github.com/webmaster128/e08067641df1dd784eb195282fd0912f
//
// The resulting values must not be defined as macros, which
// happens e.g. for 'i386', which is a macro in clang.
// For safety reasons, we undefine everything we output later
//
// For CMake literal compatibility, this file must have no double quotes
//
#ifdef _WIN32
bool ExceptionAwareQApplication::notify(QObject *receiver, QEvent *event)
{
try
{
return QApplication::notify(receiver, event);
}
catch (std::exception &ex)
{
// Type QMetaCallEvent requires private header <private/qobject_p.h>
QMetaCallEvent *metaCallEvent = dynamic_cast<QMetaCallEvent *>(event);
pylint configure.py
No config file found, using default configuration
************* Module configure
C:104, 0: Trailing whitespace (trailing-whitespace)
C:217, 0: No space allowed around keyword argument assignment
formatter = optparse.IndentedHelpFormatter(max_help_position = 50),
^ (bad-whitespace)
C:217, 0: No space allowed around keyword argument assignment
formatter = optparse.IndentedHelpFormatter(max_help_position = 50),
^ (bad-whitespace)
/* lib/curl_config.h.in. Generated somehow by cmake. */
/* when building libcurl itself */
/* #undef BUILDING_LIBCURL */
/* Location of default ca bundle */
/* #undef CURL_CA_BUNDLE */
/* Location of default ca path */
/* #undef CURL_CA_PATH */
#***************************************************************************
# _ _ ____ _
# Project ___| | | | _ \| |
# / __| | | | |_) | |
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
# Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
'fgets' => 1,
'memcpy' => 1,
'memmove' => 1,
'memset' => 1,
'snprintf' => 1,
'sprintf' => 1,
'strcat' => 1,
'strcpy' => 1,
'strlcat' => 1,
'strlcpy' => 1,
root@:~/test/curl-7.54.0 # ./configure
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... yes
checking whether to enable debug build options... no
checking whether to enable compiler optimizer... (assumed) yes
checking whether to enable strict compiler warnings... no
checking whether to enable compiler warnings as errors... no
checking whether to enable curl debug memory tracking... no
checking whether to enable hiding of library internal symbols... yes
checking whether to enable c-ares for DNS lookups... no
root@:~/test/curl-7.54.1-20170612 # ./configure && make
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... yes
checking whether to enable debug build options... no
checking whether to enable compiler optimizer... (assumed) yes
checking whether to enable strict compiler warnings... no
checking whether to enable compiler warnings as errors... no
checking whether to enable curl debug memory tracking... no
checking whether to enable hiding of library internal symbols... yes
checking whether to enable c-ares for DNS lookups... no
>integration-tests.exe
Temp path: C:\Users\Kullo\AppData\Local\Temp\Kullo\farcaster
[E] main HTTP exception: "'Timeout was reached' in curl::curl_easy::perform"
Details:
[...]\test_networking.cpp(56): error: Value of: response.error
Expected: is equal to 1-byte object <18>
Actual: 8-byte object <01-F9 AF-00 01-00 00-00>
[...]\test_networking.cpp(57): error: Value of: response.statusCode
Expected: is equal to 200
Actual: 0 (of type int)