|
Re: [GHC] #439: panic when interpreting compiled stuff: msg#00118lang.haskell.glasgow.bugs
#439: panic when interpreting compiled stuff --------------------------+------------------------------------------------- Reporter: isaacdupree | Owner: nobody Type: bug | Status: closed Priority: normal | Milestone: Component: GHCi | Version: 6.4 Severity: normal | Resolution: fixed Keywords: | Os: Unknown Difficulty: Unknown | Architecture: Unknown --------------------------+------------------------------------------------- Changes (by desrt): * architecture: => Unknown * resolution: None => fixed * difficulty: => Unknown * status: assigned => closed * os: => Unknown Comment: This is caused because sometimes we don't need extra space for the jump islands and still try to create the space anyway. This means I'm calling mmap() with a size of '0' which fails with -EINVAL. I've written a fix and will be uploading to CVS shortly. -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/439> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler_______________________________________________ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@xxxxxxxxxxx http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: [GHC] #619: Port Hugs's Windows front end to GHCi., GHC |
|---|---|
| Next by Date: | Re: [GHC] #439: panic when interpreting compiled stuff, GHC |
| Previous by Thread: | [GHC] #634: Implement a more efficient TArray, GHC |
| Next by Thread: | Re: [GHC] #439: panic when interpreting compiled stuff, GHC |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |