You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2017/10/25 08:12:58 UTC

[Bug 61663] New: Add Dead lock detection

https://bz.apache.org/bugzilla/show_bug.cgi?id=61663

            Bug ID: 61663
           Summary: Add Dead lock detection
           Product: JMeter
           Version: 3.3
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: orimarko@gmail.com
  Target Milestone: ---

You can create a dead lock using Critical Section Controller and make JMeter
stuck If inside lock A add lock B and inside other lock B add lock A with a few
threads there's a dead lock.

Need to add Dead locks detection before test start

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61663] Add Dead lock detection

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61663

--- Comment #3 from orimarko <or...@gmail.com> ---
Created attachment 35462
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35462&action=edit
Update patch of xdocs

Update patch of xdocs component_reference.xml
Add comment on "if the locks are taken in different order"

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61663] Add Dead lock detection

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61663

--- Comment #1 from orimarko <or...@gmail.com> ---
Created attachment 35460
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35460&action=edit
Add warning for Critical Section Controller

Add warning for Critical Section Controller reference

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61663] Add Dead lock detection

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61663

orimarko <or...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61663] Add Dead lock detection

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61663

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Thanks for your contribution.
Few notes:

- JMeter documentation is managed in xdocs and HTML is generated from it. So
your patch should concern this part.

- Deadlock will occur if the locks are taken in different order, maybe your
note should highlight this.

Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.