-
Notifications
You must be signed in to change notification settings - Fork 120
Description
Hi,
After upgrading to Vuetify 2.0 and taking all last updates of libs, now i get sometimes this exception:
Neutronium - Browser Log: Message: Uncaught (in promise) NavigationDuplicated: Avoided redundant navigation to current location: "/main"., source: https://application/View/dist/js/chunk-vendors.js, line number: 11, page: pack://application:,,,/View/dist/index.html
The program '[38632] Ornette.exe: Program Trace' has exited with code 0 (0x0).
The program '[38632] Ornette.exe' has exited with code -1073741819 (0xc0000005) 'Access violation'.
Faulting application name: Ornette.exe, version: 1.0.0.0, time stamp: 0x600fe3aa
Faulting module name: libcef.dll, version: 77.1.18.0, time stamp: 0x5d9d2608
Exception code: 0xc0000005
Fault offset: 0x00000000038abee3
Faulting process id: 0x96e8
Faulting application start time: 0x01d6f3c759ea6a2b
Faulting application path: D:\prod\OSS\Ornette\Ornette\bin\Debug\Ornette.exe
Faulting module path: D:\prod\OSS\Ornette\Ornette\bin\Debug\cef64\Release\libcef.dll
Report Id: 2d4a1f73-24f3-46ee-aee6-bb675841b36f
Faulting package full name:
Faulting package-relative application ID:
Funny part is that for some reason,

Is not being called on exit, probably this is the reason for the crash. So application is not disposing libcef
Can u verify this in the Ornette app also?
thanks