Project

General

Profile

Bug #1540

MAUS segmentation fault on default reconstruction

Added by Rogers, Chris almost 9 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
common_py
Target version:
Start date:
08 August 2014
Due date:
% Done:

100%

Estimated time:
Workflow:
New Issue

Description

I do

python bin/analyze_data_offline.py 

and get

>Server:  MICE Production Server - Public read only interface 1.0.0.0
Welcome to MAUS:
    Process ID (PID): 12387
    Program Arguments: ['bin/analyze_data_offline.py']
    Version: MAUS release version 0.9.0
Initialising Globals
Placing Box of type Box position: (0,0,0) mm, rotationVector: (0,0,1) angle: 0 degrees, volume (incl daughters): 0.001 m^3,  material: lH2 mass (excl daughters): 0.0708 kg
Setting the phase 
Made 0 attempts to phase 0 cavities with 0 remaining
Initiating Execution
OUTPUT: Setting up outputer
Writing JobHeader...
INPUT: Setting up input
PIPELINE: Get event, TRANSFORM, MERGE, OUTPUT, repeat
HINT: MAUS will process 1 event only at first...
WARNING : The first event is not a START_OF_RUN. Spill count and Event count not accurate. 
MERGE: Setting up merger
TRANSFORM: Setting up transformer
Written 1 event(s) to file.
Written 1 event(s) to file.
TRANSFORM/MERGE/OUTPUT:  Processed 1 events so far, 1 events in buffer.
TRANSFORM/MERGE/OUTPUT:  Processed 2 events so far, 1 events in buffer.

 *** Break *** segmentation violation
    main()
    known_paths = addusersitepackages(known_paths)
    user_site = getusersitepackages()
    user_base = getuserbase() # this will also set USER_BASE
    USER_BASE = get_config_var('userbase')
    return get_config_vars().get(name)
    _init_posix(_CONFIG_VARS)
    makefile = _get_makefile_filename()
    return os.path.join(get_path('platstdlib').replace("/usr/local","/usr",1), "config" + (sys.pydebug and "_d" or ""), "Makefile")

I now updated the integration tests to fail the test in this situation at tests/integration/test_analyze_offline/test_analyze_offline.py - but need to fix the bug. Probably my fault, it usually is...

#1

Updated by Rogers, Chris almost 8 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

Looks like it is now okay.

Also available in: Atom PDF