dbForge MysQL 2020/9.0.391: IDE crashes on execution of UDF functions returning JSON datatype.

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
tfrancois
Posts: 44
Joined: Mon 11 Jun 2018 23:58

dbForge MysQL 2020/9.0.391: IDE crashes on execution of UDF functions returning JSON datatype.

Post by tfrancois » Sun 23 Aug 2020 22:55

This issue was resolved in previous builds, but has returned with the latest (9.0.391) build. The IDE crashes and a send error report dialog box appears when attempting to execute a UDF function in the IDE when the function is set to return a datatype result of JSON.

I have already changed all my functions that require a JSON response to return that datatype instead of TEXT as I had to before the issue was resolved. I'd rather not have to modify all my functions back to return TEXT when JSON is the desired datatype.

Please fix this issue in a hot fix if possible. I cannot wait weeks until the next build. Please advise. Thank you!

UPDATE: I forgot to mention here that the IDE crash occurs only when an input parameter is present in the function and the function is executed (crash occurs on the opening of the parameter input dialog window). Parameter-less functions do not exhibit the behavior.
Last edited by tfrancois on Wed 26 Aug 2020 00:37, edited 1 time in total.

alexa

Re: dbForge MysQL 2020/9.0.391: IDE crashes on execution of UDF functions returning JSON datatype.

Post by alexa » Tue 25 Aug 2020 14:01

Could you please click the 'Send Error Report' button in the dialog? This will send the full description of the error to our support system for investigation.

tfrancois
Posts: 44
Joined: Mon 11 Jun 2018 23:58

Re: dbForge MysQL 2020/9.0.391: IDE crashes on execution of UDF functions returning JSON datatype.

Post by tfrancois » Wed 26 Aug 2020 18:28

As request, please see the lightly redacted output from the Send Error Log below:

Code: Select all

=========================
 General
=========================
Application: dbForge Studio 2020 for MySQL
Product: Devart dbForge Studio 2020 for MySQL
Product Edition: Enterprise
Product Locale: English 
Assembly: dbforgemysql, Version=9.0.391.0, Culture=neutral, PublicKeyToken=09af7300eec23701
C:\Program Files\Devart\dbForge Studio for MySQL\dbforgemysql.exe
Global cache: False
Framework: 4.7.2 or later
HardwareID: 9008-33DD-6389-57FA-E730-DE76
License Info: Activated


=========================
 Exception Information
=========================
Place: 2
ExceptionId: dc9f6345-66ae-4be8-ab58-687f01830799
Message: The given key was not present in the dictionary.
Source: mscorlib
TargetSite: Void ThrowKeyNotFoundException()
HelpLink: 
Type: System.Collections.Generic.KeyNotFoundException
Stack:
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at Devart.DbForge.CommandParametersControl.jRl(Object  , CustomRowCellEditEventArgs  )
   at Controls.Grid.Views.Grid.GridView.GetRowCellRepositoryItem(Int32 rowHandle, GridColumn column)
   at Controls.Grid.Views.Grid.ViewInfo.GridViewInfo.CreateCellInfo(GridDataRowInfo ri, GridColumnInfoArgs columnInfo)
   at Controls.Grid.Views.Grid.ViewInfo.GridViewInfo.CalcRowCellsDrawInfo(GridDataRowInfo ri, GridColumnsInfo columnsInfo, GridRow nextRow)
   at Controls.Grid.Views.Grid.ViewInfo.GridViewInfo.CalcRowAutoHeight(Graphics g, GridColumnsInfo colInfo, Int32 rowHandle, Int32 rowVisibleIndex, Boolean useCache, Int32 level)
   at Controls.Grid.Views.Grid.ViewInfo.GridViewInfo.CalcRowHeight(Graphics graphics, Int32 rowHandle, Int32 rowVisibleIndex, Int32 min, Int32 level, Boolean useCache, GridColumnsInfo columns)
   at Controls.Grid.Views.Grid.ViewInfo.GridViewInfo.CalcTotalRowHeight(Graphics g, Int32 rowLineHeight, Int32 rowHandle, Int32 rowVisibleIndex, Int32 level, Nullable`1 isRowExpanded)
   at Controls.Grid.Scrolling.GridViewScroller.TryToGetRowHeight(GridViewInfo viewInfo, Int32 rowHandle, Int32 actualVisibleIndex)
   at Controls.Grid.Scrolling.GridViewByRowScroller.LoadRowsCore(GridViewInfo viewInfo, GridRowsLoadInfo e)
   at Controls.Grid.Views.Grid.ViewInfo.GridViewInfo.LoadRows(GridRowsLoadInfo e)
   at Controls.Grid.Views.Grid.ViewInfo.GridViewInfo.CalcCore(Graphics g, Rectangle bounds)
   at Controls.Grid.Views.Grid.ViewInfo.GridViewInfo.Calc(Graphics g, Rectangle bounds)
   at Controls.Grid.Views.Base.ColumnView.DoInternalLayout()
   at Controls.Grid.Views.Base.ColumnView.CalculateLayout()
   at Controls.Grid.Views.Grid.GridView.LayoutChanged()
   at Devart.Shell.Controls.CustomGridView.LayoutChanged()
   at Controls.Grid.Views.Base.BaseView.EndUpdateCore(Boolean synchronized)
   at Devart.DbForge.ParametersControl.FillControls(IList`1 parameters)
   at Devart.DbForge.CommandParametersControl.FillControls(IList`1 parameters)
   at Devart.DbForge.ParametersForm.OnShown(EventArgs e)
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()


=========================
 Window Layout
=========================
No active document window
Active window: 'Database Explorer - <removed>'
No active document

Documents:
Name: 'SQL1.sql', Caption: 'SQL1.sql*', Visible: True, Active view: 'Code', Initial view: 'Code'
Connection name: '<removed>', Is open: 'True', Server type: 'MySQL', Server version: '5.7.12' string: 'User Id=root;Host=<removed>;Database=<removed>;Protocol=Ssl;Character Set=utf8;SSL Cipher List="DES(40): DES(56): 3DES(168): AES(128): AES(256): RC4(40): RC4(128): RC2(40)";SSL CA Cert=file://<removed>\Documents\Certificates\rds-combined-ca-bundle.pem;SSL TLS Protocol=1.2'
Name: '`<removed>`.testJSON', Initial view: 'Code'
Connection name: '<removed>', Is open: 'False', Server type: 'MySQL', Server version: '' string: 'User Id=root;Host=<removed>;Database=<removed>;Protocol=Ssl;Character Set=utf8;SSL Cipher List="DES(40): DES(56): 3DES(168): AES(128): AES(256): RC4(40): RC4(128): RC2(40)";SSL CA Cert=file://<removed>\Documents\Certificates\rds-combined-ca-bundle.pem;SSL TLS Protocol=1.2'

Toolwindows (visible or have been shown in current session):
Caption: 'Database Explorer - <removed>', Visible: 'True', IsControlCreated: 'True', State: Docked
Caption: 'Search', Visible: 'False', IsControlCreated: 'True', State: Tabbed
Caption: 'Find and Replace', Visible: 'False', IsControlCreated: 'True', State: Docked
Caption: 'Find Results', Visible: 'False', IsControlCreated: 'True', State: Docked
Caption: 'Error List', Visible: 'False', IsControlCreated: 'True', State: Docked
Caption: 'Output', Visible: 'True', IsControlCreated: 'False', Caption: 'Start Page', Visible: 'False', IsControlCreated: 'True', State: Tabbed

=========================
 Projects
=========================
No projects

=========================
 Connections
=========================
<Connection data removed>

=========================
Execution History
=========================
Store queries: True
Store period : 60 (days)
Available period : 60 (days)
Folder: %appdata%\Devart\dbForge Studio for MySQL\ExecutedQueries
Max script size: 1024 (KB)
Initial interval: 1
History folder content:
<removed>\AppData\Roaming\Devart\dbForge Studio for MySQL\ExecutedQueries\ExecutedQueries.db (9916416 B)

=========================
 Loaded Assemblies
=========================
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\Accessibility\v4.0_4.0.0.0__b03f5f7f11d50a3a
   Accessibility.dll
   Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\Program Files\Devart\dbForge Studio for MySQL
   Antlr4.Runtime.net20.dll
   Antlr4.Runtime.net20, Version=3.5.0.2, Culture=neutral, PublicKeyToken=09af7300eec23701
   Antlr4.StringTemplate.dll
   Antlr4.StringTemplate, Version=4.0.7.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Autofac.dll
   Autofac, Version=4.2.1.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   dbforgemysql.exe
   dbforgemysql, Version=9.0.391.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.AnalyticsCore.dll
   Devart.AnalyticsCore, Version=1.0.8.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.Antlr3.Runtime.dll
   Devart.Antlr3.Runtime, Version=1.0.10.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.Cef.WinForms.dll
   Devart.Cef.WinForms, Version=1.0.15.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.Common.MySql.dll
   Devart.DbForge.Common.MySql, Version=9.0.391.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.CommonServices.dll
   Devart.DbForge.CommonServices, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.Compare.dll
   Devart.DbForge.Compare, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.Compare.MySql.dll
   Devart.DbForge.Compare.MySql, Version=9.0.391.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.Data.Interfaces.dll
   Devart.DbForge.Data.Interfaces, Version=5.0.22.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.Data.MySql.dll
   Devart.DbForge.Data.MySql, Version=5.0.290.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.DataEditor.dll
   Devart.DbForge.DataEditor, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.DataEditor.MySql.dll
   Devart.DbForge.DataEditor.MySql, Version=9.0.391.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.DbEditors.dll
   Devart.DbForge.DbEditors, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.DbEditors.MySql.dll
   Devart.DbForge.DbEditors.MySql, Version=9.0.391.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.DbObjectControllers.dll
   Devart.DbForge.DbObjectControllers, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.DbObjectControllers.MySql.dll
   Devart.DbForge.DbObjectControllers.MySql, Version=9.0.391.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.DbObjectModels.dll
   Devart.DbForge.DbObjectModels, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.DbObjectModels.MySql.dll
   Devart.DbForge.DbObjectModels.MySql, Version=9.0.391.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.DbObjects.dll
   Devart.DbForge.DbObjects, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.DbObjects.MySql.dll
   Devart.DbForge.DbObjects.MySql, Version=9.0.391.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.DbObjectsUI.dll
   Devart.DbForge.DbObjectsUI, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.DbObjectsUI.MySql.dll
   Devart.DbForge.DbObjectsUI.MySql, Version=9.0.391.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.DeclarationRepository.dll
   Devart.DbForge.DeclarationRepository, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.DeclarationRepository.MySql.dll
   Devart.DbForge.DeclarationRepository.MySql, Version=9.0.391.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.ExecutionHistory.dll
   Devart.DbForge.ExecutionHistory, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.ExecutionWarnings.dll
   Devart.DbForge.ExecutionWarnings, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.ExecutionWarnings.MySql.dll
   Devart.DbForge.ExecutionWarnings.MySql, Version=9.0.391.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.Interfaces.dll
   Devart.DbForge.Interfaces, Version=4.0.84.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.LanguageService.dll
   Devart.DbForge.LanguageService, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.LanguageService.MySql.dll
   Devart.DbForge.LanguageService.MySql, Version=9.0.391.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.MySql.dll
   Devart.DbForge.MySql, Version=9.0.391.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.ObjectExplorer.dll
   Devart.DbForge.ObjectExplorer, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.ProjectSupport.dll
   Devart.DbForge.ProjectSupport, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.Provider.dll
   Devart.DbForge.Provider, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.Repository.dll
   Devart.DbForge.Repository, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.Repository.MySql.dll
   Devart.DbForge.Repository.MySql, Version=9.0.391.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.Resources.dll
   Devart.DbForge.Resources, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.Resources.MySql.dll
   Devart.DbForge.Resources.MySql, Version=9.0.391.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.ScriptSupport.dll
   Devart.DbForge.ScriptSupport, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.ScriptSupport.MySql.dll
   Devart.DbForge.ScriptSupport.MySql, Version=9.0.391.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.SqlComplete.dll
   Devart.DbForge.SqlComplete, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.SqlComplete.Core.dll
   Devart.DbForge.SqlComplete.Core, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.SqlComplete.Core.MySql.dll
   Devart.DbForge.SqlComplete.Core.MySql, Version=9.0.391.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.SqlComplete.MySql.dll
   Devart.DbForge.SqlComplete.MySql, Version=9.0.391.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.SqlSearch.dll
   Devart.DbForge.SqlSearch, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.SqlSearch.MySql.dll
   Devart.DbForge.SqlSearch.MySql, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.UI.dll
   Devart.DbForge.UI, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.Utils.dll
   Devart.DbForge.Utils, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.Wcf.dll
   Devart.DbForge.Wcf, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.Wcf.Interfaces.dll
   Devart.DbForge.Wcf.Interfaces, Version=6.1.2168.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.DbForge.Wcf.MySql.dll
   Devart.DbForge.Wcf.MySql, Version=9.0.391.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.Ole.UndoManager.dll
   Devart.Ole.UndoManager, Version=1.0.2388.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.Shell.Core.dll
   Devart.Shell.Core, Version=2.1.23.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.Shell.Resources.dll
   Devart.Shell.Resources, Version=2.1.23.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.Shell.Studio.dll
   Devart.Shell.Studio, Version=2.1.23.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Devart.Shell.UI.dll
   Devart.Shell.UI, Version=2.1.23.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   DevExpress.Data.v18.1.dll
   DevExpress.Data.v18.1, Version=18.1.4.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   DevExpress.Mvvm.v18.1.dll
   DevExpress.Mvvm.v18.1, Version=18.1.4.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   DevExpress.Utils.v18.1.dll
   DevExpress.Utils.v18.1, Version=18.1.4.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   DevExpress.Xpf.Core.v18.1.dll
   DevExpress.Xpf.Core.v18.1, Version=18.1.4.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   DevExpress.Xpf.Themes.VS2017Blue.v18.1.dll
   DevExpress.Xpf.Themes.VS2017Blue.v18.1, Version=18.1.4.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   DevExpress.XtraBars.v18.1.dll
   DevExpress.XtraBars.v18.1, Version=18.1.4.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   DevExpress.XtraEditors.v18.1.dll
   DevExpress.XtraEditors.v18.1, Version=18.1.4.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   DevExpress.XtraGrid.v18.1.dll
   DevExpress.XtraGrid.v18.1, Version=18.1.4.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   DevExpress.XtraLayout.v18.1.dll
   DevExpress.XtraLayout.v18.1, Version=18.1.4.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   DevExpress.XtraTreeList.v18.1.dll
   DevExpress.XtraTreeList.v18.1, Version=18.1.4.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   DevExpress.XtraVerticalGrid.v18.1.dll
   DevExpress.XtraVerticalGrid.v18.1, Version=18.1.4.0, Culture=neutral, PublicKeyToken=09af7300eec23701
   Ionic.Zip.dll
   Ionic.Zip, Version=1.9.1.8, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c
   LiteDB.dll
   LiteDB, Version=4.1.4.0, Culture=neutral, PublicKeyToken=4ee40123013c9f27
   Newtonsoft.Json.dll
   Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed
   ParallelExtensionsExtras.dll
   ParallelExtensionsExtras, Version=1.2.3.0, Culture=neutral, PublicKeyToken=665f4d61f853b5a9
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\Microsoft.CSharp\v4.0_4.0.0.0__b03f5f7f11d50a3a
   Microsoft.CSharp.dll
   Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\Windows\Microsoft.NET\Framework64\v4.0.30319
   mscorlib.dll
   mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\WINDOWS\Microsoft.Net\assembly\GAC_64\PresentationCore\v4.0_4.0.0.0__31bf3856ad364e35
   PresentationCore.dll
   PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework\v4.0_4.0.0.0__31bf3856ad364e35
   PresentationFramework.dll
   PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework.Aero2\v4.0_4.0.0.0__31bf3856ad364e35
   PresentationFramework.Aero2.dll
   PresentationFramework.Aero2, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework-SystemCore\v4.0_4.0.0.0__b77a5c561934e089
   PresentationFramework-SystemCore.dll
   PresentationFramework-SystemCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework-SystemData\v4.0_4.0.0.0__b77a5c561934e089
   PresentationFramework-SystemData.dll
   PresentationFramework-SystemData, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework-SystemXml\v4.0_4.0.0.0__b77a5c561934e089
   PresentationFramework-SystemXml.dll
   PresentationFramework-SystemXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\SMDiagnostics\v4.0_4.0.0.0__b77a5c561934e089
   SMDiagnostics.dll
   SMDiagnostics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089
   System.dll
   System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.ComponentModel.Composition\v4.0_4.0.0.0__b77a5c561934e089
   System.ComponentModel.Composition.dll
   System.ComponentModel.Composition, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.ComponentModel.DataAnnotations\v4.0_4.0.0.0__31bf3856ad364e35
   System.ComponentModel.DataAnnotations.dll
   System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a
   System.Configuration.dll
   System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089
   System.Core.dll
   System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\WINDOWS\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089
   System.Data.dll
   System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Data.Linq\v4.0_4.0.0.0__b77a5c561934e089
   System.Data.Linq.dll
   System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Design\v4.0_4.0.0.0__b03f5f7f11d50a3a
   System.Design.dll
   System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a
   System.Drawing.dll
   System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Dynamic\v4.0_4.0.0.0__b03f5f7f11d50a3a
   System.Dynamic.dll
   System.Dynamic, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.IdentityModel\v4.0_4.0.0.0__b77a5c561934e089
   System.IdentityModel.dll
   System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.IdentityModel.Selectors\v4.0_4.0.0.0__b77a5c561934e089
   System.IdentityModel.Selectors.dll
   System.IdentityModel.Selectors, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Management\v4.0_4.0.0.0__b03f5f7f11d50a3a
   System.Management.dll
   System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Net.Http\v4.0_4.0.0.0__b03f5f7f11d50a3a
   System.Net.Http.dll
   System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Numerics\v4.0_4.0.0.0__b77a5c561934e089
   System.Numerics.dll
   System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089
   System.Runtime.Serialization.dll
   System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Security\v4.0_4.0.0.0__b03f5f7f11d50a3a
   System.Security.dll
   System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel\v4.0_4.0.0.0__b77a5c561934e089
   System.ServiceModel.dll
   System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Internals\v4.0_4.0.0.0__31bf3856ad364e35
   System.ServiceModel.Internals.dll
   System.ServiceModel.Internals, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.ServiceProcess\v4.0_4.0.0.0__b03f5f7f11d50a3a
   System.ServiceProcess.dll
   System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Web.Services\v4.0_4.0.0.0__b03f5f7f11d50a3a
   System.Web.Services.dll
   System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089
   System.Windows.Forms.dll
   System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xaml\v4.0_4.0.0.0__b77a5c561934e089
   System.Xaml.dll
   System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089
   System.Xml.dll
   System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089
   System.Xml.Linq.dll
   System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\UIAutomationClient\v4.0_4.0.0.0__31bf3856ad364e35
   UIAutomationClient.dll
   UIAutomationClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\UIAutomationProvider\v4.0_4.0.0.0__31bf3856ad364e35
   UIAutomationProvider.dll
   UIAutomationProvider, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\UIAutomationTypes\v4.0_4.0.0.0__31bf3856ad364e35
   UIAutomationTypes.dll
   UIAutomationTypes, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\WindowsBase\v4.0_4.0.0.0__31bf3856ad364e35
   WindowsBase.dll
   WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\WindowsFormsIntegration\v4.0_4.0.0.0__31bf3856ad364e35
   WindowsFormsIntegration.dll
   WindowsFormsIntegration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35

Dynamic Assemblies :
C:\WINDOWS\Microsoft.Net\assembly\GAC_64\mscorlib\v4.0_4.0.0.0__b77a5c561934e089
   mscorlib.dll
   Anonymously Hosted DynamicMethods Assembly, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
C:\Program%20Files\Devart\dbForge%20Studio%20for%20MySQL
   Devart.Shell.Core.dll
   Devart.BrowseObjects, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
   DevExpress.Xpf.Core.v18.1.dll
   ReflectionHelperTypesPublicWrappers, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089
   System.Xml.dll
   Microsoft.GeneratedCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
   System.Xml.dll
   Microsoft.GeneratedCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
   System.Xml.dll
   Microsoft.GeneratedCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
   System.Xml.dll
   Microsoft.GeneratedCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
   System.Xml.dll
   Microsoft.GeneratedCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
   System.Xml.dll
   Microsoft.GeneratedCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
   System.Xml.dll
   Microsoft.GeneratedCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
   System.Xml.dll
   Microsoft.GeneratedCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
   System.Xml.dll
   Microsoft.GeneratedCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
   System.Xml.dll
   Microsoft.GeneratedCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
   System.Xml.dll
   Microsoft.GeneratedCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
   System.Xml.dll
   Microsoft.GeneratedCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
   System.Xml.dll
   Microsoft.GeneratedCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
   System.Xml.dll
   Microsoft.GeneratedCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null

=========================
 Thread Information
=========================
Name: 
Priority: Normal
ThreadState: Running
CurrentCulture: en-US
ApartmentState: STA
IsThreadPoolThread: False
IsAlive: True
IsBackground: False

=========================
 System Information
=========================
Processor architecture: amd64
Processor quantity: 8
Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz  Intel64 Family 6 Model 42 Stepping 7
Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz  Intel64 Family 6 Model 42 Stepping 7
Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz  Intel64 Family 6 Model 42 Stepping 7
Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz  Intel64 Family 6 Model 42 Stepping 7
Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz  Intel64 Family 6 Model 42 Stepping 7
Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz  Intel64 Family 6 Model 42 Stepping 7
Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz  Intel64 Family 6 Model 42 Stepping 7
Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz  Intel64 Family 6 Model 42 Stepping 7

Total physical memory: 16264Mb
Total available paginal memory: 5964Mb
Process available virtual memory: 134211112Mb
Process private memory size: 1264Mb
Display1: 2560x1440, 100% DPI
Display2: 1920x1080, 100% DPI
Display3: 2560x1440, 100% DPI

Operating System Name: Windows 10 Pro
Operating System Version: Microsoft Windows NT 10.0.18362.0
UAC status: Enabled
UAC level: Never Notify
Is user in admin group: True
Is run as admin: False
Is process elevated: False
Elevation type: Limited
Integrity level: Medium

Instances: 2
Culture: English (United States)
Process started at 08/26/2020 00:30:30
Report created at 08/26/2020 14:23:28

alexa

Re: dbForge MysQL 2020/9.0.391: IDE crashes on execution of UDF functions returning JSON datatype.

Post by alexa » Thu 27 Aug 2020 12:30

Thank you for the reply.

We will fix it in the next product build.

tfrancois
Posts: 44
Joined: Mon 11 Jun 2018 23:58

Re: dbForge MysQL 2020/9.0.391: IDE crashes on execution of UDF functions returning JSON datatype.

Post by tfrancois » Fri 04 Sep 2020 01:36

alexa wrote: Thu 27 Aug 2020 12:30 Thank you for the reply.

We will fix it in the next product build.
Alexa/Devart support,

Any chance I can get an early hotfix/patch for this issue right away? As these crashes while trying to test my functions in the IDE is really creating problems for me. Please advise. Thank you.

alexa

Re: dbForge MysQL 2020/9.0.391: IDE crashes on execution of UDF functions returning JSON datatype.

Post by alexa » Fri 04 Sep 2020 11:10

We have replied to you by e-mail on this.

Post Reply