I can confirm Segfault on ubuntu-14.10 amd64. The vcr arrows dont work either. For instance, the right arrow gives error message below:
invalid command name "GoRight" invalid command name "GoRight" while executing "__unknown__orig {*}$args" (procedure "::unknown" line 12) invoked from within "GoRight" (in namespace inscope "::application::board" script line 1) invoked from within "::namespace inscope ::application::board GoRight" invoked from within ".application.nb.main.top.board.__tb__board-control.__tbw__56 invoke" ("uplevel" body line 1) invoked from within "uplevel #0 [list $w invoke]" (procedure "tk::ButtonUp" line 22) invoked from within "tk::ButtonUp .application.nb.main.top.board.__tb__board-control.__tbw__56" (command bound to event) On Sat, Jan 10, 2015 at 1:39 PM, Ali Parsai <ali.par...@gmx.com> wrote: > Hi, > To see the error, you can run the program with sudo. the problem is that > gdb cannot attach to the process unless it has the permissions to do so, > and this leads to the crash. if you run it as root, it still crashes, but > then you see a nice error message with debugging info which helps to > identify the problem. > > -- Ali > > > On 01/10/2015 07:32 PM, Flavio Barros wrote: > > Thanks Gregor. Right now I'm using Debian Jessie, but i will try your > solution. > Em 10/01/2015 11:35, "Gregor Cramer" <rema...@gmx.net> escreveu: > >> > I'm having segmentation fault when trying read Mega Database 2014 as >> Scidb. >> > I'm using scidb 1.0 beta. Someone know how to deal with this? >> >> I guess that your are working under Ubuntu, because Scidb should show >> an error, instead of crashing, but Ubuntu has a special problem with >> sub-processes. >> >> The solution is to use the newest repository version, this version is >> tested with MegaBase 2014. >> >> How to do: >> >> sudo apt-get install subversion >> svn checkout svn://svn.code.sf.net/p/scidb/code/trunk scidb-code >> cd scidb-code >> ./configure >> make >> sudo make install >> >> The repository version is installing into the same directory as the >> prepared >> package, the old version will be overwritten. Note that deinstallation is >> possible, when needed: >> >> sudo make uninstall >> >> Cheers, >> Gregor >> >> > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > > > > _______________________________________________ > Scidb-users mailing > listScidb-users@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/scidb-users > > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is > your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > _______________________________________________ > Scidb-users mailing list > Scidb-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/scidb-users > >