Author Topic: 23.0.1.0 crash while editing  (Read 1666 times)

Marcel

  • Senior Community Member
  • Posts: 261
  • Hero Points: 26
23.0.1.0 crash while editing
« on: February 22, 2019, 06:24:22 PM »
I just upgraded from 23.0.0 to the latest version.  While editing an xhtml file, SE blew up on me the moment I tried to enter a '<' which should have brought up the list of available tags.
This was apparently caused by an outdated (dead) URI mapping I had in my config. After deleting all my mappings, the crashes stopped. Note that the previous version had no problem with that old mapping.

I can furnish a minidump (around 42 MB unzipped) if needed and if a transfer method is provided.

Code: [Select]
Faulting application name: vs.exe, version: 23.0.1.1, time stamp: 0x5c6d8fb8
Faulting module name: vsapi.dll, version: 23.0.1.1, time stamp: 0x5c6d8ee2
Exception code: 0xc0000005
Fault offset: 0x000000000049def2
Faulting process id: 0x1c44
Faulting application start time: 0x01d4cad5608cd1b9
Faulting application path: C:\vslick\win\vs.exe
Faulting module path: C:\vslick\win\vsapi.dll
Report Id: aef294b0-b1c6-43f9-9765-7d7e2b25e69f
Faulting package full name:
Faulting package-relative application ID:
Code: [Select]
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
  xmlns:h="http://xmlns.jcp.org/jsf/html"
  xmlns:f="http://xmlns.jcp.org/jsf/core"
  xmlns:ui="http://xmlns.jcp.org/jsf/facelets">

------------ Enter a left angle bracket anywhere here

</ui:composition>

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6867
  • Hero Points: 528
Re: 23.0.1.0 crash while editing
« Reply #1 on: February 22, 2019, 08:45:15 PM »
Do you have a copy of your URI mappings? Reproducing the problem with the dead URI would be very useful.

Marcel

  • Senior Community Member
  • Posts: 261
  • Hero Points: 26
Re: 23.0.1.0 crash while editing
« Reply #2 on: February 22, 2019, 10:15:32 PM »
Sorry, I meant to say URL-mappings, not URI  :(

Pulled from a 23.0.0 user.cfg.xml.  Note that both local mappings no longer exist.

Code: [Select]
<misc.url_mappings n="misc.url_mappings" version="1">
<p n="http://schemas.microsoft.com/developer/msbuild/2003" v="C:\Program Files (x86)\Microsoft Visual Studio 10.0\Xml\Schemas\1033\Microsoft.Build.xsd"/>
<p n="http://www.w3.org/1999/xhtml" v="M:\DTD\www.w3.org.1999.xhtml"/>
</misc.url_mappings>

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6867
  • Hero Points: 528
Re: 23.0.1.0 crash while editing
« Reply #3 on: February 22, 2019, 10:33:46 PM »
Thanks! Reproduced. Looking into this.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6867
  • Hero Points: 528
Re: 23.0.1.0 crash while editing
« Reply #4 on: February 28, 2019, 02:36:04 PM »
Please download and install 23.0.1.2 which has a fix for this