Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • sensei sensei
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • sensei
  • senseisensei
  • Issues
  • #22
Closed
Open
Issue created Jul 17, 2018 by Burlen Loring@bloringMaintainer

segv in parallel3d with histogram

$gdb --args ./bin/3D_Grid -g 1x1x1 -l 1x1x1 -f ../sensei_2/configs/3dgrid.xml 
Global Dimensions 1X1X1: Local Dimensions 1X1X1 
Total Blocks are 1X1X1 
STATUS: [0][/home/sensei/sc17/software/sensei/builds/sensei_2/sensei/ConfigurableAnalysis.cxx:198][v1.1.0-57-ga2bf4db]
STATUS: Configured histogram with 10 celldata array pressure on mesh mesh
STATUS: [0][/home/sensei/sc17/software/sensei/builds/sensei_2/sensei/ConfigurableAnalysis.cxx:198][v1.1.0-57-ga2bf4db]
STATUS: Configured histogram with 10 celldata array density on mesh mesh
STATUS: [0][/home/sensei/sc17/software/sensei/builds/sensei_2/sensei/ConfigurableAnalysis.cxx:198][v1.1.0-57-ga2bf4db]
STATUS: Configured histogram with 10 celldata array temperature on mesh mesh

Program received signal SIGSEGV, Segmentation fault.
0x000000000053c118 in sensei::VTKHistogram::Internals::operator()<double> (this=0xaa4340, array=...)
    at /home/sensei/sc17/software/sensei/builds/sensei_2/sensei/VTKHistogram.cxx:115
115	        ++this->Histogram[bin];
Missing separate debuginfos, use: dnf debuginfo-install libuuid-2.30-1.fc26.x86_64 python2-libs-2.7.13-11.fc26.x86_64
(gdb) where
#0  0x000000000053c118 in sensei::VTKHistogram::Internals::operator()<double> (this=0xaa4340, array=...)
    at /home/sensei/sc17/software/sensei/builds/sensei_2/sensei/VTKHistogram.cxx:115
#1  0x000000000053a4ed in vtkDataArrayDispatcher<sensei::VTKHistogram::Internals, void>::Go (this=0x7fffffffccc0, lhs=0xaa3c10)
    at /home/sensei/sc17/software/paraview/builds/ParaView/VTK/Common/DataModel/vtkDataArrayDispatcher.h:170
#2  0x00000000005393bd in sensei::VTKHistogram::Compute (this=0xaa3440, da=0xaa3c10, ghostArray=0x0)
    at /home/sensei/sc17/software/sensei/builds/sensei_2/sensei/VTKHistogram.cxx:218
#3  0x0000000000538e70 in sensei::Histogram::Execute (this=0xaa2cb0, data=0xaa3020)
    at /home/sensei/sc17/software/sensei/builds/sensei_2/sensei/Histogram.cxx:197
#4  0x000000000050145b in sensei::ConfigurableAnalysis::Execute (this=0xaa2c80, data=0xaa3020)
    at /home/sensei/sc17/software/sensei/builds/sensei_2/sensei/ConfigurableAnalysis.cxx:741
#5  0x00000000004f8c62 in bridge_update (tstep=0, time=0) at /home/sensei/sc17/software/sensei/builds/sensei_2/miniapps/parallel3d/Bridge.cxx:59
#6  0x00000000004f37fa in main (argc=<optimized out>, argv=<optimized out>)
    at /home/sensei/sc17/software/sensei/builds/sensei_2/miniapps/parallel3d/parallel_3D.c:162
(gdb) p bin
$12 = -2147483648
Assignee
Assign to
Time tracking