I've had a really weird bug in my program, and have been able to downsize it to the following testcase. But I still cannot track what is going on(using v1517):
main1
main2
Assertion failed in /home/phirox/upp/uppsrc/Core/Other.h, line 17
ptr
My idea is that accessing any variable in the One<Data> object part of the new socket is making it crash. I've tried using several compilers and even other machines, but they all reproduce this result.