[Haskell-cafe] bizarre behaviour

Brandon Allbery allbery.b at gmail.com
Mon Nov 14 21:58:41 UTC 2016


On Mon, Nov 14, 2016 at 4:51 PM, Lawrence Wickert <skippy_lou at hotmail.com>
wrote:

> Prelude> Vector smash protection is enabled.


The same terminal window that has your ghci in it, also has some back-end
that iHeart Radio uses running in it. When the iHeart front-end app is
opened, the back-end is issuing that message and it gets mixed in with your
ghci's output.

The session script itself doesn't tell me anything useful without also
having the saved session that it is restoring. Possibly restoring
incorrectly, where the back-end was running in a different terminal but got
grouped with the ghci incorrectly. This is one problem with trying to
impose a session "externally": it can be difficult to tie an application to
a specific window, and front-end/back-end architecture usually makes it
even more complicated; especially when the terminal is often *also*
front-end/back-end, so you really can't tell which front-end is which
because all the programs are linked to the back-end instead of to the
front-ends they are visible in.

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20161114/4d5ffee6/attachment.html>


More information about the Haskell-Cafe mailing list