whizard is hosted by Hepforge, IPPP Durham

Opened 11 years ago

Closed 11 years ago

#511 closed defect (fixed)

Fortran RUNTIME error for already allocated library

Reported by: Juergen Reuter Owned by: kilian
Priority: P1 Milestone: v2.2.0
Component: core Version: 2.1.1
Severity: normal Keywords:
Cc:

Description

Running the attached SINDARIN file results in the Fortran runtime error:

libtool: link: ar cru .libs/pdf_builtin_test_1_lib.a  pdf_builtin_test_1_lib.o drell_yan_i1.o epmprod_i1.o
libtool: link: ranlib .libs/pdf_builtin_test_1_lib.a
libtool: link: ( cd ".libs" && rm -f "pdf_builtin_test_1_lib.la" && ln -s "../pdf_builtin_test_1_lib.la" "pdf_builtin_test_1_lib.la" )
At line 910 of file process_libraries.f90
Fortran runtime error: Attempting to allocate already allocated variable 'lib'

Attachments (1)

pdf_builtin.sin (1.0 KB) - added by Juergen Reuter 11 years ago.
File triggering the Fortran runtime error.

Download all attachments as: .zip

Change History (3)

Changed 11 years ago by Juergen Reuter

Attachment: pdf_builtin.sin added

File triggering the Fortran runtime error.

comment:1 Changed 11 years ago by Juergen Reuter

Priority: P3P1

This should be handled first maybe ...

comment:2 Changed 11 years ago by kilian

Resolution: fixed
Status: newclosed

That was actually a known bug - just couldn't fix it in time. Turned out to be a trivial typo. Fixed in r4545 (and added a test for this case).

Note: See TracTickets for help on using tickets.