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)
Change History (3)
Changed 11 years ago by
Attachment: | pdf_builtin.sin added |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
File triggering the Fortran runtime error.