<#1991 OL crashing on stock `spm`> Issue created b...
# openlane-development
g
#1991 OL crashing on stock `spm` Issue created by hpretl Description Using latest OL
2023.09.11
this crash is happening in step 31. OL2 runs cleanly through this example.

image

Expected Behavior Clean run until finish. Environment report
Copy code
/foss/tools/openlane/2023.09 > python3 ./env.py issue-survey
Traceback (most recent call last):
  File "/foss/tools/openlane/2023.09/./env.py", line 265, in <module>
    main()
  File "/foss/tools/openlane/2023.09/./env.py", line 261, in main
    commands[args[0]]()
  File "/foss/tools/openlane/2023.09/./env.py", line 168, in issue_survey
    % get_tag()
  File "/foss/tools/openlane/2023.09/dependencies/get_tag.py", line 72, in get_tag
    raise e
  File "/foss/tools/openlane/2023.09/dependencies/get_tag.py", line 52, in get_tag
    raise NoGitException(
dependencies.get_tag.NoGitException: Cannot determine git branch. Please specify OPENLANE_IMAGE_NAME manually.
Full output: fatal: detected dubious ownership in repository at '/foss/tools/openlane/2023.09'
To add an exception for this directory, call:

	git config --global --add safe.directory /foss/tools/openlane/2023.09
Reproduction material Use stock
spm
Relevant log output
Copy code
See above.
The-OpenROAD-Project/OpenLane