DvdKhl / AVDump3

Metadata Extraction Tool for Media Files
MIT License
32 stars 8 forks source link

--Nullstreamtest throws exception #36

Closed kheldorn closed 4 years ago

kheldorn commented 4 years ago
<?xml version="1.0" encoding="utf-8"?>
<AVD3CLException thrownOn="2020-08-10 00:02:06.7744">
  <Information>
    <EntryAssemblyVersion>3.0.8134.0</EntryAssemblyVersion>
    <LibVersion>3.0.8134.0</LibVersion>
    <Session>d370b87c-54e2-40bd-b44e-591ee42cea18</Session>
    <Framework>3.1.2</Framework>
    <OSVersion>Microsoft Windows NT 10.0.18363.0</OSVersion>
    <IntPtr.Size>8</IntPtr.Size>
    <Is64BitOperatingSystem>true</Is64BitOperatingSystem>
    <Is64BitProcess>true</Is64BitProcess>
    <ProcessorCount>4</ProcessorCount>
    <UserInteractive>true</UserInteractive>
    <SystemPageSize>4096</SystemPageSize>
    <WorkingSet>1571553280</WorkingSet>
    <Commandline>E:\Programme\AVD3\AVDump3CL.dll --NullStreamTest=16:2000:16 --consumers=ed2k</Commandline>
  </Information>
  <Message>Unhandled AppDomain wide Exception</Message>
  <Data />
  <Cause>
    <AggregateException>
      <Message>One or more errors occurred. (Couldn't create Mirrored Buffer) (Couldn't create Mirrored Buffer) (Couldn't create Mirrored Buffer)</Message>
      <Stacktrace>
        <Frame>at System.AggregateException.Handle(Func`2 predicate)</Frame>
        <Frame>at AVDump3Lib.Processing.StreamConsumer.StreamConsumerCollection.ConsumeStreams(IBytesReadProgress progress, CancellationToken ct) in D:\Projects\C#\AVDump3\AVDump3Lib\Processing\StreamConsumer\StreamConsumerCollection.cs:line 0</Frame>
        <Frame>at AVDump3CL.AVD3CLModule.Process(String[] paths) in D:\Projects\C#\AVDump3\AVDump3CL\AVD3CLModule.cs:line 332</Frame>
        <Frame>at AVDump3CL.Program.Main(String[] args) in D:\Projects\C#\AVDump3\AVDump3CL\Program.cs:line 110</Frame>
      </Stacktrace>
      <Data />
      <Cause>
        <Exception>
          <Message>Couldn't create Mirrored Buffer</Message>
          <Stacktrace>
            <Frame>at AVDump3Lib.Processing.BlockBuffers.MirroredBuffer..ctor(Int32 length) in D:\Projects\C#\AVDump3\AVDump3Lib\Processing\BlockBuffers\MirroredBuffer.cs:line 41</Frame>
            <Frame>at AVDump3Lib.Processing.BlockBuffers.MirroredBufferPool.Take() in D:\Projects\C#\AVDump3\AVDump3Lib\Processing\BlockBuffers\MirroredBufferPool.cs:line 24</Frame>
            <Frame>at AVDump3Lib.Processing.StreamConsumer.StreamConsumerFactory.Create(ProvidedStream providedStream) in D:\Projects\C#\AVDump3\AVDump3Lib\Processing\StreamConsumer\StreamConsumerFactory.cs:line 34</Frame>
            <Frame>at AVDump3Lib.Processing.StreamConsumer.StreamConsumerCollection.ConsumeStream(ProvidedStream providedStream, IBytesReadProgress progress, CancellationToken ct) in D:\Projects\C#\AVDump3\AVDump3Lib\Processing\StreamConsumer\StreamConsumerCollection.cs:line 96</Frame>
            <Frame>at AVDump3Lib.Processing.StreamConsumer.StreamConsumerCollection.&lt;&gt;c__DisplayClass15_2.&lt;ConsumeStreams&gt;b__2() in D:\Projects\C#\AVDump3\AVDump3Lib\Processing\StreamConsumer\StreamConsumerCollection.cs:line 62</Frame>
            <Frame>at System.Threading.Tasks.Task.InnerInvoke()</Frame>
            <Frame>at System.Threading.Tasks.Task.&lt;&gt;c.&lt;.cctor&gt;b__274_0(Object obj)</Frame>
            <Frame>at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)</Frame>
            <Frame>--- End of stack trace from previous location where exception was thrown ---</Frame>
            <Frame>at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)</Frame>
            <Frame>at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&amp; currentTaskSlot, Thread threadPoolThread)</Frame>
          </Stacktrace>
          <Data />
        </Exception>
      </Cause>
    </AggregateException>
  </Cause>
  <Stacktrace />
</AVD3CLException>