<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Here is how to reproduce it: <a href="https://www.youtube.com/watch?v=fhvy2AehYQ8&feature=em-upload_owner" class="">https://www.youtube.com/watch?v=fhvy2AehYQ8&feature=em-upload_owner</a><div class=""><br class=""></div><div class="">I know this doesn’t make a good fix, but it’s a workaround (do the users really move the toolbar that</div><div class="">frequently? Either way if they move it, they’ve just lost their entire work) until this is properly fixed.</div><div class=""><br class=""></div><div class="">Here’s the stacktrace: <a href="http://pastebin.com/Sr3wDw47" class="">http://pastebin.com/Sr3wDw47</a> (I don’t know if the crashhandler was disabled, but in CMakeLists.txt there is</div><div class="">this fragment of code:</div><div class="">"IF(NOT APPLE)<div class="">    SET(WITH_CRASHHANDLER_GUI TRUE CACHE BOOL "Enable the crash handler GUI (with backtrace and restart capabilities)")</div><div class="">    SET(WITH_CRASHHANDLER TRUE CACHE BOOL "Enable the crash handler")</div><div class="">ELSE(NOT APPLE)</div><div class="">    #FIXME: Mac OS port does n't start if crash handler is enabled.</div><div class="">    SET(WITH_CRASHHANDLER_GUI FALSE CACHE BOOL "Disable crash handler gui...")</div><div class="">    SET(WITH_CRASHHANDLER False CACHE BOOL "Disable the crash handler")</div><div class="">    #SET(CMAKE_OSX_ARCHITECTURES i386)</div><div class="">    #SET(CMAKE_INSTALL_PREFIX "${CMAKE_CURRENT_BINARY_DIR}")</div><div class="">ENDIF(NOT APPLE)”</div><div class="">That suggests it is defaultly disabled…)</div><div class=""><br class=""></div><div><blockquote type="cite" class=""><div class="">Wiadomość napisana przez Hugo Beauzée-Luyssen <<a href="mailto:hugo@beauzee.fr" class="">hugo@beauzee.fr</a>> w dniu 07.03.2016, o godz. 09:57:</div><br class="Apple-interchange-newline"><div class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">On 03/07/2016 03:21 AM, Paweł Goliński wrote:</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><blockquote type="cite" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">When user tried to move toolbar, VLMC crashed with<br class="">segmentation fault. This patch made toolbar unmovable,<br class="">which solves the problem.<br class="">---<br class=""> src/Gui/ui/MainWindow.ui | 31 ++++++++++++++++++++-----------<br class=""> 1 file changed, 20 insertions(+), 11 deletions(-)<br class=""><br class="">diff --git a/src/Gui/ui/MainWindow.ui b/src/Gui/ui/MainWindow.ui<br class="">index 4640741..c8f1465 100644<br class="">--- a/src/Gui/ui/MainWindow.ui<br class="">+++ b/src/Gui/ui/MainWindow.ui<br class="">@@ -27,7 +27,7 @@<br class="">      <x>0</x><br class="">      <y>0</y><br class="">      <width>800</width><br class="">-     <height>17</height><br class="">+     <height>22</height><br class="">     </rect><br class="">    </property><br class="">    <widget class="QMenu" name="menuEdit"><br class="">@@ -99,6 +99,15 @@<br class="">    <property name="windowTitle"><br class="">     <string>VLMC Toolbar</string><br class="">    </property><br class="">+   <property name="movable"><br class="">+    <bool>false</bool><br class="">+   </property><br class="">+   <property name="allowedAreas"><br class="">+    <set>Qt::TopToolBarArea</set><br class="">+   </property><br class="">+   <property name="floatable"><br class="">+    <bool>false</bool><br class="">+   </property><br class="">    <attribute name="toolBarArea"><br class="">     <enum>TopToolBarArea</enum><br class="">    </attribute><br class="">@@ -151,7 +160,7 @@<br class="">    </property><br class="">    <property name="statusTip"><br class="">     <string>Project Preferences</string><br class="">-  </property><br class="">+   </property><br class="">   </action><br class="">   <action name="actionPreview"><br class="">    <property name="checkable"><br class="">@@ -189,7 +198,7 @@<br class="">    </property><br class="">    <property name="statusTip"><br class="">     <string>Makes VLMC Fullscreen</string><br class="">-  </property><br class="">+   </property><br class="">   </action><br class="">   <action name="actionRender"><br class="">    <property name="icon"><br class="">@@ -216,7 +225,7 @@<br class="">    </property><br class="">    <property name="statusTip"><br class="">     <string>Loads a VLMC Project</string><br class="">-  </property><br class="">+   </property><br class="">   </action><br class="">   <action name="actionSave"><br class="">    <property name="icon"><br class="">@@ -228,7 +237,7 @@<br class="">    </property><br class="">    <property name="statusTip"><br class="">     <string>Saves a VLMC Project</string><br class="">-  </property><br class="">+   </property><br class="">   </action><br class="">   <action name="actionImport"><br class="">    <property name="icon"><br class="">@@ -252,7 +261,7 @@<br class="">    </property><br class="">    <property name="statusTip"><br class="">     <string>Project Preferences</string><br class="">-  </property><br class="">+   </property><br class="">   </action><br class="">   <action name="actionSave_As"><br class="">    <property name="icon"><br class="">@@ -264,7 +273,7 @@<br class="">    </property><br class="">    <property name="statusTip"><br class="">     <string>Save a VLMC project as a different name</string><br class="">-  </property><br class="">+   </property><br class="">   </action><br class="">   <action name="actionClose_Project"><br class="">    <property name="icon"><br class="">@@ -276,7 +285,7 @@<br class="">    </property><br class="">    <property name="statusTip"><br class="">     <string>Closes a VLMC project</string><br class="">-  </property><br class="">+   </property><br class="">   </action><br class="">   <action name="actionCrash"><br class="">    <property name="text"><br class="">@@ -293,7 +302,7 @@<br class="">    </property><br class="">    <property name="statusTip"><br class="">     <string>Undoes the previous action</string><br class="">-  </property><br class="">+   </property><br class="">   </action><br class="">   <action name="actionRedo"><br class="">    <property name="icon"><br class="">@@ -305,7 +314,7 @@<br class="">    </property><br class="">    <property name="statusTip"><br class="">     <string>Redoes the previous action</string><br class="">-  </property><br class="">+   </property><br class="">   </action><br class="">   <action name="actionShare_On_Internet"><br class="">    <property name="icon"><br class="">@@ -362,7 +371,7 @@<br class="">    </property><br class="">    <property name="statusTip"><br class="">     <string>Use the Scissor Tool to cut regions in the timeline</string><br class="">-  </property><br class="">+   </property><br class="">   </action><br class="">  </widget><br class="">  <resources><br class=""><br class=""></blockquote><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Hi,</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">I can't reproduce the issue, but this would not be the proper fix anyway, unless the crash lies in Qt for some reason.</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Do you have a backtrace?</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">(Remember that to get a usable backtrace, VLMC needs to be built without the crash handler)</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Regards,</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">_______________________________________________</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Vlmc-devel mailing list</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><a href="mailto:Vlmc-devel@videolan.org" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Vlmc-devel@videolan.org</a><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><a href="https://mailman.videolan.org/listinfo/vlmc-devel" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">https://mailman.videolan.org/listinfo/vlmc-devel</a></div></blockquote></div><br class=""></div></body></html>