[LLVMbugs] [Bug 17641] Clang tutorial # 2 crash

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Oct 24 12:48:53 PDT 2013


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

Sean Silva <silvas at purdue.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |silvas at purdue.edu
         Resolution|---                         |INVALID

--- Comment #3 from Sean Silva <silvas at purdue.edu> ---
If `hso` is a null pointer, (like when it is default initialized), then
`HSOpts` will be null as well, and you will see this crash. This is expected
behavior and the crash you are running into is due to "misuse of the API", so
please file this issue with the tutorial author.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131024/e82a0e55/attachment.html>


More information about the llvm-bugs mailing list