[LLVMbugs] [Bug 3081] New: "Whoops, an exception leaked out of bugpoint. This is a bug in bugpoint!"
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Nov 17 10:06:17 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=3081
Summary: "Whoops, an exception leaked out of bugpoint. This is a
bug in bugpoint!"
Product: tools
Version: 2.4
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: bugpoint
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sliedes at cc.hut.fi
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=2213)
--> (http://llvm.org/bugs/attachment.cgi?id=2213)
Bitcode file to reproduce the bug with
Running bugpoint on the attached file gives several occurrences of the message
mentioned in summary. Run bugpoint with parameters "-mergereturn -loop-extract
-jump-threading picosat.bc". I did this on amd64, don't know if it happens on
32-bit llvm:
------------------------------------------------------------
$ bugpoint -mergereturn -loop-extract -jump-threading picosat.bc
Read input file : 'picosat.bc'
*** All input ok
Running selected passes on program to test for crash: Whoops, an exception
leaked out of bugpoint. This is a bug in bugpoint!
Exited with error code '1'
*** Debugging optimizer crash!
Checking to see if these passes crash: -mergereturn -loop-extract
-jump-threading: Whoops, an exception leaked out of bugpoint. This is a bug in
bugpoint!
Exited with error code '1'
[...]
------------------------------------------------------------
Ask me if you need the entire output from bugpoint.
--
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