Re: [sqlite] debugging sqlite with gdb

2009-08-17 Thread Mohammad Reaz Uddin
Thanks everybody.

On Mon, Aug 17, 2009 at 5:22 AM, Simon Slavin
slav...@hearsay.demon.co.ukwrote:


 On 17 Aug 2009, at 12:46am, Miroslav Zagorac wrote:

  Mohammad Reaz Uddin wrote:
  I downloaded 'sqlite-amalgamation-3.6.16.tar.gz' and used makefile to
  compile it.
 
  sqlite is a shell script, wrapper to a compiled binary in .libs
  directory

 wrapped in a mystery, inside an enigma.

 Simon.
 ___
 sqlite-users mailing list
 sqlite-users@sqlite.org
 http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users




-- 
Best regards,
Md. Reaz Uddin
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] debugging sqlite with gdb

2009-08-16 Thread Mohammad Reaz Uddin
can any body help?

On Sat, Aug 15, 2009 at 10:00 AM, Mohammad Reaz Uddin
reazsha...@gmail.comwrote:

 Hey,
 I am running sqlite-3.6.16. I am getting segmentation fault and so trying
 to run sqlite with gdb. But I am getting following error-

 /sqlite-3.6.16/sqlite3: not in executable format: File format not recognized

 I saw the make file. I think it's compiled with debugging option(-g). what to 
 do?

 --Reaz






-- 
Best regards,
Md. Reaz Uddin
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] debugging sqlite with gdb

2009-08-16 Thread Mohammad Reaz Uddin
I downloaded 'sqlite-amalgamation-3.6.16.tar.gz' and used makefile to
compile it.

On Sun, Aug 16, 2009 at 12:54 PM, Kees Nuyt k.n...@zonnet.nl wrote:

 On Sun, 16 Aug 2009 12:09:30 -0700, Mohammad Reaz Uddin
 reazsha...@gmail.com wrote:

 can any body help?
 
 On Sat, Aug 15, 2009 at 10:00 AM, Mohammad Reaz Uddin
 reazsha...@gmail.comwrote:
 
  Hey,
  I am running sqlite-3.6.16. I am getting segmentation fault and so
 trying
  to run sqlite with gdb. But I am getting following error-
 
  /sqlite-3.6.16/sqlite3: not in executable format: File format not
 recognized
 
  I saw the make file. I think it's compiled with debugging option(-g).
 what to do?
 
  --Reaz

 Are you sure you downloaded the version of sqlite3 which is
 compiled for your platform?
 Or did you compile it yourself?
 --
  (  Kees Nuyt
  )
 c[_]
 ___
 sqlite-users mailing list
 sqlite-users@sqlite.org
 http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users




-- 
Best regards,
Md. Reaz Uddin
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] debugging sqlite with gdb

2009-08-16 Thread Mohammad Reaz Uddin
can you please tell me how can i get a debuggable executable file? i have
sqlite3.c(the single monolithic file) and sqlite3.h

sorry, my question are too naive.

On Sun, Aug 16, 2009 at 4:47 PM, Miroslav Zagorac miros...@zagorac.namewrote:

  I downloaded 'sqlite-amalgamation-3.6.16.tar.gz' and used makefile to
  compile it.
 

 sqlite is a shell script, wrapper to a compiled binary in .libs directory.

 --
 Zaga

 You have worked and not worked.  Not working is the hardest work of all.
 ___
 sqlite-users mailing list
 sqlite-users@sqlite.org
 http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users




-- 
Best regards,
Md. Reaz Uddin
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] debugging sqlite with gdb

2009-08-15 Thread Mohammad Reaz Uddin
Hey,
I am running sqlite-3.6.16. I am getting segmentation fault and so trying
to run sqlite with gdb. But I am getting following error-

/sqlite-3.6.16/sqlite3: not in executable format: File format not recognized

I saw the make file. I think it's compiled with debugging option(-g).
what to do?

--Reaz
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users