Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • T titan.core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 124
    • Issues 124
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Eclipse ProjectsEclipse Projects
  • Eclipse Titan
  • titan.core
  • Issues
  • #562
Closed
Open
Issue created Jul 27, 2021 by Adam Knapp@aknappqwtMaintainer

xsd2ttcn segfault on Cygwin

Summary

Running our reg tests on Cygwin, the following test cases in /titan.core/regression_test/XML/XmlWorkflow/src/xmlTest_Testcases.ttcn resulted in segmentation fault:

tc_decimal_withMinMaxInclusive
tc_decimal_withMinMaxExclusive
tc_decimal_fractiondigits
tc_ranges_float

Steps and/or TTCN-3 code to reproduce

E.g.:

$ ~/ttcn3-8.0.0-cygwin3.1.7-gcc10.2.0/bin/xsd2ttcn.exe -p -t XmlTest_decimal_withMinMaxInclusive.xsd
Notify: Checking documents...
Notify: Parsing XML schema document `XmlTest_decimal_withMinMaxInclusive.xsd'...
Notify: Generating TTCN-3 modules...
Segmentation fault (core dumped)

What is the expected correct behavior?

E.g.:

$ ../../../../Install/bin/xsd2ttcn -p -t XmlTest_decimal_withMinMaxInclusive.xsd
Notify: Checking documents...
Notify: Parsing XML schema document `XmlTest_decimal_withMinMaxInclusive.xsd'...
Notify: Generating TTCN-3 modules...
Notify: File 'www_XmlTest_org_decimal_withMinMaxInclusive.ttcn' was generated.

Titan version

8.0.0

Platform details (OS type and version)

Only Windows10 + Cygwin

/cc @aknappqwt

Assignee
Assign to
Time tracking

Copyright © Eclipse Foundation, Inc. All Rights Reserved.     Privacy Policy | Terms of Use | Copyright Agent