dbForge MySQL 2020 Bug - Debug always hangs on RDS (Completely Broken)

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
Requnix
Posts: 113
Joined: Thu 12 Dec 2019 19:41

dbForge MySQL 2020 Bug - Debug always hangs on RDS (Completely Broken)

Post by Requnix » Tue 26 May 2020 15:39

Version: 9.0.304 (Enterprise)

The latest version of dbForge for MySQL fails to debug on RDS. 100% reproducible.

I put together a video here: https://1drv.ms/u/s!Au1rXgEghmrsh1YfGG8 ... 2?e=eKvECG
Last edited by Requnix on Thu 28 May 2020 14:46, edited 1 time in total.

Requnix
Posts: 113
Joined: Thu 12 Dec 2019 19:41

Re: dbForge MySQL 2020 Bug - Debug always hangs on RDS (Completely Broken)

Post by Requnix » Tue 26 May 2020 22:35

Here's some additional data to help track the issue down:

Image

Note the debugging system seems to time out after a minute or two, but there's no error message.

alexa

Re: dbForge MySQL 2020 Bug - Debug always hangs on RDS (Completely Broken)

Post by alexa » Thu 28 May 2020 09:09

The video seems to be expired.

Will it be possible to provide us a valid link?


alexa

Re: dbForge MySQL 2020 Bug - Debug always hangs on RDS (Completely Broken)

Post by alexa » Thu 28 May 2020 15:26

Thank you fort he reply.

We will investigate this case.

alexa

Re: dbForge MySQL 2020 Bug - Debug always hangs on RDS (Completely Broken)

Post by alexa » Thu 28 May 2020 15:52

Could you please provide us the result of the following query being executed on the RDS server:

Code: Select all

SELECT @@autocommit

Requnix
Posts: 113
Joined: Thu 12 Dec 2019 19:41

Re: dbForge MySQL 2020 Bug - Debug always hangs on RDS (Completely Broken)

Post by Requnix » Thu 28 May 2020 16:04

@@autocommit on the RDS is 1 (True).

alexa

Re: dbForge MySQL 2020 Bug - Debug always hangs on RDS (Completely Broken)

Post by alexa » Mon 01 Jun 2020 10:03

Unfortunately, we still were not able to reproduce it.

Could you please provide us the MySQL server version deployed on RDS and the CREATE definition of the procedure you are experiencing the issue with?

You can send the reply straight to our support system at supportATdevartDOTcom.

Requnix
Posts: 113
Joined: Thu 12 Dec 2019 19:41

Re: dbForge MySQL 2020 Bug - Debug always hangs on RDS (Completely Broken)

Post by Requnix » Mon 15 Jun 2020 14:44

Let me first try to create a reproduction scenario and capture it on video. I'll try to do it this week. For the most part, I avoid debugging on RDS because of how slow and clunky it is :)

Post Reply