Workaround for typeid access violation

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Wed Jun 17 07:21:43 PDT 2015


On Wed, 17 Jun 2015 02:35:39 +0000, Etienne Cimon wrote:

> Only error was with a signal handler trying to allocate on the GC.

signal handlers shouldn't allocate at all, being that from GC, or from 
libc, or from some other allocator. the only thing signal handler can do 
safely is setting some flag. anything other is working by pure luck.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20150617/658d09c9/attachment.sig>


More information about the Digitalmars-d mailing list