ituglib / ituglib-build

Build scripts for ITUGLIB pipelines
MIT License
2 stars 0 forks source link

[Bug] Stack overflow on distribution of rsync #3

Closed rsbeckerca closed 4 years ago

rsbeckerca commented 4 years ago

A recursion loop occurred here:

Caught: java.lang.StackOverflowError
java.lang.StackOverflowError
    at AbstractRepackage.setProperty(AbstractRepackage.groovy)
    at Repackage.setCompression(Repackage.groovy:92)
    at AbstractRepackage.setProperty(AbstractRepackage.groovy)
    at Repackage.setCompression(Repackage.groovy:92)
    at AbstractRepackage.setProperty(AbstractRepackage.groovy)
    at Repackage.setCompression(Repackage.groovy:92)
    at AbstractRepackage.setProperty(AbstractRepackage.groovy)
    at Repackage.setCompression(Repackage.groovy:92)

This is probably a self-reference because of class structure.