Ticket #781 (new bug)
GHCi on x86_64, cannot link to static data in shared libs
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 7.8.1 |
| Component: | Compiler | Version: | 6.5 |
| Keywords: | getEnvironment | Cc: | pho@…, vandijk.roel@…, anton.nik@…, dterei, lewurm@…, jims@… |
| Operating System: | Linux | Architecture: | x86_64 (amd64) |
| Type of failure: | GHCi crash | Difficulty: | Unknown |
| Test Case: | getEnvironment01 | Blocked By: | #3658 |
| Blocking: | Related Tickets: |
Description
System.Posix.getEnvironment fails on Linux 2.6.16-1.2108_FC4smp with a segfault. (x86_64)
[aleator@thoth HopenCV]$ ghci ___ ___ _ / _ \ /\ /\/ __(_) / /_\// /_/ / / | | GHC Interactive, version 6.5.20060527, for Haskell 98. / /_\\/ __ / /___| | http://www.haskell.org/ghc/ \____/\/ /_/\____/|_| Type :? for help. Loading package base-1.0 ... linking ... done. Prelude> :m +System.Posix.Env Prelude System.Posix.Env> getEnv "USER" Loading package unix-1.0 ... linking ... done. Just "aleator" Prelude System.Posix.Env> getEnvironment Segmentation fault
Change History
Note: See
TracTickets for help on using
tickets.
