zopencommunity / zopencommunity/bashport
bash raises protection exception in Jenkins groovy environment
Open
@IgorTodorovskiIBM is already working on this.
Since Feb 12, 2023.
bug
- Dominant language
- Groovy
- Stars
- 12
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Typically looks like this (this one is from curl build: https://128.168.139.253:8443/job/Port-Build/1036/console)
CEE3204S The system detected a protection exception (System Completion Code=0C4).
From compile unit zopen-ci1:./sig.c at entry point reset_terminating_signals at statement 363 at compile unit offset +00000000265C6580 at entry offset +0000000000000128 at address 00000000265C6580.
./configure: line 48253: 33554585 SIGSEGV cat >> $CONFIG_STATUS <<_ACEOF
Also libxml2 build: https://128.168.139.253:8443/job/Port-Build/1046/console
CEE3204S The system detected a protection exception (System Completion Code=0C4).
From compile unit zopen-ci1:./sig.c at entry point reset_terminating_signals at statement 363 at compile unit offset +00000000265C6580 at entry offset +0000000000000128 at address 00000000265C6580.
./configure: line 17858: 16778047 SIGSEGV cat >> $CONFIG_STATUS <<_ACEOF
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.