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