On Monday, 8 October 2012 at 19:19:58 UTC, Denis Shelomovskij wrote:
As I said, give us a runnable failing test suite.

Here's a reduced plugin with VisualD project files and all dependencies.

http://filesmelt.com/dl/bugdist.rar

It uses the standard DllMain, and the only thing xchat_plugin_init contains is this line:

xchat_printf(ph, "test = %p:%d", test.ptr, test.length);

Where 'test' is a TLS variable of type string[] with no explicit initializer.

Reply via email to