Python has been disabled on the server, it was causing a nasty crash loop.
Features such as the slot machines, message boards, bank accounts and post office are unavailable during this time.
At this time, I suspect the problem is a version conflict with python on the host server.
Python Disabled for now
Moderators: Board moderators, Metalforge staff
-
- Forum Aficionado
- Posts: 1994
- Joined: Tue Apr 29, 2003 5:55 pm
- Location: Minnesota, USA
- Contact:
Python Disabled for now
"Put another, more succinct way: don't complain, contribute. It's more satisfying in the long run, and it's more constructive."
Eric Meyer
Eric Meyer
-
- Forum Aficionado
- Posts: 1994
- Joined: Tue Apr 29, 2003 5:55 pm
- Location: Minnesota, USA
- Contact:
Here's a snippet from one of them..bort wrote:What is the error dump?
Code: Select all
#1 0x400e6720 in raise () from /lib/libc.so.6
#2 0x400e7808 in abort () from /lib/libc.so.6
#3 0x400e03dd in __assert_fail () from /lib/libc.so.6
#4 0x40269bec in delete_garbage () from /home/crossfire/lib/crossfire/plugins/cfpython.so
#5 0x40269dcb in collect () from /home/crossfire/lib/crossfire/plugins/cfpython.so
#6 0x40269fa3 in collect_generations () from /home/crossfire/lib/crossfire/plugins/cfpython.so
#7 0x4026a7f1 in _PyObject_GC_Malloc () from /home/crossfire/lib/crossfire/plugins/cfpython.so
#8 0x4026a82e in _PyObject_GC_New () from /home/crossfire/lib/crossfire/plugins/cfpython.so
#9 0x40219e87 in PyList_New () from /home/crossfire/lib/crossfire/plugins/cfpython.so
#10 0x40228bbd in string_split () from /home/crossfire/lib/crossfire/plugins/cfpython.so
#11 0x40291279 in PyCFunction_Call () from /home/crossfire/lib/crossfire/plugins/cfpython.so
#12 0x40248541 in eval_frame () from /home/crossfire/lib/crossfire/plugins/cfpython.so
#13 0x4024971c in PyEval_EvalCodeEx () from /home/crossfire/lib/crossfire/plugins/cfpython.so
#14 0x4024a77e in fast_function () from /home/crossfire/lib/crossfire/plugins/cfpython.so
#15 0x402485e7 in eval_frame () from /home/crossfire/lib/crossfire/plugins/cfpython.so
#16 0x4024971c in PyEval_EvalCodeEx () from /home/crossfire/lib/crossfire/plugins/cfpython.so
#17 0x4029090d in function_call () from /home/crossfire/lib/crossfire/plugins/cfpython.so
#18 0x40280c0b in PyObject_Call () from /home/crossfire/lib/crossfire/plugins/cfpython.so
#19 0x4028735e in instancemethod_call () from /home/crossfire/lib/crossfire/plugins/cfpython.so
#20 0x40280c0b in PyObject_Call () from /home/crossfire/lib/crossfire/plugins/cfpython.
"Put another, more succinct way: don't complain, contribute. It's more satisfying in the long run, and it's more constructive."
Eric Meyer
Eric Meyer