[
https://issues.jenkins-ci.org/browse/JENKINS-13464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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