Buil problem
Fabrice Gautier
Fabrice_Gautier@sdesigns.com
Mon Nov 20 16:12:00 GMT 2000
Hi,
I think i found why it failed. The following patch seems to have a good
effect:
--- gdb/linespec.c~ Fri Nov 10 15:02:56 2000
+++ gdb/linespec.c Mon Nov 20 15:13:43 2000
@@ -37,7 +37,7 @@
extern char *operator_chars (char *, char **);
-extern char *no_symtab_msg;
+extern char no_symtab_msg[];
/* Prototypes for local functions */
The no_symtab_msg is defined as char no_symtab_msg[] in an other file, and
not as
char *no_symtab_msg.
I think there might be a few other place where this mistake could have been
made but i didn't saw any around that one.
By the way this seems more like a gdb thing than a insight thing, but it was
somehow triggered when using the gui.
Thanks
> -----Original Message-----
> From: Fabrice Gautier [ mailto:Fabrice_Gautier@sdesigns.com ]
> Sent: Monday, November 20, 2000 2:19 PM
> To: 'insight@sources.redhat.com'
> Subject: RE: Buil problem
>
>
> Hi,
>
> Attached is a call stack I obtained with gdb,
>
> If it helps find the problem.
>
> Thanks
>
> > -----Original Message-----
> > From: Fabrice Gautier [ mailto:Fabrice_Gautier@sdesigns.com ]
> > Subject: RE: Buil problem
> >
> >
> > Using the latest snapshot i didn't have any problem building.
> > But insight
> > still crash unless I use -nw.
> >
> > Thanks
>
>
>
More information about the Gdb
mailing list