> Plugin Host.exe!juce::Array<juce::String,juce::DummyCriticalSection,0>::Array<juce::String,juce::DummyCriticalSection,0>(const juce::Array<juce::String,juce::DummyCriticalSection,0> & other) Line 78 + 0x6 bytes C++
Plugin Host.exe!juce::StringArray::StringArray(const juce::StringArray & other) Line 35 + 0x18 bytes C++
Plugin Host.exe!juce::PluginListComponent::Scanner::finishedScan() Line 477 + 0x2a bytes C++
Plugin Host.exe!juce::PluginListComponent::Scanner::timerCallback() Line 493 C++
Plugin Host.exe!juce::Timer::TimerThread::callTimers() Line 130 C++
Plugin Host.exe!juce::Timer::TimerThread::CallTimersMessage::messageCallback() Line 199 C++
Plugin Host.exe!juce::WindowsMessageHelpers::dispatchMessageFromLParam(long lParam) Line 49 C++
Plugin Host.exe!juce::MessageManager::dispatchNextMessageOnSystemQueue(const bool returnIfNoPendingMessages) Line 110 + 0x9 bytes C++
Plugin Host.exe!juce::MessageManager::runDispatchLoopUntil(int millisecondsToRunFor) Line 99 + 0x10 bytes C++
Plugin Host.exe!juce::MessageManager::runDispatchLoop() Line 87 C++
Plugin Host.exe!juce::JUCEApplicationBase::main() Line 244 C++
Plugin Host.exe!WinMain(HINSTANCE__ * __formal, HINSTANCE__ * __formal, HINSTANCE__ * __formal, HINSTANCE__ * __formal) Line 102 + 0x18 bytes C++
Plugin Host.exe!__tmainCRTStartup() Line 275 + 0x2c bytes C
Plugin Host.exe!WinMainCRTStartup() Line 189 C
kernel32.dll!751e338a()
[Frames below may be incorrect and/or missing, no symbols loaded for kernel32.dll]
ntdll.dll!77529f72()
ntdll.dll!77529f45()
This is a stacktrace from a crash, there is a plugin (my plugin) in the scanned directory (only one directory on the list) and this is what happens. This does not look like my plugin is causing this, but there is something wrong with the Plugin Host itself. This is windows 7 x64 with VS2010 SP1.
