juce_ComponentBoundsConstrainer.cpp:115

There’s a null pointer being dereferenced when I click on “…” of a FilenameComponent, now (less than an hour ago I updated to the latest svn). The exact error is that the base class’ ResizeableWindow::getConstrainer() is returning 0, as the constrainer is initialised to in that base class, but the FileChooserDialogBox is not checking for the pointer’s validity.