I have tried using this on symbian platform, it still crashes..
the call stack is :

 ->   int rc = sqlite3_open (KDbName, &db);
                            ->  return openDatabase(zFilename, ppDb);
   ------------------------------------------------> crashes at this point :
---------->>>>>>> db = sqliteMalloc( sizeof(sqlite3) );

this is the actual stack:

12 sqlite3SymbianMalloc()
L:\src\common\generic\syslibs\sql\SQLite\os_symbian.cpp:1703 0x4618a32f
11 sqlite3MallocRaw() L:\src\common\generic\syslibs\sql\SQLite\util.c:590
0x46173491
10 sqlite3Malloc() L:\src\common\generic\syslibs\sql\SQLite\util.c:658
0x461735f9
9 openDatabase() L:\src\common\generic\syslibs\sql\SQLite\main.c:892
0x46172015
8 sqlite3_open() L:\src\common\generic\syslibs\sql\SQLite\main.c:1014
0x461722ce



This is on symbian, and a basic openC project.


anybody can help me?

regards,
Deepak Dhananjaya
On Thu, Feb 12, 2009 at 9:20 PM, MikeW <mw_p...@yahoo.co.uk> wrote:

> Roger Binns <rog...@...> writes:
>
> >
> >
> > deepak dhananjaya wrote:
> > > its crashing while opening...
> > > Note: its on Symbian platform..
> >
> > That code fundamentally works everywhere else.
> >
> > http://www.catb.org/~esr/faqs/smart-questions.html<http://www.catb.org/%7Eesr/faqs/smart-questions.html>
> >
> > Roger
> >
>
> Obviously my previous 'helpful' suggestion to him was not good enough ...
>
> MikeW
>
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to