[JIRA] (JENKINS-13464) Using Other Views filter, I'm getting a stack overflow error after update to Jenkins 1.459

2018-10-19 Thread sven.schoen...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sven Schoenung resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-13464  
 
 
  Using Other Views filter, I'm getting a stack overflow error after update to Jenkins 1.459   
 

  
 
 
 
 

 
Change By: 
 Sven Schoenung  
 
 
Status: 
 Open Resolved  
 
 
Assignee: 
 Jacob Robertson Sven Schoenung  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 https://github.com/jenkinsci/view-job-filters-plugin/releases/tag/view-job-filters-2.0.4  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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] (JENKINS-13464) Using Other Views filter, I'm getting a stack overflow error after update to Jenkins 1.459

2018-10-19 Thread sven.schoen...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sven Schoenung commented on  JENKINS-13464  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Using Other Views filter, I'm getting a stack overflow error after update to Jenkins 1.459   
 

  
 
 
 
 

 
 Fixed in view-job-filters 2.0.4.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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] (JENKINS-13464) Using Other Views filter, I'm getting a stack overflow error after update to Jenkins 1.459

2012-05-28 Thread gsz...@gmail.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=163246#comment-163246
 ] 

Gergely Nagy commented on JENKINS-13464:


We were hit by this too - thanks for reporting. It basically cause intermittent 
hungs, the no HTTP reply kind 
(https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+is+hanging).
I haven't found a good way to reproduce this yet, but I'm getting a slightly 
different log for the endless recursion - attaching.

 Using Other Views filter, I'm getting a stack overflow error after update to 
 Jenkins 1.459
 --

 Key: JENKINS-13464
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13464
 Project: Jenkins
  Issue Type: Bug
  Components: sectioned-view, view-job-filters
Reporter: Vincent Latombe
Assignee: Jacob Robertson
Priority: Blocker
 Attachments: StackOverflow.txt


 Due to 
 https://github.com/jenkinsci/jenkins/commit/85e13303f8cfbebeb7dab347fda8ccf4069070b6
  , any view using Other Views filter now gets a StackOverflowError.
 The reason is that it uses a wrong way of retrieving the referenced view, by 
 getting first 'all' the views.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13464) Using Other Views filter, I'm getting a stack overflow error after update to Jenkins 1.459

2012-05-28 Thread gsz...@gmail.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=163246#comment-163246
 ] 

Gergely Nagy edited comment on JENKINS-13464 at 5/28/12 9:52 PM:
-

We were hit by this too - thanks for reporting. It basically cause intermittent 
hungs, the no HTTP reply kind 
(https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+is+hanging).
I haven't found a good way to reproduce this yet, but I'm getting a slightly 
different log for the endless recursion - attaching. Extract:


   at hudson.model.ListView.getItems(ListView.java:138)
at hudson.model.ListView.getItems(ListView.java:58)
at 
hudson.security.AuthorizationStrategy$1.hasPermission(AuthorizationStrategy.java:103)
at hudson.security.ACL.hasPermission(ACL.java:65)
at hudson.model.View.hasPermission(View.java:503)
at hudson.model.ViewGroupMixIn.getViews(ViewGroupMixIn.java:115)
at jenkins.model.Jenkins.getViews(Jenkins.java:1370)
at hudson.views.OtherViewsFilter.getAllViews(OtherViewsFilter.java:148)
at 
hudson.views.UnclassifiedJobsFilter.doFilter(UnclassifiedJobsFilter.java:27)
at 
hudson.views.AbstractIncludeExcludeJobFilter.filter(AbstractIncludeExcludeJobFilter.java:57)
at hudson.model.ListView.getItems(ListView.java:162)
at hudson.model.ListView.getItems(ListView.java:58)

  was (Author: inger):
We were hit by this too - thanks for reporting. It basically cause 
intermittent hungs, the no HTTP reply kind 
(https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+is+hanging).
I haven't found a good way to reproduce this yet, but I'm getting a slightly 
different log for the endless recursion - attaching.
  
 Using Other Views filter, I'm getting a stack overflow error after update to 
 Jenkins 1.459
 --

 Key: JENKINS-13464
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13464
 Project: Jenkins
  Issue Type: Bug
  Components: sectioned-view, view-job-filters
Reporter: Vincent Latombe
Assignee: Jacob Robertson
Priority: Blocker
 Attachments: StackOverflow.txt


 Due to 
 https://github.com/jenkinsci/jenkins/commit/85e13303f8cfbebeb7dab347fda8ccf4069070b6
  , any view using Other Views filter now gets a StackOverflowError.
 The reason is that it uses a wrong way of retrieving the referenced view, by 
 getting first 'all' the views.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13464) Using Other Views filter, I'm getting a stack overflow error after update to Jenkins 1.459

2012-05-28 Thread gsz...@gmail.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=163246#comment-163246
 ] 

Gergely Nagy edited comment on JENKINS-13464 at 5/28/12 9:54 PM:
-

We were hit by this too - thanks for reporting. It basically cause intermittent 
hungs, the no HTTP reply kind 
(https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+is+hanging).
I haven't found a good way to reproduce this yet, but I'm getting a slightly 
different log for the endless recursion - attaching. Extract:

at 
hudson.views.AbstractIncludeExcludeJobFilter.filter(AbstractIncludeExcludeJobFilter.java:57)
at hudson.model.ListView.getItems(ListView.java:162)
at hudson.model.ListView.getItems(ListView.java:58)
at 
hudson.security.AuthorizationStrategy$1.hasPermission(AuthorizationStrategy.java:103)
at hudson.security.ACL.hasPermission(ACL.java:65)
at hudson.model.View.hasPermission(View.java:503)
at hudson.model.ViewGroupMixIn.getViews(ViewGroupMixIn.java:115)
at jenkins.model.Jenkins.getViews(Jenkins.java:1370)
at hudson.views.OtherViewsFilter.getAllViews(OtherViewsFilter.java:148)
at 
hudson.views.UnclassifiedJobsFilter.doFilter(UnclassifiedJobsFilter.java:27)
at 
hudson.views.AbstractIncludeExcludeJobFilter.filter(AbstractIncludeExcludeJobFilter.java:57)


  was (Author: inger):
We were hit by this too - thanks for reporting. It basically cause 
intermittent hungs, the no HTTP reply kind 
(https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+is+hanging).
I haven't found a good way to reproduce this yet, but I'm getting a slightly 
different log for the endless recursion - attaching. Extract:


   at hudson.model.ListView.getItems(ListView.java:138)
at hudson.model.ListView.getItems(ListView.java:58)
at 
hudson.security.AuthorizationStrategy$1.hasPermission(AuthorizationStrategy.java:103)
at hudson.security.ACL.hasPermission(ACL.java:65)
at hudson.model.View.hasPermission(View.java:503)
at hudson.model.ViewGroupMixIn.getViews(ViewGroupMixIn.java:115)
at jenkins.model.Jenkins.getViews(Jenkins.java:1370)
at hudson.views.OtherViewsFilter.getAllViews(OtherViewsFilter.java:148)
at 
hudson.views.UnclassifiedJobsFilter.doFilter(UnclassifiedJobsFilter.java:27)
at 
hudson.views.AbstractIncludeExcludeJobFilter.filter(AbstractIncludeExcludeJobFilter.java:57)
at hudson.model.ListView.getItems(ListView.java:162)
at hudson.model.ListView.getItems(ListView.java:58)
  
 Using Other Views filter, I'm getting a stack overflow error after update to 
 Jenkins 1.459
 --

 Key: JENKINS-13464
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13464
 Project: Jenkins
  Issue Type: Bug
  Components: sectioned-view, view-job-filters
Reporter: Vincent Latombe
Assignee: Jacob Robertson
Priority: Blocker
 Attachments: StackOverflow.txt


 Due to 
 https://github.com/jenkinsci/jenkins/commit/85e13303f8cfbebeb7dab347fda8ccf4069070b6
  , any view using Other Views filter now gets a StackOverflowError.
 The reason is that it uses a wrong way of retrieving the referenced view, by 
 getting first 'all' the views.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13464) Using Other Views filter, I'm getting a stack overflow error after update to Jenkins 1.459

2012-05-28 Thread gsz...@gmail.com (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-13464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gergely Nagy updated JENKINS-13464:
---

Attachment: stacktraceflow.txt

 Using Other Views filter, I'm getting a stack overflow error after update to 
 Jenkins 1.459
 --

 Key: JENKINS-13464
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13464
 Project: Jenkins
  Issue Type: Bug
  Components: sectioned-view, view-job-filters
Reporter: Vincent Latombe
Assignee: Jacob Robertson
Priority: Blocker
 Attachments: StackOverflow.txt, stacktraceflow.txt


 Due to 
 https://github.com/jenkinsci/jenkins/commit/85e13303f8cfbebeb7dab347fda8ccf4069070b6
  , any view using Other Views filter now gets a StackOverflowError.
 The reason is that it uses a wrong way of retrieving the referenced view, by 
 getting first 'all' the views.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13464) Using Other Views filter, I'm getting a stack overflow error after update to Jenkins 1.459

2012-05-15 Thread jacob.robertson.w...@gmail.com (JIRA)

 [ 
https://issues.jenkins-ci.org/browse/JENKINS-13464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jacob_robertson updated JENKINS-13464:
--

Component/s: sectioned-view

 Using Other Views filter, I'm getting a stack overflow error after update to 
 Jenkins 1.459
 --

 Key: JENKINS-13464
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13464
 Project: Jenkins
  Issue Type: Bug
  Components: sectioned-view, view-job-filters
Reporter: Vincent Latombe
Assignee: jacob_robertson
Priority: Blocker
 Attachments: StackOverflow.txt


 Due to 
 https://github.com/jenkinsci/jenkins/commit/85e13303f8cfbebeb7dab347fda8ccf4069070b6
  , any view using Other Views filter now gets a StackOverflowError.
 The reason is that it uses a wrong way of retrieving the referenced view, by 
 getting first 'all' the views.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13464) Using Other Views filter, I'm getting a stack overflow error after update to Jenkins 1.459

2012-04-30 Thread jacob.robertson.w...@gmail.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=162207#comment-162207
 ] 

jacob_robertson commented on JENKINS-13464:
---

I see the error clearly documented in this ticket, but I cannot reproduce it.  
Is that commit you point to in GIT been released as part of the latest version 
of Jenkins?  I installed the latest version of Jenkins (1.461) and the latest 
version of the Sectioned view plugin (because that is what shows up in the 
stack overflow attachment), but no combination of views and Other Views filter 
causes the issue.  Can you provide me some more details so I can reproduce 
locally?  Thanks!

 Using Other Views filter, I'm getting a stack overflow error after update to 
 Jenkins 1.459
 --

 Key: JENKINS-13464
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13464
 Project: Jenkins
  Issue Type: Bug
  Components: view-job-filters
Reporter: Vincent Latombe
Assignee: jacob_robertson
Priority: Blocker
 Attachments: StackOverflow.txt


 Due to 
 https://github.com/jenkinsci/jenkins/commit/85e13303f8cfbebeb7dab347fda8ccf4069070b6
  , any view using Other Views filter now gets a StackOverflowError.
 The reason is that it uses a wrong way of retrieving the referenced view, by 
 getting first 'all' the views.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13464) Using Other Views filter, I'm getting a stack overflow error after update to Jenkins 1.459

2012-04-30 Thread jacob.robertson.w...@gmail.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=162207#comment-162207
 ] 

jacob_robertson edited comment on JENKINS-13464 at 4/30/12 1:38 PM:


I see the error clearly documented in this ticket, but I cannot reproduce it.  
Is that commit you point to in GIT been released as part of the latest version 
of Jenkins?  I installed the latest version of Jenkins (1.461) and the latest 
version of the Sectioned view plugin (because that is what shows up in the 
stack overflow attachment), but no combination of views and Other Views filter 
causes the issue.  Can you provide me some more details so I can reproduce 
locally?  Thanks!

(edit: I re-read the name of the ticket, and I'm going to try on this exact 
version 1.459 of Jenkins first)

  was (Author: jacob_robertson):
I see the error clearly documented in this ticket, but I cannot reproduce 
it.  Is that commit you point to in GIT been released as part of the latest 
version of Jenkins?  I installed the latest version of Jenkins (1.461) and the 
latest version of the Sectioned view plugin (because that is what shows up in 
the stack overflow attachment), but no combination of views and Other Views 
filter causes the issue.  Can you provide me some more details so I can 
reproduce locally?  Thanks!
  
 Using Other Views filter, I'm getting a stack overflow error after update to 
 Jenkins 1.459
 --

 Key: JENKINS-13464
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13464
 Project: Jenkins
  Issue Type: Bug
  Components: view-job-filters
Reporter: Vincent Latombe
Assignee: jacob_robertson
Priority: Blocker
 Attachments: StackOverflow.txt


 Due to 
 https://github.com/jenkinsci/jenkins/commit/85e13303f8cfbebeb7dab347fda8ccf4069070b6
  , any view using Other Views filter now gets a StackOverflowError.
 The reason is that it uses a wrong way of retrieving the referenced view, by 
 getting first 'all' the views.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13464) Using Other Views filter, I'm getting a stack overflow error after update to Jenkins 1.459

2012-04-30 Thread jacob.robertson.w...@gmail.com (JIRA)

[ 
https://issues.jenkins-ci.org/browse/JENKINS-13464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=162208#comment-162208
 ] 

jacob_robertson commented on JENKINS-13464:
---

I tried this again against version 1.459 and still could not reproduce.  I 
would like to fix this bug ASAP, but need help reproducing it.

 Using Other Views filter, I'm getting a stack overflow error after update to 
 Jenkins 1.459
 --

 Key: JENKINS-13464
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13464
 Project: Jenkins
  Issue Type: Bug
  Components: view-job-filters
Reporter: Vincent Latombe
Assignee: jacob_robertson
Priority: Blocker
 Attachments: StackOverflow.txt


 Due to 
 https://github.com/jenkinsci/jenkins/commit/85e13303f8cfbebeb7dab347fda8ccf4069070b6
  , any view using Other Views filter now gets a StackOverflowError.
 The reason is that it uses a wrong way of retrieving the referenced view, by 
 getting first 'all' the views.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[JIRA] (JENKINS-13464) Using Other Views filter, I'm getting a stack overflow error after update to Jenkins 1.459

2012-04-16 Thread vinc...@latombe.net (JIRA)
Vincent Latombe created JENKINS-13464:
-

 Summary: Using Other Views filter, I'm getting a stack overflow 
error after update to Jenkins 1.459
 Key: JENKINS-13464
 URL: https://issues.jenkins-ci.org/browse/JENKINS-13464
 Project: Jenkins
  Issue Type: Bug
  Components: view-job-filters
Reporter: Vincent Latombe
Assignee: jacob_robertson
Priority: Blocker
 Attachments: StackOverflow.txt

Due to 
https://github.com/jenkinsci/jenkins/commit/85e13303f8cfbebeb7dab347fda8ccf4069070b6
 , any view using Other Views filter now gets a StackOverflowError.

The reason is that it uses a wrong way of retrieving the referenced view, by 
getting first 'all' the views.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira