Re: [gnome-db] GDA: segfault!!! (what did I do wrong???)
- From: Rodrigo Moya <rodrigo gnome-db org>
- To: Neil Zanella <nzanella gmail com>
- Cc: GDA <gnome-db-list gnome org>
- Subject: Re: [gnome-db] GDA: segfault!!! (what did I do wrong???)
- Date: Wed, 10 Nov 2004 13:14:51 +0100
On Tue, 2004-11-09 at 21:28 -0700, Neil Zanella wrote:
> I don't have a semicolon at the end of my query cause it's not part of
> SQL, and it's
> a simple SELECT joe FROM Doe type query. Here is the code. INSERT works fine,
> now I need to retrieve some data and that's just about all I'm going
> to need from the
> GDA library. So here is the code. It segfaults, and I want to know why.
>
> Thanks,
>
> Neil
>
> --------------------------------------------------------------------------------
>
> GdaCommand *cmd = gda_command_new(query,
> GDA_COMMAND_TYPE_SQL, GDA_COMMAND_OPTION_STOP_ON_ERRORS);
>
> GdaDataModel *dm;
>
> dm = gda_connection_execute_single_command(cnc, cmd, NULL);
>
> g_assert(dm != NULL);
>
> fprintf(stdout, "hello!!!\n");
> fprintf(stdout, "hello %d\n", gda_data_model_get_n_rows(dm));
> fflush(stdout);
>
> --------------- output:
>
> hello!!!
> segfault
>
run your program in gdb abd get a backtrace when it crashes (command
'bt' in (gdb) prompt.
--
Rodrigo Moya <rodrigo gnome-db org>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]