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 <mailto: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
    <http://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 list
Scidb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scidb-users

Reply via email to