Last active
January 5, 2017 14:22
-
-
Save YamashitaRen/5cfb1fdcea31a7fe9a2691c12a4836b0 to your computer and use it in GitHub Desktop.
Crash bmdc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cmake -DUSE_MINIUPNP=ON -DLOCAL_MINIUPNP=ON .. | |
-- Building with UPNP support (miniupnpc) | |
CMake Error at CMakeLists.txt:159 (add_subdirectory): | |
The source directory | |
/home/quentin/build/bmdc/src/bmdc++/miniupnpc | |
does not contain a CMakeLists.txt file. | |
-- Building needed files... | |
CMAKE Generate files... | |
can't write to file linux/genres.hcan't write to file linux/genres.ccCMAKE End... | |
-- Configure options: | |
-- LIB_SUFFIX ............... | |
-- CMAKE_INSTALL_PREFIX ..... /usr/local | |
-- BIN_INSTALL_DIR .......... /usr/local/bin | |
-- INCLUDE_INSTALL_DIR ...... /usr/local/include | |
-- LIB_INSTALL_DIR .......... /usr/local/lib | |
-- LIBEXEC_INSTALL_DIR ...... /usr/local/libexec | |
-- SHARE_INSTALL_PREFIX ..... /usr/local/share | |
-- LOCALE_INSTALL_DIR ....... /usr/local/share/locale | |
-- SYSCONF_INSTALL_DIR ...... /usr/local/etc | |
-- ENABLE_CODE_COVERAGE ..... OFF | |
-- ENABLE_SCHEMAS_COMPILE ... ON | |
-- ENABLE_GTK_DOC ........... OFF | |
-- ENABLE_MAINTAINER_MODE ... OFF | |
-- VERSION_SUBSTRING ........ | |
-- VERSION_COMMENT .......... | |
-- ENABLE_CANBERRA .......... OFF | |
-- Configuring incomplete, errors occurred! | |
See also "/home/quentin/build/bmdc/src/bmdc++/CMakeFiles/CMakeOutput.log". | |
See also "/home/quentin/build/bmdc/src/bmdc++/CMakeFiles/CMakeError.log". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat ~/.bmdc++-s/exceptioninfo.txt | |
bmdc in function [0x5daa3a] | |
bmdc in function [0x5f99c7] | |
/usr/lib/libc.so.6 in function [unknown] [0x7fdbb37ea0b0] | |
/usr/lib/libminiupnpc.so.16 in function [unknown] [0x7fdbb65dcbc3] | |
/usr/lib/libminiupnpc.so.16 in function [unknown] [0x7fdbb65dcdca] | |
bmdc in function [unknown] [0x722ce6] | |
bmdc in function [unknown] [0x681b1b] | |
bmdc in function [unknown] [0x6dde4a] | |
/usr/lib/libpthread.so.0 in function [unknown] [0x7fdbb7504454] | |
/usr/lib/libc.so.6 in function [unknown] [0x7fdbb389f7df] | |
GTK Version: | |
3.22.5 | |
Compiler Version: | |
gcc 6.2.1 20160830 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment