| 1 | Main: internal error: ASSERTION FAILED: file rts/Capability.c, line 637 |
|---|
| 2 | |
|---|
| 3 | (GHC version 7.0.4 for x86_64_unknown_linux) |
|---|
| 4 | Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug |
|---|
| 5 | |
|---|
| 6 | Program received signal SIGABRT, Aborted. |
|---|
| 7 | 0x00007ffff560f405 in raise () from /lib/x86_64-linux-gnu/libc.so.6 |
|---|
| 8 | (gdb) where |
|---|
| 9 | #0 0x00007ffff560f405 in raise () from /lib/x86_64-linux-gnu/libc.so.6 |
|---|
| 10 | #1 0x00007ffff5612680 in abort () from /lib/x86_64-linux-gnu/libc.so.6 |
|---|
| 11 | #2 0x0000000000c1c322 in rtsFatalInternalErrorFn () |
|---|
| 12 | #3 0x0000000000c1bf4b in barf () |
|---|
| 13 | #4 0x0000000000c1bfae in _assertFail () |
|---|
| 14 | #5 0x0000000000c18f18 in yieldCapability () |
|---|
| 15 | #6 0x0000000000c1e516 in scheduleYield () |
|---|
| 16 | #7 0x0000000000c1dbf7 in schedule () |
|---|
| 17 | #8 0x0000000000c1ff95 in scheduleWaitThread () |
|---|
| 18 | #9 0x0000000000c5f3c0 in rts_evalLazyIO () |
|---|
| 19 | #10 0x0000000000c1bdaf in real_main () |
|---|
| 20 | #11 0x0000000000c1be9e in hs_main () |
|---|
| 21 | #12 0x00007ffff55fbead in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 |
|---|
| 22 | #13 0x00000000004097ed in _start () |
|---|
| 23 | (gdb) |
|---|