Bug #1340
Quasselcore crashes when connecting
0%
Description
Quassel core crashes when connecting. This happens every time and with Quasseldroid and OS X client. Quasseldroid says: "IO Error while connecting! null" and OS X Client "The remote host closed the connection". This has happened for me for a long time on that machine, also with previous versions. Most likely this has been around since version 0.9.2 since I found sources of that in my src directory.
Quasselcore was the latest version from git and compiled with following commands:
rm -r build
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/home/users/laiti/.local/quassel -DCMAKE_BUILD_TYPE=Debug -DWANT_CORE=ON -DWANT_QTCLIENT=OFF -DWANT_MONO=OFF
make
make install
[laiti@drail ~/.local/quassel]$ bin/quasselcore -v
Quassel IRC: v0.12-beta1 (git-05b9069)
[laiti@drail ~/.local/quassel]$ bin/quasselcore -p 40031 -l ~/quassel.debug.log -L Debug -d
("QSQLITE", "QMYSQL3", "QMYSQL")
<at this phase I connect to core, it crashes and returns to shell>
[laiti@drail ~/.local/quassel]$ echo $?
1
[laiti@drail ~]$ uname -a
Linux drail 3.2.65-grbfs-kapsi #2 SMP Thu Dec 18 22:25:24 EET 2014 x86_64 GNU/Linux
[laiti@drail ~/src/quassel-git]$ g++ --version
g++ (Debian 4.7.2-5) 4.7.2
[laiti@drail ~/src/quassel-git]$ cmake --version
cmake version 2.8.9
~/quassel.debug.log and ~/.config/quassel-irc.org/Quassel-Crash-20150220-2043.log are as attachments.
History
#1 Updated by laiti over 9 years ago
Reproducible with 0.12.2. I tried also quasselcore-static-0.12.2, it crashes immediately upon start - I do not even get to connect.