Skip to content

Instantly share code, notes, and snippets.

"Error loading translation en"
QObject::moveToThread: Cannot move objects with a parent
QObject::moveToThread: Cannot move objects with a parent
QObject::moveToThread: Cannot move objects with a parent
QObject::moveToThread: Cannot move objects with a parent
QObject::moveToThread: Cannot move objects with a parent
QObject::moveToThread: Cannot move objects with a parent
QObject::moveToThread: Cannot move objects with a parent
QObject::moveToThread: Cannot move objects with a parent
QObject::moveToThread: Cannot move objects with a parent
widget/form/addfriendform.cpp: In constructor ‘AddFriendForm::AddFriendForm()’:
widget/form/addfriendform.cpp:38:13: error: ‘class QTextEdit’ has no member named ‘setPlaceholderText’
message.setPlaceholderText(tr("Tox me maybe?","Default message in friend requests if the field is left blank. Write something appropriate!"));
^
widget/form/addfriendform.cpp: In member function ‘QString AddFriendForm::getMessage() const’:
widget/form/addfriendform.cpp:85:43: error: ‘const class QTextEdit’ has no member named ‘placeholderText’
return !msg.isEmpty() ? msg : message.placeholderText();
^
widget/form/addfriendform.cpp:86:1: warning: control reaches end of non-void function [-Wreturn-type]
}
@dubslow
dubslow / gist:6d73f15a3a96794abcd1
Created July 28, 2014 21:48
libsodium segfault
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffd93b2700 (LWP 29865)]
fcontract (input=<synthetic pointer>, output=0x7fffd37333b8 <Address 0x7fffd37333b8 out of bounds>)
at crypto_scalarmult/curve25519/donna_c64/smult_curve25519_donna_c64.c:284
284 crypto_scalarmult/curve25519/donna_c64/smult_curve25519_donna_c64.c: No such file or directory.
(gdb) bt
#0 fcontract (input=<synthetic pointer>, output=0x7fffd37333b8 <Address 0x7fffd37333b8 out of bounds>)
at crypto_scalarmult/curve25519/donna_c64/smult_curve25519_donna_c64.c:284
#1 crypto_scalarmult_curve25519 (mypublic=mypublic@entry=0x7fffd37333b8 <Address 0x7fffd37333b8 out of bounds>,
secret=secret@entry=0x7fffd37333d8 <Address 0x7fffd37333d8 out of bounds>,
Making all in doc
make[2]: Entering directory `/home/bill/twitchtv-grab/get-wget-lua.tmp/doc'
./texi2pod.pl -D VERSION="1.14.lua.20130523-9a5c" ./wget.texi wget.pod
/usr/bin/pod2man --center="GNU Wget" --release="GNU Wget 1.14.lua.20130523-9a5c" wget.pod > wget.1
wget.pod around line 2151: Expected text after =item, not a number
wget.pod around line 2156: Expected text after =item, not a number
wget.pod around line 2162: Expected text after =item, not a number
wget.pod around line 2167: Expected text after =item, not a number
wget.pod around line 2172: Expected text after =item, not a number
wget.pod around line 2177: Expected text after =item, not a number
ldd build/tox_bootstrap_daemon
linux-vdso.so.1 (0x00007ffff5168000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fbc02cfd000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fbc02af5000)
libconfig.so.9 => /usr/lib/x86_64-linux-gnu/libconfig.so.9 (0x00007fbc028e8000)
libsodium.so.10 => /usr/local/lib/libsodium.so.10 (0x00007fbc02693000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fbc02477000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fbc020ca000)
/lib64/ld-linux-x86-64.so.2 (0x00007fbc0302e000)
./qtox
"Error loading translation en"
Core starting with IPv6 enabled
Core: Connecting to the DHT ...
"Core: Bootstraping from ChauffeR, addr 37.187.20.216, port 33445"
"Core: Bootstraping from aitjcize, addr 54.199.139.199, port 33445"
"Adding friend with id 4D1EA991660149DBE9ABA87670E9C56084A7672BAA35E8D034CE34562F085E78"
Core: Connecting to the DHT ...
"Core: Bootstraping from astonex, addr 109.169.46.133, port 33445"
"Core: Bootstraping from nurupo, addr 192.210.149.121, port 33445"
=====================================
tox 0.0.0: build/test-suite.log
=====================================
# TOTAL: 10
# PASS: 9
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
core.cpp:871:35: warning: character constant too long for its type [enabled by default]
banned << QChar('/') << QChar('\') << QChar(':') << QChar('<') << QChar('>') << QChar('"') << QChar('|') << QChar('?') << QChar('*');
^
core.cpp:871:51: warning: character constant too long for its type [enabled by default]
banned << QChar('/') << QChar('\') << QChar(':') << QChar('<') << QChar('>') << QChar('"') << QChar('|') << QChar('?') << QChar('*');
^
core.cpp:871:65: warning: character constant too long for its type [enabled by default]
banned << QChar('/') << QChar('\') << QChar(':') << QChar('<') << QChar('>') << QChar('"') << QChar('|') << QChar('?') << QChar('*');
^
core.cpp:871:79: warning: character constant too long for its type [enabled by default]
make
make all-recursive
make[1]: Entering directory `/home/bill/qtox/libs/libtoxcore-latest'
Making all in build
make[2]: Entering directory `/home/bill/qtox/libs/libtoxcore-latest/build'
CC ../toxcore/libtoxcore_la-DHT.lo
CC ../toxcore/libtoxcore_la-network.lo
CC ../toxcore/libtoxcore_la-crypto_core.lo
CC ../toxcore/libtoxcore_la-ping_array.lo
CC ../toxcore/libtoxcore_la-net_crypto.lo
=====================================
tox 0.0.0: build/test-suite.log
=====================================
# TOTAL: 10
# PASS: 8
# SKIP: 0
# XFAIL: 0
# FAIL: 2
# XPASS: 0