[JIRA] [workflow-plugin] (JENKINS-31360) Permgen leak with SimpleXStreamFlowNodeStorage

2016-01-06 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jesse Glick resolved as Cannot Reproduce 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
Not sure how to reproduce this. Anyway the permanent generation is gone in (Oracle) Java 8, so most people should not be affected. 
 
 
 
 
 
 
 
 
 
 Jenkins /  JENKINS-31360 
 
 
 
  Permgen leak with SimpleXStreamFlowNodeStorage  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jesse Glick 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Cannot Reproduce 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [workflow-plugin] (JENKINS-31360) Permgen leak with SimpleXStreamFlowNodeStorage

2015-11-02 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jesse Glick updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31360 
 
 
 
  Permgen leak with SimpleXStreamFlowNodeStorage  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jesse Glick 
 
 
 

Labels:
 
 performance 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [workflow-plugin] (JENKINS-31360) Permgen leak with SimpleXStreamFlowNodeStorage

2015-11-02 Thread schristo...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Steven Christou created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-31360 
 
 
 
  Permgen leak with SimpleXStreamFlowNodeStorage  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Jesse Glick 
 
 
 

Components:
 

 workflow-plugin 
 
 
 

Created:
 

 02/Nov/15 10:28 PM 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Steven Christou 
 
 
 
 
 
 
 
 
 
 
The workflow plugin can potentially cause a permgen leak if the SimpleXStreamFlowNodeStorage has a lot of flow nodes. Unfortunately I have not been able to reproduce this issue locally. 
Stack track: 

 
java.lang.String.intern(Native Method)
org.xmlpull.mxp1.MXParserCachingStrings.newStringIntern(MXParserCachingStrings.java:317)
org.xmlpull.mxp1.MXParserCachingStrings.newString(MXParserCachingStrings.java:287)
org.xmlpull.mxp1.MXParser.parseStartTag(MXParser.java:1779)
org.xmlpull.mxp1.MXParser.nextImpl(MXParser.java:1127)
org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.java:109)
com.thoughtworks.xstream.io.xml.AbstractPullReader.readRealEvent(AbstractPullReader.java:148)
com.thoughtworks.xstream.io.xml.AbstractPullReader.readEvent(AbstractPullReader.java:135)
com.thoughtworks.xstream.io.xml.AbstractPullReader.hasMoreChildren(AbstractPullReader.java:87)
com.thoughtworks.xstream.io.ReaderWrapper.hasMoreChildren(ReaderWrapper.java:32)
hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:267)
hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:228)