Script started on Fri Jan 30 23:51:31 2015 $ cc -Weverything -o nanba nanba160.utf-8.c In file included from nanba160.utf-8.c:17: ./jstring.c:19:23: warning: no previous extern declaration for non-static variable 'Jcode' [-Wmissing-variable-declarations] int Jcode = EUC; ^ nanba160.utf-8.c:50:5: warning: no previous extern declaration for non-static variable 'mn' [-Wmissing-variable-declarations] int mn=1; /* 一文の長さ(最小) */ ^ nanba160.utf-8.c:51:5: warning: no previous extern declaration for non-static variable 'mx' [-Wmissing-variable-declarations] int mx=5; /* 一文の長さ(最大) */ ^ nanba160.utf-8.c:52:5: warning: no previous extern declaration for non-static variable 'sn' [-Wmissing-variable-declarations] int sn=6; /* 一段落あたりの文の個数(1-32000) */ ^ nanba160.utf-8.c:53:5: warning: no previous extern declaration for non-static variable 'rc' [-Wmissing-variable-declarations] Assertion failed: (0 <= N && N < static_cast(m_columnToByte.size() - 1)), function startOfNextColumn, file /usr/src/lib/clang/libclangfrontend/../../../contrib/llvm/tools/clang/lib/Frontend/TextDiagnostic.cpp, line 296. Stack dump: 0. Program arguments: /usr/bin/cc -cc1 -triple armv6--freebsd11.0-gnueabi -emit-obj -mrelax-all -disable-free -main-file-name nanba160.utf-8.c -mrelocation-model static -mdisable-fp-elim -masm-verbose -mconstructor-aliases -target-cpu arm1176jzf-s -target-feature +soft-float -target-feature +soft-float-abi -target-feature -neon -target-feature -crypto -target-abi aapcs-linux -msoft-float -mfloat-abi soft -dwarf-column-info -resource-dir /usr/bin/../lib/clang/3.5.1 -Weverything -fdebug-compilation-dir /usr/home/pi/bakabon -ferror-limit 19 -fmessage-length 80 -mstackrealign -fno-signed-char -fobjc-runtime=gnustep -fdiagnostics-show-option -o /tmp/nanba160-96eb62.o -x c nanba160.utf-8.c 1. nanba160.utf-8.c:53:9: current parser token ';' cc: error: unable to execute command: Abort trap (core dumped) cc: error: clang frontend command failed due to signal (use -v to see invocation) FreeBSD clang version 3.5.1 (tags/RELEASE_351/final 225668) 20150115 Target: armv6--freebsd11.0-gnueabi Thread model: posix cc: note: diagnostic msg: PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the crash backtrace, preprocessed source, and associated run script. cc: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: cc: note: diagnostic msg: /tmp/nanba160-905cf5.c cc: note: diagnostic msg: /tmp/nanba160-905cf5.sh cc: note: diagnostic msg: ******************** $ exit exit Script done on Fri Jan 30 23:52:00 2015