Hello-
We’re having a problem with our Freesurfer 5.3 install: freeview exits with a Segmentation fault. No windows open, and there is no other other output.
strohm::funcserv1:=>freeview Segmentation fault
All I have been able to find is that it appears to be making an inappropriate ioctl call to the freeview script.
This is freesurfer-Linux-centos6_x86_64-stable-pub-v5.3.0 on openSUSE 12.3. Any help would be appreciated
Thank you.
-Mark-
8011 open("/space/raid/fmri/freesurfer/bin/freeview", O_RDONLY) = 3 8011 dup2(3, 16) = 16 8011 close(3) = 0
8011 read(16, "#!/bin/tcsh -ef\nsource $FREESURFER_HOME/bin/tcl_setup\nsource $FREESURFER_HOME/bin/vtk_setup\nsource $FREESURFER_HOME/bin/qt_setup\nif($#argv > 0) then\n if("$argv[1]" == "-tkmedit") then\n tkmeditfv $argv[2-$#argv]\n exit 0\n endif\nendif\nfreeview.bin $argv\n", 8192) = 259 8011 lseek(16, 0, SEEK_CUR) = 259
8011 ioctl(16, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffe2b9a2f0) = -1 ENOTTY (Inappropriate ioctl for device) […] 8011 ioctl(16, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7fffe2b9a480) = -1 ENOTTY (Inappropriate ioctl for device) 8011 write(17, "Segmentation fault\n", 19) = 19 8011 exit_group(139) = ? 8011 +++ exited with 139 +++