http://bugs.winehq.org/show_bug.cgi?id=25754
--- Comment #12 from Andrew Eikum aeikum@codeweavers.com 2011-01-12 09:43:24 CST --- I probably won't have time to look into this today, but here's some thoughts if someone else does.
The original commit modifying Bind was 3173305e887775624d46f7cc65283723886930c0. This had a bug which prevented inherited interfaces from being searched, and this was fixed by c0f120db5d6b72917dd9bb1e4630f2b6ff6960a6.
From a brief look, it seems that Bind is returning bad data, which causes a
crash somewhat later. The crash doesn't take place in Bind itself.
Perhaps some of the inherited interfaces shouldn't be searched? Maybe one of the pointers to an inherited interface is wrong?