[prev in list] [next in list] [prev in thread] [next in thread] 

List:       llvm-bugs
Subject:    [LLVMbugs] [Bug 19895] New: clang crash while building cfq-iosched.c
From:       bugzilla-daemon () llvm ! org
Date:       2014-05-30 1:02:36
Message-ID: bug-19895-206 () http ! llvm ! org/bugs/
[Download RAW message or body]

--1401411756.8c0dFBD1.14170
Date: Thu, 29 May 2014 20:02:36 -0500
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"

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

            Bug ID: 19895
           Summary: clang crash while building cfq-iosched.c
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs@nondot.org
          Reporter: viniciustinti@gmail.com
                CC: llvmbugs@cs.uiuc.edu
    Classification: Unclassified

Clang crashes on building the cfq-iosched from Linux. It crashes for generating
.o, .s and .ll.

0  clang-3.5       0x0000000000c6ba45 llvm::sys::PrintStackTrace(_IO_FILE*) +
37
1  clang-3.5       0x0000000000c6be93
2  libpthread.so.0 0x00002b33f1b43340
3  clang-3.5       0x0000000000ac7688
4  clang-3.5       0x0000000000acceae
5  clang-3.5       0x0000000000acd2be
6  clang-3.5       0x0000000000a735bb
llvm::FPPassManager::runOnFunction(llvm::Function&) + 315
7  clang-3.5       0x00000000015065b5
8  clang-3.5       0x0000000000a73beb
llvm::legacy::PassManagerImpl::run(llvm::Module&) + 859
9  clang-3.5       0x000000000110ed63
clang::EmitBackendOutput(clang::DiagnosticsEngine&, clang::CodeGenOptions
const&, clang::TargetOptions const&, clang::LangOptions const&,
llvm::StringRef, llvm::Module*, clang::BackendAction, llvm::raw_ostream*) +
6995
10 clang-3.5       0x000000000110c6dc
11 clang-3.5       0x000000000152cbb3 clang::ParseAST(clang::Sema&, bool, bool)
+ 467
12 clang-3.5       0x000000000110b628 clang::CodeGenAction::ExecuteAction() +
72
13 clang-3.5       0x0000000000db6339 clang::FrontendAction::Execute() + 57
14 clang-3.5       0x0000000000d8c23d
clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) + 813
15 clang-3.5       0x0000000000e1c093
clang::ExecuteCompilerInvocation(clang::CompilerInstance*) + 3155
16 clang-3.5       0x0000000000643e8f cc1_main(char const**, char const**, char
const*, void*) + 575
17 clang-3.5       0x0000000000642976 main + 8422
18 libc.so.6       0x00002b33f27abec5 __libc_start_main + 245
19 clang-3.5       0x0000000000640787
Stack dump:
0.    Program arguments: (...)
1.    <eof> parser at end of file
2.    Per-module optimization passes
3.    Running pass 'CallGraph Pass Manager' on module
'/home/tinti/Works/LLVMLinux/llvmlinux/targets/panda/src/panda/block/cfq-iosched.c'.
4.    Running pass 'Combine redundant instructions' on function
'@cfq_init_cfqg_base'

-- 
You are receiving this mail because:
You are on the CC list for the bug.

--1401411756.8c0dFBD1.14170
Date: Thu, 29 May 2014 20:02:36 -0500
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"

<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - clang crash while building cfq-iosched.c"
   href="http://llvm.org/bugs/show_bug.cgi?id=19895">19895</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>clang crash while building cfq-iosched.c
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>-New Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedclangbugs&#64;nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>viniciustinti&#64;gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs&#64;cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Clang crashes on building the cfq-iosched from Linux. It crashes for generating
.o, .s and .ll.

0  clang-3.5       0x0000000000c6ba45 llvm::sys::PrintStackTrace(_IO_FILE*) +
37
1  clang-3.5       0x0000000000c6be93
2  libpthread.so.0 0x00002b33f1b43340
3  clang-3.5       0x0000000000ac7688
4  clang-3.5       0x0000000000acceae
5  clang-3.5       0x0000000000acd2be
6  clang-3.5       0x0000000000a735bb
llvm::FPPassManager::runOnFunction(llvm::Function&amp;) + 315
7  clang-3.5       0x00000000015065b5
8  clang-3.5       0x0000000000a73beb
llvm::legacy::PassManagerImpl::run(llvm::Module&amp;) + 859
9  clang-3.5       0x000000000110ed63
clang::EmitBackendOutput(clang::DiagnosticsEngine&amp;, clang::CodeGenOptions
const&amp;, clang::TargetOptions const&amp;, clang::LangOptions const&amp;,
llvm::StringRef, llvm::Module*, clang::BackendAction, llvm::raw_ostream*) +
6995
10 clang-3.5       0x000000000110c6dc
11 clang-3.5       0x000000000152cbb3 clang::ParseAST(clang::Sema&amp;, bool, bool)
+ 467
12 clang-3.5       0x000000000110b628 clang::CodeGenAction::ExecuteAction() +
72
13 clang-3.5       0x0000000000db6339 clang::FrontendAction::Execute() + 57
14 clang-3.5       0x0000000000d8c23d
clang::CompilerInstance::ExecuteAction(clang::FrontendAction&amp;) + 813
15 clang-3.5       0x0000000000e1c093
clang::ExecuteCompilerInvocation(clang::CompilerInstance*) + 3155
16 clang-3.5       0x0000000000643e8f cc1_main(char const**, char const**, char
const*, void*) + 575
17 clang-3.5       0x0000000000642976 main + 8422
18 libc.so.6       0x00002b33f27abec5 __libc_start_main + 245
19 clang-3.5       0x0000000000640787
Stack dump:
0.    Program arguments: (...)
1.    &lt;eof&gt; parser at end of file
2.    Per-module optimization passes
3.    Running pass 'CallGraph Pass Manager' on module
'/home/tinti/Works/LLVMLinux/llvmlinux/targets/panda/src/panda/block/cfq-iosched.c'.
4.    Running pass 'Combine redundant instructions' on function
'&#64;cfq_init_cfqg_base'</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>

--1401411756.8c0dFBD1.14170--


_______________________________________________
LLVMbugs mailing list
LLVMbugs@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic