[FieldTrip] ft_databrowser crashes Matlab

Martine van Schouwenburg martine.vanschouwenburg at ucsf.edu
Tue May 6 18:59:06 CEST 2014


Hi all, 

Problem is solved! I have had great help from the Mathworks support team and
it turns out it was a rendering issue (see below part of the email that I
got from Mathworks). Setting the renderer to 'Paintings' did the trick for
me, so I have now added this line [set(gcf,'renderer','painters');] to the
script, just before it calls the 'surf' function (line 242 of ft_plot_topo).


This issue seems to depend strongly on OS, graphics card, software version
etc, but if anyone runs into a similar problem you could try to see if
changing the renderer works for you too.   

Best, Martine 



EMAIL SUPPORT TEAM MATHWORKS:

"I have a feeling that the crash might be because of the renderer being
chosen by MATLAB to plot the surface plot. 

MATLAB has three renderers- OpenGL, Painters and Z-Buffer. Each of these
renderers has its own merits and limitations. MATLAB chooses the correct
renderer based on the type of figure that you are plotting. 

Here is a documentation page that talks more about the three renderers in
MATLAB:
http://www.mathworks.com/help/matlab/creating_plots/changing-a-figures-setti
ngs.html#f3-102410

Of the three renderers OpenGL has the ability to use the graphics hardware
on your system to help render the graphics. This can occasionally cause
incompatibilities due to the many different graphics cards out there and
also the many different driver versions that exist for each of these cards. 

So, you can try and switch to the software implementation of OpenGL by
executing the following command in the command window:
>>opengl software

This setting is retained for the current session of MATLAB. If you want
MATLAB to remember this setting across settings, then I would suggest that
you add this command to your "startup.m". 

Please use the above command and then run your code to see if the crash
still occurs. 

IF THE ABOVE PROCEDURE DOES NOT WORK:
We can try and change the renderer to one of the other two and see if this
helps. You can change the renderer by using the "set" command:

>> set(gcf,'renderer','painters');
OR
>>set(gcf,'renderer','zbuffer');
OR
>>set(gcf,'renderer','opengl');

Here "gcf" refers to the currently active figure window. 

I would suggest that you try changing the renderer just before the "surf"
command is executed and see if the crash stops happening when using a
particular renderer."






-----Original Message-----
From: fieldtrip-bounces at science.ru.nl
[mailto:fieldtrip-bounces at science.ru.nl] On Behalf Of "Jörn M. Horschig"
Sent: Monday, May 05, 2014 11:26 PM
To: FieldTrip discussion list
Subject: Re: [FieldTrip] ft_databrowser crashes Matlab

Hi Martine,

that's great, thanks. Looking forward to hearing what they say.
@Max: then it seems like Martine's problem really is specific to viewing
components, sorry :)

Best,
Jörn

On 5/3/2014 11:16 PM, Martine van Schouwenburg wrote:
> Hi all,
>
> Thank you for all of your quick replies! I have traced the problem 
> down to the ft_plot_topo script, specifically when it calls the 'surf' 
> function. I have been in touch with someone from Mathworks, and I have 
> send him the script and all the variables he needs to run it, and he 
> is looking into the issue. I'll let you know once he gets back to me. 
> Hopefully, with a solution. :)
>
> Best, Martine
>
>
>
>
> -----Original Message-----
> From: fieldtrip-bounces at science.ru.nl
> [mailto:fieldtrip-bounces at science.ru.nl] On Behalf Of "Jörn M. Horschig"
> Sent: Saturday, May 03, 2014 2:05 AM
> To: FieldTrip discussion list
> Subject: Re: [FieldTrip] ft_databrowser crashes Matlab
>
> Hi Martine,
>
> great to hear that you are using FieldTrip ;) hope you like it.
> As JM said, it is indeed some low-level problem with Windows 7, Matlab 
> and the databrowser. The only way to escape this is to use another OS...
> in the past we have not been successful in tracing this down, because 
> it is such a low-level error on only happens on some PCs with Win7, 
> but not on all. There is already a bug on bugzilla for this. Maybe we 
> need to ask Mathworks for support on this ;)
>
> @Max: The databrowser is specifically designed to also show components 
> if you set cfg.viewmode = 'components'. The error also has nothing to 
> do with showing components, as it also happens for plotting channel-level
data.
>
> Best,
> Jörn
>
> On 5/2/2014 8:16 PM, Martine van Schouwenburg wrote:
>> Hi Fieldtrip experts,
>>
>> I am experiencing a problem with the ft_databrowser routine. Matlab 
>> crashes when I’m trying to run it, forcing me to end the Matlab 
>> session. (‘Matlab has encountered an internal problem and needs to 
>> close.’). It seems more like a Matlab/Windows related issue when 
>> looking at the crash report (see below), but I am posting it here 
>> because it also seems to depend on the data that I use as input. When 
>> I run the routine on the ‘raw’ data (after defining the trials) it is 
>> working fine, but after I ran ICA and try to use the databrowser to 
>> look at the components, it crashes at line 676.
>>
>> This is the part where it calls the subfunction redraw_cb. Does 
>> anyone might have a clue what in the component data might cause this
problem?
>> Maybe some of you have experienced this before? I also send a request 
>> for Tech Support to Matlab.
>>
>> Best, Martine
>>
>> Here is the Matlab crash report if that is of any help:
>>
>> ---------------------------------------------------------------------
>> -
>> --
>>
>> Segmentation violation detected at Thu May 01 22:28:30 2014
>>
>> ---------------------------------------------------------------------
>> -
>> --
>>
>> Configuration:
>>
>> Crash Decoding : Disabled
>>
>> Default Encoding: windows-1252
>>
>> MATLAB Root : C:\Program Files\MATLAB\R2012b
>>
>> MATLAB Version : 8.0.0.783 (R2012b)
>>
>> Operating System: Microsoft Windows 7
>>
>> Processor ID : x86 Family 111 Model 1 Stepping 2, AuthenticAMD
>>
>> Virtual Machine : Java 1.6.0_17-b04 with Sun Microsystems Inc. Java
>> HotSpot(TM) 64-Bit Server VM mixed mode
>>
>> Window System : Version 6.1 (Build 7601: Service Pack 1)
>>
>> Fault Count: 1
>>
>> Abnormal termination:
>>
>> Segmentation violation
>>
>> Register State (from fault):
>>
>> RAX = 00000000000001a4 RBX = 000000007a8425c0
>>
>> RCX = 00000000000262de RDX = 00000000000001b2
>>
>> RSP = 0000000004110a50 RBP = 000000000000007e
>>
>> RSI = 000000007a75cab0 RDI = 000000013942b996
>>
>> R8 = 00000000000262de R9 = 0000000000000230
>>
>> R10 = 0000000000000000 R11 = 0000000004110b28
>>
>> R12 = 0000000000f206cd R13 = 0000000077ce4060
>>
>> R14 = 000000000002635c R15 = 00000000000006c8
>>
>> RIP = 000000006000d341 EFL = 00010216
>>
>> CS = 0033 FS = 0053 GS = 002b
>>
>> Stack Trace (from fault):
>>
>> [ 0] 0x000000006000d341 C:\Program
>> Files\MATLAB\R2012b\bin\win64\hg.dll+01364801 (
>> RenderEngineBase::~RenderEngineBase+171553 )
>>
>> [ 1] 0x000000005ff83130 C:\Program
>> Files\MATLAB\R2012b\bin\win64\hg.dll+00799024 ( text_to_pixel+005792 
>> )
>>
>> [ 2] 0x00000000602cc003 C:\Program
>> Files\MATLAB\R2012b\bin\win64\hg.dll+04243459 (
>> GO_TransformObject+001571 )
>>
>> [ 3] 0x000000005fede587 C:\Program
>> Files\MATLAB\R2012b\bin\win64\hg.dll+00124295 (
>> renderAnimatedKids+000519 )
>>
>> [ 4] 0x000000005fee3788 C:\Program
>> Files\MATLAB\R2012b\bin\win64\hg.dll+00145288 ( getARDonAxis+010488 )
>>
>> [ 5] 0x00000000602cc003 C:\Program
>> Files\MATLAB\R2012b\bin\win64\hg.dll+04243459 (
>> GO_TransformObject+001571 )
>>
>> [ 6] 0x000000005ff04729 C:\Program
>> Files\MATLAB\R2012b\bin\win64\hg.dll+00280361 (
>> FigureSetVisualAutoMode+001561 )
>>
>> [ 7] 0x000000005ff0abbd C:\Program
>> Files\MATLAB\R2012b\bin\win64\hg.dll+00306109 (
>> UIJ_CreatePeerWindow+001597 )
>>
>> [ 8] 0x00000000602cc003 C:\Program
>> Files\MATLAB\R2012b\bin\win64\hg.dll+04243459 (
>> GO_TransformObject+001571 )
>>
>> [ 9] 0x0000000060013548 C:\Program
>> Files\MATLAB\R2012b\bin\win64\hg.dll+01389896 (
>> RenderEngineBase::~RenderEngineBase+196648 )
>>
>> [ 10] 0x000000005ff06b87 C:\Program
>> Files\MATLAB\R2012b\bin\win64\hg.dll+00289671 (
>> FigureSetVisualAutoMode+010871 )
>>
>> [ 11] 0x000000005ff06c0d C:\Program
>> Files\MATLAB\R2012b\bin\win64\hg.dll+00289805 (
>> FigureSetVisualAutoMode+011005 )
>>
>> [ 12] 0x0000000063425006 C:\Program
>> Files\MATLAB\R2012b\bin\win64\libmwgui.dll+00610310 (
>> wm_ExposeFcn_Pre_Optional+000374 )
>>
>> [ 13] 0x0000000064c8c694 C:\Program
>> Files\MATLAB\R2012b\bin\win64\libuij.dll+00181908 ( 
>> GetframeJava+001332 )
>>
>> [ 14] 0x0000000064c8e456 C:\Program
>> Files\MATLAB\R2012b\bin\win64\libuij.dll+00189526 (
>> UIJ_IsWindowShowing+000438 )
>>
>> [ 15] 0x0000000064c8f943 C:\Program
>> Files\MATLAB\R2012b\bin\win64\libuij.dll+00194883 (
>> UIJ_clearWaitForResize+002067 )
>>
>> [ 16] 0x0000000064c8fa61 C:\Program
>> Files\MATLAB\R2012b\bin\win64\libuij.dll+00195169 ( 
>> UIJ_ExposeFcn+000145 )
>>
>> [ 17] 0x0000000064c707ae C:\Program
>> Files\MATLAB\R2012b\bin\win64\libuij.dll+00067502 (
>> UIJ_MarkEventFinished+005838 )
>>
>> [ 18] 0x0000000064c70800 C:\Program
>> Files\MATLAB\R2012b\bin\win64\libuij.dll+00067584 (
>> UIJ_MarkEventFinished+005920 )
>>
>> [ 19] 0x0000000064c892ac C:\Program
>> Files\MATLAB\R2012b\bin\win64\libuij.dll+00168620 (
>> uij::JavaDraw2D::paintQuadStrip+001324 )
>>
>> [ 20] 0x0000000064d4e808 C:\Program
>> Files\MATLAB\R2012b\bin\win64\udd.dll+00190472 (
>> uddSetListenerRecursionWarning+000680 )
>>
>> [ 21] 0x0000000064d4ee6c C:\Program
>> Files\MATLAB\R2012b\bin\win64\udd.dll+00192108 (
>> UDListenerManagerHost::notifyEvent+000076 )
>>
>> [ 22] 0x0000000064d4697d C:\Program
>> Files\MATLAB\R2012b\bin\win64\udd.dll+00158077 (
>> UDEventInfo::send+000093 )
>>
>> [ 23] 0x000000005fb9cedb C:\Program
>> Files\MATLAB\R2012b\bin\win64\udd_mi.dll+00052955 (
>> MErrorException::operator=+047675 )
>>
>> [ 24] 0x00000000055ce0b6 C:\Program
>> Files\MATLAB\R2012b\bin\win64\uiw.dll+00385206 (
>> UIW_IsUserMessage+000086 )
>>
>> [ 25] 0x00000000055ce7b9 C:\Program
>> Files\MATLAB\R2012b\bin\win64\uiw.dll+00387001 (
>> UIW_SetGLIMUserMsg+000153 )
>>
>> [ 26] 0x00000000774a87fe C:\Windows\system32\USER32.dll+00165886 (
>> GetMenuBarInfo+000638 )
>>
>> [ 27] 0x000000007748f5fb C:\Windows\system32\USER32.dll+00062971 (
>> SystemParametersInfoW+000235 )
>>
>> [ 28] 0x0000000077494895 C:\Windows\system32\USER32.dll+00084117 (
>> IsProcessDPIAware+000465 )
>>
>> [ 29] 0x00000000775d11f5 C:\Windows\SYSTEM32\ntdll.dll+00332277 (
>> KiUserCallbackDispatcher+000031 )
>>
>> [ 30] 0x000000007749908a C:\Windows\system32\USER32.dll+00102538 (
>> PeekMessageW+000186 )
>>
>> [ 31] 0x00000000774950fe C:\Windows\system32\USER32.dll+00086270 (
>> GetKeyState+000238 )
>>
>> [ 32] 0x0000000077493a6f C:\Windows\system32\USER32.dll+00080495 (
>> PeekMessageA+000087 )
>>
>> [ 33] 0x00000000055a8f4b C:\Program
>> Files\MATLAB\R2012b\bin\win64\uiw.dll+00233291 (
>> UIW_SetCurrentDialog+000731 )
>>
>> [ 34] 0x00000000055cfbe2 C:\Program
>> Files\MATLAB\R2012b\bin\win64\uiw.dll+00392162 (
>> ws_FreeSystemFont+000546 )
>>
>> [ 35] 0x000000000485e6a3 C:\Program
>> Files\MATLAB\R2012b\bin\win64\libmwservices.dll+00779939 (
>> sysq::removeCommitDatabaseUpdatesHook+002131 )
>>
>> [ 36] 0x000000000485fe18 C:\Program
>> Files\MATLAB\R2012b\bin\win64\libmwservices.dll+00785944 (
>> sysq::removeCommitDatabaseUpdatesHook+008136 )
>>
>> [ 37] 0x0000000004861a20 C:\Program
>> Files\MATLAB\R2012b\bin\win64\libmwservices.dll+00793120 (
>> sysq::addProcessPendingEventsUnitTestHook+000240 )
>>
>> [ 38] 0x0000000004861ae8 C:\Program
>> Files\MATLAB\R2012b\bin\win64\libmwservices.dll+00793320 (
>> sysq::addProcessPendingEventsUnitTestHook+000440 )
>>
>> [ 39] 0x0000000004861ca3 C:\Program
>> Files\MATLAB\R2012b\bin\win64\libmwservices.dll+00793763 (
>> sysq::addProcessPendingEventsUnitTestHook+000883 )
>>
>> [ 40] 0x0000000004861d76 C:\Program
>> Files\MATLAB\R2012b\bin\win64\libmwservices.dll+00793974 (
>> sysq::addProcessPendingEventsUnitTestHook+001094 )
>>
>> [ 41] 0x000000005ff0c4fe C:\Program
>> Files\MATLAB\R2012b\bin\win64\hg.dll+00312574 ( hgHitTest+001374 )
>>
>> [ 42] 0x0000000074e8d17f C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_dispatcher.dll+00053631 (
>> Mfunction_handle::dispatch+001023 )
>>
>> [ 43] 0x0000000074e8cf82 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_dispatcher.dll+00053122 (
>> Mfunction_handle::dispatch+000514 )
>>
>> [ 44] 0x000007feef3a9482 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00496770 (
>> inFunctionHandleInterface::DestroyWorkspace+309314 )
>>
>> [ 45] 0x000007feef3a5ca4 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00482468 (
>> inFunctionHandleInterface::DestroyWorkspace+295012 )
>>
>> [ 46] 0x000007feef38de1f C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00384543 (
>> inFunctionHandleInterface::DestroyWorkspace+197087 )
>>
>> [ 47] 0x000007feef38dd80 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00384384 (
>> inFunctionHandleInterface::DestroyWorkspace+196928 )
>>
>> [ 48] 0x000007feef3b197d C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00530813 (
>> inFunctionHandleInterface::DestroyWorkspace+343357 )
>>
>> [ 49] 0x000007feef3b0271 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00524913 (
>> inFunctionHandleInterface::DestroyWorkspace+337457 )
>>
>> [ 50] 0x000007feef3920e9 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00401641 (
>> inFunctionHandleInterface::DestroyWorkspace+214185 )
>>
>> [ 51] 0x0000000074e8c80d C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_dispatcher.dll+00051213 (
>> Mfh_file::dispatch_fh+000509 )
>>
>> [ 52] 0x0000000074e8d0d6 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_dispatcher.dll+00053462 (
>> Mfunction_handle::dispatch+000854 )
>>
>> [ 53] 0x000007feef38210b C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00336139 (
>> inFunctionHandleInterface::DestroyWorkspace+148683 )
>>
>> [ 54] 0x000007feef393edf C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00409311 (
>> inFunctionHandleInterface::DestroyWorkspace+221855 )
>>
>> [ 55] 0x000007feef3b0ae8 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00527080 (
>> inFunctionHandleInterface::DestroyWorkspace+339624 )
>>
>> [ 56] 0x000007feef398d94 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00429460 (
>> inFunctionHandleInterface::DestroyWorkspace+242004 )
>>
>> [ 57] 0x000007feef3a2978 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00469368 (
>> inFunctionHandleInterface::DestroyWorkspace+281912 )
>>
>> [ 58] 0x000007feef3a5a8b C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00481931 (
>> inFunctionHandleInterface::DestroyWorkspace+294475 )
>>
>> [ 59] 0x000007feef38de1f C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00384543 (
>> inFunctionHandleInterface::DestroyWorkspace+197087 )
>>
>> [ 60] 0x000007feef38dd80 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00384384 (
>> inFunctionHandleInterface::DestroyWorkspace+196928 )
>>
>> [ 61] 0x000007feef3b197d C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00530813 (
>> inFunctionHandleInterface::DestroyWorkspace+343357 )
>>
>> [ 62] 0x000007feef3b0271 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00524913 (
>> inFunctionHandleInterface::DestroyWorkspace+337457 )
>>
>> [ 63] 0x000007feef3920e9 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00401641 (
>> inFunctionHandleInterface::DestroyWorkspace+214185 )
>>
>> [ 64] 0x0000000074e8c80d C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_dispatcher.dll+00051213 (
>> Mfh_file::dispatch_fh+000509 )
>>
>> [ 65] 0x0000000074e8d0d6 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_dispatcher.dll+00053462 (
>> Mfunction_handle::dispatch+000854 )
>>
>> [ 66] 0x000007feef3a9482 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00496770 (
>> inFunctionHandleInterface::DestroyWorkspace+309314 )
>>
>> [ 67] 0x000007feef43318f C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+01061263 (
>> inEachVisibleName+014415 )
>>
>> [ 68] 0x000007feef3a74ca C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00488650 (
>> inFunctionHandleInterface::DestroyWorkspace+301194 )
>>
>> [ 69] 0x000007feef38de1f C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00384543 (
>> inFunctionHandleInterface::DestroyWorkspace+197087 )
>>
>> [ 70] 0x000007feef38dd80 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00384384 (
>> inFunctionHandleInterface::DestroyWorkspace+196928 )
>>
>> [ 71] 0x000007feef3b197d C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00530813 (
>> inFunctionHandleInterface::DestroyWorkspace+343357 )
>>
>> [ 72] 0x000007feef3b0271 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00524913 (
>> inFunctionHandleInterface::DestroyWorkspace+337457 )
>>
>> [ 73] 0x000007feef3920e9 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00401641 (
>> inFunctionHandleInterface::DestroyWorkspace+214185 )
>>
>> [ 74] 0x0000000074e8c80d C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_dispatcher.dll+00051213 (
>> Mfh_file::dispatch_fh+000509 )
>>
>> [ 75] 0x0000000074e8d0d6 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_dispatcher.dll+00053462 (
>> Mfunction_handle::dispatch+000854 )
>>
>> [ 76] 0x000007feef3a9482 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00496770 (
>> inFunctionHandleInterface::DestroyWorkspace+309314 )
>>
>> [ 77] 0x000007feef43318f C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+01061263 (
>> inEachVisibleName+014415 )
>>
>> [ 78] 0x000007feef3a74ca C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00488650 (
>> inFunctionHandleInterface::DestroyWorkspace+301194 )
>>
>> [ 79] 0x000007feef38de1f C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00384543 (
>> inFunctionHandleInterface::DestroyWorkspace+197087 )
>>
>> [ 80] 0x000007feef38dd80 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00384384 (
>> inFunctionHandleInterface::DestroyWorkspace+196928 )
>>
>> [ 81] 0x000007feef3b197d C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00530813 (
>> inFunctionHandleInterface::DestroyWorkspace+343357 )
>>
>> [ 82] 0x000007feef3b0271 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00524913 (
>> inFunctionHandleInterface::DestroyWorkspace+337457 )
>>
>> [ 83] 0x000007feef3920e9 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00401641 (
>> inFunctionHandleInterface::DestroyWorkspace+214185 )
>>
>> [ 84] 0x0000000074e8c80d C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_dispatcher.dll+00051213 (
>> Mfh_file::dispatch_fh+000509 )
>>
>> [ 85] 0x0000000074e8d0d6 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_dispatcher.dll+00053462 (
>> Mfunction_handle::dispatch+000854 )
>>
>> [ 86] 0x000007feef4451e5 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+01135077 (
>> inValidateLoadedObject+001893 )
>>
>> [ 87] 0x000007feef454595 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+01197461 (
>> init_cleaner+015541 )
>>
>> [ 88] 0x000007feef457b75 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+01211253 (
>> inSetMaxFrameCount+002261 )
>>
>> [ 89] 0x000007feef457b48 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+01211208 (
>> inSetMaxFrameCount+002216 )
>>
>> [ 90] 0x000007feef457b07 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+01211143 (
>> inSetMaxFrameCount+002151 )
>>
>> [ 91] 0x000007feef340213 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+00066067 (
>> inPathNotification::function_clear_notification+004019 )
>>
>> [ 92] 0x000007feef44aed0 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+01158864 (
>> inEvalCmdWithLocalReturn+000416 )
>>
>> [ 93] 0x000007feef44ae2c C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+01158700 (
>> inEvalCmdWithLocalReturn+000252 )
>>
>> [ 94] 0x000007feef44ad71 C:\Program
>> Files\MATLAB\R2012b\bin\win64\m_interpreter.dll+01158513 (
>> inEvalCmdWithLocalReturn+000065 )
>>
>> [ 95] 0x0000000079fbf90d C:\Program
>> Files\MATLAB\R2012b\bin\win64\libmwbridge.dll+00063757 (
>> mnDebugPrompt+000109 )
>>
>> [ 96] 0x0000000079fc0471 C:\Program
>> Files\MATLAB\R2012b\bin\win64\libmwbridge.dll+00066673 ( 
>> mnParser+000593 )
>>
>> [ 97] 0x00000000749a64a4 C:\Program
>> Files\MATLAB\R2012b\bin\win64\mcr.dll+00222372 (
>> mcrInstance::mnParser_on_interpreter_thread+000036 )
>>
>> [ 98] 0x000000007498681f C:\Program
>> Files\MATLAB\R2012b\bin\win64\mcr.dll+00092191 (
>> mcr::setInterpreterThreadToCurrent+029887 )
>>
>> [ 99] 0x0000000074986881 C:\Program
>> Files\MATLAB\R2012b\bin\win64\mcr.dll+00092289 (
>> mcr::setInterpreterThreadToCurrent+029985 )
>>
>> [100] 0x00000000055ce0b6 C:\Program
>> Files\MATLAB\R2012b\bin\win64\uiw.dll+00385206 (
>> UIW_IsUserMessage+000086 )
>>
>> [101] 0x00000000055ce7b9 C:\Program
>> Files\MATLAB\R2012b\bin\win64\uiw.dll+00387001 (
>> UIW_SetGLIMUserMsg+000153 )
>>
>> [102] 0x00000000774a87fe C:\Windows\system32\USER32.dll+00165886 (
>> GetMenuBarInfo+000638 )
>>
>> [103] 0x000000007748f5fb C:\Windows\system32\USER32.dll+00062971 (
>> SystemParametersInfoW+000235 )
>>
>> [104] 0x0000000077494895 C:\Windows\system32\USER32.dll+00084117 (
>> IsProcessDPIAware+000465 )
>>
>> [105] 0x00000000775d11f5 C:\Windows\SYSTEM32\ntdll.dll+00332277 (
>> KiUserCallbackDispatcher+000031 )
>>
>> [106] 0x000000007749908a C:\Windows\system32\USER32.dll+00102538 (
>> PeekMessageW+000186 )
>>
>> [107] 0x00000000774950fe C:\Windows\system32\USER32.dll+00086270 (
>> GetKeyState+000238 )
>>
>> [108] 0x0000000077493a6f C:\Windows\system32\USER32.dll+00080495 (
>> PeekMessageA+000087 )
>>
>> [109] 0x00000000055a8f4b C:\Program
>> Files\MATLAB\R2012b\bin\win64\uiw.dll+00233291 (
>> UIW_SetCurrentDialog+000731 )
>>
>> [110] 0x00000000055cfbe2 C:\Program
>> Files\MATLAB\R2012b\bin\win64\uiw.dll+00392162 (
>> ws_FreeSystemFont+000546 )
>>
>> [111] 0x000000000485e6a3 C:\Program
>> Files\MATLAB\R2012b\bin\win64\libmwservices.dll+00779939 (
>> sysq::removeCommitDatabaseUpdatesHook+002131 )
>>
>> [112] 0x000000000485fe18 C:\Program
>> Files\MATLAB\R2012b\bin\win64\libmwservices.dll+00785944 (
>> sysq::removeCommitDatabaseUpdatesHook+008136 )
>>
>> [113] 0x0000000004861a20 C:\Program
>> Files\MATLAB\R2012b\bin\win64\libmwservices.dll+00793120 (
>> sysq::addProcessPendingEventsUnitTestHook+000240 )
>>
>> [114] 0x0000000004861ae8 C:\Program
>> Files\MATLAB\R2012b\bin\win64\libmwservices.dll+00793320 (
>> sysq::addProcessPendingEventsUnitTestHook+000440 )
>>
>> [115] 0x0000000004861ca3 C:\Program
>> Files\MATLAB\R2012b\bin\win64\libmwservices.dll+00793763 (
>> sysq::addProcessPendingEventsUnitTestHook+000883 )
>>
>> [116] 0x0000000004861d76 C:\Program
>> Files\MATLAB\R2012b\bin\win64\libmwservices.dll+00793974 (
>> sysq::addProcessPendingEventsUnitTestHook+001094 )
>>
>> [117] 0x000000007498837e C:\Program
>> Files\MATLAB\R2012b\bin\win64\mcr.dll+00099198 (
>> mcr::setInterpreterThreadToCurrent+036894 )
>>
>> [118] 0x0000000074988665 C:\Program
>> Files\MATLAB\R2012b\bin\win64\mcr.dll+00099941 (
>> mcr::setInterpreterThreadToCurrent+037637 )
>>
>> [119] 0x000000007497b166 C:\Program
>> Files\MATLAB\R2012b\bin\win64\mcr.dll+00045414 (
>> DepfunRules::postWarning+003430 )
>>
>> [120] 0x000000013fc78a33 C:\Program
>> Files\MATLAB\R2012b\bin\win64\MATLAB.exe+00035379 ( ???+000000 )
>>
>> [121] 0x000000013fc78c97 C:\Program
>> Files\MATLAB\R2012b\bin\win64\MATLAB.exe+00035991 ( ???+000000 )
>>
>> [122] 0x000000013fc79163 C:\Program
>> Files\MATLAB\R2012b\bin\win64\MATLAB.exe+00037219 ( ???+000000 )
>>
>> [123] 0x00000000773759ed C:\Windows\system32\kernel32.dll+00088557 (
>> BaseThreadInitThunk+000013 )
>>
>> [124] 0x00000000775ac541 C:\Windows\SYSTEM32\ntdll.dll+00181569 (
>> RtlUserThreadStart+000033 )
>>
>>
>>
>> _______________________________________________
>> fieldtrip mailing list
>> fieldtrip at donders.ru.nl
>> http://mailman.science.ru.nl/mailman/listinfo/fieldtrip
>


--
Jörn M. Horschig
PhD Student
Donders Institute for Brain, Cognition and Behaviour Centre for Cognitive
Neuroimaging Radboud University Nijmegen Neuronal Oscillations Group
FieldTrip Development Team

P.O. Box 9101
NL-6500 HB Nijmegen
The Netherlands

Contact:
E-Mail: jm.horschig at donders.ru.nl
Tel:    +31-(0)24-36-68493
Web: http://www.ru.nl/donders

Visiting address:
Trigon, room 2.30
Kapittelweg 29
NL-6525 EN Nijmegen
The Netherlands

_______________________________________________
fieldtrip mailing list
fieldtrip at donders.ru.nl
http://mailman.science.ru.nl/mailman/listinfo/fieldtrip






More information about the fieldtrip mailing list