intersystems / intersystems/git-source-control
Core dumps when compiling decomposed production
- Dominant language
- ObjectScript
- Stars
- 22
- Forks
- 14
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 5
Description
Encountered with a customer organization, and possibly related to invalid Studio Document mappings left over from a HealthConnect upgrade.
To replicate,
```
zn "%SYS"
set ^oddStudioDocument("%ZHSLIB.PackageManager.XYZ","XYZ")=$lb("xyz","","","0","0")
```
Configure the namespace for Embedded Git and enable production decomposition. Create a new production and add an item. Open the production class in VS Code and compile it. See something like this in the messages.log:
```
05/12/26-17:18:29:181 (2172) 3 [Generic.Event] Process 2172 (JobType=CSP server,Dumpstyle=0,Directory='/usr/irissys/mgr/user/') caught signal 6.
05/12/26-17:18:29:183 (2172) 3 [Generic.Event] Parent process will clean up and halt
05/12/26-17:18:29:183 (2172) 3 [Generic.Event] If core dumps are enabled, a core file will be created by process 2317 in the location specified by the system configuration.
05/12/26-17:22:04:650 (669) 2 [Utility.Event] ResourceCleanup: Dead job cleanup from 'CSPSystem' job '2172' of 'gbl:^IRIS.Temp.cspServer(2172)'
```
Contributor guide
Assessment
This issue has not been assessed yet.