eriwen / lcov-to-cobertura-xml

Converts lcov output to Cobertura-compatible XML for CI
https://eriwen.github.io/lcov-to-cobertura-xml/
Apache License 2.0
187 stars 73 forks source link

Segmentation fault #31

Closed fd98279 closed 2 years ago

fd98279 commented 4 years ago

Is there a limit on the file size or if files are combined? I get segmentation fault

The file is generated by adding two files lcov -a file1.info -a file2.info -o file.info

$ ls -lh file.info -rw-rw-r--. 1 centos centos 23M Oct 10 17:00 file.info

$ python lcov_cobertura.py file.info Segmentation fault

If i use a smaller file/file1 or file2 above it works

$ python lcov_cobertura.py file1.info

$ python lcov_cobertura.py file2.info
eriwen commented 2 years ago

Could you please provide an example where you get a segfault for testing?

eriwen commented 2 years ago

Closing due to inactivity. Please open a new issue with an example if desired.