http://bugs.winehq.org/show_bug.cgi?id=25428
--- Comment #10 from Alexandre Julliard julliard@winehq.org 2010-12-09 05:34:00 CST --- Link your binary with -Wl,--section-start,.interp=0x7bf00400.
Actually I noticed your test app is using malloc, to test this issue you should use mmap instead.