Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freeze when adding quote to url in XML view #23

Open
pmiess opened this issue Nov 14, 2015 · 6 comments
Open

Freeze when adding quote to url in XML view #23

pmiess opened this issue Nov 14, 2015 · 6 comments
Assignees
Labels

Comments

@pmiess
Copy link

pmiess commented Nov 14, 2015

when editing a new feed, if I copy a url and create a invalid XML by having an empty attribute followed by a url the publishing tool freezes

@bastianeicher
Copy link
Member

Thanks for the error report. Unfortunately, I have not been able to reproduce the problem yet.
Could you post the specific XML snippet causing the freeze here?

@pmiess
Copy link
Author

pmiess commented Dec 18, 2015

Its hard to pin down. The error messages in the Event log show code 0xc0000005 and 0x0000374 which translates to heap corruption. Given that, it seems likely that its not the last thing I did but something previous to it. all I'm doing is editing some fields with valid or invalid data and editing the XML in the bottom window sometimes incorrectly.

@bastianeicher
Copy link
Member

That's curious. Heap corruption strongly indicates there is a problem with a native component and not the .NET code of the editor itself. However, there is no native interop code in the editor.

Perhaps it has something to do with ICSharpCode.TextEditor, the editor used for XML syntax highlighting. While this component is pure .NET code it does some fancy stuff with System.Drawing.

Unfortunately these kinds of crashes haven't occurred on any of my machines yet. Some information that might help me build a test environment for reproducing this:

  • What Windows version and language are you running?
  • Which versions of the .NET Framework are installed on your machine?
  • Could you send me a copy of a feed file that caused a crash (event if it is not always reproducible)?

@pmiess
Copy link
Author

pmiess commented Feb 25, 2016

It was Windows 7 64 bit in english
I'm not sure about the framework as the HD has since died from being dropped
and the feed file was starting with an empty one and editing it.

@pmiess
Copy link
Author

pmiess commented May 17, 2017

Unhandled exception while editing test file
coreutils.xml.txt
in publishing tool 2.13.0
all on a modern.ie windows 7 IE11 vm with up to date urgent updates, and the optional dotnet 4.5.2 update.
Steps

  • added a second archive for the support files
  • added a recipe,
  • manually added the tail tag
  • moved the head tag to in front of the two archive tags
  • typed whith lots of back and forth edits.
    crash

Applicationlog.xml.txt

WER6AC5.tmp.WERInternalMetadata.xml.txt
WER9E73.tmp.appcompat.txt
WERA019.tmp.mdmp.gz

@bastianeicher
Copy link
Member

Thank you for the update. I'll see what I can find.

@bastianeicher bastianeicher self-assigned this Jun 21, 2017
@bastianeicher bastianeicher transferred this issue from 0install/0install-win May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants