On 25 Apr 2001 00:13:04 +0200, Daniel Wagner wrote:
> On Tue, 24 Apr 2001, Damon Chaplin wrote:
> 
> > Daniel Wagner wrote:
> > > 
> > > On Tue, 24 Apr 2001, Damon Chaplin wrote:
> > > 
> > > > Rodrigo Moya wrote:
> > > > >From reading the code I can't spot any major problems.
> > > >
> > > > Can't you spot the problem from the core dumps?
> > > 
> > > Unfortunately not. I tried to investigate it by gdb and later by using
> > > the Bugzilla tool (stacktrace) without success. That means not, it is
> > > impossible, only I'm not able due lack of knowglegde or skill.
> > > 
> > > I guess I try somewhere to derefence a pointer on a GdaConnection
> > > which is not valid. But this is only a guess.
> > 
> > Have you got a stack trace?
> > 
> > i.e. run 'gdb ./glade core' on the core file.
> > 
> > Then enter 'bt' in gdb. That should tell you exactly what is causing the
> > crashes.
> 
> I used 'bt' already. In line #1 is the failure, but I do not know
> where cnc has been corrupted:
> 
> ** CRITICAL **: file gda-config.c: line 706 (gda_dsn_set_description):
> assertion 
>  `description != NULL' failed.
> gda-connection.c: 540: gda_connection_close called
> 
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 1024 (LWP 6011)]
> 0x4016d4a2 in gtk_type_check_object_cast () from
> /usr/lib/libgtk-1.2.so.0
> (gdb) bt
> #0  0x4016d4a2 in gtk_type_check_object_cast () from /usr/lib/libgtk-1.2.so.0
> #1  0x400403b6 in gda_connection_close (cnc=0x6f626f6e) at gda-connection.c:543
I am getting a similar error in the CVS version, which hapens sometimes,
so it seems related to some changes I did in the GdaConnection's
GtkObject stuff recently. So, it seems to be my fault :-(

cheers
-- 
Rodrigo Moya <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
http://www.gnome-db.org/


_______________________________________________
Glade-devel maillist  -  [EMAIL PROTECTED]
http://lists.helixcode.com/mailman/listinfo/glade-devel

Reply via email to