半角のアンドを含むディレクトリを開こうとすると強制終了する

Issue #563 closed
Former user created an issue

名前に半角のアンドを含むディレクトリを開こうとすると添付画像の通りエラーメッセージを出して強制終了します。 手元では必ず再現します。強制終了したあとHistory.xmlを削除すると再現しなくなります。

ErrorLog.txt

2019/02/08 0:04:30

ExceptionType:
  System.Xml.XmlException
ExceptionMessage:
  ' ' は予期しないトークンです。予期していたトークンは ';' です。  1、位置 39
ExceptionStackTrace:
   場所 System.Xml.XmlTextReaderImpl.Throw(Exception e)
   場所 System.Xml.XmlTextReaderImpl.HandleEntityReference(Boolean isInAttributeValue, EntityExpandType expandType, Int32& charRefEndPos)
   場所 System.Xml.XmlTextReaderImpl.ParseText(Int32& startPos, Int32& endPos, Int32& outOrChars)
   場所 System.Xml.XmlTextReaderImpl.FinishPartialValue()
   場所 System.Xml.XmlTextReaderImpl.get_Value()
   場所 System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
   場所 System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o)
   場所 System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
   場所 System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
   場所 NeeView.XHtmlTextBlock.Refresh()
   場所 NeeView.XHtmlTextBlock.SourcePropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
   場所 System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   場所 System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   場所 System.Windows.Controls.TextBlock.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
   場所 System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
   場所 System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
   場所 System.Windows.DependencyObject.InvalidateProperty(DependencyProperty dp, Boolean preserveCurrentValue)
   場所 System.Windows.Data.BindingExpressionBase.Invalidate(Boolean isASubPropertyChange)
   場所 System.Windows.Data.BindingExpression.TransferValue(Object newValue, Boolean isASubPropertyChange)
   場所 MS.Internal.Data.ClrBindingWorker.NewValueAvailable(Boolean dependencySourcesChanged, Boolean initialValue, Boolean isASubPropertyChange)
   場所 MS.Internal.Data.PropertyPathWorker.UpdateSourceValueState(Int32 k, ICollectionView collectionView, Object newValue, Boolean isASubPropertyChange)
   場所 MS.Internal.Data.PropertyPathWorker.RefreshValue()
   場所 MS.Internal.Data.ClrBindingWorker.ScheduleTransferOperation(Object arg)
   場所 MS.Internal.Data.DataBindEngine.ProcessCrossThreadRequests()
   場所 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   場所 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

Comments (5)

  1. Ito Mitsuhiro repo owner

    不具合報告ありがとうございます。 現象を確認、修正いたしました。 次のバージョンで修正反映予定です。

  2. Log in to comment