Wine and Java -- some success!

Andreas Mohr andi at rhlx01.fht-esslingen.de
Mon May 1 07:01:33 CDT 2006


Hi,

On Sun, Apr 30, 2006 at 04:09:09PM -0400, Segin wrote:
> javaw.exe -version gives this:
> 
> java version "1.4.0_01"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03)
> Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode)
> 
> the crash gives just this, and nothing more:
> 
> swapper.jar: stack smashing attack in function WAVEMAP_widMessage()
> Aborted

Very interesting and most likely informative message.

You should check whether there is a function parameter count mismatch
or function call type (cdecl, stdcall) mismatch around this area.
That could easily explain this "stack smashing" error message.

Andreas



More information about the wine-devel mailing list