From: Miguel D on
"Andreas Streck" <a.streck(a)web.REMOVE_THIS.de> wrote in message <ef15c08.-1(a)webx.raydaftYaTP>...
> Hi there,
>
> I am using Matlab 7 SP3 and programmed a GUI. It runs fine under
> Matlab itself and compilation also works fine. Even the compiled
> version with Matlab installed runs perfectly fine. But when I try to
> deploy it to a different machine on which I installed the Matlab
> Component Runtime (MCR) the applcation crashes after a while,
> creating following error message:
> # An unexpected error has been detected by HotSpot Virtual Machine:
> #
> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x79b44f3f,
> pid=3256, tid=3072
> #
> # Java VM: Java HotSpot(TM) Client VM (1.5.0-b64 mixed mode)
> # Problematic frame:
> # C [jmi_mi.dll+0x4f3f]
> #
>
> --------------- T H R E A D ---------------
>
> Current thread (0x0034cc48): JavaThread "main" [_thread_in_native,
> id=3072]
>
> siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
> and so on (if the rest is important I will post the complete error
> message)
>
> I am using a timer function to periodically read out a serial port
> and plot the received data into a figure.
> If anyone could help me on that I'd be really glad.
>
> Thanks
>
> Andreas Streck


Hi,
i'm having exactly the same crash report as you :
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x79b44f3f
Did you find a solution since then ?
Thanks.
Miguel