http://bugs.winehq.org/show_bug.cgi?id=28662
--- Comment #3 from Austin English austinenglish@gmail.com 2011-10-12 12:18:35 CDT --- (In reply to comment #2)
Could you please try to figure out what exactly section access makes the test crash?
Not sure precisely what you mean. Commenting the following lines avoids the crash: //if (info.Protect != PAGE_NOACCESS) //ok(!memcmp((const char *)info.BaseAddress, section_data, section.SizeOfRawData), "wrong section data\n");
or did you want to know something else?