Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-37981

ec2-plugin makes Jenkins crash (Core dump attached)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Critical Critical
    • ec2-plugin
    • None
    • FreeBSD 10.3-RELEASE-p7.

      openjdk version "1.8.0_102"
      OpenJDK Runtime Environment (build 1.8.0_102-b14)
      OpenJDK 64-Bit Server VM (build 25.102-b14, mixed mode)

      Jenkins ver. 2.20

      Hi,

      I'm having issues with ec2-plugin in FreeBSD, I don't know when this started to happen but I have upgraded OS, Jenkins, Java and the plugin itself. It seems to be something related to ZFS check in this line:

      https://github.com/jenkinsci/ec2-plugin/blob/42bd60e8947b427b2684eb4e6818feb213993560/src/main/java/hudson/plugins/ec2/ebs/ZPoolMonitor.java#L53

      I don't have any ZFS partition on the server:

      root@jenkins:~ # gpart show
      =>       0  20971520  ada0  BSD  (10G)
               0        16        - free -  (8.0K)
              16  20971504     1  !0  (10G)
      
      =>      34  16777149  xbd1  GPT  (8.0G)
              34  16777149     1  freebsd-swap  (8.0G)
      
      =>       34  209715133  xbd5  GPT  (100G)
               34       2014        - free -  (1.0M)
             2048  209711104     1  freebsd-ufs  (100G)
        209713152       2015        - free -  (1.0M)
      
      root@jenkins:~ # mount
      /dev/ada0a on / (ufs, local, soft-updates)
      devfs on /dev (devfs, local, multilabel)
      fdescfs on /dev/fd (fdescfs)
      procfs on /proc (procfs, local)
      /dev/xbd5p1 on /usr/local/jenkins (ufs, local, soft-updates)
      

      I have the following options:

      jenkins_java_opts="-Dhudson.ClassicPluginStrategy.noBytecodeTransformer=true -Dhudson.os.solaris.ZFSInstaller.disabled=true"
      

            francisu Francis Upton
            amontalban Andres Montalban
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: