Ticket #5531 (closed bug: invalid)
Segfault on Windows
| Reported by: | awson | Owned by: | igloo |
|---|---|---|---|
| Priority: | high | Milestone: | 7.4.1 |
| Component: | Runtime System | Version: | 7.2.1 |
| Keywords: | Cc: | ||
| Operating System: | Windows | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
This segfaults on Windows:
import Network.Curl (curlGetString) main :: IO () main = fmap snd (curlGetString "https://github.com/simonmar" []) >>= putStrLn
It does not depend on options either curl package or this code is compiled with.
7.2.1 and 7.3.20111004 and definitely affected.
Compiled with 7.0.3 this example crashes when linked with -debug runtime but work pretty fine otherwise.
Change History
Note: See
TracTickets for help on using
tickets.
