Project

General

Profile

Bug #1428

Failed to parse data structure

Added by Rogers, Chris over 9 years ago. Updated over 9 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
Category:
Data Structure
Target version:
-
Start date:
05 March 2014
Due date:
% Done:

0%

Estimated time:
Workflow:
New Issue

Description

Getting an error message like

Traceback (most recent call last):
  File "/vols/mice3/sm1208/maus_1264/src/common_py/ErrorHandler.py", line 162, in HandleCppException
    raise CppError(error_message)
ErrorHandler.CppError: std::bad_alloc
Stack trace:/vols/mice3/sm1208/maus_1264/build/libMausCpp.so(_ZN4MAUS15StringProcessor9JsonToCppERKN4Json5ValueE+0xa2) [0x7f508c5fca02]
/vols/mice3/sm1208/maus_1264/build/libMausCpp.so(_ZN4MAUS23ObjectMapValueProcessorISsE9JsonToCppERKN4Json5ValueE+0xfb) [0x7f508c6f871b]
/vols/mice3/sm1208/maus_1264/build/libMausCpp.so(_ZN4MAUS17ObjectProcessorNS9ValueItemINS_5SpillESt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE12_SetCppChildERKN4Json5ValueERS2_+0x148) [0x7f508c6e77d8]
/vols/mice3/sm1208/maus_1264/build/libMausCpp.so(_ZN4MAUS15ObjectProcessorINS_5SpillEE9JsonToCppERKN4Json5ValueE+0x120) [0x7f508c6eea40]
/vols/mice3/sm1208/maus_1264/build/libMausCpp.so(_ZNK4MAUS21JsonCppSpillConverter8_convertEPKN4Json5ValueE+0x6d) [0x7f508c94811d]
/vols/mice3/sm1208/maus_1264/build/_OutputCppRoot.so(_ZN4MAUS13OutputCppRoot11write_eventINS_21JsonCppSpillConverterENS_5SpillEEEbPNS_9MAUSEventIT0_EERKN4Json5ValueESs+0xf6) [0x7f5086be6966]
/vols/mice3/sm1208/maus_1264/build/_OutputCppRoot.so(_ZN4MAUS13OutputCppRoot5_saveESs+0x27b) [0x7f5086be132b]
/vols/mice3/sm1208/maus_1264/build/_OutputCppRoot.so(_ZN4MAUS10OutputBaseISsE4saveESs+0x47) [0x7f5086be29e7]
/vols/mice3/sm1208/maus_1264/build/_OutputCppRoot.so(+0x1b267) [0x7f5086bee267]
/vols/mice3/sm1208/maus_1264/third_party/install/lib/libpython2.7.so.1.0(PyEval_EvalFrameEx+0x5894) [0x7f50a0e86894]
/vols/mice3/sm1208/maus_1264/third_party/install/lib/libpython2.7.so.1.0(PyEval_EvalCodeEx+0x88e) [0x7f50a0e8843e]
/vols/mice3/sm1208/maus_1264/third_party/install/lib/libpython2.7.so.1.0(PyEval_EvalFrameEx+0x57fb) [0x7f50a0e867fb]
/vols/mice3/sm1208/maus_1264/third_party/install/lib/libpython2.7.so.1.0(PyEval_EvalFrameEx+0x60dd) [0x7f50a0e870dd]
/vols/mice3/sm1208/maus_1264/third_party/install/lib/libpython2.7.so.1.0(PyEval_EvalFrameEx+0x60dd) [0x7f50a0e870dd]
/vols/mice3/sm1208/maus_1264/third_party/install/lib/libpython2.7.so.1.0(PyEval_EvalCodeEx+0x88e) [0x7f50a0e8843e]
/vols/mice3/sm1208/maus_1264/third_party/install/lib/libpython2.7.so.1.0(+0x76af1) [0x7f50a0e07af1]
/vols/mice3/sm1208/maus_1264/third_party/install/lib/libpython2.7.so.1.0(PyObject_Call+0x53) [0x7f50a0dd8e23]
/vols/mice3/sm1208/maus_1264/third_party/install/lib/libpython2.7.so.1.0(+0x5a3ff) [0x7f50a0deb3ff]
/vols/mice3/sm1208/maus_1264/third_party/install/lib/libpython2.7.so.1.0(PyObject_Call+0x53) [0x7f50a0dd8e23]
/vols/mice3/sm1208/maus_1264/third_party/install/lib/libpython2.7.so.1.0(PyEval_CallObjectWithKeywords+0x43) [0x7f50a0e80103]
/vols/mice3/sm1208/maus_1264/third_party/install/lib/libpython2.7.so.1.0(PyInstance_New+0x86) [0x7f50a0ded256]
/vols/mice3/sm1208/maus_1264/third_party/install/lib/libpython2.7.so.1.0(PyObject_Call+0x53) [0x7f50a0dd8e23]
/vols/mice3/sm1208/maus_1264/third_party/install/lib/libpython2.7.so.1.0(PyEval_EvalFrameEx+0x4dea) [0x7f50a0e85dea]
/vols/mice3/sm1208/maus_1264/third_party/install/lib/libpython2.7.so.1.0(PyEval_EvalFrameEx+0x60dd) [0x7f50a0e870dd]
/vols/mice3/sm1208/maus_1264/third_party/install/lib/libpython2.7.so.1.0(PyEval_EvalCodeEx+0x88e) [0x7f50a0e8843e]
/vols/mice3/sm1208/maus_1264/third_party/install/lib/libpython2.7.so.1.0(PyEval_EvalCode+0x32) [0x7f50a0e88552]
/vols/mice3/sm1208/maus_1264/third_party/install/lib/libpython2.7.so.1.0(PyRun_FileExFlags+0xb0) [0x7f50a0ea8080]
/vols/mice3/sm1208/maus_1264/third_party/install/lib/libpython2.7.so.1.0(PyRun_SimpleFileExFlags+0xdc) [0x7f50a0ea824c]
/vols/mice3/sm1208/maus_1264/third_party/install/lib/libpython2.7.so.1.0(Py_Main+0xbe4) [0x7f50a0ebd704]
/lib64/libc.so.6(__libc_start_main+0xfd) [0x343a01ed1d]
python() [0x400659]

running with spin tracking switched on

#1

Updated by Rogers, Chris over 9 years ago

  • Category set to Data Structure
  • Status changed from Open to Rejected

Looks like we ran out of memory. This is 10 tracks, running through 31000 steps, all of which are stored by a special virtual detector...

Also available in: Atom PDF