Opened 12 years ago
Closed 11 years ago
#491 closed defect (fixed)
Seg fault when running WHIZARD
Reported by: | Juergen Reuter | Owned by: | kilian |
---|---|---|---|
Priority: | P1 | Milestone: | v2.2.0 |
Component: | core | Version: | 2.1.1 |
Severity: | critical | Keywords: | |
Cc: |
Description
Using in input like
model = SM process foo = e1, E1 => e2, E2 compile
results in
Program received signal SIGSEGV, Segmentation fault. 0x00007ffff6aaaa33 in process_libraries::process_def_list_append (list=..., entry=0x670000) at process_libraries.f90:624 624 if (associated (list%first)) then (gdb) rt Undefined command: "rt". Try "help". (gdb) bt #0 0x00007ffff6aaaa33 in process_libraries::process_def_list_append (list=..., entry=0x670000) at process_libraries.f90:624 #1 0x00007ffff6b86506 in process_configurations::process_configuration_record (config=..., global=...) at process_configurations.f90:104 #2 0x00007ffff6ba7e41 in commands::cmd_process_execute (cmd=..., global=...) at commands.f90:612 #3 0x00007ffff6ba51e0 in commands::command_list_execute (cmd_list=..., global=...) at commands.f90:1236 #4 0x00007ffff6bb5ba3 in whizard::whizard_process_stream (stream=..., lexer=..., quit=.FALSE., quit_code=0) at whizard.f90:291 #5 0x00007ffff6bb6541 in whizard::whizard_process_file (file=..., quit=.FALSE., quit_code=0) at whizard.f90:267 #6 0x00007ffff7df980c in MAIN__ () at main.f90:377 #7 0x00007ffff7dfaeaf in main (argc=<optimized out>, argv=<optimized out>) at main.f90:30 #8 0x000000396641ecdd in __libc_start_main () from /lib64/libc.so.6 #9 0x0000000000400659 in _start () (gdb)
Note: See
TracTickets for help on using
tickets.
This was actually the missing default library. We can close this one now.