Skip to content

Instantly share code, notes, and snippets.

@mariuz
Created February 26, 2013 21:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariuz/5042602 to your computer and use it in GitHub Desktop.
Save mariuz/5042602 to your computer and use it in GitHub Desktop.
manage.py migrate from mezzanine 1.3 to 1.4.2
gdb python
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/python...Reading symbols from /usr/lib/debug/usr/bin/python2.7...done.
done.
(gdb) run manage.py migrate
Starting program: /usr/bin/python manage.py migrate
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff4a2c700 (LWP 30151)]
Running migrations for core:
- Nothing to migrate.
- Loading initial data for core.
Installed 0 object(s) from 0 fixture(s)
Running migrations for twitter:
- Nothing to migrate.
- Loading initial data for twitter.
Installed 0 object(s) from 0 fixture(s)
Running migrations for conf:
- Nothing to migrate.
- Loading initial data for conf.
Installed 0 object(s) from 0 fixture(s)
Running migrations for generic:
- Migrating forwards to 0013_auto__add_field_threadedcomment_rating_sum.
> generic:0011_auto__add_field_threadedcomment_rating_count__add_field_threadedcommen
Program received signal SIGSEGV, Segmentation fault.
bREM_fetch (user_status=0x1029020, stmt_handle=<optimized out>, blr_length=<optimized out>, blr=<optimized out>, msg_type=41536, msg_length=0, msg=0x0)
at ../src/remote/interface.cpp:1899
1899 ../src/remote/interface.cpp: No such file or directory.
(gdb) bt
#0 REM_fetch (user_status=0x1029020, stmt_handle=<optimized out>, blr_length=<optimized out>, blr=<optimized out>, msg_type=41536, msg_length=0, msg=0x0)
at ../src/remote/interface.cpp:1899
#1 0x00007ffff5589848 in isc_dsql_fetch_m (user_status=<optimized out>, stmt_handle=stmt_handle@entry=0x2707490, blr_length=0, blr=0x0, msg_type=msg_type@entry=0,
msg_length=0, msg=0x0) at ../src/jrd/why.cpp:3263
#2 0x00007ffff5589a6a in isc_dsql_fetch (user_status=<optimized out>, stmt_handle=0x2707490, dialect=<optimized out>, sqlda=0x27c6990) at ../src/jrd/why.cpp:3145
#3 0x00007ffff585d834 in ffi_call_unix64 () from /usr/lib/python2.7/lib-dynload/_ctypes.so
#4 0x00007ffff585d2af in ffi_call () from /usr/lib/python2.7/lib-dynload/_ctypes.so
#5 0x00007ffff584afd1 in _call_function_pointer (argcount=4, resmem=0x7fffffffaf80, restype=<optimized out>, atypes=<optimized out>, avalues=0x7fffffffaf50,
pProc=0x7ffff5589910 <isc_dsql_fetch(ISC_STATUS*, FB_API_HANDLE*, USHORT, XSQLDA const*)>, flags=4353)
at /home/packages/python/2.7/w/python2.7-2.7.3/Modules/_ctypes/callproc.c:827
#6 _ctypes_callproc (pProc=pProc@entry=0x7ffff5589910 <isc_dsql_fetch(ISC_STATUS*, FB_API_HANDLE*, USHORT, XSQLDA const*)>, argtuple=argtuple@entry=
(<c_long_Array_20 at remote 0x1e575f0>, <c_uint at remote 0x2707440>, 3, <LP_XSQLDA at remote 0x27075f0>), flags=4353, argtypes=< at remote 0x8d30a0>,
argtypes@entry=
(<built-in method from_param of _ctypes.PyCPointerType object at remote 0x14629b0>, <built-in method from_param of _ctypes.PyCPointerType object at remote 0x1458590>, <built-in method from_param of _ctypes.PyCSimpleType object at remote 0x1540940>, <built-in method from_param of _ctypes.PyCPointerType object at remote 0x145b960>), restype=restype@entry=<_ctypes.PyCSimpleType at remote 0x1527c60>, checker=checker@entry=0x0)
at /home/packages/python/2.7/w/python2.7-2.7.3/Modules/_ctypes/callproc.c:1174
#7 0x00007ffff584b742 in PyCFuncPtr_call.3115 (self=0x13e9a10, inargs=
(<c_long_Array_20 at remote 0x1e575f0>, <c_uint at remote 0x2707440>, 3, <LP_XSQLDA at remote 0x27075f0>), kwds=0x0)
at /home/packages/python/2.7/w/python2.7-2.7.3/Modules/_ctypes/_ctypes.c:3913
#8 0x00000000004acc66 in PyObject_Call (kw=0x0, arg=<optimized out>, func=<_FuncPtr(__name__='isc_dsql_fetch') at remote 0x13e9a10>) at ../Objects/abstract.c:2529
#9 do_call (nk=<optimized out>, na=<optimized out>, pp_stack=0x7fffffffb330, func=<_FuncPtr(__name__='isc_dsql_fetch') at remote 0x13e9a10>) at ../Python/ceval.c:4239
#10 call_function (oparg=<optimized out>, pp_stack=0x7fffffffb330) at ../Python/ceval.c:4044
#11 PyEval_EvalFrameEx (f=<optimized out>, throwflag=throwflag@entry=0) at ../Python/ceval.c:2666
#12 0x00000000004acde0 in fast_function (nk=<optimized out>, na=1, n=<optimized out>, pp_stack=0x7fffffffb500, func=<function at remote 0x14018c0>)
at ../Python/ceval.c:4107
#13 call_function (oparg=<optimized out>, pp_stack=0x7fffffffb500) at ../Python/ceval.c:4042
#14 PyEval_EvalFrameEx (f=<optimized out>, throwflag=throwflag@entry=0) at ../Python/ceval.c:2666
#15 0x00000000004acde0 in fast_function (nk=<optimized out>, na=1, n=<optimized out>, pp_stack=0x7fffffffb6d0, func=<function at remote 0x14042a8>)
at ../Python/ceval.c:4107
#16 call_function (oparg=<optimized out>, pp_stack=0x7fffffffb6d0) at ../Python/ceval.c:4042
#17 PyEval_EvalFrameEx (f=f@entry=
Frame 0x27c9330, for file /usr/local/lib/python2.7/dist-packages/fdb/fbcore.py, line 2905, in next (self=<Cursor(_connection=<Connection(sql_dialect=3, _python_charset='utf_8', _transactions=[<Transaction(_Transaction__default_action='commit', _Transaction__closed=False, _Transaction__python_charset='utf_8', default_tpb='\x03\t\x06\x0f\x11', _cursors=[<weakref at remote 0x26fc368>], _isc_status=<c_long_Array_20 at remote 0x1fa0320>, _tr_handle=<c_uint at remote 0x1fa0c20>, _connections=[<weakref at remote 0x2678100>]) at remote 0x266d810>], _charset='UTF8', _isc_status=<c_long_Array_20 at remote 0x1e57c20>, _Connection__group=None, _Connection__conduits=[], _Connection__precision_cache={}, _Connection__sqlsubtype_cache={}, _dpb='\x01\x1c\x06sysdba\x1d\tmasterkey?\x01\x030\x04UTF8', _main_transaction=<...>, _default_tpb='\x03---Type <return> to continue, or q <return> to quit---
\t\x06\x0f\x11', _db_handle=<c_uint at remote 0x1fa0950>, _Connection__ic=<Cursor(_connection=<weakref at remote 0x2678100>, _prepared_statements={}, _transaction=<...>, _ps=None) at remot...(truncated), throwflag=throwflag@entry=0) at ../Python/ceval.c:2666
#18 0x00000000004b3fd8 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=<optimized out>, argcount=<optimized out>,
kws=kws@entry=0x0, kwcount=kwcount@entry=0, defs=defs@entry=0x0, defcount=defcount@entry=0, closure=0x0) at ../Python/ceval.c:3253
#19 0x00000000004b4b4c in function_call.15262 (func=<function at remote 0x1401b90>, arg=<optimized out>, kw=<optimized out>) at ../Objects/funcobject.c:526
#20 0x0000000000481cc4 in PyObject_Call (kw=0x0, arg=
(<Cursor(_connection=<Connection(sql_dialect=3, _python_charset='utf_8', _transactions=[<Transaction(_Transaction__default_action='commit', _Transaction__closed=False, _Transaction__python_charset='utf_8', default_tpb='\x03\t\x06\x0f\x11', _cursors=[<weakref at remote 0x26fc368>], _isc_status=<c_long_Array_20 at remote 0x1fa0320>, _tr_handle=<c_uint at remote 0x1fa0c20>, _connections=[<weakref at remote 0x2678100>]) at remote 0x266d810>], _charset='UTF8', _isc_status=<c_long_Array_20 at remote 0x1e57c20>, _Connection__group=None, _Connection__conduits=[], _Connection__precision_cache={}, _Connection__sqlsubtype_cache={}, _dpb='\x01\x1c\x06sysdba\x1d\tmasterkey?\x01\x030\x04UTF8', _main_transaction=<...>, _default_tpb='\x03\t\x06\x0f\x11', _db_handle=<c_uint at remote 0x1fa0950>, _Connection__ic=<Cursor(_connection=<weakref at remote 0x2678100>, _prepared_statements={}, _transaction=<...>, _ps=None) at remote 0x266d7d0>) at remote 0x266d850>, _prepared_statements={'ALTER TABLE "GENERIC_THREADEDCOMMENT" ADD "RA...(truncated), func=<function at remote 0x1401b90>) at ../Objects/abstract.c:2529
#21 instancemethod_call.8735 (func=<function at remote 0x1401b90>, arg=
(<Cursor(_connection=<Connection(sql_dialect=3, _python_charset='utf_8', _transactions=[<Transaction(_Transaction__default_action='commit', _Transaction__closed=False, _Transaction__python_charset='utf_8', default_tpb='\x03\t\x06\x0f\x11', _cursors=[<weakref at remote 0x26fc368>], _isc_status=<c_long_Array_20 at remote 0x1fa0320>, _tr_handle=<c_uint at remote 0x1fa0c20>, _connections=[<weakref at remote 0x2678100>]) at remote 0x266d810>], _charset='UTF8', _isc_status=<c_long_Array_20 at remote 0x1e57c20>, _Connection__group=None, _Connection__conduits=[], _Connection__precision_cache={}, _Connection__sqlsubtype_cache={}, _dpb='\x01\x1c\x06sysdba\x1d\tmasterkey?\x01\x030\x04UTF8', _main_transaction=<...>, _default_tpb='\x03\t\x06\x0f\x11', _db_handle=<c_uint at remote 0x1fa0950>, _Connection__ic=<Cursor(_connection=<weakref at remote 0x2678100>, _prepared_statements={}, _transaction=<...>, _ps=None) at remote 0x266d7d0>) at remote 0x266d850>, _prepared_statements={'ALTER TABLE "GENERIC_THREADEDCOMMENT" ADD "RA...(truncated), kw=0x0) at ../Objects/classobject.c:2602
#22 0x00000000004841d0 in PyObject_Call (kw=0x0, arg=(), func=<instancemethod at remote 0x26f9d70>) at ../Objects/abstract.c:2529
#23 call_method.25747 (o=<optimized out>, name=<optimized out>, nameobj=<optimized out>, format=<optimized out>) at ../Objects/typeobject.c:1248
#24 0x00000000004aca82 in PyEval_EvalFrameEx (f=<optimized out>, throwflag=throwflag@entry=0) at ../Python/ceval.c:2497
#25 0x00000000004acde0 in fast_function (nk=<optimized out>, na=1, n=<optimized out>, pp_stack=0x7fffffffbf10, func=<function at remote 0x1404398>)
at ../Python/ceval.c:4107
#26 call_function (oparg=<optimized out>, pp_stack=0x7fffffffbf10) at ../Python/ceval.c:4042
#27 PyEval_EvalFrameEx (f=f@entry=
Frame 0x27c6270, for file /usr/local/lib/python2.7/dist-packages/south/db/generic.py, line 281, in execute (self=<DatabaseOperations(dry_run=False, _constraint_cache={}, pending_transactions=0, deferred_sql=[], current_orm=<_FakeORM(models={'sites.site': <ModelBase(__module__='django.contrib.sites.models', _meta=<Options(unique_together=[], managed=True, order_with_respect_to=None, abstract=False, _related_objects_cache=<SortedDict(keyOrder=[<RelatedObject(name='generic:keyword', parent_model=<...>, field=<ForeignKey(auto_created=False, serialize=True, _unique=False, related=<RelatedObject(name='generic:keyword', parent_model=<...>, field=<...>, var_name='keyword', model=<ModelBase(__module__='mezzanine.generic.models', _meta=<Options(unique_together=[], managed=True, order_with_respect_to=None, abstract=False, _related_objects_cache=<SortedDict(keyOrder=[<RelatedObject(name='generic:assignedkeyword', parent_model=<...>, field=<ForeignKey(auto_created=False, serialize=True, _unique=False, related=<RelatedObje...(truncated), throwflag=throwflag@entry=0) at ../Python/ceval.c:2666
#28 0x00000000004b3fd8 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=<optimized out>, argcount=argcount@entry=2,
kws=0x27bf0f0, kwcount=0, defs=0x1ae53a8, defcount=1, closure=0x0) at ../Python/ceval.c:3253
---Type <return> to continue, or q <return> to quit---
#29 0x00000000004acb98 in fast_function (nk=<optimized out>, na=2, n=<optimized out>, pp_stack=0x7fffffffc1a0, func=<function at remote 0x1782500>)
at ../Python/ceval.c:4117
#30 call_function (oparg=<optimized out>, pp_stack=0x7fffffffc1a0) at ../Python/ceval.c:4042
#31 PyEval_EvalFrameEx (f=f@entry=
Frame 0x27bef30, for file /usr/local/lib/python2.7/dist-packages/south/db/generic.py, line 410, in add_column (self=<DatabaseOperations(dry_run=False, _constraint_cache={}, pending_transactions=0, deferred_sql=[], current_orm=<_FakeORM(models={'sites.site': <ModelBase(__module__='django.contrib.sites.models', _meta=<Options(unique_together=[], managed=True, order_with_respect_to=None, abstract=False, _related_objects_cache=<SortedDict(keyOrder=[<RelatedObject(name='generic:keyword', parent_model=<...>, field=<ForeignKey(auto_created=False, serialize=True, _unique=False, related=<RelatedObject(name='generic:keyword', parent_model=<...>, field=<...>, var_name='keyword', model=<ModelBase(__module__='mezzanine.generic.models', _meta=<Options(unique_together=[], managed=True, order_with_respect_to=None, abstract=False, _related_objects_cache=<SortedDict(keyOrder=[<RelatedObject(name='generic:assignedkeyword', parent_model=<...>, field=<ForeignKey(auto_created=False, serialize=True, _unique=False, related=<RelatedO...(truncated), throwflag=throwflag@entry=0) at ../Python/ceval.c:2666
#32 0x00000000004b3fd8 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=<optimized out>, argcount=<optimized out>,
kws=kws@entry=0x2676f08, kwcount=1, defs=defs@entry=0x1ae5668, defcount=defcount@entry=1, closure=0x0) at ../Python/ceval.c:3253
#33 0x00000000004b4c77 in function_call.15262 (func=<function at remote 0x1782488>, arg=<optimized out>, kw=<optimized out>) at ../Objects/funcobject.c:526
#34 0x00000000004adf82 in PyObject_Call (kw={'keep_default': False}, arg=
(<DatabaseOperations(dry_run=False, _constraint_cache={}, pending_transactions=0, deferred_sql=[], current_orm=<_FakeORM(models={'sites.site': <ModelBase(__module__='django.contrib.sites.models', _meta=<Options(unique_together=[], managed=True, order_with_respect_to=None, abstract=False, _related_objects_cache=<SortedDict(keyOrder=[<RelatedObject(name='generic:keyword', parent_model=<...>, field=<ForeignKey(auto_created=False, serialize=True, _unique=False, related=<RelatedObject(name='generic:keyword', parent_model=<...>, field=<...>, var_name='keyword', model=<ModelBase(__module__='mezzanine.generic.models', _meta=<Options(unique_together=[], managed=True, order_with_respect_to=None, abstract=False, _related_objects_cache=<SortedDict(keyOrder=[<RelatedObject(name='generic:assignedkeyword', parent_model=<...>, field=<ForeignKey(auto_created=False, serialize=True, _unique=False, related=<RelatedObject(name='generic:assignedkeyword', parent_model=<...>, field=<...>, var_name='assignedkeyword', model=<ModelBase...(truncated), func=<function at remote 0x1782488>) at ../Objects/abstract.c:2529
#35 ext_do_call (nk=40879744, na=2, flags=<optimized out>, pp_stack=0x7fffffffc4a0, func=<function at remote 0x1782488>) at ../Python/ceval.c:4334
#36 PyEval_EvalFrameEx (f=f@entry=
Frame 0x27be950, for file /usr/local/lib/python2.7/dist-packages/south/db/generic.py, line 44, in _cache_clear (self=<DatabaseOperations(dry_run=False, _constraint_cache={}, pending_transactions=0, deferred_sql=[], current_orm=<_FakeORM(models={'sites.site': <ModelBase(__module__='django.contrib.sites.models', _meta=<Options(unique_together=[], managed=True, order_with_respect_to=None, abstract=False, _related_objects_cache=<SortedDict(keyOrder=[<RelatedObject(name='generic:keyword', parent_model=<...>, field=<ForeignKey(auto_created=False, serialize=True, _unique=False, related=<RelatedObject(name='generic:keyword', parent_model=<...>, field=<...>, var_name='keyword', model=<ModelBase(__module__='mezzanine.generic.models', _meta=<Options(unique_together=[], managed=True, order_with_respect_to=None, abstract=False, _related_objects_cache=<SortedDict(keyOrder=[<RelatedObject(name='generic:assignedkeyword', parent_model=<...>, field=<ForeignKey(auto_created=False, serialize=True, _unique=False, related=<Related...(truncated), throwflag=throwflag@entry=0) at ../Python/ceval.c:2705
#37 0x00000000004b3fd8 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=<optimized out>, argcount=argcount@entry=4,
kws=0x27c2198, kwcount=1, defs=0x0, defcount=0, closure=(<cell at remote 0x1ae3478>,)) at ../Python/ceval.c:3253
#38 0x00000000004acb98 in fast_function (nk=<optimized out>, na=4, n=<optimized out>, pp_stack=0x7fffffffc730, func=<function at remote 0x1782410>)
at ../Python/ceval.c:4117
#39 call_function (oparg=<optimized out>, pp_stack=0x7fffffffc730) at ../Python/ceval.c:4042
#40 PyEval_EvalFrameEx (f=<optimized out>, throwflag=throwflag@entry=0) at ../Python/ceval.c:2666
---Type <return> to continue, or q <return> to quit---
#41 0x00000000004acde0 in fast_function (nk=<optimized out>, na=2, n=<optimized out>, pp_stack=0x7fffffffc900, func=<function at remote 0x24d0230>)
at ../Python/ceval.c:4107
#42 call_function (oparg=<optimized out>, pp_stack=0x7fffffffc900) at ../Python/ceval.c:4042
#43 PyEval_EvalFrameEx (f=f@entry=Frame 0x27c1e20, for file /usr/local/lib/python2.7/dist-packages/south/migration/migrators.py, line 57, in <lambda> (),
throwflag=throwflag@entry=0) at ../Python/ceval.c:2666
#44 0x00000000004b3fd8 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=<optimized out>, argcount=argcount@entry=0,
kws=0x1ea6e28, kwcount=0, defs=0x0, defcount=0, closure=(<cell at remote 0x2700280>, <cell at remote 0x2700b08>)) at ../Python/ceval.c:3253
#45 0x00000000004acb98 in fast_function (nk=<optimized out>, na=0, n=<optimized out>, pp_stack=0x7fffffffcb90, func=<function at remote 0x26fee60>)
at ../Python/ceval.c:4117
#46 call_function (oparg=<optimized out>, pp_stack=0x7fffffffcb90) at ../Python/ceval.c:4042
#47 PyEval_EvalFrameEx (f=<optimized out>, throwflag=throwflag@entry=0) at ../Python/ceval.c:2666
#48 0x00000000004acde0 in fast_function (nk=<optimized out>, na=2, n=<optimized out>, pp_stack=0x7fffffffcd60, func=<function at remote 0x1c6ec80>)
at ../Python/ceval.c:4107
#49 call_function (oparg=<optimized out>, pp_stack=0x7fffffffcd60) at ../Python/ceval.c:4042
#50 PyEval_EvalFrameEx (f=<optimized out>, throwflag=throwflag@entry=0) at ../Python/ceval.c:2666
#51 0x00000000004acde0 in fast_function (nk=<optimized out>, na=2, n=<optimized out>, pp_stack=0x7fffffffcf30, func=<function at remote 0x1c6ecf8>)
at ../Python/ceval.c:4107
#52 call_function (oparg=<optimized out>, pp_stack=0x7fffffffcf30) at ../Python/ceval.c:4042
#53 PyEval_EvalFrameEx (f=<optimized out>, throwflag=throwflag@entry=0) at ../Python/ceval.c:2666
#54 0x00000000004acde0 in fast_function (nk=<optimized out>, na=3, n=<optimized out>, pp_stack=0x7fffffffd100, func=<function at remote 0x1c6ee60>)
at ../Python/ceval.c:4107
#55 call_function (oparg=<optimized out>, pp_stack=0x7fffffffd100) at ../Python/ceval.c:4042
#56 PyEval_EvalFrameEx (f=f@entry=
Frame 0x26de7e0, for file /usr/local/lib/python2.7/dist-packages/south/migration/migrators.py, line 310, in migrate_many (self=<Forwards(load_initial_data=<instancemethod at remote 0x1d3db90>, verbosity=1, migrate_many=<instancemethod at remote 0x2099190>, _wrapper=<LoadInitialDataMigrator(_migrator=<...>) at remote 0xc9d490>, interactive=True) at remote 0xc9d890>, target=<Migration(_previous=<Migration(_previous=<Migration(_orm=<_FakeORM(models={'sites.site': <ModelBase(__module__='django.contrib.sites.models', _meta=<Options(unique_together=[], managed=True, order_with_respect_to=None, abstract=False, _related_objects_cache=<SortedDict(keyOrder=[<RelatedObject(name='generic:keyword', parent_model=<...>, field=<ForeignKey(auto_created=False, serialize=True, _unique=False, related=<RelatedObject(name='generic:keyword', parent_model=<...>, field=<...>, var_name='keyword', model=<ModelBase(__module__='mezzanine.generic.models', _meta=<Options(unique_together=[], managed=True, order_with_respect_to=None, abstrac...(truncated), throwflag=throwflag@entry=0) at ../Python/ceval.c:2666
#57 0x00000000004b3fd8 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=<optimized out>, argcount=<optimized out>,
kws=kws@entry=0x0, kwcount=kwcount@entry=0, defs=defs@entry=0x0, defcount=defcount@entry=0, closure=0x0) at ../Python/ceval.c:3253
#58 0x00000000004b4b4c in function_call.15262 (func=<function at remote 0x1c70848>, arg=<optimized out>, kw=<optimized out>) at ../Objects/funcobject.c:526
#59 0x0000000000481cc4 in PyObject_Call (kw=0x0, arg=
(<Forwards(load_initial_data=<instancemethod at remote 0x1d3db90>, verbosity=1, migrate_many=<instancemethod at remote 0x2099190>, _wrapper=<LoadInitialDataMigrator(_migrator=<...>) at remote 0xc9d490>, interactive=True) at remote 0xc9d890>, <Migration(_previous=<Migration(_previous=<Migration(_orm=<_FakeORM(models={'sites.site': <ModelBase(__module__='django.contrib.sites.models', _meta=<Options(unique_together=[], managed=True, order_with_respect_to=None, abstract=False, _related_objects_cache---Type <return> to continue, or q <return> to quit---
=<SortedDict(keyOrder=[<RelatedObject(name='generic:keyword', parent_model=<...>, field=<ForeignKey(auto_created=False, serialize=True, _unique=False, related=<RelatedObject(name='generic:keyword', parent_model=<...>, field=<...>, var_name='keyword', model=<ModelBase(__module__='mezzanine.generic.models', _meta=<Options(unique_together=[], managed=True, order_with_respect_to=None, abstract=False, _related_objects_cache=<SortedDict(keyOrder=[<RelatedObject(name='generic:assignedkeyword', parent_model=<...>, field=<Forei...(truncated), func=<function at remote 0x1c70848>) at ../Objects/abstract.c:2529
#60 instancemethod_call.8735 (func=<function at remote 0x1c70848>, arg=
(<Forwards(load_initial_data=<instancemethod at remote 0x1d3db90>, verbosity=1, migrate_many=<instancemethod at remote 0x2099190>, _wrapper=<LoadInitialDataMigrator(_migrator=<...>) at remote 0xc9d490>, interactive=True) at remote 0xc9d890>, <Migration(_previous=<Migration(_previous=<Migration(_orm=<_FakeORM(models={'sites.site': <ModelBase(__module__='django.contrib.sites.models', _meta=<Options(unique_together=[], managed=True, order_with_respect_to=None, abstract=False, _related_objects_cache=<SortedDict(keyOrder=[<RelatedObject(name='generic:keyword', parent_model=<...>, field=<ForeignKey(auto_created=False, serialize=True, _unique=False, related=<RelatedObject(name='generic:keyword', parent_model=<...>, field=<...>, var_name='keyword', model=<ModelBase(__module__='mezzanine.generic.models', _meta=<Options(unique_together=[], managed=True, order_with_respect_to=None, abstract=False, _related_objects_cache=<SortedDict(keyOrder=[<RelatedObject(name='generic:assignedkeyword', parent_model=<...>, field=<Forei...(truncated), kw=0x0) at ../Objects/classobject.c:2602
#61 0x00000000004acc66 in PyObject_Call (kw=0x0, arg=<optimized out>, func=<instancemethod at remote 0x2099140>) at ../Objects/abstract.c:2529
#62 do_call (nk=<optimized out>, na=<optimized out>, pp_stack=0x7fffffffd640, func=<instancemethod at remote 0x2099140>) at ../Python/ceval.c:4239
#63 call_function (oparg=<optimized out>, pp_stack=0x7fffffffd640) at ../Python/ceval.c:4044
#64 PyEval_EvalFrameEx (f=<optimized out>, throwflag=throwflag@entry=0) at ../Python/ceval.c:2666
#65 0x00000000004acde0 in fast_function (nk=<optimized out>, na=4, n=<optimized out>, pp_stack=0x7fffffffd810, func=<function at remote 0x1c70488>)
at ../Python/ceval.c:4107
#66 call_function (oparg=<optimized out>, pp_stack=0x7fffffffd810) at ../Python/ceval.c:4042
#67 PyEval_EvalFrameEx (f=f@entry=
Frame 0x1ea6070, for file /usr/local/lib/python2.7/dist-packages/south/migration/__init__.py, line 213, in migrate_app (migrations=<Migrations(_cache={'0010_auto__chg_field_keyword_slug__chg_field_keyword_title': <Migration(_previous=<Migration(_previous=<Migration(_previous=<Migration(_previous=<Migration(_previous=<Migration(_previous=<Migration(_previous=<Migration(_previous=<Migration(_previous=<Migration(_previous=<Migration(_previous=None, migrations=<...>, filename='0001_initial', dependencies=set([]), dependents=set([<...>]), _migration=<module at remote 0x1e62b78>) at remote 0x1e4b310>, migrations=<...>, filename='0002_auto__add_keyword__add_assignedkeyword', dependencies=set([<...>]), dependents=set([<...>]), _migration=<module at remote 0x1e62e88>) at remote 0x1e4b350>, migrations=<...>, filename='0003_auto__add_rating', dependencies=set([<...>]), dependents=set([<...>]), _migration=<module at remote 0x1edb248>) at remote 0x1e4b3d0>, migrations=<...>, filename='0004_auto__chg_field_rating_object_pk...(truncated), throwflag=throwflag@entry=0) at ../Python/ceval.c:2666
#68 0x00000000004b3fd8 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=<optimized out>, argcount=argcount@entry=1,
kws=0x1e28c38, kwcount=11, defs=0x1c76360, defcount=12, closure=0x0) at ../Python/ceval.c:3253
#69 0x00000000004acb98 in fast_function (nk=<optimized out>, na=1, n=<optimized out>, pp_stack=0x7fffffffdaa0, func=<function at remote 0x1c8c320>)
at ../Python/ceval.c:4117
#70 call_function (oparg=<optimized out>, pp_stack=0x7fffffffdaa0) at ../Python/ceval.c:4042
#71 PyEval_EvalFrameEx (f=f@entry=
Frame 0x1e28a10, for file /usr/local/lib/python2.7/dist-packages/south/management/commands/migrate.py, line 108, in handle (self=<Command(style=<dummy(NOTICE=<function at remote 0x1c8c6e0>, HTTP_SERVER_ERROR=<function at remote 0x1c8c938>, SQL_TABLE=<function at remote 0x1c8c9b0>, SQL_COLTYPE=<function at remote 0x1c8ca28>, HTTP_NOT_FOUND=<function at remote 0x1c8caa0>, HTTP_REDIRECT=<function at remote 0x1c8c7d0>, SQL_FIELD=<function at remote 0x1c8cb90>, HTTP_SUCCESS=<function at remote 0x1c8c758>, HTTP_BAD_REQUEST=<function at remote 0x1c8cb18>, HTTP_INFO=<function at remote 0x1c8cc08>, ERROR=<function at remote 0x1c8c848>, SQL_KEYWORD=<function at remote 0---Type <return> to continue, or q <return> to quit---
x1c8cc80>, HTTP_NOT_MODIFIED=<function at remote 0x1c8c8c0>, ERROR_OUTPUT=<function at remote 0x1c8c848>) at remote 0x122e3f8>, stderr=<OutputWrapper(_out=<file at remote 0x7ffff7fb9270>, style_func=<function at remote 0x1c8c848>, ending='\n') at remote 0x1c8d210>, stdout=<OutputWrapper(_out=<file at remote 0x7ffff7fb91e0>, style_func=None, ending='\n') ...(truncated), throwflag=throwflag@entry=0) at ../Python/ceval.c:2666
#72 0x00000000004b3fd8 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=<optimized out>, argcount=<optimized out>,
kws=kws@entry=0x126afc8, kwcount=16, defs=defs@entry=0x1c763f8, defcount=defcount@entry=12, closure=0x0) at ../Python/ceval.c:3253
#73 0x00000000004b4c77 in function_call.15262 (func=<function at remote 0x1c8c500>, arg=<optimized out>, kw=<optimized out>) at ../Objects/funcobject.c:526
#74 0x00000000004adf82 in PyObject_Call (kw=
{'fake': False, 'db_dry_run': False, 'delete_ghosts': False, 'settings': None, 'pythonpath': None, 'verbosity': '1', 'traceback': None, 'all_apps': False, 'database': 'default', 'show_list': False, 'no_initial_data': False, 'merge': False, 'show_changes': False, 'ignore_ghosts': False, 'skip': False, 'interactive': True}, arg=
(<Command(style=<dummy(NOTICE=<function at remote 0x1c8c6e0>, HTTP_SERVER_ERROR=<function at remote 0x1c8c938>, SQL_TABLE=<function at remote 0x1c8c9b0>, SQL_COLTYPE=<function at remote 0x1c8ca28>, HTTP_NOT_FOUND=<function at remote 0x1c8caa0>, HTTP_REDIRECT=<function at remote 0x1c8c7d0>, SQL_FIELD=<function at remote 0x1c8cb90>, HTTP_SUCCESS=<function at remote 0x1c8c758>, HTTP_BAD_REQUEST=<function at remote 0x1c8cb18>, HTTP_INFO=<function at remote 0x1c8cc08>, ERROR=<function at remote 0x1c8c848>, SQL_KEYWORD=<function at remote 0x1c8cc80>, HTTP_NOT_MODIFIED=<function at remote 0x1c8c8c0>, ERROR_OUTPUT=<function at remote 0x1c8c848>) at remote 0x122e3f8>, stderr=<OutputWrapper(_out=<file at remote 0x7ffff7fb9270>, style_func=<function at remote 0x1c8c848>, ending='\n') at remote 0x1c8d210>, stdout=<OutputWrapper(_out=<file at remote 0x7ffff7fb91e0>, style_func=None, ending='\n') at remote 0x1c8d1d0>) at remote 0x1c8d190>,), func=<function at remote 0x1c8c500>)
at ../Objects/abstract.c:2529
#75 ext_do_call (nk=16814288, na=1, flags=<optimized out>, pp_stack=0x7fffffffdda0, func=<function at remote 0x1c8c500>) at ../Python/ceval.c:4334
#76 PyEval_EvalFrameEx (f=f@entry=
Frame 0x12699b0, for file /usr/local/lib/python2.7/dist-packages/django/core/management/base.py, line 255, in execute (self=<Command(style=<dummy(NOTICE=<function at remote 0x1c8c6e0>, HTTP_SERVER_ERROR=<function at remote 0x1c8c938>, SQL_TABLE=<function at remote 0x1c8c9b0>, SQL_COLTYPE=<function at remote 0x1c8ca28>, HTTP_NOT_FOUND=<function at remote 0x1c8caa0>, HTTP_REDIRECT=<function at remote 0x1c8c7d0>, SQL_FIELD=<function at remote 0x1c8cb90>, HTTP_SUCCESS=<function at remote 0x1c8c758>, HTTP_BAD_REQUEST=<function at remote 0x1c8cb18>, HTTP_INFO=<function at remote 0x1c8cc08>, ERROR=<function at remote 0x1c8c848>, SQL_KEYWORD=<function at remote 0x1c8cc80>, HTTP_NOT_MODIFIED=<function at remote 0x1c8c8c0>, ERROR_OUTPUT=<function at remote 0x1c8c848>) at remote 0x122e3f8>, stderr=<OutputWrapper(_out=<file at remote 0x7ffff7fb9270>, style_func=<function at remote 0x1c8c848>, ending='\n') at remote 0x1c8d210>, stdout=<OutputWrapper(_out=<file at remote 0x7ffff7fb91e0>, style_func=None, ending='\n') at re...(truncated), throwflag=throwflag@entry=0) at ../Python/ceval.c:2705
#77 0x00000000004b3fd8 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=<optimized out>, argcount=<optimized out>,
kws=kws@entry=0x1cafb58, kwcount=16, defs=defs@entry=0x0, defcount=defcount@entry=0, closure=0x0) at ../Python/ceval.c:3253
#78 0x00000000004b4c77 in function_call.15262 (func=<function at remote 0xffd9b0>, arg=<optimized out>, kw=<optimized out>) at ../Objects/funcobject.c:526
#79 0x00000000004adf82 in PyObject_Call (kw=
{'traceback': None, 'delete_ghosts': False, 'database': 'default', 'pythonpath': None, 'verbosity': '1', 'settings': None, 'all_apps': False, 'merge': False, 'show_list': False, 'no_initial_data': False, 'fake': False, 'show_changes': False, 'ignore_ghosts': False, 'db_dry_run': False, 'skip': False, 'interactive': True}, arg=
(<Command(style=<dummy(NOTICE=<function at remote 0x1c8c6e0>, HTTP_SERVER_ERROR=<function at remote 0x1c8c938>, SQL_TABLE=<function at remote 0x1c8c9b0>, SQL_COLTYPE=<function at remote 0x1c8ca28>, HTTP_NOT_FOUND=<function at remote 0x1c8caa0>, HTTP_REDIRECT=<function at remote 0x1c8c7d0>, SQL_FIELD=<function at remote 0x1c8cb90>, HTTP_SUCCESS=<function at remote 0x1c8c758>, HTTP_BAD_REQUEST=<function at remote 0x1c8cb18>, HTTP_INFO=<function at remote 0x1c8cc08>, ERROR=<function at remote 0x1c8c848>, SQL_KEYWORD=<function at remote 0x1c8cc80>, HTTP_NOT_MODIFIED=<function at remote 0x1c8c8c0>, ERROR_OUTPUT=<function at remote 0x1c8c848>) at remote 0x122e3f8>, stderr=<OutputWrapper(_out=<file at remote 0x7ffff7fb9270>, style_func=<function at remote 0x1c8c848>, ending='\n') at remote 0x1c8d210>, stdout=<OutputWrapper(_out=<file at remote 0x7ffff7fb91e0>, style_func=None, ending='\n') at remote 0x1c8d1d0>) at remote 0x1c8d190>,), func=<function at remote 0xffd9b0>)
---Type <return> to continue, or q <return> to quit---
at ../Objects/abstract.c:2529
#80 ext_do_call (nk=-135638768, na=1, flags=<optimized out>, pp_stack=0x7fffffffe0a0, func=<function at remote 0xffd9b0>) at ../Python/ceval.c:4334
#81 PyEval_EvalFrameEx (f=<optimized out>, throwflag=throwflag@entry=0) at ../Python/ceval.c:2705
#82 0x00000000004acde0 in fast_function (nk=<optimized out>, na=2, n=<optimized out>, pp_stack=0x7fffffffe270, func=<function at remote 0xffd938>)
at ../Python/ceval.c:4107
#83 call_function (oparg=<optimized out>, pp_stack=0x7fffffffe270) at ../Python/ceval.c:4042
#84 PyEval_EvalFrameEx (f=<optimized out>, throwflag=throwflag@entry=0) at ../Python/ceval.c:2666
#85 0x00000000004acde0 in fast_function (nk=<optimized out>, na=1, n=<optimized out>, pp_stack=0x7fffffffe440, func=<function at remote 0x1006758>)
at ../Python/ceval.c:4107
#86 call_function (oparg=<optimized out>, pp_stack=0x7fffffffe440) at ../Python/ceval.c:4042
#87 PyEval_EvalFrameEx (f=f@entry=
Frame 0x99e570, for file /usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py, line 453, in execute_from_command_line (argv=['manage.py', 'migrate'], utility=<ManagementUtility(argv=[...], prog_name='manage.py') at remote 0xfffb50>), throwflag=throwflag@entry=0) at ../Python/ceval.c:2666
#88 0x00000000004b3fd8 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=locals@entry=0x0, args=<optimized out>, argcount=argcount@entry=1,
kws=0x99ef98, kwcount=0, defs=0xfffae8, defcount=1, closure=0x0) at ../Python/ceval.c:3253
#89 0x00000000004acb98 in fast_function (nk=<optimized out>, na=1, n=<optimized out>, pp_stack=0x7fffffffe6d0, func=<function at remote 0x10067d0>)
at ../Python/ceval.c:4117
#90 call_function (oparg=<optimized out>, pp_stack=0x7fffffffe6d0) at ../Python/ceval.c:4042
#91 PyEval_EvalFrameEx (f=f@entry=Frame 0x99ee10, for file manage.py, line 31, in <module> (), throwflag=throwflag@entry=0) at ../Python/ceval.c:2666
#92 0x00000000004b3fd8 in PyEval_EvalCodeEx (co=co@entry=0x7ffff7f24630, globals=globals@entry=
{'PROJECT_ROOT': '/home/mariuz/work/firebird-mezzanine', 'logging': <module at remote 0x7ffff7ed8478>, 'execute_from_command_line': <function at remote 0x10067d0>, '__builtins__': <module at remote 0x7ffff7fa1ad0>, 'settings_module': 'firebird-mezzanine.settings', '__file__': 'manage.py', 'PROJECT_DIRNAME': 'firebird-mezzanine', '__package__': None, 'sys': <module at remote 0x7ffff7fa1b78>, 'i': 1, 'arg': 'migrate', '__name__': '__main__', 'os': <module at remote 0x7ffff7f68c90>, '__doc__': None, 'south_logger': <Logger(name='south', parent=<RootLogger(name='root', parent=None, handlers=[], level=30, disabled=0, propagate=1, filters=[]) at remote 0x7ffff7e98f10>, handlers=[<NullHandler(lock=<_RLock(_Verbose__verbose=False, _RLock__owner=None, _RLock__block=<thread.lock at remote 0x1ace090>, _RLock__count=0) at remote 0x1ae53d0>, level=0, formatter=None, filters=[], _name=None) at remote 0x1ae5310>], level=20, disabled=0, manager=<Manager(emittedNoHandlerWarning=0, disable=0, root=<...>, loggerDict={'py.warnin...(truncated), locals=locals@entry=
{'PROJECT_ROOT': '/home/mariuz/work/firebird-mezzanine', 'logging': <module at remote 0x7ffff7ed8478>, 'execute_from_command_line': <function at remote 0x10067d0>, '__builtins__': <module at remote 0x7ffff7fa1ad0>, 'settings_module': 'firebird-mezzanine.settings', '__file__': 'manage.py', 'PROJECT_DIRNAME': 'firebird-mezzanine', '__package__': None, 'sys': <module at remote 0x7ffff7fa1b78>, 'i': 1, 'arg': 'migrate', '__name__': '__main__', 'os': <module at remote 0x7ffff7f68c90>, '__doc__': None, 'south_logger': <Logger(name='south', parent=<RootLogger(name='root', parent=None, handlers=[], level=30, disabled=0, propagate=1, filters=[]) at remote 0x7ffff7e98f10>, handlers=[<NullHandler(lock=<_RLock(_Verbose__verbose=False, _RLock__owner=None, _RLock__block=<thread.lock at remote 0x1ace090>, _RLock__count=0) at remote 0x1ae53d0>, level=0, formatter=None, filters=[], _name=None) at remote 0x1ae5310>], level=20, disabled=0, manager=<Manager(emittedNoHandlerWarning=0, disable=0, root=<...>, loggerDict={'py.warnin...(truncated), args=args@entry=0x0, argcount=argcount@entry=0, kws=kws@entry=0x0, kwcount=kwcount@entry=0, defs=defs@entry=0x0,
defcount=defcount@entry=0, closure=closure@entry=0x0) at ../Python/ceval.c:3253
#93 0x0000000000536723 in PyEval_EvalCode (locals=
{'PROJECT_ROOT': '/home/mariuz/work/firebird-mezzanine', 'logging': <module at remote 0x7ffff7ed8478>, 'execute_from_command_line': <function at remote 0x10067d0>, ---Type <return> to continue, or q <return> to quit---
'__builtins__': <module at remote 0x7ffff7fa1ad0>, 'settings_module': 'firebird-mezzanine.settings', '__file__': 'manage.py', 'PROJECT_DIRNAME': 'firebird-mezzanine', '__package__': None, 'sys': <module at remote 0x7ffff7fa1b78>, 'i': 1, 'arg': 'migrate', '__name__': '__main__', 'os': <module at remote 0x7ffff7f68c90>, '__doc__': None, 'south_logger': <Logger(name='south', parent=<RootLogger(name='root', parent=None, handlers=[], level=30, disabled=0, propagate=1, filters=[]) at remote 0x7ffff7e98f10>, handlers=[<NullHandler(lock=<_RLock(_Verbose__verbose=False, _RLock__owner=None, _RLock__block=<thread.lock at remote 0x1ace090>, _RLock__count=0) at remote 0x1ae53d0>, level=0, formatter=None, filters=[], _name=None) at remote 0x1ae5310>], level=20, disabled=0, manager=<Manager(emittedNoHandlerWarning=0, disable=0, root=<...>, loggerDict={'py.warnin...(truncated), globals=
{'PROJECT_ROOT': '/home/mariuz/work/firebird-mezzanine', 'logging': <module at remote 0x7ffff7ed8478>, 'execute_from_command_line': <function at remote 0x10067d0>, '__builtins__': <module at remote 0x7ffff7fa1ad0>, 'settings_module': 'firebird-mezzanine.settings', '__file__': 'manage.py', 'PROJECT_DIRNAME': 'firebird-mezzanine', '__package__': None, 'sys': <module at remote 0x7ffff7fa1b78>, 'i': 1, 'arg': 'migrate', '__name__': '__main__', 'os': <module at remote 0x7ffff7f68c90>, '__doc__': None, 'south_logger': <Logger(name='south', parent=<RootLogger(name='root', parent=None, handlers=[], level=30, disabled=0, propagate=1, filters=[]) at remote 0x7ffff7e98f10>, handlers=[<NullHandler(lock=<_RLock(_Verbose__verbose=False, _RLock__owner=None, _RLock__block=<thread.lock at remote 0x1ace090>, _RLock__count=0) at remote 0x1ae53d0>, level=0, formatter=None, filters=[], _name=None) at remote 0x1ae5310>], level=20, disabled=0, manager=<Manager(emittedNoHandlerWarning=0, disable=0, root=<...>, loggerDict={'py.warnin...(truncated), co=0x7ffff7f24630) at ../Python/ceval.c:667
#94 run_mod (mod=<optimized out>, filename=<optimized out>, globals=
{'PROJECT_ROOT': '/home/mariuz/work/firebird-mezzanine', 'logging': <module at remote 0x7ffff7ed8478>, 'execute_from_command_line': <function at remote 0x10067d0>, '__builtins__': <module at remote 0x7ffff7fa1ad0>, 'settings_module': 'firebird-mezzanine.settings', '__file__': 'manage.py', 'PROJECT_DIRNAME': 'firebird-mezzanine', '__package__': None, 'sys': <module at remote 0x7ffff7fa1b78>, 'i': 1, 'arg': 'migrate', '__name__': '__main__', 'os': <module at remote 0x7ffff7f68c90>, '__doc__': None, 'south_logger': <Logger(name='south', parent=<RootLogger(name='root', parent=None, handlers=[], level=30, disabled=0, propagate=1, filters=[]) at remote 0x7ffff7e98f10>, handlers=[<NullHandler(lock=<_RLock(_Verbose__verbose=False, _RLock__owner=None, _RLock__block=<thread.lock at remote 0x1ace090>, _RLock__count=0) at remote 0x1ae53d0>, level=0, formatter=None, filters=[], _name=None) at remote 0x1ae5310>], level=20, disabled=0, manager=<Manager(emittedNoHandlerWarning=0, disable=0, root=<...>, loggerDict={'py.warnin...(truncated), locals=
{'PROJECT_ROOT': '/home/mariuz/work/firebird-mezzanine', 'logging': <module at remote 0x7ffff7ed8478>, 'execute_from_command_line': <function at remote 0x10067d0>, '__builtins__': <module at remote 0x7ffff7fa1ad0>, 'settings_module': 'firebird-mezzanine.settings', '__file__': 'manage.py', 'PROJECT_DIRNAME': 'firebird-mezzanine', '__package__': None, 'sys': <module at remote 0x7ffff7fa1b78>, 'i': 1, 'arg': 'migrate', '__name__': '__main__', 'os': <module at remote 0x7ffff7f68c90>, '__doc__': None, 'south_logger': <Logger(name='south', parent=<RootLogger(name='root', parent=None, handlers=[], level=30, disabled=0, propagate=1, filters=[]) at remote 0x7ffff7e98f10>, handlers=[<NullHandler(lock=<_RLock(_Verbose__verbose=False, _RLock__owner=None, _RLock__block=<thread.lock at remote 0x1ace090>, _RLock__count=0) at remote 0x1ae53d0>, level=0, formatter=None, filters=[], _name=None) at remote 0x1ae5310>], level=20, disabled=0, manager=<Manager(emittedNoHandlerWarning=0, disable=0, root=<...>, loggerDict={'py.warnin...(truncated), flags=<optimized out>, arena=<optimized out>) at ../Python/pythonrun.c:1365
#95 0x0000000000446bf2 in PyRun_FileExFlags (fp=fp@entry=0x99edf0, filename=filename@entry=0x7fffffffed4e "manage.py", start=start@entry=257, globals=globals@entry=
{'PROJECT_ROOT': '/home/mariuz/work/firebird-mezzanine', 'logging': <module at remote 0x7ffff7ed8478>, 'execute_from_command_line': <function at remote 0x10067d0>, '__builtins__': <module at remote 0x7ffff7fa1ad0>, 'settings_module': 'firebird-mezzanine.settings', '__file__': 'manage.py', 'PROJECT_DIRNAME': 'firebird-mezzanine', '__package__': None, 'sys': <module at remote 0x7ffff7fa1b78>, 'i': 1, 'arg': 'migrate', '__name__': '__main__', 'os': <module at remote 0x7ffff7f68c90>, '__doc__': None, 'south_logger': <Logger(name='south', parent=<RootLogger(name='root', parent=None, handlers=[], level=30, disabled=0, propagate=1, filters=[]) at remote 0x7ffff7e98f10>, handlers=[<NullHandler(lock=<_RLock(_Verbose__verbose=False, _RLock__owner=None, _RLock__block=<thread.lock at remote 0x1ace090>, _RLock__count=0) at remote 0x1ae53d0>, level=0, formatter=None, filters=[], _name=None) at remote 0x1ae5310>], level=20, disabled=0, manager=<Manager(emittedNoHandlerWarning=0, disable=0, root=<...>, loggerDict={'py.warnin...(truncated), locals=locals@entry=
{'PROJECT_ROOT': '/home/mariuz/work/firebird-mezzanine', 'logging': <module at remote 0x7ffff7ed8478>, 'execute_from_command_line': <function at remote 0x10067d0>, ---Type <return> to continue, or q <return> to quit---
'__builtins__': <module at remote 0x7ffff7fa1ad0>, 'settings_module': 'firebird-mezzanine.settings', '__file__': 'manage.py', 'PROJECT_DIRNAME': 'firebird-mezzanine', '__package__': None, 'sys': <module at remote 0x7ffff7fa1b78>, 'i': 1, 'arg': 'migrate', '__name__': '__main__', 'os': <module at remote 0x7ffff7f68c90>, '__doc__': None, 'south_logger': <Logger(name='south', parent=<RootLogger(name='root', parent=None, handlers=[], level=30, disabled=0, propagate=1, filters=[]) at remote 0x7ffff7e98f10>, handlers=[<NullHandler(lock=<_RLock(_Verbose__verbose=False, _RLock__owner=None, _RLock__block=<thread.lock at remote 0x1ace090>, _RLock__count=0) at remote 0x1ae53d0>, level=0, formatter=None, filters=[], _name=None) at remote 0x1ae5310>], level=20, disabled=0, manager=<Manager(emittedNoHandlerWarning=0, disable=0, root=<...>, loggerDict={'py.warnin...(truncated), closeit=closeit@entry=1, flags=flags@entry=0x7fffffffe930) at ../Python/pythonrun.c:1351
#96 0x00000000004470ec in PyRun_SimpleFileExFlags (fp=fp@entry=0x99edf0, filename=<optimized out>, filename@entry=0x7fffffffed4e "manage.py", closeit=closeit@entry=1,
flags=flags@entry=0x7fffffffe930) at ../Python/pythonrun.c:943
#97 0x00000000004471ac in PyRun_AnyFileExFlags (fp=fp@entry=0x99edf0, filename=filename@entry=0x7fffffffed4e "manage.py", closeit=closeit@entry=1, flags=flags@entry=
0x7fffffffe930) at ../Python/pythonrun.c:747
#98 0x0000000000447cdc in Py_Main (argc=<optimized out>, argv=0x7fffffffeae8) at ../Modules/main.c:639
#99 0x00007ffff6fb5ead in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#100 0x00000000004c7f39 in _start ()
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment