Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • CMake CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,808
    • Issues 3,808
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CMake
  • CMakeCMake
  • Issues
  • #18769

Closed
Open
Created Jan 08, 2019 by Ville-Pekka Vahteala@vahtis

SunOS 11 Segmentation Fault (core dumped)

I am trying to update cmake on SunOS 11 to newer version. At the moment I have been able to compile version 3.6.2 and it is working

~/build/cmake$ cmake --version
cmake version 3.6.2
CMake suite maintained and supported by Kitware (kitware.com/cmake).

First I tried to compile newest version

~/build/cmake$ bin/cmake --version
cmake version 3.13.0
CMake suite maintained and supported by Kitware (kitware.com/cmake).
Segmentation Fault (core dumped)

As I only needed cppcheck support I tried to compile version 3.10.

~/build/cmake$ bin/cmake --version
cmake version 3.10.3
CMake suite maintained and supported by Kitware (kitware.com/cmake).
Segmentation Fault (core dumped)

Segmentation Fault happens in package installed cmake too

~/build/cmake$ /usr/bin/cmake --version
cmake version 3.9.1
CMake suite maintained and supported by Kitware (kitware.com/cmake).
Segmentation Fault (core dumped)

Bootstrapping works so it is able to create somekind of working cmake.

I have tried with CC: Studio 12.6 Sun C++ 5.15 SunOS_sparc 2017/05/30 g++ (GCC) 7.3.0

What can I do to find solution to this.

Edited Jan 08, 2019 by Ville-Pekka Vahteala
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking