digitalmars.D.bugs - new / new + this
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
segfaulting executeable:
# class MyClass{
# this(){}
#
# new(size_t size){
# return malloc(size);
# }
# }
no segfaulting executeable:
# class MyClass{
# new(size_t size){
# return malloc(size);
# }
# }
Added to DStress as
http://dstress.kuehne.cn/run/new_06.d
http://dstress.kuehne.cn/run/new_10.d
http://dstress.kuehne.cn/run/new_11.d
Thomas
-----BEGIN PGP SIGNATURE-----
iD8DBQFCTm/U3w+/yD4P9tIRAmaIAJsGPFAVnIjX/CyM/wj4dARKhuS3KgCfaxVC
lunDgbAq4x4TrxNql7EctUg=
=dMyX
-----END PGP SIGNATURE-----
Apr 02 2005








Thomas Kuehne <thomas-dloop kuehne.thisisspam.cn>