Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob bob
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bobbob
  • Issues
  • #44
Closed
Open
Issue created Mar 29, 2012 by André Anjos@andre.anjos💬Owner

Exception Raising with HDF5-related file manipulation ends in segfault

Created by: anjos

This example will trigger it:

import bob
f = bob.io.HDF5File('test.hdf5', 't')
f.set('bla', 3)
del f
m = bob.machine.LinearMachine(3,3)
# saving on read-only file, exception is raised and then Python segfaults on exit()
m.save(bob.io.HDF5File('test.hdf5'))
Assignee
Assign to
Time tracking