bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Crash when adding match to database


From: Michael Petch
Subject: Re: [Bug-gnubg] Crash when adding match to database
Date: Thu, 13 Aug 2009 13:01:34 -0600
User-agent: Microsoft-Entourage/12.20.0.090605

On 13/08/09 12:47 PM, "Misja Alma" <address@hidden> wrote:

> Hi,
> 
> Thanks for your help.
> When run from the command line Gnubg gives the error message '(No
> game) Segmentation fault' before crashing.
> 
> I tried adding a new database (I didn't find the
> Settings/Options/Database tab until now ..) but when I open the
> Database tab it doesn't let me add any database.
> The DB Type drop down is empty, and under info it says 'Database
> connection failed, installation problem!'.
> 
> I do have both sqlite and mysql installed on my system, but apparently
> I still need to do something else?
> 

Howdy,

This really seems like the Database components aren't available. There are
two things.

>From the command line (In the directory where you build gnubg) run it with
this command:

gdb ./gnubg

Then when GSB prompt appears type:

run

Now go and add a record to the database. When it fails type this command in
gdb (The debugger):

bt

BT will give a backtrace of the segfault so that we can help identify the
issue.

Since I believe there may be missing header files (and development files) on
your system can you also email me a copy of the files (They are in the
directory where you built gnubg):

config.h
config.log

Mike






reply via email to

[Prev in Thread] Current Thread [Next in Thread]