Your message dated Wed, 19 Sep 2018 17:16:08 +0300
with message-id <20180919141608.22nzrs5g45s3z...@gmail.com>
and subject line Re: Bug#839840: ghci segfaults on armel, related to doctest
failure
has caused the Debian Bug report #839840,
regarding ghci segfaults on armel, related to doctest failure
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
839840: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839840
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ghc
Version: 7.10.3-9
Severity: serious
clint@abel ~/haskell-http-api-data-0.2.4
% ghci -isrc -XCPP -D"MIN_VERSION_base(X,Y,Z)=1"
GHCi, version 7.10.3: http://www.haskell.org/ghc/ :? for help
Prelude> :l src/Web/HttpApiData.hs
[1 of 2] Compiling Web.HttpApiData.Internal ( src/Web/HttpApiData/Internal.hs,
interpreted )
[2 of 2] Compiling Web.HttpApiData ( src/Web/HttpApiData.hs, interpreted )
Ok, modules loaded: Web.HttpApiData, Web.HttpApiData.Internal.
*Web.HttpApiData> :set -XOverloadedStrings
*Web.HttpApiData> import Control.Applicative
*Web.HttpApiData Control.Applicative> import Data.Time
*Web.HttpApiData Control.Applicative Data.Time> import Data.Int
*Web.HttpApiData Control.Applicative Data.Time Data.Int> import Data.Text (Text)
*Web.HttpApiData Control.Applicative Data.Time Data.Int Data.Text> import
Data.Time (Day)
*Web.HttpApiData Control.Applicative Data.Time Data.Int Data.Text Data.Time>
import Data.Version
*Web.HttpApiData Control.Applicative Data.Time Data.Int Data.Text Data.Time
Data.Version> toUrlPiece True
"true"
*Web.HttpApiData Control.Applicative Data.Time Data.Int Data.Text Data.Time
Data.Version> parseUrlPiece "false" :: Either Text Bool
zsh: segmentation fault ghci -isrc -XCPP -D"MIN_VERSION_base(X,Y,Z)=1"
The backtrace is useless.
--- End Message ---
--- Begin Message ---
Version: 8.4.3-6
On Wed, Oct 05, 2016 at 05:12PM, Clint Adams wrote:
> clint@abel ~/haskell-http-api-data-0.2.4
> % ghci -isrc -XCPP -D"MIN_VERSION_base(X,Y,Z)=1"
> GHCi, version 7.10.3: http://www.haskell.org/ghc/ :? for help
> Prelude> :l src/Web/HttpApiData.hs
> [1 of 2] Compiling Web.HttpApiData.Internal (
> src/Web/HttpApiData/Internal.hs, interpreted )
> [2 of 2] Compiling Web.HttpApiData ( src/Web/HttpApiData.hs, interpreted )
> Ok, modules loaded: Web.HttpApiData, Web.HttpApiData.Internal.
> *Web.HttpApiData> :set -XOverloadedStrings
> *Web.HttpApiData> import Control.Applicative
> *Web.HttpApiData Control.Applicative> import Data.Time
> *Web.HttpApiData Control.Applicative Data.Time> import Data.Int
> *Web.HttpApiData Control.Applicative Data.Time Data.Int> import Data.Text
> (Text)
> *Web.HttpApiData Control.Applicative Data.Time Data.Int Data.Text> import
> Data.Time (Day)
> *Web.HttpApiData Control.Applicative Data.Time Data.Int Data.Text Data.Time>
> import Data.Version
> *Web.HttpApiData Control.Applicative Data.Time Data.Int Data.Text Data.Time
> Data.Version> toUrlPiece True
> "true"
> *Web.HttpApiData Control.Applicative Data.Time Data.Int Data.Text Data.Time
> Data.Version> parseUrlPiece "false" :: Either Text Bool
> zsh: segmentation fault ghci -isrc -XCPP -D"MIN_VERSION_base(X,Y,Z)=1"
On Fri, 7 Oct 2016 11:10:50 +0200 Sven Bartscher
<sven.bartsc...@weltraumschlangen.de> wrote:
> This bug I reported upstream[1] might be related to that.
>
> [1]: https://ghc.haskell.org/trac/ghc/ticket/11831
I can reproduce both of these with ghc-8.2.2, but not with ghc-8.4.3
(available in experimental as of now). Marking this as fixed for now,
and will reopen if doctests continue to fail on armel.
Cheers,
--
Ilias
--- End Message ---