<html>
    <head>
      <base href="http://bugzilla.scilab.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
         <tr>
                <th>Reporter</th>
            <td>kay-uwe.giering@web.de</td>
         </tr>
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Opening variable browser during function definition crashes scilab"
   href="http://bugzilla.scilab.org/show_bug.cgi?id=13814">13814</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Opening variable browser during function definition crashes scilab
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Scilab software
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>5.5.2 final version
          </td>
        </tr>


        <tr>
          <th>OS</th>
          <td>Linux_x64
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Medium
          </td>
        </tr>


        <tr>
          <th>Component</th>
          <td>GUI
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>bugzilla.admin@scilab.org
          </td>
        </tr>
</table>
      <p>
        <div>
        <pre>BUG DESCRIPTION:
----------------

Starting a function definition in scilab and opening the variable browser (via the menu) before finishing the fct definition ("endfunction") crashes
my scilab: scilab then uses all CPU power without opening the variable browser, the CPU fan gets loud, I have to kill the programme. 


ERROR LOG:
----------

no output messages


HOW TO REPRODUCE THE BUG:
-------------------------
b = 4

function res = myf(x)
   a = 3
// now: open the variable browser via the menu



OTHER INFORMATION:
------------------

since I have an Intel graphics card, I start scilab with   LIBGL_ALWAYS_SOFTWARE=1   



[a, b] = getdebuginfo()  
 b  =

!Scilab Version: scilab-5.5.2                          !
!                                                      !
!Compilation date: Mar 31 2015                         !
!                                                      !
!Compilation time: 11:49:55                            !
!                                                      !
!Compileur version: 4.8.2 20140120 (Red Hat 4.8.2-15)  !
!                                                      !
!XML version: 2.9.1                                    !
!                                                      !
!Compiler Architecture: X64                            !
 a  =

!Total memory:    7880332                      !
!                                              !
!Used memory:    4550620                       !
!                                              !
!Free memory:    3329712                       !
!                                              !
!Shared memory:          0                     !
!                                              !
!Buffers memory:     728936                    !
!                                              !
!Cached memory:    1982068                     !
!                                              !
!Used -/+ buffers/cache:    1839616            !
!                                              !
!Free -/+ buffers/cache:    6040716            !
!                                              !
!Total swap:   19530740                        !
!                                              !
!Used swap:          0                         !
!                                              !
!Free swap:   19530740                         !
!                                              !
!OS version: Linux 3.14-2-amd64                !
!                                              !
!SCI: /opt/scilab-5.5.2/share/scilab           !
!                                              !
!SCIHOME: /home/kgiering/.Scilab/scilab-5.5.2  !
!                                              !
!TMPDIR: /tmp/SCI_TMP_27216_15pO58             !</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>