[JIRA] (JENKINS-41558) Memory leak in Jenkins stage view

2020-04-24 Thread kshu...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Karl Shultz commented on  JENKINS-41558  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Memory leak in Jenkins stage view   
 

  
 
 
 
 

 
 That's interesting that it's so prevalent on Windows browsers. I think many of us have been able to recreate the problem elsewhere, but your description above sounds more severe than what I've experienced myself. 

From the reports above, I deduce that there is nobody actively working on this. And the issue is now > 3 years old, which is quite a shame... Can we help somehow?
 Yes! Yes please. If someone in the community has the willingness to try and tackle this problem, we'll make sure the PR gets reviewed thoughtfully and quickly.There are a lot of potentially useful notes in the previous comments in this ticket.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.178372.1485779454000.17173.1587733445210%40Atlassian.JIRA.


[JIRA] (JENKINS-41558) Memory leak in Jenkins stage view

2020-04-24 Thread fl.hoffm...@sap.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Florian Hoffmann commented on  JENKINS-41558  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Memory leak in Jenkins stage view   
 

  
 
 
 
 

 
 We are being affected by this more and more. In fact we are seeing notebook batteries being sucked dry in 45 minutes because of this.  Our stages view spins out of control really quickly, aggregating up to 11 GB RAM in about 20 minutes. The UI also constantly consumes 10-15% of CPU time, which sounds overly high for that tiny bit of visualization; we assume it's related to the browser trying to manage the large amounts of memory. BlueOcean, in comparison, remains stable. We have confirmed this issue on all common Windows browsers, Firefox, IE, Edge, and Chrome, so added these to the issue's header. From the reports above, I deduce that there is nobody actively working on this. And the issue is now > 3 years old, which is quite a shame... Can we help somehow?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.178372.1485779454000.16928.1587720241115%40Atlassian.JIRA.


[JIRA] (JENKINS-41558) Memory leak in Jenkins stage view

2020-04-24 Thread fl.hoffm...@sap.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Florian Hoffmann updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41558  
 
 
  Memory leak in Jenkins stage view   
 

  
 
 
 
 

 
Change By: 
 Florian Hoffmann  
 
 
Environment: 
 Firefox  (other browsers untested) Chrome 64bits on Windows Microsoft EdgeMicrosoft Internet Explorer  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.178372.1485779454000.16856.1587719581531%40Atlassian.JIRA.


[JIRA] (JENKINS-41558) Memory leak in Jenkins stage view

2020-04-13 Thread dnusb...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Devin Nusbaum commented on  JENKINS-41558  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Memory leak in Jenkins stage view   
 

  
 
 
 
 

 
 Here are some notes from when a few developers looked into this a few months back: Whenever Stage View receives an event, it re-renders the entire table. When that happens, all of the DOM nodes from the last render pass should become unreachable and be garbage collected, but right now, that does not happen, because there are a bunch of references to those nodes from the page-wide instance of JQuery (definitely via event listeners, but also via other JQuery-internal paths which we did not fully understand), so the old nodes are retained forever, causing the memory leak. We did not see an obvious or easy way to fix this, but we are not _javascript_ experts, so maybe someone with more experience in the area would be able to quickly figure out how to fix it. Maybe we need to modify all event listener registration so that the listeners are stored at the top level and can be cleared out when an event is received before re-rendering the table, maybe the version of JQuery being used needs to be updated, maybe both, etc.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.178372.1485779454000.9887.1586803381906%40Atlassian.JIRA.


[JIRA] (JENKINS-41558) Memory leak in Jenkins stage view

2020-03-22 Thread tizk...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tizki KO commented on  JENKINS-41558  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Memory leak in Jenkins stage view   
 

  
 
 
 
 

 
 any update about this? happens to me as well. Jenkins 2.176.2  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.178372.1485779454000.10707.1584872400825%40Atlassian.JIRA.


[JIRA] (JENKINS-41558) Memory leak in Jenkins stage view

2019-11-05 Thread pwhoris...@comcast.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Phillip Whoriskey commented on  JENKINS-41558  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Memory leak in Jenkins stage view   
 

  
 
 
 
 

 
 Just adding a data point in case it helps:    On linux/Firefox, I can see a running build page grow from ~40Mb to over 2Gb over the course of an hour or so.  the majority of that space, ~1.6Gb is listed under dom/orphan-nodes.   Jenkins 2.190.1 Firefox 60.9.0esr  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.178372.1485779454000.9459.1572972960912%40Atlassian.JIRA.


[JIRA] (JENKINS-41558) Memory leak in Jenkins stage view

2018-11-19 Thread svano...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Sam Van Oort assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41558  
 
 
  Memory leak in Jenkins stage view   
 

  
 
 
 
 

 
Change By: 
 Sam Van Oort  
 
 
Assignee: 
 Vivek Pandey  
 

  
 
 
 
 

 
 
 

 
 
 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-41558) Memory leak in Jenkins stage view

2018-11-19 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41558  
 
 
  Memory leak in Jenkins stage view   
 

  
 
 
 
 

 
Change By: 
 Vivek Pandey  
 
 
Labels: 
 frontend memory-leak stageview-frontend testing-notes-reviewed triaged-2018-11  
 

  
 
 
 
 

 
 
 

 
 
 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-41558) Memory leak in Jenkins stage view

2018-11-19 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey assigned an issue to Vivek Pandey  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41558  
 
 
  Memory leak in Jenkins stage view   
 

  
 
 
 
 

 
Change By: 
 Vivek Pandey  
 
 
Assignee: 
 Sam Van Oort Vivek Pandey  
 

  
 
 
 
 

 
 
 

 
 
 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-41558) Memory leak in Jenkins stage view

2018-11-19 Thread vivek.pan...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vivek Pandey updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41558  
 
 
  Memory leak in Jenkins stage view   
 

  
 
 
 
 

 
Change By: 
 Vivek Pandey  
 
 
Labels: 
 memory-leak stageview-frontend testing-notes-reviewed  triaged-2018-11  
 

  
 
 
 
 

 
 
 

 
 
 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-41558) Memory leak in Jenkins stage view

2017-03-01 Thread grandemange.ke...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Grandemange Kevin commented on  JENKINS-41558  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Memory leak in Jenkins stage view   
 

  
 
 
 
 

 
 To add to what was said: This happens with all major navigators: we have computers with Internet Explorer, Firefox and Chrome/Chromium in 32 / 64 bits accessing the stage view and the result is the same: an extremely fast leak that will keep eating memory until the machine isn't responsive anymore. This makes it impossible to keep an eye on the stage view at all time. So we use the same workaround than Richard Kettelerij but this makes the stage view essentially useless as you might be interrupted by a refresh while inspecting the pipeline  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-41558) Memory leak in Jenkins stage view

2017-02-10 Thread richardkettele...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Richard Kettelerij updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41558  
 
 
  Memory leak in Jenkins stage view   
 

  
 
 
 
 

 
Change By: 
 Richard Kettelerij  
 
 
Environment: 
 Firefox (other browsers untested) Chrome 64bits on Windows  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-41558) Memory leak in Jenkins stage view

2017-02-10 Thread richardkettele...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Richard Kettelerij commented on  JENKINS-41558  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Memory leak in Jenkins stage view   
 

  
 
 
 
 

 
 Our workaround: refresh the Chrome tab every few minutes using the SuperAutoRefresh plugin/extension to keep the memory from increasing above +/- 100mb.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-41558) Memory leak in Jenkins stage view

2017-02-08 Thread richardkettele...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Richard Kettelerij commented on  JENKINS-41558  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Memory leak in Jenkins stage view   
 

  
 
 
 
 

 
 We're also experiencing this issue: We have a Windows 7 PC that continuously displays the Jenkins Stage View, it serves as a wallboard/information radiator. This PC is running Chrome (64 bits) and over time the stage view tab becomes slower and slower until it finally crashes. At that point the Chrome tab has accumulated about 1.5 - 2 GB of memory. When the stage view is open and you look in the Windows task manager you'll see the memory increasing every few seconds. 
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-41558) Memory leak in Jenkins stage view

2017-02-08 Thread richardkettele...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Richard Kettelerij updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41558  
 
 
  Memory leak in Jenkins stage view   
 

  
 
 
 
 

 
Change By: 
 Richard Kettelerij  
 
 
Attachment: 
 stage-view-memory-leak.PNG  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-41558) Memory leak in Jenkins stage view

2017-02-07 Thread robin.bjork...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Robin Björklin edited a comment on  JENKINS-41558  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Memory leak in Jenkins stage view   
 

  
 
 
 
 

 
 I'm running 64-bit Firefox version 51.0.1 under Linux if it makes any difference. UPDATE: I tried leaving a tab open in Chrome 56.0.2924.76 (64-bit), and it crashes after consuming more and more memory for awhile.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-41558) Memory leak in Jenkins stage view

2017-02-06 Thread robin.bjork...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Robin Björklin commented on  JENKINS-41558  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Memory leak in Jenkins stage view   
 

  
 
 
 
 

 
 I'm running 64-bit Firefox version 51.0.1 under Linux if it makes any difference.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-41558) Memory leak in Jenkins stage view

2017-02-06 Thread joachim.h...@gmx.de (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Joachim Herb commented on  JENKINS-41558  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Memory leak in Jenkins stage view   
 

  
 
 
 
 

 
 I see exactly the same behavior (with the 32bit Windows version of Firefox (release 51.x and beta 52.x)). The "fix" at the moment is to use 64bit version.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-41558) Memory leak in Jenkins stage view

2017-01-30 Thread robin.bjork...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Robin Björklin commented on  JENKINS-41558  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Memory leak in Jenkins stage view   
 

  
 
 
 
 

 
 Added reference to possibly related issue.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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-41558) Memory leak in Jenkins stage view

2017-01-30 Thread robin.bjork...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Robin Björklin created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-41558  
 
 
  Memory leak in Jenkins stage view   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Sam Van Oort  
 
 
Components: 
 pipeline-stage-view-plugin  
 
 
Created: 
 2017/Jan/30 12:30 PM  
 
 
Environment: 
 Firefox (other browsers untested)  
 
 
Labels: 
 memory-leak  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Robin Björklin  
 

  
 
 
 
 

 
 Leaving a tab open with the stage view plugin active leaks memory with about 200MB every 10 minutes. Closing the tab and forcing a GC under 'about:memory' seems to recover the memory.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment