Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

Crash building clasp (Common Lisp implementation based on Clang) #21113

Open Quuxplusone opened 10 years ago

Quuxplusone commented 10 years ago
Bugzilla Link PR21114
Status NEW
Importance P normal
Reported by Faheem Mitha (faheem@faheem.info)
Reported on 2014-10-01 08:39:01 -0700
Last modified on 2015-06-15 01:40:06 -0700
Version trunk
Hardware PC Linux
CC dgregor@apple.com, faheem@faheem.info, llvm-bugs@lists.llvm.org, popizdeh@gmail.com
Fixed by commit(s)
Attachments make.log (263926 bytes, text/x-log)
gc_interface-841319.sh (1131 bytes, application/x-shellscript)
Blocks
Blocked by
See also
Created attachment 13107
build log contains traceback from crash

I got a crash when building Clang
( https://github.com/drmeister/clasp ) on Debian wheezy.

I'm attaching the build log, and two files that the traceback told me to
include. I don't know if this is a real bug, or some artifact of the Linux OOM
killer. When I tried running the example script produced by the crash, the
process was killed by the OOM killer after some time.
Quuxplusone commented 10 years ago

Attached make.log (263926 bytes, text/x-log): build log contains traceback from crash

Quuxplusone commented 10 years ago

Attached gc_interface-841319.sh (1131 bytes, application/x-shellscript): sh file to build gc_interface-841319.cpp file

Quuxplusone commented 10 years ago

See also associated issue https://github.com/drmeister/clasp/issues/11

Quuxplusone commented 9 years ago

Could you attach preprocessed gc_interface-841319.cpp, it'll be impossible to reproduce this otherwise (someone would need to set up a debian VM and configure all library dependencies your project might have)?