|
From: 有坂富雄 <ari...@ic...> - 2017-03-26 08:46:15
|
Dear Gunter, Thanks a lot for your effort. I compiled the github version of wxMaxima. (commit:e05def70b937f6cf84a4453537560cbbf41329cf) You can download it with the next url: https://mega.nz/#!r1tmiI4C!iTSINHOni47uOas5pOKzSvaTc9PX9fgipiTnlwmVQ-o I have the trouble with this version of wxMaxima as follows: I cannot open new window: (1) I launched wxMaxima, then an empty window was opened. (2) I selected the menu "File->New", then wxMaxima tried to launch new wxMaxima and so failed. Therefore nothing happened. (3) I dropped a wxmx file into the application icon of wxMaxima, then wxMaxima tried to launch new wxMaxima and so failured. Therefore nothing happened. I compiled the github version of wxMaxima. (commit:201da0cc0615be03baed598c0c2439269077b06b) You can download it with the next url: https://mega.nz/#!nsNSSajK!VEGfLF30yCkmAkvDqySXmpU0MkqMTHZJAeGBL2Pqejc I have the trouble with this version of wxMaxima as follows: I cannot open new window: (1) I launched wxMaxima, then an empty window was opened. (2) I selected the menu "File->New", then nothing happened. (3) I dropped a wxmx file into the application icon of wxMaxima, then wxMaxima tried to launch new wxMaxima and so failed. Therefore nothing happened. By the way, I found wxMaxima-16.04.2 works good on MacOS X. wxMaxima-16.04.2 does not have the crash bug which wxMaxima-16.04.0 has. wxMaxima-16.04.2 does not have the freeze multi-window bug which wxMaxima-16.12.x has, too. You can download it with the next url: https://mega.nz/#!WtN3VB5b!fppY7sj5VS2G5hgshxtaAImRBtucL51o3DEWLNm05z8 And I also found the last version which does not have the freeze multi-window bug on MacOS X. It was committed on Oct 17, 2016. (commit:e5b3eace89ba5de61a443ad9ff5943cca4833120) But the next version has the freeze multi-window bug. it was committed on Oct 18, 2016. (commit:6706fcc77feb44a26f9fe15ac2b8f3c05790ad41) Thanks, Tomio Arisaka 2017/3/25 03:01, Gunter Königsmann <gu...@pe...> wrote: > Dear Domio, > >> >> By the way, Since when has wxMaxima been broken? > > In order to remove frequent reasons for crashes and object sizes not > being available when we need them I have moved all important pieces of > information to one central location within Maxima (Configuration.cpp) > which allowed for big speed-ups, besides fixing many problems. > > Now you helped me find out that on the mac platform all wxMaxima windows > are created by a single process - that only has one Configuration.cpp > for all windows => Crash. > >> And so I found the last version of wxMaxima which did not include the >> freeze or crash bug of the version 16.04.0 and later on MacOS X. >> It was committed on 31 Mar 2016, just before wxMaxima-16.04.0. >> (commit:009b3f52543f95393399c563bf9b5377a7f8a92d) > > The table of contents crashes the application? > Thanks a lot! Then I finally know where to look. This bug was reported by Eric. And so wxMaxima-16.04.1 and 16.04.2 have fixed it. > > Will try to borrow a mac again this weekend so I can do some first-hand > debugging. Hope I will succeed to compile the program this time. > > Kind regards, > > Gunter. |