Debugging silent exit of threads in Phobos calls

Russel Winder russel at winder.org.uk
Fri Jun 1 15:14:59 UTC 2018


On Fri, 2018-06-01 at 17:53 +0300, ketmar via Digitalmars-d-learn
wrote:
> 
[…]
> it looks like "// type T is not constructible from A" phobos
> assertion 
> triggered. that is, std.variant cannot wrap the struct, and all hell
> breaks 
> loose.

An instance of FrontendAppeared is created in frontend_manager module
and sent to the actor defined in control_window module which has:

    import frontend_manager: FrontendAppeared

It seems the symbol FrontendAppeared in control_window is matching the
FrontendAppeared type of the message sent, and yet the assertion fails.
 
-- 
Russel.
===========================================
Dr Russel Winder      t: +44 20 7585 2200
41 Buckmaster Road    m: +44 7770 465 077
London SW11 1EN, UK   w: www.russel.org.uk
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20180601/3253a363/attachment.sig>


More information about the Digitalmars-d-learn mailing list