[GitHub] [mina-sshd] zmrush commented on issue #302: requestNewKeysExchange may cause KeyExchangeMessageHandler into dead lock,cpu 100%

2022-12-23 Thread GitBox


zmrush commented on issue #302:
URL: https://github.com/apache/mina-sshd/issues/302#issuecomment-1364450878

   > Not enough information. Please provide full jstack traces as text file. If 
you have some code that can reproduce the behavior reliably that would also be 
helpful.
   > 
   > With just the information given, I don't see how one could even begin to 
investigate.
   
   i cannot paste all the jstack traces,because it may explode some information 
about my company, but it goes into infinite loop.you can see below two 
images,it goes in the "for;;" not ends
   
![4D6AACE5-968A-475E-909D-5AF7CB62853A](https://user-images.githubusercontent.com/17923600/209419534-c5700a1b-7796-4324-9f43-e4014240816f.png)
   
![76694429-AB75-4229-A733-7A51F5776628](https://user-images.githubusercontent.com/17923600/209419537-e5b85570-9751-4822-815f-0a42045a098f.png)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



[GitHub] [mina-sshd] zmrush commented on issue #302: requestNewKeysExchange may cause KeyExchangeMessageHandler into dead lock,cpu 100%

2022-12-23 Thread GitBox


zmrush commented on issue #302:
URL: https://github.com/apache/mina-sshd/issues/302#issuecomment-1364450488

   it happens occasionally,not always.i guess that  when we write packet, the 
thread is in requestNewKeysExchange,so kexDone not fulfilled and the thread 
goes into "block = kexFlushedFuture;" and unfortunately, the connection is 
done,so the kexDone never done, and it goes into infinite loop


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



[GitHub] [mina-sshd] tomaswolf commented on issue #302: requestNewKeysExchange may cause KeyExchangeMessageHandler into dead lock,cpu 100%

2022-12-23 Thread GitBox


tomaswolf commented on issue #302:
URL: https://github.com/apache/mina-sshd/issues/302#issuecomment-1364179109

   Not enough information. Please provide full jstack traces as text file. If 
you have some code that can reproduce the behavior reliably that would also be 
helpful.
   
   With just the information given, I don't see how one could even begin to 
investigate.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



[GitHub] [mina-sshd] zmrush commented on issue #302: requestNewKeysExchange may cause KeyExchangeMessageHandler into dead lock,cpu 100%

2022-12-23 Thread GitBox


zmrush commented on issue #302:
URL: https://github.com/apache/mina-sshd/issues/302#issuecomment-1363931090

   
![4D6AACE5-968A-475E-909D-5AF7CB62853A](https://user-images.githubusercontent.com/17923600/209339710-d6aa50f8-2078-4c5f-84ba-ed77b744d1d4.png)
   ![Uploading 76694429-AB75-4229-A733-7A51F5776628.png…]()
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



[GitHub] [mina-sshd] zmrush opened a new issue, #302: requestNewKeysExchange may cause KeyExchangeMessageHandler into dead lock,cpu 100%

2022-12-23 Thread GitBox


zmrush opened a new issue, #302:
URL: https://github.com/apache/mina-sshd/issues/302

   ### Version
   
   2.9.1
   
   ### Bug description
   
   i observed in cases, the write packet thread is always running  and in the 
interval i saw 
"equestNewKeysExchange(ClientSessionImpl[root@/47.104.92.124:22]) Initiating 
key re-exchange
   method:o.a.s.c.s.ClientSessionImpl(AbstractSession.java:2404) " in log 
   
   ### Actual behavior
   
   after i saw log 
"equestNewKeysExchange(ClientSessionImpl[root@/47.104.92.124:22]) Initiating 
key re-exchange
   method:o.a.s.c.s.ClientSessionImpl(AbstractSession.java:2404)",the write 
packet thread is soar to 100%,not stopped
   
   ### Expected behavior
   
   i expect when the connection is closed the cpu is down,and the thread is 
stopped
   
   ### Relevant log output
   
   ```Shell
   equestNewKeysExchange(ClientSessionImpl[root@/47.104.92.124:22]) Initiating 
key re-exchange
   method:o.a.s.c.s.ClientSessionImpl(AbstractSession.java:2404)
   ```
   
   
   ### Other information
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org