[LLVMbugs] [Bug 12429] New: Segmentation fault building libsrtp

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Mar 31 23:54:07 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=12429

             Bug #: 12429
           Summary: Segmentation fault building libsrtp
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: ojab at ojab.ru
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Created attachment 8307
  --> http://llvm.org/bugs/attachment.cgi?id=8307
Preprocessed source

clang version 3.1 (trunk 153820)
Target: x86_64-unknown-linux-gnu
Thread model: posix

Stack dump:
0.    Program arguments: /usr/bin/clang-3.1 -cc1 -triple
x86_64-unknown-linux-gnu -emit-obj -disable-free -disable-llvm-verifier
-main-file-name srtp.c -pic-level 2 -masm-verbose -mconstructor-aliases
-munwind-tables -target-cpu x86-64 -momit-leaf-frame-pointer -g -coverage-file
srtp.o -resource-dir /usr/bin/../lib/clang/3.1 -dependency-file .deps/srtp.Tpo
-sys-header-deps -MP -MT srtp.lo -D HAVE_CONFIG_H -D PIC -I . -I
./crypto/include -I ./src -I crypto/include -I ./include -I ./crypto/include -I
./src -I crypto/include -I ./include -I ./crypto/include -fmodule-cache-path
/var/tmp/clang-module-cache -internal-isystem /usr/local/include
-internal-isystem /usr/bin/../lib/clang/3.1/include -internal-externc-isystem
/include -internal-externc-isystem /usr/include -O2 -Wall -Wall -Wall -pedantic
-std=c99 -fdebug-compilation-dir /sources/freeswitch/libs/srtp -ferror-limit 19
-fmessage-length 142 -funroll-loops -mstackrealign -fgnu-runtime
-fobjc-runtime-has-arc -fobjc-runtime-has-weak -fobjc-fragile-abi
-fdiagnostics-show-option -fcolor-diagnostics -o srtp.o -x c srtp/srtp.c 
1.    srtp/srtp.c:157:1: current parser token 'err_status_t'
2.    srtp/srtp.c:78:29: parsing function body 'srtp_stream_alloc'
clang-3: error: unable to execute command: Segmentation fault
clang-3: error: clang frontend command failed due to signal (use -v to see
invocation)
clang-3: note: diagnostic msg: Please submit a bug report to  and include
command line arguments and all diagnostic information.
clang-3: note: diagnostic msg: Preprocessed source(s) and associated run
script(s) are located at:
clang-3: note: diagnostic msg: /tmp/srtp-DEfxxX.i
clang-3: note: diagnostic msg: /tmp/srtp-DEfxxX.sh
make[1]: *** [srtp.lo] Error 1

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list