On Friday, 14 March 2014 at 08:56:25 UTC, Steve Teale wrote:
On Friday, 14 March 2014 at 08:15:00 UTC, Mathias LANG wrote:
./main
plugin ctor
I am plugin
I am plugin
I am plugin
Same result with master branch. Long story short: I can't
reproduce it on my machine (Debian x86_64). Which platform are
you working on ? 32 bits ?
Ubuntu 12.04 32 bit.
I'll reboot into 64 bit and try there.
Sure enough, works OK on 12.04 64 bit, so I guess it's a bug.
Probably not core.runtime, because I think the problem still
occurs if I use dlopen() directly, so code generation?
I'll work up a minimal test case just using an interface, then
submit it, yes?
Steve