I have got a bug consistently happening when I try to draw manually ROI on a CT image (size 480x480x639, resolution 0.204x0.204x0.204mm). After opening the image and dragging it to a view, I create a new ROI session and a new ROI, after a number of drawing (variable from one session to another) Anatomist hangs with the following error:
...
Code: Select all
notify change for Brain (2)
notify change for Brain (2)
*** glibc detected *** /home/herve/brainvisa-4.3.0/bin/real-bin/anatomist: realloc(): invalid next size: 0x00000000059a2c80 ***
For info, on whatever version of Anatomist I use, I got the following log in the terminal when starting:
Code: Select all
herve@Home-PC-Ubuntu:~/brainvisa-4.3.0/bin$ ./anatomist
Fontconfig warning: "/etc/fonts/conf.d/11-lcd-filter-lcddefault.conf", line 9: invalid constant used : lcddefault
Fontconfig warning: "/etc/fonts/conf.d/53-monospace-lcd-filter.conf", line 17: invalid constant used : lcdlegacy
Starting Anatomist.....
config file : /home/herve/.anatomist/config/settings.cfg
PyAnatomist Module present
global modules: /home/herve/brainvisa-4.3.0/share/anatomist-4.3/python_plugins
home modules: /home/herve/.anatomist/python_plugins
loading module modelGraphs
loading module selection
<H1>Anatomist launched</H1>
loading module gradientpalette
loading module meshsplit
loading module paletteViewer
loading module volumepalettes
loading module bsa_proba
loading module anacontrolmenu
loading module foldsplit
loading module histogram
loading module palettecontrols
loading module profilewindow
all python modules loaded
Multitexturing present
Number of texture units: 8
GL_ARB_shadow present
GL_SGIX_shadow extension not available
GL_SGIX_depth_texture extension not available
GL_ARB_depth_texture extension present
GL_ARB_texture_cube_map extension present
GL_EXT_texture_cube_map extension present
Number of texture units: 8
Unrecognised OpenGL version
NB: the bug does not happen with the 32bit version of Anatomist, and when starting the 32bit version the log stops at: "all python modules loaded", the following lines about GL_etc... are not there.
Cheers,
Rv