Displaying 1 result from an estimated 1 matches for "msg00501".
Did you mean:
msg00001
2009 Jan 16
0
[LLVMdev] cygwin mmap problem
A "heads up": if you build LLVM on cygwin, the mmap problem discussed here:
http://www.cygwin.com/ml/cygwin/2009-01/msg00501.html
can crash llc:
$ dd bs=1080K count=1 if=/dev/random of=x.bc
1+0 records in
1+0 records out
1105920 bytes (1.1 MB) copied, 0.167 s, 6.6 MB/s
$ llc x.bc
17418 [main] llc 3596 _cygtls::handle_exceptions: Error while
dumping state (probably corrupted stack)
Segmentation fault (core dumped)
Th...