[Haskell-cafe] enumFrom* strangeness on GHC?

Thomas Schilling nominolo at googlemail.com
Thu May 31 04:39:45 EDT 2007


On 5/31/07, Felipe Almeida Lessa <felipe.lessa at gmail.com> wrote:
> BTW, how do you usually proceed when finding out why your code said
> "Segmentation fault."?  (should this question move to a new thread?)

$ gdb my_crashing_program
[wait till crush]
[on the gdb command line:]
$ bt
[prints backtrace]

If you're lucky, this helps a little. ;)


More information about the Haskell-Cafe mailing list