--- Malcolm Tredinnick <[EMAIL PROTECTED]>
wrote:
> I think you're a little bit doomed here, if Ubuntu
> ships stripped
> binaries. On a Fedora system I would install the
> *-debuginfo at this
> point. Then you could try
> 
>         gdb python
>         ...
>         (gdb) run manage.py syncdb
> 
> and at least you will be in gdb when it crashes and
> can type "bt" to see
> what's going on. Though, as I said, with stripped
> binaries this is going
> to tell you nuffink.

True enough.  Toward the top of a very symbol-free
call stack was:
  [Thread debugging using libthread_db enabled]
  [New Thread 47305485371120 (LWP 3023)]
Don't know whether that's a useful clue to you or not.
 I don't know enough about the implementation of
Python to know whether that'd be the interpreter or
the module.

> I'm really not sure what else to suggest here.
> 
> One last idea: since you're using Python 2.5, you
> could try using the
> sqlite3 backend (it's shipped standard with 2.5) and
> see if that gets
> you through syncdb. No changes other than one line
> settings.py will be
> needed. That might tell us what we already suspect
> (that psycopg2 is
> involved somehow).

<sigh>  Of course I didn't think of that.  That works,
and sqlite will do the job quite well for just playing
around with Django.

I wish I had more info for you-- and to satisfy my
curiosity; I guess I'll learn to live with the
uncertainty.  :-P

Thanks very much for your help.

Grant D. Watson, <[EMAIL PROTECTED]>


       
____________________________________________________________________________________Choose
 the right car based on your needs.  Check out Yahoo! Autos new Car Finder tool.
http://autos.yahoo.com/carfinder/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to