Anandl2304 / randomforest-matlab

Automatically exported from code.google.com/p/randomforest-matlab
0 stars 0 forks source link

Matlab crashes after training several RFs #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi all, 

I'm using the RF toolbox applied to supervised classification with 
active-learning (AL). A feature of this method, is that a classifier get 
iteratively retrained, in this case a RF classifier. When it reach something 
like 20.000 retrains, Matlab crashes and display the attach image.

I tested on windows 7 running Matlab 2008b and 2011a, obtaining a similar 
response.

Here's the Error Message:

MATLAB crash file:C:\Users\Hyper!\AppData\Local\Temp\matlab_crash_dump.4280
------------------------------------------------------------------------
       Segmentation violation detected at Wed Feb 01 01:20:23 2012
------------------------------------------------------------------------

Configuration:
  MATLAB Version:   7.7.0.471 (R2008b)
  Window System:    Version 6.1 (Build 7600)
  Processor ID:     x86 Family 6 Model 15 Stepping 13, GenuineIntel
  Virtual Machine:  Java 1.6.0_21 with Sun Microsystems Inc. Java HotSpot(TM) 64-Bit Server VM mixed mode
  Default Encoding:  windows-1252

Fault Count: 1

Register State:
  rax = 0000000000000022   rbx = 0000000017b44700
  rcx = 000000ffffffffff   rdx = 0000000031e270c0
  rbp = 0000000000000001   rsi = 0000000031e20000
  rdi = 0000000031e270d0   rsp = 000000000102a650
   r8 = 0000000000000000    r9 = 0000031f270c0001
  r10 = 0000000000000010   r11 = 000000000000fa12
  r12 = 0000000000000000   r13 = 0000000100000001
  r14 = ffffffff00007fff   r15 = 00000000ffff0000
  rip = 0000000077891612   flg = 0000000000010202

Stack Trace:
  [  0] 0000000077891612                ntdll.dll+333330 (RtlFreeHeap+000306)
  [  1] 0000000077742A8A             kernel32.dll+141962 (HeapFree+000010)
  [  2] 00000000715BC7BC              MSVCR90.dll+313276 (free+000028)

This error was detected while a MEX-file was running. If the MEX-file
is not an official MathWorks function, please examine its source code
for errors. Please consult the External Interfaces Guide for information
on debugging MEX-files.

If it is an official MathWorks function, please
follow these steps to report this problem to The MathWorks so we
have the best chance of correcting it:

The next time MATLAB is launched under typical usage, a dialog box will
open to help you send the error log to The MathWorks. Alternatively, you
can send an e-mail to segv@mathworks.com with the following file attached:
    AppData\Local\Temp\matlab_crash_dump.4280

If the problem is reproducible, please submit a Service Request via:
    http://www.mathworks.com/support/contact_us/ts/help_request_1.html

A technical support engineer might contact you with further information.

Thank you for your help. MATLAB may attempt to recover, but even if recovery 
appears successful,
we recommend that you save your workspace and restart MATLAB as soon as 
possible.

I appreciate any comments.

Regards

Original issue reported on code.google.com by cristoba...@gmail.com on 1 Feb 2012 at 4:37

Attachments:

GoogleCodeExporter commented 8 years ago
Hi Cristobal

would it be possible for you to use the latest svn source. i mean downloading 
the svn and compiling it?

i think the issue is related to this 
http://code.google.com/p/randomforest-matlab/issues/detail?id=21

regards

Original comment by abhirana on 1 Feb 2012 at 5:21

GoogleCodeExporter commented 8 years ago
Perfectly fixed! Thank you Abhirana ;)

Original comment by cristoba...@gmail.com on 1 Feb 2012 at 6:11