Hi Burlen, Your issue could be related with following,
https://software.intel.com/en-us/forums/intel-c-compiler/topic/702934 I opened a bug report in Intel form and they found a bug in that particular source file (pqPresetToPixmap.cxx). So, if you apply the fix you might solve the problem but i am not sure. I hope it helps, Regards, --ufuk > I tried out ParaView 5.3.0 today, and I encountered the above crash. > > steps to reproduce: load data (sphere source will work), set color by > var, open color map dialog, change to categorical, open choose presets > dialog, scroll down, when you get near the bottom you will get the crash. > > Program received signal SIGFPE, Arithmetic exception. > 0x00007ffff660a833 in > pqPresetToPixmap::renderIndexedColorTransferFunction (this=0x5e22560, > stc=0x647f460, size=...) at > /home/bloring/work/ParaView/Qt/Components/pqPresetToPixmap.cxx:273 > 273 Nh = wmp / (ss + PQ_SWATCH_PAD); > (gdb) p ss > $5 = -2 > > of course PQ_SWATCH_PAD == 2 > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
